Current Path : /home/church/ |
Current File : /home/church/church_wrdp1.1632344280.sql |
-- MySQL dump 10.13 Distrib 5.6.41-84.1, for Linux (x86_64) -- -- Host: localhost Database: church_wrdp1 -- ------------------------------------------------------ -- Server version 5.6.41-84.1 /*!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 `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=74 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 = utf8 */; 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` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=1408 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 */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dynamic_widgets` -- DROP TABLE IF EXISTS `wp_dynamic_widgets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_dynamic_widgets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `widget_id` varchar(60) COLLATE utf8_unicode_ci NOT NULL, `maintype` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `name` varchar(40) COLLATE utf8_unicode_ci NOT NULL, `value` longtext COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `widget_id` (`widget_id`,`maintype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_dynamic_widgets` -- LOCK TABLES `wp_dynamic_widgets` WRITE; /*!40000 ALTER TABLE `wp_dynamic_widgets` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_dynamic_widgets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_event_list` -- DROP TABLE IF EXISTS `wp_event_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_event_list` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pub_user` bigint(20) NOT NULL, `pub_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `start_date` date NOT NULL DEFAULT '0000-00-00', `end_date` date DEFAULT NULL, `time` text, `title` text NOT NULL, `location` text, `details` text, `categories` text, `history` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_event_list` -- LOCK TABLES `wp_event_list` WRITE; /*!40000 ALTER TABLE `wp_event_list` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_event_list` 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 = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `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_nf3_action_meta` -- DROP TABLE IF EXISTS `wp_nf3_action_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_action_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_action_meta` -- LOCK TABLES `wp_nf3_action_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(10,1,'email_message','{fields_table}','email_message','{fields_table}'),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','esibako@gmail.com','to','esibako@gmail.com'),(48,3,'email_subject','New message from {field:name} - Calvary Cross Website','email_subject','New message from {field:name} - Calvary Cross Website'),(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','{field:email}','reply_to','{field:email}'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(68,4,'email_message','{fields_table}','email_message','{fields_table}'),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''),(79,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(80,1,'submitter_email','','submitter_email',''),(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),(84,1,'subs_expire_time','90','subs_expire_time','90'),(85,2,'drawerDisabled','','drawerDisabled',''),(86,3,'drawerDisabled','','drawerDisabled',''); /*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_actions` -- DROP TABLE IF EXISTS `wp_nf3_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `type` longtext, `active` tinyint(1) DEFAULT '1', `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `label` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_actions` -- LOCK TABLES `wp_nf3_actions` WRITE; /*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */; INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2021-02-07 16:41:20','2021-02-07 16:41:20','Store Submission'),(2,'','','email',1,1,'2021-02-07 16:41:21','2021-02-07 16:41:21','Email Confirmation'),(3,'','','email',1,1,'2021-02-07 16:41:23','2021-02-07 16:41:22','Email Notification'),(4,'','','successmessage',1,1,'2021-02-07 16:41:24','2021-02-07 16:41:24','Success Message'); /*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_chunks` -- DROP TABLE IF EXISTS `wp_nf3_chunks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_chunks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(200) DEFAULT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_chunks` -- LOCK TABLES `wp_nf3_chunks` WRITE; /*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_field_meta` -- DROP TABLE IF EXISTS `wp_nf3_field_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_field_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=284 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_field_meta` -- LOCK TABLES `wp_nf3_field_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'),(253,1,'field_label','Name','field_label','Name'),(254,1,'field_key','name','field_key','name'),(255,2,'field_label','Email','field_label','Email'),(256,2,'field_key','email','field_key','email'),(257,3,'field_label','Message','field_label','Message'),(258,3,'field_key','message','field_key','message'),(259,4,'field_label','Submit','field_label','Submit'),(260,4,'field_key','submit','field_key','submit'),(261,1,'label','Name','label','Name'),(262,1,'key','name','key','name'),(263,1,'type','textbox','type','textbox'),(264,1,'created_at','2021-02-07 16:41:08','created_at','2021-02-07 16:41:08'),(265,1,'custom_name_attribute','','custom_name_attribute',''),(266,1,'personally_identifiable','','personally_identifiable',''),(267,1,'value','','value',''),(268,2,'label','Email','label','Email'),(269,2,'key','email','key','email'),(270,2,'type','email','type','email'),(271,2,'created_at','2021-02-07 16:41:10','created_at','2021-02-07 16:41:10'),(272,2,'custom_name_attribute','email','custom_name_attribute','email'),(273,2,'personally_identifiable','1','personally_identifiable','1'),(274,2,'value','','value',''),(275,3,'label','Message','label','Message'),(276,3,'key','message','key','message'),(277,3,'type','textarea','type','textarea'),(278,3,'created_at','2021-02-07 16:41:13','created_at','2021-02-07 16:41:13'),(279,3,'value','','value',''),(280,4,'label','Submit','label','Submit'),(281,4,'key','submit','key','submit'),(282,4,'type','submit','type','submit'),(283,4,'created_at','2021-02-07 16:41:15','created_at','2021-02-07 16:41:15'); /*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_fields` -- DROP TABLE IF EXISTS `wp_nf3_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `label` longtext, `key` longtext, `type` longtext, `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `field_label` longtext, `field_key` longtext, `order` int(11) DEFAULT NULL, `required` bit(1) DEFAULT NULL, `default_value` longtext, `label_pos` varchar(15) DEFAULT NULL, `personally_identifiable` bit(1) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_fields` -- LOCK TABLES `wp_nf3_fields` WRITE; /*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */; INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2021-02-07 16:48:30','2021-02-07 16:41:08','Name','name',1,'','','above','\0'),(2,'Email','email','email',1,'2021-02-07 16:48:30','2021-02-07 16:41:10','Email','email',2,'','','above',''),(3,'Message','message','textarea',1,'2021-02-07 16:48:30','2021-02-07 16:41:13','Message','message',3,'','','above','\0'),(4,'Submit','submit','submit',1,'2021-02-07 16:48:30','2021-02-07 16:41:15','Submit','submit',5,'\0','','','\0'); /*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_form_meta` -- DROP TABLE IF EXISTS `wp_nf3_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_form_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_form_meta` -- LOCK TABLES `wp_nf3_form_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2021-02-07 16:41:08','created_at','2021-02-07 16:41:08'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','1','editActive','1'),(7,1,'show_title','1','show_title','1'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(99,1,'allow_public_link','0','allow_public_link','0'),(100,1,'embed_form','','embed_form',''),(101,1,'currency','','currency',''),(102,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(103,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(104,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(105,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(106,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(107,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(108,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(109,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(110,1,'validateRequiredField','','validateRequiredField',''),(111,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(112,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(113,1,'drawerDisabled','','drawerDisabled',''),(114,1,'_seq_num','5','_seq_num','5'); /*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_forms` -- DROP TABLE IF EXISTS `wp_nf3_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `views` int(11) DEFAULT NULL, `subs` int(11) DEFAULT NULL, `form_title` longtext, `default_label_pos` varchar(15) DEFAULT NULL, `show_title` bit(1) DEFAULT NULL, `clear_complete` bit(1) DEFAULT NULL, `hide_complete` bit(1) DEFAULT NULL, `logged_in` bit(1) DEFAULT NULL, `seq_num` int(11) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_forms` -- LOCK TABLES `wp_nf3_forms` WRITE; /*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */; INSERT INTO `wp_nf3_forms` VALUES (1,'Contact Us',NULL,'2021-09-21 03:07:06','2021-02-07 16:41:08',NULL,NULL,'Contact Us','above','','','','\0',5); /*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_object_meta` -- DROP TABLE IF EXISTS `wp_nf3_object_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_object_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_object_meta` -- LOCK TABLES `wp_nf3_object_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_objects` -- DROP TABLE IF EXISTS `wp_nf3_objects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_objects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` longtext, `title` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `object_title` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_objects` -- LOCK TABLES `wp_nf3_objects` WRITE; /*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_relationships` -- DROP TABLE IF EXISTS `wp_nf3_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_relationships` ( `id` int(11) NOT NULL AUTO_INCREMENT, `child_id` int(11) NOT NULL, `child_type` longtext NOT NULL, `parent_id` int(11) NOT NULL, `parent_type` longtext NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_relationships` -- LOCK TABLES `wp_nf3_relationships` WRITE; /*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_upgrades` -- DROP TABLE IF EXISTS `wp_nf3_upgrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_upgrades` ( `id` int(11) NOT NULL, `cache` longtext, `stage` int(11) NOT NULL DEFAULT '0', `maintenance` bit(1) DEFAULT b'0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_upgrades` -- LOCK TABLES `wp_nf3_upgrades` WRITE; /*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */; INSERT INTO `wp_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2021-02-07 16:41:08\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2021-02-07 16:41:10\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2021-02-07 16:41:13\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2021-02-07 16:41:15\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-02-07 10:41:20\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-02-07 10:41:21\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-02-07 10:41:23\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:17:\"esibako@gmail.com\";s:13:\"email_subject\";s:53:\"New message from {field:name} - Calvary Cross Website\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-02-07 10:41:24\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:114:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Us\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2021-02-07 16:41:08\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0'); /*!40000 ALTER TABLE `wp_nf3_upgrades` 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 = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=111285 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','http://www.calvarycrossag.com','yes'),(2,'blogname','Calvary Cross Church Assembly of God','yes'),(3,'blogdescription','San Antonio Assembly of God Branch','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','tfball58@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','','yes'),(30,'permalink_structure','/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:11:{i:0;s:35:\"dynamic-widgets/dynamic-widgets.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:37:\"elementskit-lite/elementskit-lite.php\";i:3;s:25:\"event-list/event-list.php\";i:4;s:27:\"ninja-forms/ninja-forms.php\";i:5;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:6;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:7;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:8;s:27:\"woosidebars/woosidebars.php\";i:9;s:35:\"wp-server-stats/wp-server-stats.php\";i:10;s:27:\"wp-super-cache/wp-cache.php\";}','yes'),(36,'home','http://www.calvarycrossag.com','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:65:\"/home2/church/public_html/wp-content/themes/zerif-lite/footer.php\";i:2;s:64:\"/home2/church/public_html/wp-content/themes/zerif-lite/style.css\";i:3;s:67:\"/home2/church/public_html/wp-content/themes/vantage/home-panels.php\";i:4;s:61:\"/home2/church/public_html/wp-content/themes/vantage/style.css\";i:5;s:68:\"/home2/church/public_html/wp-content/plugins/ml-slider/ml-slider.php\";}','yes'),(44,'template','neve','yes'),(45,'stylesheet','neve','yes'),(100711,'finished_updating_comment_type','1','yes'),(48,'comment_registration','1','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','49752','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','blank','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','1','yes'),(74,'close_comments_days_old','1','yes'),(75,'thread_comments','','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}}','yes'),(84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:4:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:31:\"disable-title/disable-title.php\";s:23:\"disable_title_uninstall\";s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";}','no'),(86,'timezone_string','','yes'),(88,'page_on_front','289','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','22441','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:74:{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:\"edit_tribe_event\";b:1;s:16:\"read_tribe_event\";b:1;s:18:\"delete_tribe_event\";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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:47:{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:\"edit_tribe_event\";b:1;s:16:\"read_tribe_event\";b:1;s:18:\"delete_tribe_event\";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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:18:{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:\"edit_tribe_event\";b:1;s:16:\"read_tribe_event\";b:1;s:18:\"delete_tribe_event\";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:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:16:\"edit_tribe_event\";b:1;s:16:\"read_tribe_event\";b:1;s:18:\"delete_tribe_event\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:16:\"read_tribe_event\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-3\";i:1;s:8:\"search-2\";}s:12:\"blog-sidebar\";a:1:{i:0;s:19:\"event_list_widget-2\";}s:12:\"shop-sidebar\";a:0:{}s:18:\"footer-one-widgets\";a:0:{}s:18:\"footer-two-widgets\";a:0:{}s:20:\"footer-three-widgets\";a:0:{}s:19:\"footer-four-widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(5272,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3064,'widget_recent_events','a:3:{i:2;a:1:{s:5:\"title\";s:23:\"What\'s Happening at CCC\";}i:3;a:1:{s:5:\"title\";s:23:\"What\'s Happening at CCC\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'cron','a:13:{i:1632344184;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1632347218;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:1632350818;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:1632356279;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1632356296;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:1632412969;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632425595;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:1632428416;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:1632511995;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:1632674488;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1632674492;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1634143795;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(100869,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":5,\"critical\":1}','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:29:\"http://www.calvarycrossag.com\";s:4:\"link\";s:105:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.calvarycrossag.com/\";s:3:\"url\";s:134:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://calvarycrossag.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(23078,'siteorigin_panels_home_page_enabled','','yes'),(2970,'db_upgraded','','yes'),(11397,'siteorigin_panels_notice_dismissed','1.4.11','no'),(20172,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"tfball58@gmail.com\";s:7:\"version\";s:5:\"5.6.5\";s:9:\"timestamp\";i:1631190617;}','no'),(11808,'siteorigin_custom_css[vantage]','/*\r\nTheme Name: Vantage Premium\r\nAuthor: SiteOrigin\r\nAuthor URI: http://siteorigin.com/\r\nTheme URI: http://siteorigin.com/theme/vantage/\r\nDescription: Vantage is a flexible multipurpose theme. It\'s strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, MetaSlider for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store.\r\nVersion: 2.1.7\r\nLicense: GNU General Public License 2.0\r\nLicense URI: license.txt\r\nTags: responsive-layout, fluid-layout, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, black, white, light, one-column, two-columns, full-width-template\r\n*/\r\n\r\n/* =Reset\r\n-------------------------------------------------------------- */\r\n\r\nhtml,\r\nbody,\r\ndiv,\r\nspan,\r\napplet,\r\nobject,\r\niframe,\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6,\r\np,\r\nblockquote,\r\npre,\r\na,\r\nabbr,\r\nacronym,\r\naddress,\r\nbig,\r\ncite,\r\ncode,\r\ndel,\r\ndfn,\r\nem,\r\nfont,\r\nins,\r\nkbd,\r\nq,\r\ns,\r\nsamp,\r\nsmall,\r\nstrike,\r\nstrong,\r\nsub,\r\nsup,\r\ntt,\r\nvar,\r\ndl,\r\ndt,\r\ndd,\r\nol,\r\nul,\r\nli,\r\nfieldset,\r\nform,\r\nlabel,\r\nlegend,\r\ntable,\r\ncaption,\r\ntbody,\r\ntfoot,\r\nthead,\r\ntr,\r\nth,\r\ntd {\r\n border: 0;\r\n font-family: inherit;\r\n font-size: 100%;\r\n font-style: inherit;\r\n font-weight: inherit;\r\n margin: 0;\r\n outline: 0;\r\n padding: 0;\r\n vertical-align: baseline;\r\n}\r\n\r\nhtml {\r\n font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ \r\n overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ \r\n -webkit-text-size-adjust: 100%; /* Keeps page centred in all browsers regardless of content height */ \r\n -ms-text-size-adjust: 100%; /* Keeps page centred in all browsers regardless of content height */ \r\n}\r\n\r\nbody {\r\n background: #fff;\r\n}\r\n\r\narticle,\r\naside,\r\ndetails,\r\nfigcaption,\r\nfigure,\r\nfooter,\r\nheader,\r\nhgroup,\r\nnav,\r\nsection {\r\n display: block;\r\n}\r\n\r\nol,\r\nul {\r\n list-style: none;\r\n}\r\n\r\ntable {\r\n border-collapse: separate; /* tables still need \'cellspacing=\"0\"\' in the markup */ \r\n border-spacing: 0;\r\n}\r\n\r\ncaption,\r\nth,\r\ntd {\r\n font-weight: normal;\r\n text-align: left;\r\n}\r\n\r\nblockquote:before,\r\nblockquote:after,\r\nq:before,\r\nq:after {\r\n content: \"\";\r\n}\r\n\r\nblockquote,\r\nq {\r\n quotes: \"\" \"\";\r\n}\r\n\r\na:focus {\r\n outline: thin dotted;\r\n}\r\n\r\na:hover,\r\na:active {\r\n outline: 0; /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */ \r\n}\r\n\r\na img {\r\n border: 0;\r\n}\r\n\r\n/* =Global\r\n----------------------------------------------- */\r\n\r\n/* Consistent fonts across all elements */\r\n\r\nbody,\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea {\r\n color: #333;\r\n font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", sans-serif;\r\n font-size: 13px;\r\n line-height: 1.5em;\r\n word-wrap: break-word;\r\n}\r\n\r\n/* Links */\r\n\r\na {\r\n color: #248cc8;\r\n}\r\n\r\na:hover,\r\na:focus,\r\na:active {\r\n color: #f47e3c;\r\n}\r\n\r\n/* Headings and Rulers */\r\n\r\nhr {\r\n height: 1px;\r\n \r\n background-color: #ccc;\r\n border: 0;\r\n margin-bottom: 1.5em;\r\n}\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n clear: both;\r\n}\r\n\r\n/* Text elements */\r\n\r\np {\r\n margin-bottom: 1.5em;\r\n}\r\n\r\nul,\r\nol {\r\n margin: 0 0 1.5em 3em;\r\n}\r\n\r\nul {\r\n list-style: disc;\r\n}\r\n\r\nol {\r\n list-style: decimal;\r\n}\r\n\r\nul ul,\r\nol ol,\r\nul ol,\r\nol ul {\r\n margin-bottom: 0;\r\n margin-left: 1.5em;\r\n}\r\n\r\ndt {\r\n font-weight: bold;\r\n}\r\n\r\ndd {\r\n margin: 0 1.5em 1.5em;\r\n}\r\n\r\nb,\r\nstrong {\r\n font-weight: bold;\r\n}\r\n\r\ndfn,\r\ncite,\r\nem,\r\ni {\r\n font-style: italic;\r\n}\r\n\r\nblockquote {\r\n margin: 0 1.5em;\r\n}\r\n\r\naddress {\r\n margin: 0 0 1.5em;\r\n}\r\n\r\npre {\r\n background: #eee;\r\n font-family: \"Courier 10 Pitch\", Courier, monospace;\r\n line-height: 1.6;\r\n margin-bottom: 1.6em;\r\n max-width: 100%;\r\n overflow: auto;\r\n padding: 1.6em;\r\n}\r\n\r\ncode,\r\nkbd,\r\ntt,\r\nvar {\r\n font-family: \"Courier New\", Courier, mono;\r\n}\r\n\r\nabbr,\r\nacronym {\r\n border-bottom: 1px dotted #666;\r\n cursor: help;\r\n}\r\n\r\nmark,\r\nins {\r\n background: #fff9c0;\r\n text-decoration: none;\r\n}\r\n\r\nsup,\r\nsub {\r\n position: relative;\r\n height: 0;\r\n \r\n font-size: 75%;\r\n line-height: 0;\r\n vertical-align: baseline;\r\n}\r\n\r\nsup {\r\n bottom: 1ex;\r\n \r\n}\r\n\r\nsub {\r\n top: .5ex;\r\n \r\n}\r\n\r\nsmall {\r\n font-size: 75%;\r\n}\r\n\r\nbig {\r\n font-size: 125%;\r\n}\r\n\r\nfigure {\r\n margin: 0;\r\n}\r\n\r\ntable {\r\n width: 100%;\r\n \r\n margin: 0 0 1.5em 0;\r\n}\r\n\r\nth {\r\n font-weight: bold;\r\n}\r\n\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea {\r\n *vertical-align: middle;\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n font-size: 100%; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ \r\n margin: 0; /* Improves appearance and consistency in all browsers */ \r\n vertical-align: baseline;\r\n}\r\n\r\nbutton,\r\ninput {\r\n *overflow: visible;\r\n line-height: normal; /* Corrects inner spacing displayed oddly in IE6/7 */ \r\n}\r\n\r\nbutton,\r\nhtml input[type=\"button\"],\r\ninput[type=\"reset\"],\r\ninput[type=\"submit\"] {\r\n width: auto;\r\n \r\n background: #ffffff;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));\r\n background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);\r\n background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);\r\n background: -o-linear-gradient(#ffffff, #dfdfdf);\r\n border-bottom: solid 1px #9f9f9f;\r\n border-left: solid 1px #c3c3c3;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n border-right: solid 1px #c3c3c3;\r\n border-top: solid 1px #d2d2d2;\r\n -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n color: #646464;\r\n cursor: pointer; /* Corrects inability to style clickable \'input\' types in iOS */ \r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#dfdfdf\', GradientType=0);\r\n font-size: 12px;\r\n font-weight: bold;\r\n line-height: 1;\r\n padding: 12px 20px;\r\n text-decoration: none; /* Improves usability and consistency of cursor style between image-type \'input\' and others */ \r\n text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);\r\n -webkit-appearance: button;\r\n}\r\n\r\nbutton:hover,\r\nhtml input[type=\"button\"]:hover,\r\ninput[type=\"reset\"]:hover,\r\ninput[type=\"submit\"]:hover {\r\n background: #ffffff;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));\r\n background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);\r\n background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);\r\n background: -o-linear-gradient(#ffffff, #ebebeb);\r\n border-bottom: solid 1px #a8a8a8;\r\n border-left: solid 1px #cfcfcf;\r\n border-right: solid 1px #cfcfcf;\r\n border-top: solid 1px #dadada; /* Button hover style */ \r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#ebebeb\', GradientType=0);\r\n}\r\n\r\nbutton:focus,\r\nhtml input[type=\"button\"]:focus,\r\ninput[type=\"reset\"]:focus,\r\ninput[type=\"submit\"]:focus,\r\nbutton:active,\r\nhtml input[type=\"button\"]:active,\r\ninput[type=\"reset\"]:active,\r\ninput[type=\"submit\"]:active {\r\n border-bottom: solid 1px #bbbbbb;\r\n border-left: solid 1px #bbbbbb;\r\n border-right: solid 1px #bbbbbb;\r\n border-top: solid 1px #aaaaaa; /* Button click style */ \r\n -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);\r\n -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);\r\n box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);\r\n}\r\n\r\ninput[type=\"checkbox\"],\r\ninput[type=\"radio\"] {\r\n -ms-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ \r\n -moz-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ \r\n -webkit-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ \r\n box-sizing: border-box;\r\n padding: 0; /* Addresses excess padding in IE8/9 */ \r\n}\r\n\r\ninput[type=\"search\"] {\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n -webkit-appearance: textfield;\r\n}\r\n\r\ninput[type=\"search\"]::-webkit-search-decoration {\r\n -webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ \r\n}\r\n\r\nbutton::-moz-focus-inner,\r\ninput::-moz-focus-inner {\r\n border: 0; /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ \r\n padding: 0;\r\n}\r\n\r\ninput[type=text],\r\ninput[type=email],\r\ninput[type=password],\r\ntextarea {\r\n border: 1px solid #ccc;\r\n border-radius: 3px;\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n color: #666;\r\n}\r\n\r\ninput[type=text]:focus,\r\ninput[type=email]:focus,\r\ninput[type=password]:focus,\r\ntextarea:focus {\r\n color: #111;\r\n}\r\n\r\ninput[type=text],\r\ninput[type=email],\r\ninput[type=password] {\r\n padding: 3px;\r\n}\r\n\r\ntextarea {\r\n overflow: auto; /* Improves readability and alignment in all browsers */ \r\n vertical-align: top;\r\n}\r\n\r\n/* Alignment */\r\n\r\n.alignleft {\r\n display: inline;\r\n float: left;\r\n margin-right: 1.5em;\r\n}\r\n\r\n.alignright {\r\n display: inline;\r\n float: right;\r\n margin-left: 1.5em;\r\n}\r\n\r\n.aligncenter {\r\n clear: both;\r\n display: block;\r\n margin: 0 auto;\r\n}\r\n\r\n/* Text meant only for screen readers */\r\n\r\n.assistive-text {\r\n position: absolute !important;\r\n \r\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ \r\n clip: rect(1px, 1px, 1px, 1px);\r\n}\r\n\r\n.page-links {\r\n clear: both;\r\n}\r\n\r\n#site-title a {\r\n color: inherit;\r\n}\r\n\r\nbody {\r\n background: #242420;\r\n}\r\n\r\n/* =General Layout\r\n----------------------------------------------- */\r\n\r\n#page-wrapper {\r\n width: 1080px;\r\n \r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n margin: 0 auto;\r\n padding-top: 20px;\r\n}\r\n\r\n.layout-full #page-wrapper {\r\n width: 100%;\r\n \r\n margin: 0;\r\n overflow: hidden;\r\n padding: 0;\r\n}\r\n\r\n.layout-full #page-wrapper .full-container {\r\n position: relative;\r\n \r\n margin-left: auto;\r\n margin-right: auto;\r\n max-width: 1080px;\r\n}\r\n\r\n@media (max-width: 1080px) {\r\n \r\n .responsive.layout-boxed #page-wrapper {\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n .responsive.layout-boxed #colophon {\r\n margin-bottom: 0;\r\n }\r\n\r\n}\r\n\r\nheader#masthead {\r\n background: #fcfcfc;\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 0 35px 0 35px;\r\n}\r\n\r\nheader#masthead hgroup {\r\n position: relative;\r\n \r\n padding-bottom: 45px;\r\n padding-top: 45px;\r\n zoom: 1;\r\n}\r\n\r\nheader#masthead hgroup:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\nheader#masthead hgroup:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\nheader#masthead hgroup a {\r\n text-decoration: none;\r\n}\r\n\r\nheader#masthead hgroup h1 {\r\n color: #666666;\r\n font-size: 36px;\r\n font-weight: 100;\r\n line-height: 1em;\r\n}\r\n\r\nheader#masthead hgroup .logo {\r\n display: block;\r\n float: left;\r\n max-width: 100%;\r\n}\r\n\r\nheader#masthead hgroup .logo img {\r\n vertical-align: bottom;\r\n}\r\n\r\nheader#masthead hgroup .support-text {\r\n position: absolute;\r\n top: 16%;\r\n right: 0;\r\n \r\n color: #4b4b4b;\r\n font-style: italic;\r\n line-height: 1.2em;\r\n margin-top: -0.6em;\r\n max-width: 50%;\r\n}\r\n\r\nheader#masthead hgroup #header-sidebar {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n height: 100%;\r\n \r\n -moz-box-align: center;\r\n -webkit-box-align: center;\r\n box-align: center;\r\n -moz-box-pack: center;\r\n -webkit-box-pack: center;\r\n box-pack: center;\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box; /* Center align layout. Based on old CSS3 spec, so update when new spec is available */ \r\n display: -ms-flexbox;\r\n display: -moz-box;\r\n display: -webkit-box;\r\n display: box;\r\n overflow: hidden;\r\n padding-bottom: 15px;\r\n padding-top: 15px;\r\n -ms-flex-pack: center;\r\n -ms-flex-align: center;\r\n}\r\n\r\nheader#masthead hgroup #header-sidebar aside.widget {\r\n position: relative;\r\n \r\n float: right;\r\n margin-bottom: 0;\r\n}\r\n\r\nheader#masthead hgroup #header-sidebar .widget-title {\r\n font-weight: bold;\r\n margin-bottom: 5px;\r\n}\r\n\r\nheader#masthead.masthead-logo-in-menu .logo {\r\n float: left;\r\n margin-right: 15px;\r\n padding: 12px 0;\r\n}\r\n\r\nheader#masthead.masthead-logo-in-menu .logo > * {\r\n display: block;\r\n}\r\n\r\nheader#masthead.masthead-logo-in-menu .logo > img {\r\n width: auto;\r\n \r\n max-height: 35px;\r\n}\r\n\r\nbody.ie-8 header#masthead hgroup #header-sidebar,\r\nbody.ie-9 header#masthead hgroup #header-sidebar {\r\n padding-bottom: 40px;\r\n padding-top: 40px;\r\n}\r\n\r\n#main {\r\n zoom: 1;\r\n}\r\n\r\n#main:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n#main:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n#primary {\r\n width: 71.287%;\r\n \r\n float: left;\r\n}\r\n\r\nbody.no-sidebar #primary {\r\n width: auto;\r\n \r\n float: none;\r\n}\r\n\r\n/* Full Width Primary blocks */\r\n\r\n.siteorigin-panels-home #primary,\r\n.page-template-templatestemplate-full-php #primary,\r\n.page-template-templatestemplate-full-notitle-php #primary {\r\n width: auto;\r\n \r\n float: none;\r\n}\r\n\r\n#secondary {\r\n width: 23.762%;\r\n \r\n float: right;\r\n}\r\n\r\n#main {\r\n background: #FCFCFC;\r\n padding: 35px;\r\n}\r\n\r\n#main-slider {\r\n background: #EEEEEE;\r\n line-height: 0;\r\n}\r\n\r\n#main-slider .flexslider {\r\n margin-bottom: 0;\r\n}\r\n\r\n#main-slider h1 {\r\n font-weight: 100;\r\n text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n#main-slider .text-em-wrapper {\r\n background: rgba(0, 0, 0, 0.25);\r\n border: 3px solid white;\r\n font-weight: bold;\r\n padding: 10px 50px;\r\n}\r\n\r\n#main-slider .metaslider,\r\n#main-slider #metaslider-demo {\r\n margin: 0 auto;\r\n}\r\n\r\n/* =Responsive Layout\r\n----------------------------------------------- */\r\n\r\n@media (max-width: 1080px) {\r\n \r\n body.responsive header#masthead hgroup .logo img {\r\n height: auto;\r\n \r\n max-width: 100%; /* Scale down the logo if necessary */ \r\n }\r\n\r\n body.responsive header#masthead.masthead-logo-in-menu .logo {\r\n margin-left: 20px;\r\n }\r\n\r\n body.responsive header#masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul {\r\n margin-right: 0;\r\n }\r\n\r\n body.responsive header#masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li {\r\n float: right;\r\n }\r\n\r\n body.responsive header#masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li a {\r\n padding-left: 20px;\r\n padding-right: 20px;\r\n }\r\n\r\n body.responsive header#masthead.masthead-logo-in-menu #search-icon-icon {\r\n display: none;\r\n }\r\n\r\n}\r\n\r\n/* We consider 680px to be mobile resolution */\r\n\r\n@media (max-width: 680px) {\r\n \r\n body.responsive header#masthead hgroup {\r\n text-align: center;\r\n }\r\n\r\n body.responsive header#masthead hgroup .logo {\r\n float: none;\r\n }\r\n\r\n body.responsive header#masthead hgroup .logo img {\r\n margin: 0 auto;\r\n padding-bottom: 0px !important;\r\n padding-top: 0px !important;\r\n }\r\n\r\n body.responsive header#masthead hgroup .support-text,\r\n body.responsive header#masthead hgroup #header-sidebar {\r\n position: static;\r\n \r\n display: block;\r\n margin-top: 30px;\r\n max-width: 100%;\r\n }\r\n\r\n body.responsive header#masthead hgroup .support-text img,\r\n body.responsive header#masthead hgroup #header-sidebar img {\r\n height: auto;\r\n \r\n max-width: 100%;\r\n }\r\n\r\n body.responsive header#masthead hgroup #header-sidebar {\r\n height: auto;\r\n \r\n padding-bottom: 0 !important;\r\n padding-top: 0 !important;\r\n }\r\n\r\n body.responsive header#masthead hgroup #header-sidebar .widget {\r\n display: block;\r\n float: none;\r\n margin: 0 auto;\r\n }\r\n\r\n body.responsive #primary,\r\n body.responsive #secondary {\r\n width: auto;\r\n \r\n float: none;\r\n }\r\n\r\n body.responsive #secondary {\r\n margin-top: 35px;\r\n }\r\n\r\n body.responsive #footer-widgets .widget {\r\n display: block;\r\n float: none;\r\n margin-bottom: 25px;\r\n }\r\n\r\n body.responsive #footer-widgets .widget:last-child {\r\n margin-bottom: 0;\r\n }\r\n\r\n}\r\n\r\nbody.responsive #page-wrapper {\r\n width: auto;\r\n \r\n max-width: 1080px;\r\n overflow-x: hidden;\r\n}\r\n\r\nbody.responsive.layout-full #page-wrapper {\r\n max-width: 100%;\r\n}\r\n\r\nbody.responsive.layout-boxed #page-wrapper {\r\n overflow-x: visible;\r\n}\r\n\r\nbody.responsive.layout-full #page-wrapper .full-container {\r\n margin-left: auto;\r\n margin-right: auto;\r\n max-width: 1080px;\r\n}\r\n\r\n/* =Menu\r\n----------------------------------------------- */\r\n\r\n.main-navigation {\r\n position: relative;\r\n \r\n background: black;\r\n font-size: 13px;\r\n margin: 0 -35px;\r\n}\r\n\r\n.main-navigation [class^=\"icon-\"] {\r\n color: #CCCCCC;\r\n display: inline-block;\r\n font-size: 16px;\r\n line-height: 0.5em;\r\n margin-right: 15px;\r\n}\r\n\r\n.main-navigation a:hover [class^=\"icon-\"] {\r\n color: #FFFFFF;\r\n}\r\n\r\n.main-navigation ul {\r\n list-style: none;\r\n margin: 0;\r\n padding-left: 0;\r\n zoom: 1; /* Second level menu items */ \r\n}\r\n\r\n.main-navigation ul:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.main-navigation ul:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.main-navigation ul li {\r\n position: relative;\r\n \r\n display: block;\r\n float: left;\r\n}\r\n\r\n.main-navigation ul li:hover > a {\r\n background: #D98E01;\r\n color: #FFFFFF;\r\n}\r\n\r\n.main-navigation ul li a {\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n padding: 20px 35px;\r\n}\r\n\r\n.main-navigation ul li a,\r\n.main-navigation ul li a > * {\r\n -webkit-transition: all 0.4s ease;\r\n -moz-transition: all 0.4s ease;\r\n -o-transition: all 0.4s ease;\r\n transition: all 0.4s ease;\r\n}\r\n\r\n.main-navigation ul ul {\r\n position: absolute;\r\n top: 100%;\r\n left: 0;\r\n \r\n background: #464646;\r\n -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15); /* Third Level Items */ \r\n -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15); /* Third Level Items */ \r\n box-shadow: 0 1px 2px rgba(0,0,0,0.15);\r\n display: none;\r\n z-index: 99999; /* Third Level Items */ \r\n}\r\n\r\n.main-navigation ul ul a {\r\n width: 200px;\r\n \r\n padding: 15px 20px;\r\n}\r\n\r\n.main-navigation ul ul li {\r\n position: relative;\r\n \r\n}\r\n\r\n.main-navigation ul ul li:hover > a {\r\n background: #D98E01;\r\n color: #FFFFFF;\r\n}\r\n\r\n.main-navigation ul ul ul {\r\n top: 0;\r\n left: 100%;\r\n \r\n margin-left: 0;\r\n}\r\n\r\n.main-navigation ul li:hover > ul {\r\n display: block;\r\n}\r\n\r\n.main-navigation a {\r\n color: #e2e2e2;\r\n display: block;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n.main-navigation.sticky {\r\n -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);\r\n -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.15);\r\n box-shadow: 0 2px 1px rgba(0,0,0,0.15);\r\n}\r\n\r\nbody.has-menu-search .main-navigation ul {\r\n margin-right: 59px;\r\n}\r\n\r\n/* Handle the navigation slightly differently on mobile devices */\r\n\r\nbody.mobile-device .main-navigation ul ul {\r\n display: none;\r\n}\r\n\r\nbody.mobile-device .main-navigation li:hover ul {\r\n display: block;\r\n}\r\n\r\n.mobile-nav-frame [class^=\"icon-\"] {\r\n display: inline-block;\r\n margin-right: 10px;\r\n min-width: 1em;\r\n}\r\n\r\n.mobile-nav-icon {\r\n display: inline-block;\r\n font-family: \'FontAwesome\';\r\n margin-right: 10px;\r\n}\r\n\r\n.mobile-nav-icon:before {\r\n content: \"\\f00b\";\r\n font-size: 14px;\r\n}\r\n\r\n#search-icon {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n height: 100%;\r\n \r\n}\r\n\r\n#search-icon #search-icon-icon {\r\n position: relative;\r\n width: 59px;\r\n height: 100%;\r\n \r\n background-color: black;\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n cursor: pointer;\r\n display: block;\r\n}\r\n\r\n#search-icon #search-icon-icon,\r\n#search-icon #search-icon-icon .icon-search {\r\n -webkit-transition: all 0.4s ease;\r\n -moz-transition: all 0.4s ease;\r\n -o-transition: all 0.4s ease;\r\n transition: all 0.4s ease;\r\n}\r\n\r\n#search-icon #search-icon-icon .icon {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n width: 17px;\r\n height: 17px;\r\n \r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 -27px;\r\n display: block;\r\n margin-left: -8.5px;\r\n margin-top: -8px;\r\n}\r\n\r\n#search-icon #search-icon-icon:hover {\r\n background-color: #00bcff;\r\n}\r\n\r\n#search-icon #search-icon-icon:hover .icon {\r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 -45px;\r\n}\r\n\r\n@media screen and (-webkit-min-device-pixel-ratio: 2) {\r\n \r\n #search-icon #search-icon-icon .icon {\r\n background: url(./images/retina/search-icon.png) no-repeat;\r\n background-size: 17px 17px;\r\n }\r\n\r\n #search-icon #search-icon-icon:hover .icon {\r\n background: url(./images/retina/search-icon-white.png) no-repeat;\r\n background-size: 17px 17px;\r\n }\r\n\r\n}\r\n\r\n#search-icon .searchform {\r\n position: absolute;\r\n top: 100%;\r\n right: 0;\r\n width: 1080px;\r\n \r\n display: none;\r\n overflow-x: hidden;\r\n z-index: 10;\r\n}\r\n\r\n#search-icon .searchform input[name=s] {\r\n width: 100%;\r\n height: 42px;\r\n \r\n background: transparent;\r\n border: none;\r\n -webkit-border-radius: 0px;\r\n -moz-border-radius: 0px;\r\n border-radius: 0px;\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n color: #d1d1d1;\r\n display: block;\r\n font-size: 17px;\r\n font-weight: 200;\r\n outline: none;\r\n padding: 0 15px;\r\n}\r\n\r\n/* =Archives\r\n----------------------------------------------- */\r\n\r\narticle.sticky {\r\n}\r\n\r\n#page-title {\r\n color: #3b3b3b; /* Style a sticky post */ \r\n font-size: 20px;\r\n font-weight: 500;\r\n margin-bottom: 20px;\r\n}\r\n\r\n#page-title a {\r\n color: inherit;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\narticle.post,\r\narticle.page {\r\n border-bottom: 1px solid #EEEEEE;\r\n margin-bottom: 40px;\r\n padding-bottom: 40px;\r\n zoom: 1;\r\n}\r\n\r\narticle.post:before,\r\narticle.page:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\narticle.post:after,\r\narticle.page:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\narticle.post footer,\r\narticle.page footer {\r\n width: 17.5%;\r\n \r\n float: left;\r\n}\r\n\r\narticle.post footer .post-type-icon,\r\narticle.page footer .post-type-icon {\r\n width: 50px;\r\n height: 50px;\r\n \r\n background: #4f5355;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n\r\narticle.post footer .tags,\r\narticle.page footer .tags {\r\n line-height: 1em;\r\n margin-top: 15px;\r\n}\r\n\r\narticle.post footer .tags a,\r\narticle.page footer .tags a {\r\n background: #74787a;\r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n border-radius: 2px;\r\n -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);\r\n -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);\r\n box-shadow: 0 1px 1px rgba(0,0,0,0.2);\r\n color: white;\r\n display: inline-block;\r\n font-size: 10px;\r\n line-height: 1em;\r\n margin-bottom: 4px;\r\n margin-right: 4px;\r\n padding: 4px 5px;\r\n text-decoration: none;\r\n text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);\r\n text-transform: uppercase;\r\n}\r\n\r\narticle.post .entry-header,\r\narticle.page .entry-header {\r\n margin-bottom: 20px;\r\n}\r\n\r\narticle.post .entry-header .entry-thumbnail,\r\narticle.page .entry-header .entry-thumbnail {\r\n margin-bottom: 20px;\r\n}\r\n\r\narticle.post .entry-header .entry-thumbnail img,\r\narticle.page .entry-header .entry-thumbnail img {\r\n width: 100%;\r\n height: auto;\r\n \r\n display: block;\r\n}\r\n\r\narticle.post .entry-header .entry-thumbnail a,\r\narticle.page .entry-header .entry-thumbnail a {\r\n display: block;\r\n}\r\n\r\narticle.post .entry-header h1.entry-title,\r\narticle.page .entry-header h1.entry-title {\r\n color: #3b3b3b;\r\n font-size: 20px;\r\n font-weight: 500;\r\n line-height: 1.35em;\r\n}\r\n\r\narticle.post .entry-header h1.entry-title a,\r\narticle.page .entry-header h1.entry-title a {\r\n color: inherit;\r\n text-decoration: none;\r\n}\r\n\r\narticle.post .entry-header .entry-meta,\r\narticle.page .entry-header .entry-meta {\r\n color: #8f8f8f;\r\n font-size: 12px;\r\n}\r\n\r\narticle.post .entry-header .entry-meta a,\r\narticle.page .entry-header .entry-meta a {\r\n color: #5e5e5e;\r\n font-weight: 500;\r\n text-decoration: none;\r\n}\r\n\r\narticle.post:last-child,\r\narticle.page:last-child {\r\n border-bottom: 0;\r\n margin-bottom: 0;\r\n padding-bottom: 0;\r\n}\r\n\r\narticle.post .more-link,\r\narticle.page .more-link {\r\n background: #ffffff;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));\r\n background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);\r\n background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);\r\n background: -o-linear-gradient(#ffffff, #dfdfdf);\r\n border-bottom: solid 1px #9f9f9f;\r\n border-left: solid 1px #c3c3c3;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n border-right: solid 1px #c3c3c3;\r\n border-top: solid 1px #d2d2d2;\r\n -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125);\r\n -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125);\r\n box-shadow: 0 1px 1px rgba(0,0,0,0.125);\r\n color: #646464;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#dfdfdf\', GradientType=0);\r\n float: right;\r\n font-size: 11px;\r\n font-weight: bold;\r\n padding: 4px 10px;\r\n text-decoration: none;\r\n}\r\n\r\narticle.post .more-link .meta-nav,\r\narticle.page .more-link .meta-nav {\r\n display: none;\r\n}\r\n\r\narticle.post .share-buttons,\r\narticle.page .share-buttons {\r\n background: #F5F5F5;\r\n border: 1px solid #E0E0E0;\r\n list-style: none;\r\n margin: 20px 0 0 0;\r\n padding: 15px 25px;\r\n zoom: 1;\r\n}\r\n\r\narticle.post .share-buttons:before,\r\narticle.page .share-buttons:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\narticle.post .share-buttons:after,\r\narticle.page .share-buttons:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\narticle.post .share-buttons li,\r\narticle.page .share-buttons li {\r\n height: 20px;\r\n \r\n display: block;\r\n float: left;\r\n}\r\n\r\narticle.post .entry-summary p:last-child,\r\narticle.page .entry-summary p:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\narticle.post .entry-categories,\r\narticle.page .entry-categories {\r\n color: #999999;\r\n font-size: 0.85em;\r\n margin-top: 1.5em;\r\n}\r\n\r\narticle.post .entry-categories a,\r\narticle.page .entry-categories a {\r\n color: #777777;\r\n}\r\n\r\narticle.post.post-with-thumbnail-icon .entry-thumbnail,\r\narticle.page.post-with-thumbnail-icon .entry-thumbnail {\r\n width: 11.68%;\r\n \r\n clear: none;\r\n float: left;\r\n margin-top: 0.2em;\r\n}\r\n\r\narticle.post.post-with-thumbnail-icon .entry-thumbnail img,\r\narticle.page.post-with-thumbnail-icon .entry-thumbnail img {\r\n width: 100%;\r\n height: auto;\r\n \r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n}\r\n\r\narticle.post.post-with-thumbnail-icon .entry-main,\r\narticle.page.post-with-thumbnail-icon .entry-main {\r\n width: 84.41%;\r\n \r\n float: right;\r\n}\r\n\r\n.post-navigation,\r\n#image-navigation {\r\n margin-bottom: 40px;\r\n margin-top: -20px;\r\n zoom: 1;\r\n}\r\n\r\n.post-navigation:before,\r\n#image-navigation:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.post-navigation:after,\r\n#image-navigation:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.post-navigation a,\r\n#image-navigation a {\r\n background: #ffffff;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));\r\n background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);\r\n background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);\r\n background: -o-linear-gradient(#ffffff, #dfdfdf);\r\n border-bottom: solid 1px #9f9f9f;\r\n border-left: solid 1px #c3c3c3;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n border-right: solid 1px #c3c3c3;\r\n border-top: solid 1px #d2d2d2;\r\n -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125);\r\n -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125);\r\n box-shadow: 0 1px 1px rgba(0,0,0,0.125);\r\n color: #646464;\r\n display: inline-block;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#dfdfdf\', GradientType=0);\r\n font-size: 11px;\r\n font-weight: bold;\r\n padding: 6px 10px;\r\n text-decoration: none;\r\n}\r\n\r\n.post-navigation a .meta-nav,\r\n#image-navigation a .meta-nav {\r\n display: inline-block;\r\n}\r\n\r\n.post-navigation a:hover,\r\n#image-navigation a:hover {\r\n background: #ffffff;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));\r\n background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);\r\n background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);\r\n background: -o-linear-gradient(#ffffff, #ebebeb);\r\n border-bottom: solid 1px #a8a8a8;\r\n border-left: solid 1px #cfcfcf;\r\n border-right: solid 1px #cfcfcf;\r\n border-top: solid 1px #dadada;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#ebebeb\', GradientType=0);\r\n}\r\n\r\n.post-navigation .nav-previous .meta-nav,\r\n#image-navigation .nav-previous .meta-nav {\r\n margin-right: 7px;\r\n}\r\n\r\n.post-navigation .nav-next .meta-nav,\r\n#image-navigation .nav-next .meta-nav {\r\n margin-left: 7px;\r\n}\r\n\r\n.single-nav-wrapper {\r\n overflow: hidden;\r\n}\r\n\r\n/* Reset the navigation */\r\n\r\n#image-navigation {\r\n margin-bottom: 20px;\r\n margin-top: 0px;\r\n}\r\n\r\n/* =Entry Content\r\n----------------------------------------------- */\r\n\r\n/* Styles for actual content */\r\n\r\n.entry-header {\r\n zoom: 1;\r\n}\r\n\r\n.entry-header:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.entry-header:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.entry-content {\r\n color: #666666; /* WordPress Images */ \r\n line-height: 1.6em;\r\n zoom: 1;\r\n}\r\n\r\n.entry-content:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.entry-content:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.entry-content a {\r\n color: #248cc8;\r\n -webkit-transition: all 0.2s ease;\r\n -moz-transition: all 0.2s ease;\r\n -o-transition: all 0.2s ease;\r\n transition: all 0.2s ease;\r\n}\r\n\r\n.entry-content a:hover {\r\n color: #f47e3c;\r\n}\r\n\r\n.entry-content p,\r\n.entry-content > ul,\r\n.entry-content > li,\r\n.entry-content > dl,\r\n.entry-content pre,\r\n.entry-content code,\r\n.entry-content blockquote {\r\n margin: 1em 0;\r\n}\r\n\r\n.entry-content > *:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.entry-content > *:first-child {\r\n margin-top: 0;\r\n}\r\n\r\n.entry-content blockquote {\r\n border-left: 1px solid #AAAAAA;\r\n font-style: italic;\r\n margin-left: 1em;\r\n padding-left: 1em;\r\n}\r\n\r\n.entry-content blockquote cite {\r\n font-weight: bold;\r\n}\r\n\r\n.entry-content pre,\r\n.entry-content code {\r\n background: white;\r\n border: 1px solid #D9D9D9;\r\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);\r\n display: block;\r\n font-family: \"Courier New\", Courier, mono;\r\n overflow-x: auto;\r\n padding: 10px;\r\n}\r\n\r\n.entry-content pre p:first-child,\r\n.entry-content code p:first-child {\r\n margin-top: 0;\r\n}\r\n\r\n.entry-content code {\r\n font-family: \"Courier New\", Courier, mono;\r\n}\r\n\r\n.entry-content sup,\r\n.entry-content sub {\r\n position: relative;\r\n height: 0;\r\n \r\n line-height: 1;\r\n vertical-align: baseline;\r\n}\r\n\r\n.entry-content sup {\r\n bottom: 1ex;\r\n \r\n}\r\n\r\n.entry-content sub {\r\n top: .5ex;\r\n \r\n}\r\n\r\n.entry-content .gallery {\r\n margin: 15px 0 25px 0;\r\n}\r\n\r\n.entry-content .gallery .gallery-item {\r\n margin-bottom: 0;\r\n}\r\n\r\n.entry-content .gallery .gallery-icon {\r\n line-height: 0;\r\n margin-bottom: 0;\r\n}\r\n\r\n.entry-content .gallery img {\r\n border: none !important;\r\n}\r\n\r\n.entry-content .gallery .gallery-caption {\r\n margin: 10px;\r\n padding-left: 0;\r\n}\r\n\r\n.entry-content table {\r\n width: 100%;\r\n \r\n}\r\n\r\n.entry-content img {\r\n height: auto;\r\n \r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.175);\r\n -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.175);\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.175);\r\n max-width: 100%;\r\n}\r\n\r\n.entry-content .wp-caption {\r\n border: 1px solid #E0E0E0;\r\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n margin: 5px 0 30px 0;\r\n max-width: 100%;\r\n padding: 8px;\r\n text-align: center;\r\n}\r\n\r\n.entry-content .wp-caption.aligncenter {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n\r\n.entry-content .wp-caption:first-child {\r\n margin-top: 25px;\r\n}\r\n\r\n.entry-content .wp-caption p.wp-caption-text {\r\n margin: 0;\r\n}\r\n\r\n.entry-content .alignleft {\r\n margin: 0 1.5em 1.5em 0; /* This is also styled on a global level */ \r\n}\r\n\r\n.entry-content .alignright {\r\n margin: 0 0 1.5em 1.5em; /* This is also styled on a global level */ \r\n}\r\n\r\n.entry-content img.wp-smiley {\r\n border: none;\r\n margin-bottom: 0;\r\n margin-top: 0;\r\n padding: 0;\r\n}\r\n\r\n.entry-content ul {\r\n list-style-type: square;\r\n}\r\n\r\n.entry-content ol {\r\n list-style-type: decimal;\r\n}\r\n\r\n.entry-content ol ol {\r\n list-style-type: upper-alpha;\r\n}\r\n\r\n.entry-content ol ol ol {\r\n list-style-type: lower-roman;\r\n}\r\n\r\n.entry-content ul li,\r\n.entry-content ol li {\r\n margin-left: 1.5em;\r\n}\r\n\r\n.entry-content dl dt {\r\n font-weight: bold;\r\n margin-bottom: 5px;\r\n}\r\n\r\n.entry-content dl dd {\r\n margin-bottom: 10px;\r\n padding-left: 20px;\r\n}\r\n\r\n.entry-content h1,\r\n.entry-content h2,\r\n.entry-content h3,\r\n.entry-content h4,\r\n.entry-content h5,\r\n.entry-content h6 {\r\n color: #444444;\r\n font-weight: 500;\r\n margin: 1em 0;\r\n}\r\n\r\n.entry-content h1 {\r\n font-size: 1.7em;\r\n}\r\n\r\n.entry-content h2 {\r\n font-size: 1.6em;\r\n}\r\n\r\n.entry-content h3 {\r\n font-size: 1.5em;\r\n}\r\n\r\n.entry-content h4 {\r\n font-size: 1.4em;\r\n}\r\n\r\n.entry-content h5 {\r\n font-size: 1.2em;\r\n}\r\n\r\n.entry-content h6 {\r\n font-size: 1.1em;\r\n}\r\n\r\n.entry-content embed,\r\n.entry-content iframe,\r\n.entry-content object {\r\n max-width: 100%;\r\n}\r\n\r\n.entry-content .tags {\r\n color: #999999;\r\n}\r\n\r\n.entry-content .tags strong {\r\n color: #666666;\r\n}\r\n\r\n.entry-content .tags a {\r\n color: #999999;\r\n text-decoration: none;\r\n}\r\n\r\n/* =Navigation\r\n----------------------------------------------- */\r\n\r\n.pagination,\r\n.entry-content .pagination {\r\n position: relative;\r\n \r\n font-size: 11px;\r\n line-height: 13px;\r\n text-align: right;\r\n}\r\n\r\n.pagination span,\r\n.entry-content .pagination span,\r\n.pagination a,\r\n.entry-content .pagination a {\r\n width: auto;\r\n \r\n background: #4f5355;\r\n background: #ffffff;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));\r\n background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);\r\n background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);\r\n background: -o-linear-gradient(#ffffff, #dfdfdf);\r\n border-bottom: solid 1px #9f9f9f;\r\n border-left: solid 1px #c3c3c3;\r\n -webkit-border-radius: 2px;\r\n -moz-border-radius: 2px;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 2px;\r\n border-radius: 3px;\r\n border-right: solid 1px #c3c3c3;\r\n border-top: solid 1px #d2d2d2;\r\n -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n color: #646464;\r\n display: inline-block;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#dfdfdf\', GradientType=0);\r\n font-weight: bold;\r\n margin: 2px 2px 2px 0;\r\n padding: 6px 9px 5px 9px;\r\n text-decoration: none;\r\n}\r\n\r\n.pagination span:last-child,\r\n.entry-content .pagination span:last-child,\r\n.pagination a:last-child,\r\n.entry-content .pagination a:last-child {\r\n margin-right: 0;\r\n}\r\n\r\n.pagination a:hover,\r\n.entry-content .pagination a:hover {\r\n background: #f0f0f0;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d0d0d0), color-stop(1, #f0f0f0));\r\n background: -ms-linear-gradient(bottom, #d0d0d0, #f0f0f0);\r\n background: -moz-linear-gradient(center bottom, #d0d0d0 0%, #f0f0f0 100%);\r\n background: -o-linear-gradient(#f0f0f0, #d0d0d0);\r\n color: #606060;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#f0f0f0\', endColorstr=\'#d0d0d0\', GradientType=0);\r\n}\r\n\r\n.pagination .current,\r\n.entry-content .pagination .current {\r\n background: #333333;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #333333));\r\n background: -ms-linear-gradient(bottom, #505050, #333333);\r\n background: -moz-linear-gradient(center bottom, #505050 0%, #333333 100%);\r\n background: -o-linear-gradient(#333333, #505050);\r\n border-bottom: solid 1px #222222;\r\n border-left: solid 1px #222222;\r\n border-right: solid 1px #222222;\r\n border-top: solid 1px #222222;\r\n -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);\r\n -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);\r\n box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 0 5px rgba(0,0,0, 0.5);\r\n color: #EFEFEF;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#333333\', endColorstr=\'#505050\', GradientType=0);\r\n}\r\n\r\n.site-content .nav-previous,\r\n.site-content .nav-next {\r\n white-space: nowrap;\r\n}\r\n\r\n.site-content .nav-previous {\r\n width: 50%;\r\n \r\n float: left;\r\n}\r\n\r\n.site-content .nav-next {\r\n width: 50%;\r\n \r\n float: right;\r\n text-align: right;\r\n}\r\n\r\n@media (max-width: 480px) {\r\n \r\n body.responsive .site-content .nav-previous,\r\n body.responsive .site-content .nav-next {\r\n width: 100%;\r\n \r\n float: none;\r\n margin-bottom: 20px;\r\n text-align: center;\r\n }\r\n\r\n}\r\n\r\n/* =Comments\r\n----------------------------------------------- */\r\n\r\n#comments-title,\r\n#reply-title {\r\n border-bottom: 2px solid #555555;\r\n color: #444444;\r\n display: inline-block;\r\n font-size: 14px;\r\n font-weight: 500;\r\n line-height: 1em;\r\n margin-bottom: 20px;\r\n padding-bottom: 5px;\r\n}\r\n\r\n#comments-title [class^=\"icon-\"],\r\n#reply-title [class^=\"icon-\"] {\r\n display: inline-block;\r\n font-size: 16px;\r\n line-height: 0.75em;\r\n margin-right: 4px;\r\n}\r\n\r\n#comments .commentlist {\r\n list-style: none;\r\n margin: 0 0 40px 0;\r\n}\r\n\r\n#comments .commentlist .children {\r\n list-style: none;\r\n margin-left: 75px;\r\n}\r\n\r\n#comments .commentlist article {\r\n margin-bottom: 35px;\r\n}\r\n\r\n#comments .commentlist article .avatar {\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);\r\n -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.1);\r\n float: left;\r\n}\r\n\r\n#comments .commentlist article .comment-author,\r\n#comments .commentlist article .awaiting-moderation,\r\n#comments .commentlist article .comment-meta,\r\n#comments .commentlist article .comment-content {\r\n margin-left: 75px;\r\n}\r\n\r\n#comments .commentlist article .comment-author {\r\n color: #474747;\r\n font-size: 13px;\r\n font-weight: 500;\r\n line-height: 1em;\r\n margin-bottom: 0.35em;\r\n}\r\n\r\n#comments .commentlist article .comment-author a {\r\n color: inherit;\r\n text-decoration: none;\r\n}\r\n\r\n#comments .commentlist article .comment-author cite {\r\n font-style: normal;\r\n}\r\n\r\n#comments .commentlist article .comment-meta {\r\n color: #747474;\r\n font-size: 11.5px;\r\n line-height: 1em;\r\n margin-bottom: 15px;\r\n}\r\n\r\n#comments .commentlist article .comment-meta a {\r\n color: inherit;\r\n text-decoration: none;\r\n}\r\n\r\n#comments .commentlist article .comment-meta .support {\r\n display: inline-block;\r\n margin-left: 15px;\r\n}\r\n\r\n#comments .commentlist article .awaiting-moderation {\r\n display: block;\r\n margin-bottom: 10px;\r\n}\r\n\r\n#comments .commentlist article .entry-content {\r\n font-size: 12px;\r\n}\r\n\r\n#comments .commentlist .bypostauthor {\r\n}\r\n\r\n#commentform label {\r\n width: 25%;\r\n \r\n display: block;\r\n float: left;\r\n margin-top: 2px; /* Change the comment by the post author */ \r\n}\r\n\r\n#commentform input,\r\n#commentform textarea {\r\n width: 75%;\r\n \r\n float: left;\r\n font-size: 13px;\r\n padding: 10px;\r\n}\r\n\r\n#commentform textarea {\r\n padding: 10px;\r\n}\r\n\r\n#commentform input {\r\n padding: 7px 10px;\r\n}\r\n\r\n#commentform p {\r\n margin-bottom: 20px;\r\n zoom: 1;\r\n}\r\n\r\n#commentform p:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n#commentform p:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n#commentform p.form-submit {\r\n margin-bottom: 0;\r\n}\r\n\r\n#commentform #submit {\r\n width: auto;\r\n \r\n font-size: 12px;\r\n padding: 10px 20px;\r\n}\r\n\r\n#commentform .form-allowed-tags,\r\n#commentform .form-allowed-tags code,\r\n#commentform .comment-notes {\r\n color: #999;\r\n font-size: 0.8em;\r\n}\r\n\r\n#commentform .logged-in-as {\r\n color: #999;\r\n font-size: 0.8em;\r\n margin-bottom: 10px;\r\n text-align: right;\r\n}\r\n\r\n#commentform .required {\r\n color: #A40802;\r\n}\r\n\r\n@media (max-width: 480px) {\r\n \r\n body.responsive #commentform label {\r\n width: 100%;\r\n \r\n float: none;\r\n margin-bottom: 3px;\r\n }\r\n\r\n body.responsive #commentform input,\r\n body.responsive #commentform textarea {\r\n width: 100%;\r\n \r\n float: none;\r\n }\r\n\r\n}\r\n\r\n/* =Sidebars and Asides\r\n----------------------------------------------- */\r\n\r\n#colophon {\r\n background: black;\r\n margin-bottom: 20px;\r\n padding: 30px;\r\n}\r\n\r\n#colophon #theme-attribution,\r\n#colophon #site-info {\r\n color: #AAAAAA;\r\n font-size: 11.5px;\r\n margin-top: 25px;\r\n text-align: center;\r\n}\r\n\r\n#colophon #theme-attribution a,\r\n#colophon #site-info a {\r\n color: #DDDDDD;\r\n font-weight: 500;\r\n text-decoration: none;\r\n}\r\n\r\nbody.layout-full {\r\n background-color: #2f3033; /* Use the same color as the footer */ \r\n}\r\n\r\n.layout-full #colophon {\r\n margin-bottom: 0;\r\n margin-top: 0;\r\n padding-bottom: 30px;\r\n padding-top: 30px;\r\n}\r\n\r\n#scroll-to-top {\r\n position: fixed;\r\n right: 20px;\r\n bottom: 20px;\r\n width: 48px;\r\n height: 48px;\r\n \r\n background: url(\'images/sprites-1-1-7.png\') no-repeat -84px -27px;\r\n opacity: 0;\r\n -ms-transform: scale(0, 0);\r\n -webkit-transform: scale(0, 0);\r\n transform: scale(0, 0);\r\n -webkit-transition: all 0.2s ease;\r\n -moz-transition: all 0.2s ease;\r\n -o-transition: all 0.2s ease;\r\n transition: all 0.2s ease;\r\n}\r\n\r\n@media screen and (-webkit-min-device-pixel-ratio: 2) {\r\n \r\n #scroll-to-top {\r\n background-image: url(./images/retina/to-top.png);\r\n background-size: 48px 48px;\r\n }\r\n\r\n}\r\n\r\n#scroll-to-top.displayed {\r\n opacity: 1 !important;\r\n -ms-transform: scale(1, 1);\r\n -webkit-transform: scale(1, 1);\r\n transform: scale(1, 1);\r\n}\r\n\r\n/* =Sliders\r\n----------------------------------------------- */\r\n\r\n/* Resets */\r\n\r\n.flex-container a:active,\r\n.flexslider a:active,\r\n.flex-container a:focus,\r\n.flexslider a:focus {\r\n outline: none;\r\n}\r\n\r\n.slides,\r\n.flex-control-nav,\r\n.flex-direction-nav {\r\n list-style: none;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n/* Necessary Styles */\r\n\r\n.flexslider {\r\n position: relative;\r\n \r\n margin: 0;\r\n padding: 0;\r\n zoom: 1;\r\n}\r\n\r\n.flexslider .slides {\r\n list-style: none;\r\n zoom: 1;\r\n}\r\n\r\n.flexslider .slides:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.flexslider .slides:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.flexslider .slides > img {\r\n width: 100%;\r\n height: auto;\r\n \r\n -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);\r\n -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);\r\n box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);\r\n display: block;\r\n}\r\n\r\n.flexslider .slides p img {\r\n width: auto;\r\n \r\n display: inline-block;\r\n}\r\n\r\n.flexslider .slides .flex-caption {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n \r\n background: rgba(0, 0, 0, 0.5);\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n color: #FFF;\r\n padding: 20px;\r\n text-align: center;\r\n text-decoration: none;\r\n}\r\n\r\n.flexslider .slides .flex-caption h3 {\r\n color: inherit;\r\n font-size: 15px;\r\n line-height: 1.25em;\r\n margin: 0;\r\n}\r\n\r\n.flexslider .slides > li {\r\n background-position: center center; /* Stuff specific to metaslider */ \r\n background-size: cover;\r\n display: none;\r\n margin-left: 0;\r\n -webkit-backface-visibility: hidden; /* Stuff specific to metaslider */ \r\n}\r\n\r\n.flexslider .slides > li .content img {\r\n height: auto !important;\r\n \r\n max-width: 100%;\r\n}\r\n\r\n.flexslider .flex-control-paging {\r\n position: absolute;\r\n right: 0px;\r\n bottom: 15px;\r\n \r\n list-style: none;\r\n padding: 0 30px;\r\n text-align: right;\r\n z-index: 20;\r\n}\r\n\r\n.flexslider .flex-control-paging li {\r\n width: 14px;\r\n height: 14px;\r\n \r\n display: inline-block;\r\n margin: 0;\r\n margin-right: 2px;\r\n padding: 0;\r\n text-align: left;\r\n text-indent: -99999px;\r\n}\r\n\r\n.flexslider .flex-control-paging li a {\r\n width: 14px;\r\n height: 14px;\r\n \r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 -63px;\r\n cursor: pointer;\r\n display: block;\r\n}\r\n\r\n.flexslider .flex-control-paging li a.flex-active {\r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 -78px;\r\n}\r\n\r\n.flexslider .flex-control-paging li a:hover {\r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 -63px;\r\n}\r\n\r\n@media screen and (-webkit-min-device-pixel-ratio: 2) {\r\n \r\n .flexslider .flex-control-paging li a {\r\n background-image: url(images/retina/slide-indicator-inactive.png);\r\n background-size: 14px 14px;\r\n }\r\n\r\n .flexslider .flex-control-paging li a.flex-active {\r\n background-image: url(images/retina/slide-indicator-active.png);\r\n background-size: 14px 14px;\r\n }\r\n\r\n .flexslider .flex-control-paging li a:hover {\r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 -63px;\r\n background-size: 14px 14px;\r\n }\r\n\r\n}\r\n\r\n.flexslider .flex-direction-nav {\r\n list-style: none;\r\n}\r\n\r\n.flexslider .flex-direction-nav li {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n.flexslider .flex-direction-nav li a {\r\n position: absolute;\r\n top: 50%;\r\n width: 32px;\r\n height: 85px;\r\n \r\n display: block;\r\n margin-top: -52px;\r\n opacity: 0;\r\n text-indent: -99999px;\r\n -webkit-transition: opacity 0.2s ease;\r\n -moz-transition: opacity 0.2s ease;\r\n -o-transition: opacity 0.2s ease;\r\n transition: opacity 0.2s ease;\r\n}\r\n\r\n.flexslider .flex-direction-nav li a.flex-prev {\r\n left: 0;\r\n \r\n background: url(\'images/sprites-1-1-7.png\') no-repeat -18px -9px;\r\n}\r\n\r\n.flexslider .flex-direction-nav li a.flex-next {\r\n right: 0;\r\n \r\n background: url(\'images/sprites-1-1-7.png\') no-repeat -51px -9px;\r\n}\r\n\r\n@media screen and (-webkit-min-device-pixel-ratio: 2) {\r\n \r\n .flexslider .flex-direction-nav li a {\r\n background-size: 32px 85px;\r\n }\r\n\r\n .flexslider .flex-direction-nav li a.flex-prev {\r\n background-image: url(images/retina/gallery-prev.png);\r\n }\r\n\r\n .flexslider .flex-direction-nav li a.flex-next {\r\n background-image: url(images/retina/gallery-next.png);\r\n }\r\n\r\n}\r\n\r\n.flexslider:hover .flex-direction-nav li a {\r\n opacity: 0.9;\r\n}\r\n\r\n/* Styles for Metaslider Prebuilt */\r\n\r\n.metaslider .msHtmlOverlay .layer .siteorigin-slider-action-button {\r\n background: url(slider/action.png) right center no-repeat;\r\n display: inline-block;\r\n font-weight: bold;\r\n padding: 8px 46px 8px 0;\r\n}\r\n\r\n.metaslider .msHtmlOverlay .layer .siteorigin-slider-action-button a {\r\n color: #FFFFFF;\r\n font-size: 16px;\r\n text-decoration: none;\r\n}\r\n\r\n#metaslider-demo .content,\r\n.vantage-slide-with-image .content {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n width: 100%;\r\n \r\n}\r\n\r\n#metaslider-demo .content img,\r\n.vantage-slide-with-image .content img {\r\n height: auto;\r\n \r\n max-width: 100%;\r\n}\r\n\r\n#metaslider-demo .msDefaultImage,\r\n.vantage-slide-with-image .msDefaultImage {\r\n height: auto;\r\n \r\n max-width: 100%;\r\n}\r\n\r\n/* =Widgets\r\n----------------------------------------------- */\r\n\r\n.widget {\r\n margin: 0 0 1.5em;\r\n}\r\n\r\n/* Make sure select elements fit in widgets */\r\n\r\n.widget select {\r\n max-width: 100%;\r\n}\r\n\r\n/* Search widget */\r\n\r\n#searchsubmit {\r\n display: none;\r\n}\r\n\r\n.textwidget p:first-child {\r\n margin-top: 0;\r\n}\r\n\r\n.textwidget p:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n/* =Sidebar widget styling\r\n----------------------------------------------- */\r\n\r\n#secondary .widget,\r\n#footer-widgets .widget {\r\n color: #5e5e5e;\r\n font-size: 13px;\r\n margin-bottom: 40px;\r\n}\r\n\r\n#secondary .widget:last-child,\r\n#footer-widgets .widget:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n#secondary .widget .widget-title,\r\n#footer-widgets .widget .widget-title {\r\n color: #3b3b3b;\r\n font-size: 15px;\r\n font-weight: bold;\r\n margin-bottom: 15px;\r\n}\r\n\r\n#secondary .widget ul,\r\n#footer-widgets .widget ul,\r\n#secondary .widget ol,\r\n#footer-widgets .widget ol {\r\n list-style: none;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#secondary .widget ul ul,\r\n#footer-widgets .widget ul ul,\r\n#secondary .widget ol ul,\r\n#footer-widgets .widget ol ul,\r\n#secondary .widget ul ol,\r\n#footer-widgets .widget ul ol,\r\n#secondary .widget ol ol,\r\n#footer-widgets .widget ol ol {\r\n margin-left: 1em;\r\n}\r\n\r\n#secondary .widget ul li a,\r\n#footer-widgets .widget ul li a,\r\n#secondary .widget ol li a,\r\n#footer-widgets .widget ol li a {\r\n text-decoration: none;\r\n}\r\n\r\n#footer-widgets {\r\n margin: 0 -5px;\r\n max-width: 100%;\r\n zoom: 1;\r\n}\r\n\r\n#footer-widgets:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n#footer-widgets:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n#footer-widgets .widget {\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n color: #b9b9b9;\r\n float: left;\r\n margin-bottom: 0;\r\n padding: 0 15px;\r\n}\r\n\r\n#footer-widgets .widget a {\r\n color: #cccccc;\r\n}\r\n\r\n#footer-widgets .widget .widget-title {\r\n color: #e2e2e2;\r\n font-size: 14px;\r\n font-weight: bold;\r\n margin-bottom: 20px;\r\n}\r\n\r\n/* =General Widget Styling\r\n----------------------------------------------- */\r\n\r\n.widget img,\r\n.widget iframe,\r\n.widget object,\r\n.widget select,\r\n.widget input {\r\n max-width: 100%;\r\n}\r\n\r\n.widget img {\r\n height: auto;\r\n \r\n}\r\n\r\n.widget a.button {\r\n background: #107fc9;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f75b8), color-stop(1, #1189da));\r\n background: -ms-linear-gradient(bottom, #0f75b8, #1189da);\r\n background: -moz-linear-gradient(center bottom, #0f75b8 0%, #1189da 100%);\r\n background: -o-linear-gradient(#1189da, #0f75b8);\r\n border-bottom: solid 1px #083d61;\r\n border-left: solid 1px #094974;\r\n -webkit-border-radius: 4px;\r\n -moz-border-radius: 4px;\r\n border-radius: 4px;\r\n border-right: solid 1px #094974;\r\n border-top: solid 1px #0b5587;\r\n -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);\r\n -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);\r\n box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);\r\n color: white;\r\n display: inline-block;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#1189da\', endColorstr=\'#0f75b8\', GradientType=0);\r\n font-size: 0.875em;\r\n padding: 9px 26px;\r\n text-decoration: none;\r\n text-shadow: 0 1px 0 #000000;\r\n}\r\n\r\n.widget .button-container.align-center {\r\n text-align: center;\r\n}\r\n\r\n.widget .button-container.align-left {\r\n text-align: left;\r\n}\r\n\r\n.widget .button-container.align-right {\r\n text-align: right;\r\n}\r\n\r\n.widget .button-container.align-full .button {\r\n display: block;\r\n text-align: center;\r\n}\r\n\r\n.widget_call-to-action {\r\n position: relative;\r\n \r\n padding: 25px 30px 23px 30px;\r\n}\r\n\r\n.widget_call-to-action h2.cta-headline {\r\n color: #333;\r\n margin: 0 0 0.35em 0;\r\n}\r\n\r\n.widget_call-to-action p.cta-sub-text {\r\n color: #666;\r\n margin: 0;\r\n}\r\n\r\n.widget_call-to-action a.button {\r\n position: absolute;\r\n top: 50%;\r\n right: 30px;\r\n \r\n margin-top: -20px; /* This should be half the height of the button */ \r\n}\r\n\r\n/* Responsive styles for the call to action widget */\r\n\r\n@media (max-width: 680px) {\r\n \r\n body.responsive .widget_call-to-action a.button {\r\n position: static;\r\n \r\n display: block;\r\n margin-top: 25px;\r\n text-align: center;\r\n }\r\n\r\n}\r\n\r\n.widget_siteorigin-list ul li {\r\n margin-bottom: 0.4em;\r\n}\r\n\r\n.widget_siteorigin-list ul li:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.widget_icon-text {\r\n font-size: 0.95em;\r\n text-align: center;\r\n}\r\n\r\n.widget_icon-text .feature-icon {\r\n display: inline-block;\r\n line-height: 0;\r\n}\r\n\r\n.widget_icon-text .widget-title {\r\n margin: 15px 0;\r\n}\r\n\r\n.widget_circleicon-widget {\r\n clear: both; /* A medium sized icon */ \r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box {\r\n position: relative;\r\n \r\n text-align: center;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-show-box {\r\n background: #F6F6F6;\r\n border: 1px solid #DDDDDD;\r\n -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05);\r\n -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.05);\r\n box-shadow: 0 2px 2px rgba(0,0,0,0.05);\r\n padding: 24px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-hide-box {\r\n padding: 5px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box .link-icon,\r\n.widget_circleicon-widget .circle-icon-box .link-title {\r\n display: block;\r\n text-decoration: none;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box .circle-icon {\r\n position: absolute;\r\n width: 65px;\r\n height: 65px;\r\n \r\n background-color: #3a3b3e;\r\n background-position: center center;\r\n background-repeat: no-repeat;\r\n background-size: cover;\r\n -webkit-border-radius: 130px;\r\n -moz-border-radius: 130px;\r\n border-radius: 130px;\r\n display: inline-block;\r\n -webkit-transition: all 0.5s ease;\r\n -moz-transition: all 0.5s ease;\r\n -o-transition: all 0.5s ease;\r\n transition: all 0.5s ease;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box .circle-icon [class^=\"icon-\"] {\r\n position: absolute;\r\n top: 50%;\r\n left: 0;\r\n width: 100%;\r\n height: 1em;\r\n \r\n color: #FFFFFF;\r\n display: block;\r\n font-size: 24px;\r\n line-height: 1.1em;\r\n margin-top: -0.5em;\r\n text-align: center;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box h4 {\r\n color: #3b3b3b;\r\n font-size: 17px;\r\n font-weight: bold;\r\n margin-bottom: 0.8em;\r\n margin-top: 0;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box p.text {\r\n color: #5e5e5e;\r\n font-size: 13px;\r\n margin: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box p.text:last-child {\r\n margin-bottom: 0;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box a.more-button {\r\n color: #3b3b3b;\r\n display: block;\r\n font-size: 13px;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box a.more-button i {\r\n width: 5px;\r\n height: 8px;\r\n \r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 0;\r\n display: inline-block;\r\n margin-left: 3px;\r\n}\r\n\r\n@media screen and (-webkit-min-device-pixel-ratio: 2) {\r\n \r\n .widget_circleicon-widget .circle-icon-box a.more-button i {\r\n background: url(./images/retina/more-icon.png);\r\n background-size: 5px 8px;\r\n }\r\n\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-top {\r\n padding-top: 75px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-top .circle-icon {\r\n top: 0;\r\n left: 50%;\r\n \r\n margin-left: -32.5px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-bottom {\r\n padding-bottom: 75px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-bottom .circle-icon {\r\n bottom: 0;\r\n left: 50%;\r\n \r\n margin-left: -32.5px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-left {\r\n padding-left: 75px;\r\n text-align: left;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-left .circle-icon {\r\n top: 50%;\r\n left: 0;\r\n \r\n margin-top: -32.5px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-right {\r\n padding-right: 75px;\r\n text-align: left;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-position-right .circle-icon {\r\n top: 50%;\r\n right: 0;\r\n \r\n margin-top: -32.5px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium {\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium .circle-icon {\r\n width: 81.25px;\r\n height: 81.25px;\r\n \r\n -webkit-border-radius: 162.5px;\r\n -moz-border-radius: 162.5px;\r\n border-radius: 162.5px;\r\n -webkit-transition: all 0.5s ease;\r\n -moz-transition: all 0.5s ease;\r\n -o-transition: all 0.5s ease;\r\n transition: all 0.5s ease;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium .circle-icon [class^=\"icon-\"] {\r\n font-size: 36px;\r\n line-height: 1.1em;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-top {\r\n padding-top: 91.25px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-top .circle-icon {\r\n top: 0;\r\n left: 50%;\r\n \r\n margin-left: -40.625px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-bottom {\r\n padding-bottom: 91.25px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-bottom .circle-icon {\r\n bottom: 0;\r\n left: 50%;\r\n \r\n margin-left: -40.625px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-left {\r\n padding-left: 91.25px;\r\n text-align: left;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-left .circle-icon {\r\n top: 50%;\r\n left: 0;\r\n \r\n margin-top: -40.625px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-right {\r\n padding-right: 91.25px;\r\n text-align: left;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-medium.circle-icon-position-right .circle-icon {\r\n top: 50%;\r\n right: 0;\r\n \r\n margin-top: -40.625px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large {\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon {\r\n width: 100px;\r\n height: 100px;\r\n \r\n -webkit-border-radius: 200px;\r\n -moz-border-radius: 200px;\r\n border-radius: 200px;\r\n -webkit-transition: all 0.5s ease;\r\n -moz-transition: all 0.5s ease;\r\n -o-transition: all 0.5s ease;\r\n transition: all 0.5s ease;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large .circle-icon [class^=\"icon-\"] {\r\n font-size: 44px;\r\n line-height: 1.1em;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top {\r\n padding-top: 110px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-top .circle-icon {\r\n top: 0;\r\n left: 50%;\r\n \r\n margin-left: -50px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom {\r\n padding-bottom: 110px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-bottom .circle-icon {\r\n bottom: 0;\r\n left: 50%;\r\n \r\n margin-left: -50px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-left {\r\n padding-left: 110px;\r\n text-align: left;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-left .circle-icon {\r\n top: 50%;\r\n left: 0;\r\n \r\n margin-top: -50px;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-right {\r\n padding-right: 110px;\r\n text-align: left;\r\n}\r\n\r\n.widget_circleicon-widget .circle-icon-box.circle-icon-size-large.circle-icon-position-right .circle-icon {\r\n top: 50%;\r\n right: 0;\r\n \r\n margin-top: -50px;\r\n}\r\n\r\n.widget_headline-widget {\r\n text-align: center;\r\n}\r\n\r\n.widget_headline-widget h1 {\r\n color: #444444;\r\n font-size: 26px;\r\n letter-spacing: 1px;\r\n line-height: 36px;\r\n margin: 0;\r\n padding-top: 20px;\r\n text-transform: uppercase;\r\n}\r\n\r\n.widget_headline-widget h3 {\r\n color: #666666;\r\n font-size: 14px;\r\n font-weight: 200;\r\n margin: 0;\r\n padding-bottom: 20px;\r\n}\r\n\r\n.widget_headline-widget .decoration {\r\n position: relative;\r\n height: 1px;\r\n \r\n border-top: 1px solid #EEE;\r\n margin: 20px 60px 20px 60px;\r\n}\r\n\r\n/* =Some row styling for page builder\r\n----------------------------------------------- */\r\n\r\n.widget_vantage-social-media {\r\n zoom: 1;\r\n}\r\n\r\n.widget_vantage-social-media:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.widget_vantage-social-media:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon {\r\n position: relative;\r\n width: 36px;\r\n height: 36px;\r\n \r\n -webkit-border-radius: 3px; /* The icons */ \r\n -moz-border-radius: 3px; /* The icons */ \r\n border-radius: 3px;\r\n -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1); /* The icons */ \r\n -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1); /* The icons */ \r\n box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 1px rgba(0,0,0,0.1); /* The icons */ \r\n display: block;\r\n float: left;\r\n margin-right: 4px;\r\n text-decoration: none;\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon [class^=\"icon-\"] {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n width: 1em;\r\n height: 1em;\r\n \r\n color: #FFFFFF;\r\n display: block;\r\n font-size: 18px;\r\n line-height: 1em;\r\n margin-left: -0.5em;\r\n margin-top: -0.45em;\r\n text-align: center;\r\n text-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon img {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n width: 18px;\r\n height: 18px;\r\n \r\n margin-left: -9px;\r\n margin-top: -8px;\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon:last-child {\r\n margin-right: 0;\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-facebook {\r\n background: #597ac7;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #597ac7), color-stop(1, #6483cb));\r\n background: -ms-linear-gradient(bottom, #597ac7, #6483cb);\r\n background: -moz-linear-gradient(center bottom, #597ac7 0%, #6483cb 100%);\r\n background: -o-linear-gradient(#6483cb, #597ac7);\r\n border: 1px solid #466bc1;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#6483cb\', endColorstr=\'#597ac7\', GradientType=0);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-facebook:hover {\r\n background: #6886cc;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6886cc), color-stop(1, #748fd0));\r\n background: -ms-linear-gradient(bottom, #6886cc, #748fd0);\r\n background: -moz-linear-gradient(center bottom, #6886cc 0%, #748fd0 100%);\r\n background: -o-linear-gradient(#748fd0, #6886cc);\r\n border: 1px solid #5577c6;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#748fd0\', endColorstr=\'#6886cc\', GradientType=0);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-twitter {\r\n background: #5bbcec;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5bbcec), color-stop(1, #69c2ee));\r\n background: -ms-linear-gradient(bottom, #5bbcec, #69c2ee);\r\n background: -moz-linear-gradient(center bottom, #5bbcec 0%, #69c2ee 100%);\r\n background: -o-linear-gradient(#69c2ee, #5bbcec);\r\n border: 1px solid #44b3e9;\r\n -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 1px rgba(0,0,0,0.1);\r\n -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 1px rgba(0,0,0,0.1);\r\n box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 1px rgba(0,0,0,0.1);\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#69c2ee\', endColorstr=\'#5bbcec\', GradientType=0);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-twitter:hover {\r\n background: #6dc3ee;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6dc3ee), color-stop(1, #7bc9f0));\r\n background: -ms-linear-gradient(bottom, #6dc3ee, #7bc9f0);\r\n background: -moz-linear-gradient(center bottom, #6dc3ee 0%, #7bc9f0 100%);\r\n background: -o-linear-gradient(#7bc9f0, #6dc3ee);\r\n border: 1px solid #56baeb;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#7bc9f0\', endColorstr=\'#6dc3ee\', GradientType=0);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-google-plus {\r\n background: #f80000;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f80000), color-stop(1, #ff0808));\r\n background: -ms-linear-gradient(bottom, #f80000, #ff0808);\r\n background: -moz-linear-gradient(center bottom, #f80000 0%, #ff0808 100%);\r\n background: -o-linear-gradient(#ff0808, #f80000);\r\n border: 1px solid #df0000;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ff0808\', endColorstr=\'#f80000\', GradientType=0);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-google-plus:hover {\r\n background: #ff0d0d;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff0d0d), color-stop(1, #ff1d1d));\r\n background: -ms-linear-gradient(bottom, #ff0d0d, #ff1d1d);\r\n background: -moz-linear-gradient(center bottom, #ff0d0d 0%, #ff1d1d 100%);\r\n background: -o-linear-gradient(#ff1d1d, #ff0d0d);\r\n border: 1px solid #f30000;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ff1d1d\', endColorstr=\'#ff0d0d\', GradientType=0);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-rss {\r\n background: #ff9200;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff9200), color-stop(1, #ff990f));\r\n background: -ms-linear-gradient(bottom, #ff9200, #ff990f);\r\n background: -moz-linear-gradient(center bottom, #ff9200 0%, #ff990f 100%);\r\n background: -o-linear-gradient(#ff990f, #ff9200);\r\n border: 1px solid #e68300;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ff990f\', endColorstr=\'#ff9200\', GradientType=0);\r\n}\r\n\r\n.widget_vantage-social-media .social-media-icon.social-media-icon-rss:hover {\r\n background: #ff9b14;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff9b14), color-stop(1, #ffa124));\r\n background: -ms-linear-gradient(bottom, #ff9b14, #ffa124);\r\n background: -moz-linear-gradient(center bottom, #ff9b14 0%, #ffa124 100%);\r\n background: -o-linear-gradient(#ffa124, #ff9b14);\r\n border: 1px solid #fa8f00;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffa124\', endColorstr=\'#ff9b14\', GradientType=0);\r\n}\r\n\r\n@media (max-width: 680px) {\r\n \r\n body.responsive .widget_vantage-social-media {\r\n text-align: center;\r\n }\r\n\r\n body.responsive .widget_vantage-social-media .social-media-icon {\r\n display: inline-block;\r\n float: none;\r\n }\r\n\r\n}\r\n\r\n/* =Some row styling for page builder\r\n----------------------------------------------- */\r\n\r\n.panel-row-style {\r\n zoom: 1;\r\n}\r\n\r\n.panel-row-style:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.panel-row-style:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.panel-row-style-wide-grey {\r\n background: #F6F6F6;\r\n border-bottom: 1px solid #DDDDDD;\r\n border-top: 1px solid #DDDDDD;\r\n margin: 0 -20px;\r\n padding: 25px 20px;\r\n}\r\n\r\n.layout-full .panel-row-style-wide-grey {\r\n margin: 0 -1000px;\r\n padding: 25px 1000px 25px 1000px;\r\n}\r\n\r\n@media (max-width: 680px) {\r\n \r\n body.responsive.layout-boxed .panel-row-style-wide-grey {\r\n margin: 0 -35px;\r\n padding: 25px 35px;\r\n }\r\n\r\n}\r\n\r\n.panel-grid-cell .flexslider {\r\n margin-bottom: 0;\r\n}\r\n\r\n.vantage-carousel-title {\r\n color: #3b3b3b;\r\n font-size: 14px;\r\n font-weight: bold;\r\n line-height: 1em;\r\n text-transform: uppercase;\r\n}\r\n\r\n.vantage-carousel-title .vantage-carousel-title-text {\r\n display: inline-block;\r\n padding-right: 15px;\r\n}\r\n\r\n.vantage-carousel-title a.next,\r\n.vantage-carousel-title a.previous {\r\n width: 17px;\r\n height: 17px;\r\n \r\n background-position: center center;\r\n display: block;\r\n float: right;\r\n margin-left: 2px;\r\n overflow: hidden;\r\n text-indent: -9999px;\r\n}\r\n\r\n.vantage-carousel-title a.next {\r\n background: url(\'images/sprites-1-1-7.png\') no-repeat -84px -9px;\r\n}\r\n\r\n.vantage-carousel-title a.previous {\r\n background: url(\'images/sprites-1-1-7.png\') no-repeat 0 -9px;\r\n}\r\n\r\n@media screen and (-webkit-min-device-pixel-ratio: 2) {\r\n \r\n .vantage-carousel-title a.next {\r\n background: url(images/retina/carousel-right.png);\r\n background-size: 17px 17px;\r\n }\r\n\r\n .vantage-carousel-title a.previous {\r\n background: url(images/retina/carousel-left.png);\r\n background-size: 17px 17px;\r\n }\r\n\r\n}\r\n\r\n.vantage-carousel-wrapper {\r\n overflow-x: hidden;\r\n overflow-y: hidden;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel {\r\n width: 99999px;\r\n height: 200px;\r\n \r\n margin: 0;\r\n padding: 0;\r\n -webkit-transition: all 0.45s ease;\r\n -moz-transition: all 0.45s ease;\r\n -o-transition: all 0.45s ease;\r\n transition: all 0.45s ease;\r\n zoom: 1;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry {\r\n width: 242px;\r\n \r\n display: block;\r\n float: left;\r\n list-style: none;\r\n margin-left: 0;\r\n margin-right: 15px;\r\n overflow-x: hidden;\r\n padding: 0;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry:last-child {\r\n margin-right: 0;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail {\r\n line-height: 0;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a {\r\n width: 242px;\r\n height: 162px;\r\n \r\n background-position: center center;\r\n background-size: 242px 162px;\r\n display: block;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a,\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a span.overlay {\r\n -webkit-transition: all 0.35s ease;\r\n -moz-transition: all 0.35s ease;\r\n -o-transition: all 0.35s ease;\r\n transition: all 0.35s ease;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a span.overlay {\r\n width: 100%;\r\n height: 100%;\r\n \r\n background: #3279BB;\r\n display: block;\r\n opacity: 0;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a:hover {\r\n background-size: 272px 182px;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .thumbnail a:hover span {\r\n opacity: 0.5;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry .default-thumbnail {\r\n width: 242px;\r\n height: 162px;\r\n \r\n background: #e8e8e8;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0e0e0), color-stop(1, #e8e8e8));\r\n background: -ms-linear-gradient(bottom, #e0e0e0, #e8e8e8);\r\n background: -moz-linear-gradient(center bottom, #e0e0e0 0%, #e8e8e8 100%);\r\n background: -o-linear-gradient(#e8e8e8, #e0e0e0);\r\n display: block;\r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#e8e8e8\', endColorstr=\'#e0e0e0\', GradientType=0);\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 {\r\n color: #474747;\r\n font-size: 15px;\r\n font-weight: 500;\r\n margin: 10px 0 0 0;\r\n text-align: center;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.carousel-entry h3 a {\r\n color: inherit;\r\n text-decoration: none;\r\n}\r\n\r\n.vantage-carousel-wrapper .vantage-carousel li.loading {\r\n width: 242px;\r\n height: 162px;\r\n \r\n background: url(images/carousel-loader.gif) #f6f6f6 center center no-repeat;\r\n display: block;\r\n float: left;\r\n margin: 0;\r\n}\r\n\r\n.vantage-grid-loop {\r\n margin: 0 -15px 0 -15px;\r\n zoom: 1;\r\n}\r\n\r\n.vantage-grid-loop:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.vantage-grid-loop:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.vantage-grid-loop article {\r\n width: 25%;\r\n \r\n border-bottom: none;\r\n -ms-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n -webkit-box-sizing: border-box;\r\n box-sizing: border-box;\r\n float: left;\r\n margin-bottom: 30px;\r\n padding: 0 15px;\r\n}\r\n\r\n.vantage-grid-loop article .grid-thumbnail {\r\n background: #FFFFFF;\r\n border: 1px solid #c2c5ca;\r\n -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);\r\n -moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);\r\n box-shadow: 0 0 4px rgba(0,0,0,0.1);\r\n display: block;\r\n margin-bottom: 10px;\r\n padding: 5px;\r\n}\r\n\r\n.vantage-grid-loop article .grid-thumbnail:hover {\r\n border-color: #00bafa;\r\n -webkit-box-shadow: 0 0 5px rgba(0,187,251,0.75);\r\n -moz-box-shadow: 0 0 5px rgba(0,187,251,0.75);\r\n box-shadow: 0 0 5px rgba(0,187,251,0.75);\r\n}\r\n\r\n.vantage-grid-loop article .grid-thumbnail img {\r\n width: 100%;\r\n height: auto;\r\n \r\n -webkit-border-radius: 0;\r\n -moz-border-radius: 0;\r\n border-radius: 0;\r\n -webkit-box-shadow: none;\r\n -moz-box-shadow: none;\r\n box-shadow: none;\r\n display: block;\r\n}\r\n\r\n.vantage-grid-loop article h3 {\r\n font-size: 15px;\r\n font-weight: bold;\r\n margin-bottom: 8px;\r\n margin-top: 0;\r\n}\r\n\r\n.vantage-grid-loop article h3 a {\r\n color: inherit;\r\n text-decoration: none;\r\n}\r\n\r\n.vantage-grid-loop article .excerpt {\r\n height: 2.5em;\r\n \r\n color: #777777;\r\n font-size: 12px;\r\n line-height: 1.25em;\r\n overflow: hidden;\r\n}\r\n\r\n.vantage-grid-loop article .excerpt p {\r\n margin: 0;\r\n}\r\n\r\n.vantage-grid-loop .clear {\r\n clear: both;\r\n}\r\n\r\n.widget_siteorigin-panels-postloop .pagination {\r\n margin-top: 20px;\r\n}\r\n\r\n@media (max-width: 640px) {\r\n \r\n body.responsive .vantage-grid-loop article {\r\n width: 50%;\r\n \r\n }\r\n\r\n}\r\n\r\n@media (max-width: 480px) {\r\n \r\n body.responsive .vantage-grid-loop article {\r\n width: 100%;\r\n \r\n float: none;\r\n }\r\n\r\n}\r\n\r\n.vantage-circleicon-loop {\r\n margin: 0 -20px;\r\n zoom: 1;\r\n}\r\n\r\n.vantage-circleicon-loop:before {\r\n content: \'\';\r\n display: block;\r\n}\r\n\r\n.vantage-circleicon-loop:after {\r\n clear: both;\r\n content: \'\';\r\n display: table;\r\n}\r\n\r\n.vantage-circleicon-loop .widget_circleicon-widget {\r\n width: 33.333%;\r\n \r\n clear: none;\r\n float: left;\r\n}\r\n\r\n.vantage-circleicon-loop .widget_circleicon-widget .circle-icon-box {\r\n padding-left: 20px;\r\n padding-right: 20px;\r\n}\r\n\r\n/* This will override anything from WooCommerce core CSS */\r\n\r\n.woocommerce #page-wrapper .button {\r\n width: auto;\r\n \r\n background: #ffffff;\r\n background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));\r\n background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);\r\n background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);\r\n background: -o-linear-gradient(#ffffff, #dfdfdf);\r\n border-bottom: solid 1px #9f9f9f;\r\n border-left: solid 1px #c3c3c3;\r\n -webkit-border-radius: 3px;\r\n -moz-border-radius: 3px;\r\n border-radius: 3px;\r\n border-right: solid 1px #c3c3c3;\r\n border-top: solid 1px #d2d2d2;\r\n -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);\r\n color: #646464;\r\n cursor: pointer; /* Corrects inability to style clickable \'input\' types in iOS */ \r\n filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#ffffff\', endColorstr=\'#dfdfdf\', GradientType=0);\r\n line-height: 1;\r\n text-decoration: none; /* Improves usability and consistency of cursor style between image-type \'input\' and others */ \r\n text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);\r\n -webkit-appearance: button;\r\n}\r\n\r\n.woocommerce #page-wrapper .product h1.entry-title {\r\n color: #3b3b3b;\r\n font-size: 22px;\r\n margin-bottom: 20px;\r\n}\r\n\r\n.woocommerce #page-wrapper .product h1.entry-title a {\r\n color: inherit;\r\n font-size: 20px;\r\n font-weight: bold;\r\n text-decoration: none;\r\n}\r\n\r\n.woocommerce #page-wrapper .upsells.products h2 {\r\n font-size: 14px;\r\n font-weight: 500;\r\n margin-bottom: 1em;\r\n}\r\n\r\n.woocommerce #page-wrapper .upsells.products ul.products li.product {\r\n max-width: 150px;\r\n}\r\n\r\n.woocommerce-page #container {\r\n width: 71.287%;\r\n \r\n float: left;\r\n}\r\n\r\n@media (max-width: 680px) {\r\n \r\n body.responsive.woocommerce-page #container {\r\n width: auto;\r\n \r\n float: none;\r\n }\r\n\r\n body.responsive.woocommerce-page .product-thumbnail {\r\n display: none;\r\n }\r\n\r\n body.responsive.woocommerce-page .cart_totals {\r\n width: 100%;\r\n \r\n float: none;\r\n }\r\n\r\n}\r\n\r\n@media (max-width: 480px) {\r\n \r\n body.responsive.woocommerce-page #container ul.products li.product {\r\n width: 240px;\r\n \r\n float: none;\r\n margin-left: auto;\r\n margin-right: auto;\r\n }\r\n\r\n body.responsive.woocommerce-page #content div.product div.images,\r\n body.responsive.woocommerce-page #content div.product div.summary {\r\n width: auto;\r\n \r\n float: none;\r\n }\r\n\r\n}\r\n\r\n','yes'),(5743,'ml-slider_children','a:0:{}','yes'),(7024,'siteorigin_order_number_vantage','2FC213136E432842P','yes'),(3120,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4563,'page_for_posts','0','yes'),(4561,'cpotheme_settings','a:16:{s:16:\"cpo_core_version\";s:5:\"1.7.0\";s:16:\"cpo_core_support\";s:32:\"http://www.cpothemes.com/support\";s:18:\"cpo_general_config\";s:0:\"\";s:16:\"cpo_general_logo\";s:0:\"\";s:21:\"cpo_general_texttitle\";s:1:\"0\";s:21:\"cpo_general_analytics\";s:0:\"\";s:17:\"cpo_customization\";s:0:\"\";s:15:\"cpo_general_css\";s:0:\"\";s:14:\"cpo_general_js\";s:0:\"\";s:17:\"cpo_layout_config\";s:0:\"\";s:17:\"cpo_slider_always\";s:1:\"0\";s:18:\"cpo_styling_config\";s:0:\"\";s:16:\"cpo_home_tagline\";s:0:\"\";s:18:\"cpo_home_portfolio\";s:0:\"\";s:18:\"cpo_contact_config\";s:0:\"\";s:17:\"cpo_contact_email\";s:0:\"\";}','yes'),(142,'recently_activated','a:0:{}','yes'),(149,'current_theme','Neve','yes'),(150,'theme_mods_twentyeleven','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1364266409;s:4:\"data\";a:6:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;}}}','yes'),(151,'theme_switched','','yes'),(152,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1359505309;s:4:\"data\";a:4:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(157,'ossdl_off_cdn_url','http://calvarycrossag.com','yes'),(158,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(159,'ossdl_off_exclude','.php','yes'),(160,'ossdl_cname','','yes'),(2910,'church_template','a:11:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:110:\"Upload a logo for your theme, or specify the image address of your online logo. (http://yoursite.com/logo.png)\";s:2:\"id\";s:11:\"church_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:81:\"Upload a 16px x 16px Png/Gif image that will represent your wechurchte\'s favicon.\";s:2:\"id\";s:21:\"church_custom_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:117:\"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.\";s:2:\"id\";s:23:\"church_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:5:{s:4:\"name\";s:7:\"RSS URL\";s:4:\"desc\";s:51:\"Enter your preferred RSS URL. (Feedburner or other)\";s:2:\"id\";s:21:\"church_feedburner_url\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:17:\"church_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:6;a:4:{s:4:\"name\";s:24:\"Extra Scripts for header\";s:4:\"desc\";s:61:\"You can add extra scripts in here to add at the head section\'\";s:2:\"id\";s:16:\"church_exscripts\";s:4:\"type\";s:8:\"textarea\";}i:7;a:2:{s:4:\"name\";s:17:\"Slideshow Options\";s:4:\"type\";s:7:\"heading\";}i:8;a:6:{s:4:\"name\";s:51:\"Do you want to display a slideshow on the homepage?\";s:4:\"desc\";s:66:\"If you want to show slideshow on the homepage, check the checkbox.\";s:2:\"id\";s:16:\"church_slideshow\";s:7:\"options\";a:2:{i:0;s:2:\"No\";i:1;s:3:\"Yes\";}s:3:\"std\";s:2:\"No\";s:4:\"type\";s:6:\"select\";}i:9;a:6:{s:4:\"name\";s:25:\"Choose a Slideshow Effect\";s:4:\"desc\";s:36:\"Choose a effect for changing slides.\";s:2:\"id\";s:23:\"church_slideshow_effect\";s:7:\"options\";a:16:{i:0;s:6:\"random\";i:1;s:9:\"sliceDown\";i:2;s:13:\"sliceDownLeft\";i:3;s:7:\"sliceUp\";i:4;s:11:\"sliceUpLeft\";i:5;s:11:\"sliceUpDown\";i:6;s:15:\"sliceUpDownLeft\";i:7;s:4:\"fold\";i:8;s:4:\"fade\";i:9;s:12:\"slideInRight\";i:10;s:11:\"slideInLeft\";i:11;s:9:\"boxRandom\";i:12;s:7:\"boxRain\";i:13;s:14:\"boxRainReverse\";i:14;s:11:\"boxRainGrow\";i:15;s:18:\"boxRainGrowReverse\";}s:3:\"std\";s:6:\"random\";s:4:\"type\";s:6:\"select\";}i:10;a:5:{s:4:\"name\";s:20:\"Slideshow Pause time\";s:4:\"desc\";s:82:\"Fill the Pause time of the slide before changing in milliseconds. Default is 7000.\";s:2:\"id\";s:26:\"church_slideshow_pausetime\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(2915,'theme_mods_zion','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1377143525;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:15:\"recent_events-2\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:1:{i:0;s:15:\"recent_events-3\";}}}}','yes'),(212,'theme_mods_calvary-free','a:7:{i:0;b:0;s:16:\"background_color\";s:6:\"354230\";s:16:\"background_image\";s:75:\"http://calvarycrossag.com/wp-content/themes/calvary-free/images/bg_body.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1375932838;s:4:\"data\";a:5:{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\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:14:\"primarysidebar\";N;}}}','yes'),(5246,'siteorigin_panels_home_page','a:3:{s:7:\"widgets\";a:6:{i:0;a:11:{s:5:\"title\";s:18:\"Editable Home Page\";s:4:\"text\";s:167:\"You can edit this home page using our free, drag and drop Page Builder, or simply disable it to fall back to a standard blog. It\'s a powerful page building experience.\";s:4:\"icon\";s:9:\"icon-edit\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:13:\"Start Editing\";s:8:\"more_url\";s:1:\"#\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:1;a:11:{s:5:\"title\";s:14:\"Loads of Icons\";s:4:\"text\";s:144:\"This widget uses FontAwesome - giving you hundreds of icons. Or you could disable the icon and use your own image image. Great for testimonials.\";s:4:\"icon\";s:14:\"icon-ok-circle\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:14:\"Example Button\";s:8:\"more_url\";s:1:\"#\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:14:\"Saves You Time\";s:4:\"text\";s:135:\"Building your pages using a drag and drop page builder is a great experience that will save you time. Time is valuable. Don\'t waste it.\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:11:\"Test Button\";s:8:\"more_url\";s:1:\"#\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:3:{s:8:\"headline\";s:25:\"This Is A Headline Widget\";s:12:\"sub_headline\";s:51:\"You can customize it and put it where ever you want\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:4;a:9:{s:5:\"title\";s:12:\"Latest Posts\";s:8:\"template\";s:23:\"loops/loop-carousel.php\";s:9:\"post_type\";s:4:\"post\";s:14:\"posts_per_page\";s:1:\"4\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:99:\"There are a lot of widgets bundled with Page Builder. You can use them to bring your pages to life.\";s:6:\"filter\";b:1;s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"0\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"0\";}i:3;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6658461538461539\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:19:\"0.33415384615384613\";s:4:\"grid\";s:1:\"2\";}}}','yes'),(4562,'theme_mods_panoramica','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:8:\"top_menu\";i:0;s:9:\"main_menu\";i:0;s:11:\"footer_menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1384144350;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:16:\"blog-widget-area\";N;s:24:\"first-footer-widget-area\";N;s:25:\"second-footer-widget-area\";N;s:24:\"third-footer-widget-area\";N;}}}','yes'),(3079,'theme_mods_trinity-free','a:8:{i:0;b:0;s:16:\"background_color\";s:6:\"dd9933\";s:16:\"background_image\";s:79:\"http://www.calvarycrossag.com/wp-content/themes/trinity-free/images/bg_body.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:0;s:6:\"footer\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1377143806;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:14:\"primarysidebar\";a:0:{}}}}','yes'),(163,'wpsupercache_start','1359505784','yes'),(164,'wpsupercache_count','0','yes'),(166,'wpsupercache_gc_time','1632343584','yes'),(208,'ct_generated_sidebars','a:1:{s:14:\"primarysidebar\";s:15:\"Primary Sidebar\";}','yes'),(3118,'theme_mods_simple-church-theme-v1','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:13:\"main-nav-menu\";i:2;s:11:\"footer-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1384143959;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}}}}','yes'),(2911,'church_themename','church-blogging','yes'),(2912,'church_shortname','church','yes'),(2913,'church_manual','http://www.wordpress.org/','yes'),(2917,'church_alt_stylesheet','blue.css','yes'),(2918,'church_logo','','yes'),(2919,'church_custom_favicon','','yes'),(2920,'church_google_analytics','','yes'),(2921,'church_feedburner_url','','yes'),(2922,'church_custom_css','','yes'),(2923,'church_exscripts','','yes'),(2924,'church_tag','','yes'),(2925,'church_slideshow_effect','slideInRight','yes'),(2926,'church_slideshow_pausetime','7000','yes'),(2927,'church_address','7760 Prue Rd, San Antonio, TX 78249','yes'),(2928,'church_upload_errors','a:0:{}','yes'),(2929,'church_settings_encode','PHVsPjxsaT48c3Ryb25nPmNodXJjaF9hZGRyZXNzPC9zdHJvbmc+IC0gNzc2MCBQcnVlIFJkLCBTYW4gQW50b25pbywgVFggNzgyNDk8L2xpPjxsaT48c3Ryb25nPmNodXJjaF9hbHRfc3R5bGVzaGVldDwvc3Ryb25nPiAtIGJsdWUuY3NzPC9saT48bGk+PHN0cm9uZz5jaHVyY2hfY3VzdG9tX2Nzczwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+Y2h1cmNoX2N1c3RvbV9mYXZpY29uPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz5jaHVyY2hfZXhzY3JpcHRzPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz5jaHVyY2hfZmVlZGJ1cm5lcl91cmw8L3N0cm9uZz4gLSA8L2xpPjxsaT48c3Ryb25nPmNodXJjaF9nb29nbGVfYW5hbHl0aWNzPC9zdHJvbmc+IC0gPC9saT48bGk+PHN0cm9uZz5jaHVyY2hfbG9nbzwvc3Ryb25nPiAtIDwvbGk+PGxpPjxzdHJvbmc+Y2h1cmNoX21hbnVhbDwvc3Ryb25nPiAtIGh0dHA6Ly93d3cud29yZHByZXNzLm9yZy88L2xpPjxsaT48c3Ryb25nPmNodXJjaF9zaG9ydG5hbWU8L3N0cm9uZz4gLSBjaHVyY2g8L2xpPjxsaT48c3Ryb25nPmNodXJjaF9zbGlkZXNob3dfZWZmZWN0PC9zdHJvbmc+IC0gc2xpZGVJblJpZ2h0PC9saT48bGk+PHN0cm9uZz5jaHVyY2hfc2xpZGVzaG93X3BhdXNldGltZTwvc3Ryb25nPiAtIDcwMDA8L2xpPjxsaT48c3Ryb25nPmNodXJjaF90YWc8L3N0cm9uZz4gLSA8L2xpPjxsaT48c3Ryb25nPmNodXJjaF90aGVtZW5hbWU8L3N0cm9uZz4gLSBjaHVyY2gtd3A8L2xpPjxsaT48c3Ryb25nPmNodXJjaF91cGxvYWRfZXJyb3JzPC9zdHJvbmc+IC0gYTowOnt9PC9saT48L3VsPg==','yes'),(3065,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(4569,'woo_framework_version','5.5.5','yes'),(4570,'theme_mods_swatch','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:12:\"primary-menu\";i:0;s:8:\"top-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1385089131;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"primary\";a:1:{i:0;s:10:\"calendar-2\";}s:13:\"homepage-left\";N;s:15:\"homepage-middle\";N;s:14:\"homepage-right\";N;s:8:\"footer-1\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;s:8:\"footer-4\";N;}}}','yes'),(5226,'theme_mods_vantage','a:4:{s:17:\"version_activated\";s:5:\"1.1.4\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:27:\"_theme_settings_current_tab\";s:1:\"1\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1477003209;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:8:\"search-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:26:\"tribe-events-list-widget-3\";}s:14:\"sidebar-footer\";a:0:{}s:14:\"sidebar-header\";a:0:{}}}}','yes'),(5249,'vantage_theme_settings','a:28:{s:10:\"logo_image\";s:2:\"82\";s:17:\"logo_image_retina\";s:0:\"\";s:16:\"logo_header_text\";s:338:\"<strong>!NEW TIME!</strong><br><br>Sundays: 11:00 AM - 1:00 PM: <strong>Sunday Service</strong><br><br>Wednesdays: 7:30 PM - 8:30 PM: <strong>Wednesday Cell Group Meetings</strong><br><br>Fridays 8:00PM - 9:00PM: <strong>Friday Cell Group Meetings</strong><br><br><strong>Last Friday of the Month: Special Programs from 8 - 10 PM</strong>\";s:17:\"layout_responsive\";b:1;s:12:\"layout_bound\";s:5:\"boxed\";s:15:\"layout_masthead\";s:0:\"\";s:13:\"layout_footer\";s:0:\"\";s:11:\"home_slider\";s:4:\"demo\";s:19:\"home_slider_stretch\";b:1;s:26:\"navigation_responsive_menu\";b:1;s:31:\"navigation_responsive_menu_text\";s:0:\"\";s:26:\"navigation_use_sticky_menu\";b:1;s:22:\"navigation_menu_search\";b:1;s:32:\"navigation_display_scroll_to_top\";b:1;s:19:\"navigation_post_nav\";b:1;s:35:\"navigation_responsive_menu_collapse\";i:815;s:19:\"blog_archive_layout\";s:4:\"blog\";s:20:\"blog_archive_content\";s:4:\"full\";s:16:\"blog_post_author\";b:1;s:14:\"blog_post_date\";b:1;s:19:\"blog_featured_image\";b:1;s:24:\"blog_featured_image_type\";s:5:\"large\";s:20:\"social_ajax_comments\";b:1;s:17:\"social_share_post\";b:1;s:14:\"social_twitter\";b:0;s:22:\"general_site_info_text\";s:0:\"\";s:18:\"general_hover_edit\";b:1;s:20:\"navigation_home_icon\";b:0;}','yes'),(22613,'widget_circleicon-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4573,'woo_options','a:91:{s:18:\"woo_alt_stylesheet\";s:11:\"default.css\";s:8:\"woo_logo\";s:0:\"\";s:13:\"woo_texttitle\";s:5:\"false\";s:19:\"woo_font_site_title\";a:5:{s:4:\"size\";s:2:\"70\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3E3E3E\";}s:11:\"woo_tagline\";s:5:\"false\";s:16:\"woo_font_tagline\";a:5:{s:4:\"size\";s:2:\"26\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"italic\";s:5:\"color\";s:7:\"#3E3E3E\";}s:18:\"woo_custom_favicon\";s:0:\"\";s:20:\"woo_google_analytics\";s:0:\"\";s:12:\"woo_feed_url\";s:0:\"\";s:19:\"woo_subscribe_email\";s:0:\"\";s:21:\"woo_contactform_email\";s:0:\"\";s:14:\"woo_custom_css\";s:0:\"\";s:12:\"woo_comments\";s:4:\"both\";s:16:\"woo_post_content\";s:7:\"excerpt\";s:15:\"woo_post_author\";s:5:\"false\";s:20:\"woo_breadcrumbs_show\";s:5:\"false\";s:19:\"woo_pagination_type\";s:15:\"paginated_links\";s:14:\"woo_body_color\";s:0:\"\";s:12:\"woo_body_img\";s:0:\"\";s:15:\"woo_body_repeat\";s:9:\"no-repeat\";s:12:\"woo_body_pos\";s:8:\"top left\";s:14:\"woo_link_color\";s:0:\"\";s:20:\"woo_link_hover_color\";s:0:\"\";s:16:\"woo_button_color\";s:0:\"\";s:14:\"woo_typography\";s:5:\"false\";s:13:\"woo_font_body\";a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#444444\";}s:12:\"woo_font_nav\";a:5:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#FFFFFF\";}s:19:\"woo_font_post_title\";a:5:{s:4:\"size\";s:2:\"30\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#444444\";}s:18:\"woo_font_post_meta\";a:5:{s:4:\"size\";s:2:\"12\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:65:\"\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#444444\";}s:19:\"woo_font_post_entry\";a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#444444\";}s:22:\"woo_font_widget_titles\";a:5:{s:4:\"size\";s:2:\"16\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:14:\"Georgia, serif\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#444444\";}s:29:\"woo_font_footer_widget_titles\";a:5:{s:4:\"size\";s:2:\"10\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#AAA8A8\";}s:15:\"woo_site_layout\";s:19:\"layout-left-content\";s:21:\"woo_exclude_cats_home\";s:0:\"\";s:21:\"woo_exclude_cats_blog\";s:0:\"\";s:10:\"woo_slider\";s:4:\"true\";s:18:\"woo_slider_entries\";s:1:\"4\";s:17:\"woo_slider_effect\";s:5:\"slide\";s:16:\"woo_slider_hover\";s:4:\"true\";s:16:\"woo_slider_speed\";s:3:\"0.6\";s:15:\"woo_slider_auto\";s:5:\"false\";s:19:\"woo_slider_interval\";s:1:\"4\";s:21:\"woo_slider_autoheight\";s:5:\"false\";s:16:\"woo_slider_title\";s:5:\"false\";s:18:\"woo_slider_content\";s:5:\"false\";s:19:\"woo_slider_nextprev\";s:5:\"false\";s:21:\"woo_slider_pagination\";s:4:\"true\";s:17:\"woo_mini_features\";s:4:\"true\";s:13:\"woo_main_page\";s:2:\"18\";s:21:\"woo_portfolio_gallery\";s:4:\"true\";s:26:\"woo_portfolioitems_rewrite\";s:15:\"portfolio-items\";s:24:\"woo_portfolio_excludenav\";s:0:\"\";s:25:\"woo_portfolio_thumb_width\";s:3:\"242\";s:26:\"woo_portfolio_thumb_height\";s:3:\"160\";s:27:\"woo_portfolio_excludesearch\";s:5:\"false\";s:20:\"woo_feedback_disable\";s:5:\"false\";s:18:\"woo_wpthumb_notice\";s:0:\"\";s:22:\"woo_post_image_support\";s:4:\"true\";s:14:\"woo_pis_resize\";s:4:\"true\";s:17:\"woo_pis_hard_crop\";s:4:\"true\";s:10:\"woo_resize\";s:4:\"true\";s:12:\"woo_auto_img\";s:5:\"false\";s:11:\"woo_thumb_w\";s:3:\"100\";s:11:\"woo_thumb_h\";s:3:\"100\";s:15:\"woo_thumb_align\";s:10:\"alignright\";s:16:\"woo_thumb_single\";s:5:\"false\";s:12:\"woo_single_w\";s:3:\"200\";s:12:\"woo_single_h\";s:3:\"200\";s:22:\"woo_thumb_single_align\";s:10:\"alignright\";s:13:\"woo_rss_thumb\";s:5:\"false\";s:19:\"woo_enable_lightbox\";s:5:\"false\";s:19:\"woo_footer_sidebars\";s:1:\"4\";s:19:\"woo_footer_aff_link\";s:0:\"\";s:15:\"woo_footer_left\";s:5:\"false\";s:20:\"woo_footer_left_text\";s:0:\"\";s:16:\"woo_footer_right\";s:5:\"false\";s:21:\"woo_footer_right_text\";s:0:\"\";s:11:\"woo_connect\";s:5:\"false\";s:17:\"woo_connect_title\";s:0:\"\";s:19:\"woo_connect_content\";s:0:\"\";s:19:\"woo_connect_related\";s:4:\"true\";s:25:\"woo_connect_newsletter_id\";s:0:\"\";s:30:\"woo_connect_mailchimp_list_url\";s:0:\"\";s:15:\"woo_connect_rss\";s:4:\"true\";s:19:\"woo_connect_twitter\";s:0:\"\";s:20:\"woo_connect_facebook\";s:0:\"\";s:19:\"woo_connect_youtube\";s:0:\"\";s:18:\"woo_connect_flickr\";s:0:\"\";s:20:\"woo_connect_linkedin\";s:0:\"\";s:21:\"woo_connect_delicious\";s:0:\"\";s:22:\"woo_connect_googleplus\";s:0:\"\";}','yes'),(4574,'woo_template','a:109:{i:0;a:3:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:7:\"general\";}i:1;a:2:{s:4:\"name\";s:11:\"Quick Start\";s:4:\"type\";s:10:\"subheading\";}i:2;a:6:{s:4:\"name\";s:16:\"Theme Stylesheet\";s:4:\"desc\";s:44:\"Select your themes alternative color scheme.\";s:2:\"id\";s:18:\"woo_alt_stylesheet\";s:3:\"std\";s:11:\"default.css\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:6:{i:0;s:10:\"orange.css\";i:1;s:9:\"black.css\";i:2;s:11:\"default.css\";i:3;s:9:\"brown.css\";i:4;s:8:\"blue.css\";i:5;s:9:\"green.css\";}}i:3;a:5:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:63:\"Upload a logo for your theme, or specify an image URL directly.\";s:2:\"id\";s:8:\"woo_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:4;a:6:{s:4:\"name\";s:10:\"Text Title\";s:4:\"desc\";s:157:\"Enable text-based Site Title and Tagline. Setup title & tagline in <a href=\"http://www.calvarycrossag.com/wp-admin/options-general.php\">General Settings</a>.\";s:2:\"id\";s:13:\"woo_texttitle\";s:3:\"std\";s:5:\"false\";s:5:\"class\";s:9:\"collapsed\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:6:{s:4:\"name\";s:10:\"Site Title\";s:4:\"desc\";s:33:\"Change the site title typography.\";s:2:\"id\";s:19:\"woo_font_site_title\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"70\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:12:\"StMarie-Thin\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3E3E3E\";}s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:10:\"typography\";}i:6;a:6:{s:4:\"name\";s:16:\"Site Description\";s:4:\"desc\";s:53:\"Enable the site description/tagline under site title.\";s:2:\"id\";s:11:\"woo_tagline\";s:5:\"class\";s:6:\"hidden\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:7;a:6:{s:4:\"name\";s:16:\"Site Description\";s:4:\"desc\";s:39:\"Change the site description typography.\";s:2:\"id\";s:16:\"woo_font_tagline\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"26\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"BergamoStd-Italic\";s:5:\"style\";s:6:\"italic\";s:5:\"color\";s:7:\"#3E3E3E\";}s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:10:\"typography\";}i:8;a:5:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:113:\"Upload a 16px x 16px <a href=\"http://www.faviconr.com/\">ico image</a> that will represent your website\'s favicon.\";s:2:\"id\";s:18:\"woo_custom_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:9;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:117:\"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.\";s:2:\"id\";s:20:\"woo_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:10;a:2:{s:4:\"name\";s:21:\"Subscription Settings\";s:4:\"type\";s:10:\"subheading\";}i:11;a:5:{s:4:\"name\";s:7:\"RSS URL\";s:4:\"desc\";s:51:\"Enter your preferred RSS URL. (Feedburner or other)\";s:2:\"id\";s:12:\"woo_feed_url\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:12;a:5:{s:4:\"name\";s:23:\"E-Mail Subscription URL\";s:4:\"desc\";s:67:\"Enter your preferred E-mail subscription URL. (Feedburner or other)\";s:2:\"id\";s:19:\"woo_subscribe_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:13;a:5:{s:4:\"name\";s:19:\"Contact Form E-Mail\";s:4:\"desc\";s:156:\"Enter your E-mail address to use on the Contact Form Page Template. Add the contact form by adding a new page and selecting \"Contact Form\" as page template.\";s:2:\"id\";s:21:\"woo_contactform_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:14;a:2:{s:4:\"name\";s:15:\"Display Options\";s:4:\"type\";s:10:\"subheading\";}i:15;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:14:\"woo_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:6:{s:4:\"name\";s:18:\"Post/Page Comments\";s:4:\"desc\";s:68:\"Select if you want to enable/disable comments on posts and/or pages.\";s:2:\"id\";s:12:\"woo_comments\";s:3:\"std\";s:4:\"both\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:4:{s:4:\"post\";s:10:\"Posts Only\";s:4:\"page\";s:10:\"Pages Only\";s:4:\"both\";s:13:\"Pages / Posts\";s:4:\"none\";s:4:\"None\";}}i:17;a:5:{s:4:\"name\";s:12:\"Post Content\";s:4:\"desc\";s:68:\"Select if you want to show the full content or the excerpt on posts.\";s:2:\"id\";s:16:\"woo_post_content\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:2:{s:7:\"excerpt\";s:11:\"The Excerpt\";s:7:\"content\";s:12:\"Full Content\";}}i:18;a:5:{s:4:\"name\";s:15:\"Post Author Box\";s:4:\"desc\";s:156:\"This will enable the post author box on the single posts page. Edit description in <a href=\"http://www.calvarycrossag.com/wp-admin/profile.php\">Profile</a>.\";s:2:\"id\";s:15:\"woo_post_author\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:19;a:5:{s:4:\"name\";s:19:\"Display Breadcrumbs\";s:4:\"desc\";s:57:\"Display dynamic breadcrumbs on each page of your website.\";s:2:\"id\";s:20:\"woo_breadcrumbs_show\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:20;a:5:{s:4:\"name\";s:16:\"Pagination Style\";s:4:\"desc\";s:65:\"Select the style of pagination you would like to use on the blog.\";s:2:\"id\";s:19:\"woo_pagination_type\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:2:{s:15:\"paginated_links\";s:7:\"Numbers\";s:6:\"simple\";s:13:\"Next/Previous\";}}i:21;a:3:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:7:\"styling\";}i:22;a:2:{s:4:\"name\";s:10:\"Background\";s:4:\"type\";s:10:\"subheading\";}i:23;a:5:{s:4:\"name\";s:21:\"Body Background Color\";s:4:\"desc\";s:66:\"Pick a custom color for background color of the theme e.g. #697e09\";s:2:\"id\";s:14:\"woo_body_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:24;a:5:{s:4:\"name\";s:21:\"Body background image\";s:4:\"desc\";s:42:\"Upload an image for the theme\'s background\";s:2:\"id\";s:12:\"woo_body_img\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:25;a:6:{s:4:\"name\";s:23:\"Background image repeat\";s:4:\"desc\";s:56:\"Select how you would like to repeat the background-image\";s:2:\"id\";s:15:\"woo_body_repeat\";s:3:\"std\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:9:\"no-repeat\";i:1;s:8:\"repeat-x\";i:2;s:8:\"repeat-y\";i:3;s:6:\"repeat\";}}i:26;a:6:{s:4:\"name\";s:25:\"Background image position\";s:4:\"desc\";s:52:\"Select how you would like to position the background\";s:2:\"id\";s:12:\"woo_body_pos\";s:3:\"std\";s:3:\"top\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:9:{i:0;s:8:\"top left\";i:1;s:10:\"top center\";i:2;s:9:\"top right\";i:3;s:11:\"center left\";i:4;s:13:\"center center\";i:5;s:12:\"center right\";i:6;s:11:\"bottom left\";i:7;s:13:\"bottom center\";i:8;s:12:\"bottom right\";}}i:27;a:2:{s:4:\"name\";s:5:\"Links\";s:4:\"type\";s:10:\"subheading\";}i:28;a:5:{s:4:\"name\";s:10:\"Link Color\";s:4:\"desc\";s:66:\"Pick a custom color for links or add a hex color code e.g. #697e09\";s:2:\"id\";s:14:\"woo_link_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:29;a:5:{s:4:\"name\";s:16:\"Link Hover Color\";s:4:\"desc\";s:72:\"Pick a custom color for links hover or add a hex color code e.g. #697e09\";s:2:\"id\";s:20:\"woo_link_hover_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:30;a:5:{s:4:\"name\";s:12:\"Button Color\";s:4:\"desc\";s:68:\"Pick a custom color for buttons or add a hex color code e.g. #697e09\";s:2:\"id\";s:16:\"woo_button_color\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:5:\"color\";}i:31;a:3:{s:4:\"name\";s:10:\"Typography\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:10:\"typography\";}i:32;a:5:{s:4:\"name\";s:24:\"Enable Custom Typography\";s:4:\"desc\";s:100:\"Enable the use of custom typography for your site. Custom styling will be output in your sites HEAD.\";s:2:\"id\";s:14:\"woo_typography\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:33;a:5:{s:4:\"name\";s:18:\"General Typography\";s:4:\"desc\";s:24:\"Change the general font.\";s:2:\"id\";s:13:\"woo_font_body\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:5:\"Arial\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:4:\"type\";s:10:\"typography\";}i:34;a:5:{s:4:\"name\";s:10:\"Navigation\";s:4:\"desc\";s:27:\"Change the navigation font.\";s:2:\"id\";s:12:\"woo_font_nav\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:5:\"Arial\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#FFFFFF\";}s:4:\"type\";s:10:\"typography\";}i:35;a:5:{s:4:\"name\";s:10:\"Post Title\";s:4:\"desc\";s:22:\"Change the post title.\";s:2:\"id\";s:19:\"woo_font_post_title\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"30\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:5:\"Arial\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#444444\";}s:4:\"type\";s:10:\"typography\";}i:36;a:5:{s:4:\"name\";s:9:\"Post Meta\";s:4:\"desc\";s:21:\"Change the post meta.\";s:2:\"id\";s:18:\"woo_font_post_meta\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"12\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:13:\"Lucida Grande\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:4:\"type\";s:10:\"typography\";}i:37;a:5:{s:4:\"name\";s:10:\"Post Entry\";s:4:\"desc\";s:22:\"Change the post entry.\";s:2:\"id\";s:19:\"woo_font_post_entry\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:5:\"Arial\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:4:\"type\";s:10:\"typography\";}i:38;a:5:{s:4:\"name\";s:21:\"Sidebar Widget Titles\";s:4:\"desc\";s:33:\"Change the sidebar widget titles.\";s:2:\"id\";s:22:\"woo_font_widget_titles\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"16\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:7:\"Georgia\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#444444\";}s:4:\"type\";s:10:\"typography\";}i:39;a:5:{s:4:\"name\";s:20:\"Footer Widget Titles\";s:4:\"desc\";s:32:\"Change the footer widget titles.\";s:2:\"id\";s:29:\"woo_font_footer_widget_titles\";s:3:\"std\";a:5:{s:4:\"size\";s:2:\"10\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:5:\"Arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#AAA8A8\";}s:4:\"type\";s:10:\"typography\";}i:40;a:3:{s:4:\"name\";s:14:\"Layout Options\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:6:\"layout\";}i:41;a:6:{s:4:\"name\";s:11:\"Main Layout\";s:4:\"desc\";s:43:\"Select which layout you want for your site.\";s:2:\"id\";s:15:\"woo_site_layout\";s:3:\"std\";s:19:\"layout-left-content\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:19:\"layout-left-content\";s:79:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/2cl.png\";s:20:\"layout-right-content\";s:79:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/2cr.png\";}}i:42;a:5:{s:4:\"name\";s:27:\"Category Exclude - Homepage\";s:4:\"desc\";s:122:\"Specify a comma seperated list of category IDs or slugs that you\'d like to exclude from your homepage (eg: uncategorized).\";s:2:\"id\";s:21:\"woo_exclude_cats_home\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:43;a:5:{s:4:\"name\";s:37:\"Category Exclude - Blog Page Template\";s:4:\"desc\";s:134:\"Specify a comma seperated list of category IDs or slugs that you\'d like to exclude from your \'Blog\' page template (eg: uncategorized).\";s:2:\"id\";s:21:\"woo_exclude_cats_blog\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:44;a:3:{s:4:\"name\";s:15:\"Homepage Slider\";s:4:\"icon\";s:6:\"slider\";s:4:\"type\";s:7:\"heading\";}i:45;a:5:{s:4:\"name\";s:13:\"Enable Slider\";s:4:\"desc\";s:34:\"Enable the slider on the homepage.\";s:2:\"id\";s:10:\"woo_slider\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:6:{s:4:\"name\";s:14:\"Slider Entries\";s:4:\"desc\";s:72:\"Select the number of entries that should appear in the home page slider.\";s:2:\"id\";s:18:\"woo_slider_entries\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:16:\"Select a number:\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";i:13;s:2:\"13\";i:14;s:2:\"14\";i:15;s:2:\"15\";i:16;s:2:\"16\";i:17;s:2:\"17\";i:18;s:2:\"18\";i:19;s:2:\"19\";}}i:47;a:5:{s:4:\"name\";s:6:\"Effect\";s:4:\"desc\";s:28:\"Select the animation effect.\";s:2:\"id\";s:17:\"woo_slider_effect\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:2:{s:5:\"slide\";s:5:\"Slide\";s:4:\"fade\";s:4:\"Fade\";}}i:48;a:5:{s:4:\"name\";s:11:\"Hover Pause\";s:4:\"desc\";s:37:\"Hovering over slideshow will pause it\";s:2:\"id\";s:16:\"woo_slider_hover\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:49;a:6:{s:4:\"name\";s:15:\"Animation Speed\";s:4:\"desc\";s:66:\"The time in <b>seconds</b> the animation between frames will take.\";s:2:\"id\";s:16:\"woo_slider_speed\";s:3:\"std\";s:3:\"0.6\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:21:{i:0;s:3:\"0.0\";i:1;s:3:\"0.1\";i:2;s:3:\"0.2\";i:3;s:3:\"0.3\";i:4;s:3:\"0.4\";i:5;s:3:\"0.5\";i:6;s:3:\"0.6\";i:7;s:3:\"0.7\";i:8;s:3:\"0.8\";i:9;s:3:\"0.9\";i:10;s:3:\"1.0\";i:11;s:3:\"1.1\";i:12;s:3:\"1.2\";i:13;s:3:\"1.3\";i:14;s:3:\"1.4\";i:15;s:3:\"1.5\";i:16;s:3:\"1.6\";i:17;s:3:\"1.7\";i:18;s:3:\"1.8\";i:19;s:3:\"1.9\";i:20;s:3:\"2.0\";}}i:50;a:5:{s:4:\"name\";s:10:\"Auto Start\";s:4:\"desc\";s:46:\"Set the slider to start sliding automatically.\";s:2:\"id\";s:15:\"woo_slider_auto\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:51;a:6:{s:4:\"name\";s:19:\"Auto Slide Interval\";s:4:\"desc\";s:77:\"The time in <b>seconds</b> each slide pauses for, before sliding to the next.\";s:2:\"id\";s:19:\"woo_slider_interval\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:10:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";}}i:52;a:5:{s:4:\"name\";s:11:\"Auto Height\";s:4:\"desc\";s:93:\"Set the slider to adjust automatically depending on the height of the current slide contents.\";s:2:\"id\";s:21:\"woo_slider_autoheight\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:53;a:5:{s:4:\"name\";s:32:\"Show Title with Image Background\";s:4:\"desc\";s:61:\"Show the post title when using an image as slider background.\";s:2:\"id\";s:16:\"woo_slider_title\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:54;a:5:{s:4:\"name\";s:34:\"Show Excerpt with Image Background\";s:4:\"desc\";s:63:\"Show the post excerpt when using an image as slider background.\";s:2:\"id\";s:18:\"woo_slider_content\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:55;a:5:{s:4:\"name\";s:13:\"Next/Previous\";s:4:\"desc\";s:40:\"Select to display next/previous buttons.\";s:2:\"id\";s:19:\"woo_slider_nextprev\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:56;a:5:{s:4:\"name\";s:10:\"Pagination\";s:4:\"desc\";s:29:\"Select to display pagination.\";s:2:\"id\";s:21:\"woo_slider_pagination\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:57;a:3:{s:4:\"name\";s:8:\"Homepage\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:8:\"homepage\";}i:58;a:5:{s:4:\"name\";s:18:\"Mini-Features Area\";s:4:\"desc\";s:50:\"Enable the front page Mini-Features features area.\";s:2:\"id\";s:17:\"woo_mini_features\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:59;a:6:{s:4:\"name\";s:16:\"Homepage Content\";s:4:\"desc\";s:70:\"(Optional) Select a page that you\'d like to display on the front page.\";s:2:\"id\";s:13:\"woo_main_page\";s:3:\"std\";s:14:\"Select a page:\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:1:{i:0;s:14:\"Select a Page:\";}}i:60;a:3:{s:4:\"name\";s:18:\"Portfolio Settings\";s:4:\"icon\";s:9:\"portfolio\";s:4:\"type\";s:7:\"heading\";}i:61;a:5:{s:4:\"name\";s:31:\"Enable Single Portfolio Gallery\";s:4:\"desc\";s:63:\"Enable the gallery feature in the single portfolio page layout.\";s:2:\"id\";s:21:\"woo_portfolio_gallery\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:62;a:5:{s:4:\"name\";s:24:\"Portfolio Items URL Base\";s:4:\"desc\";s:179:\"The base of all portfolio item URLs (visit the <a href=\"http://www.calvarycrossag.com/wp-admin/options-permalink.php\">Settings- Permalinks</a> screen after changing this setting).\";s:2:\"id\";s:26:\"woo_portfolioitems_rewrite\";s:3:\"std\";s:15:\"portfolio-items\";s:4:\"type\";s:4:\"text\";}i:63;a:5:{s:4:\"name\";s:47:\"Exclude Galleries from the Portfolio Navigation\";s:4:\"desc\";s:162:\"Optionally exclude portfolio galleries from the portfolio gallery navigation switcher. Place the gallery slugs here, separated by commas <br />(eg: one,two,three)\";s:2:\"id\";s:24:\"woo_portfolio_excludenav\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:64;a:5:{s:4:\"name\";s:30:\"Portfolio Thumbnail Dimensions\";s:4:\"desc\";s:51:\"Enter an integer value i.e. 250 for the image size.\";s:2:\"id\";s:30:\"woo_portfolio_thumb_dimensions\";s:3:\"std\";s:0:\"\";s:4:\"type\";a:2:{i:0;a:4:{s:2:\"id\";s:25:\"woo_portfolio_thumb_width\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:242;s:4:\"meta\";s:5:\"Width\";}i:1;a:4:{s:2:\"id\";s:26:\"woo_portfolio_thumb_height\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:160;s:4:\"meta\";s:6:\"Height\";}}}i:65;a:5:{s:4:\"name\";s:43:\"Exclude Portfolio Items from Search Results\";s:4:\"desc\";s:65:\"Exclude portfolio items from results when searching your website.\";s:2:\"id\";s:27:\"woo_portfolio_excludesearch\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:66;a:3:{s:4:\"name\";s:17:\"Feedback Settings\";s:4:\"icon\";s:4:\"misc\";s:4:\"type\";s:7:\"heading\";}i:67;a:5:{s:4:\"name\";s:24:\"Disable Feedback Manager\";s:4:\"desc\";s:35:\"Disable the feedback functionality.\";s:2:\"id\";s:20:\"woo_feedback_disable\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:68;a:3:{s:4:\"name\";s:14:\"Dynamic Images\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:5:\"image\";}i:69;a:2:{s:4:\"name\";s:16:\"Resizer Settings\";s:4:\"type\";s:10:\"subheading\";}i:70;a:5:{s:4:\"name\";s:22:\"Dynamic Image Resizing\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:18:\"woo_wpthumb_notice\";s:3:\"std\";s:220:\"There are two alternative methods of dynamically resizing the thumbnails in the theme, <strong>WP Post Thumbnail</strong> or <strong>TimThumb - Custom Settings panel</strong>. We recommend using WP Post Thumbnail option.\";s:4:\"type\";s:4:\"info\";}i:71;a:6:{s:4:\"name\";s:17:\"WP Post Thumbnail\";s:4:\"desc\";s:170:\"Use WordPress post thumbnail to assign a post thumbnail. Will enable the <strong>Featured Image panel</strong> in your post sidebar where you can assign a post thumbnail.\";s:2:\"id\";s:22:\"woo_post_image_support\";s:3:\"std\";s:4:\"true\";s:5:\"class\";s:9:\"collapsed\";s:4:\"type\";s:8:\"checkbox\";}i:72;a:6:{s:4:\"name\";s:42:\"WP Post Thumbnail - Dynamic Image Resizing\";s:4:\"desc\";s:113:\"The post thumbnail will be dynamically resized using native WP resize functionality. <em>(Requires PHP 5.2+)</em>\";s:2:\"id\";s:14:\"woo_pis_resize\";s:3:\"std\";s:4:\"true\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:8:\"checkbox\";}i:73;a:6:{s:4:\"name\";s:29:\"WP Post Thumbnail - Hard Crop\";s:4:\"desc\";s:119:\"The post thumbnail will be cropped to match the target aspect ratio (only used if \"Dynamic Image Resizing\" is enabled).\";s:2:\"id\";s:17:\"woo_pis_hard_crop\";s:3:\"std\";s:4:\"true\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:8:\"checkbox\";}i:74;a:5:{s:4:\"name\";s:32:\"TimThumb - Custom Settings Panel\";s:4:\"desc\";s:358:\"This will enable the <a href=\"http://code.google.com/p/timthumb/\">TimThumb</a> (thumb.php) script which dynamically resizes images added through the <strong>custom settings panel below the post</strong>. Make sure your themes <em>cache</em> folder is writable. <a href=\"http://www.woothemes.com/2008/10/troubleshooting-image-resizer-thumbphp/\">Need help?</a>\";s:2:\"id\";s:10:\"woo_resize\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:75;a:2:{s:4:\"name\";s:18:\"Thumbnail Settings\";s:4:\"type\";s:10:\"subheading\";}i:76;a:5:{s:4:\"name\";s:25:\"Automatic Image Thumbnail\";s:4:\"desc\";s:81:\"If no thumbnail is specifified then the first uploaded image in the post is used.\";s:2:\"id\";s:12:\"woo_auto_img\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:77;a:5:{s:4:\"name\";s:26:\"Thumbnail Image Dimensions\";s:4:\"desc\";s:109:\"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.\";s:2:\"id\";s:20:\"woo_image_dimensions\";s:3:\"std\";s:0:\"\";s:4:\"type\";a:2:{i:0;a:4:{s:2:\"id\";s:11:\"woo_thumb_w\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:100;s:4:\"meta\";s:5:\"Width\";}i:1;a:4:{s:2:\"id\";s:11:\"woo_thumb_h\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:100;s:4:\"meta\";s:6:\"Height\";}}}i:78;a:6:{s:4:\"name\";s:25:\"Thumbnail Image alignment\";s:4:\"desc\";s:47:\"Select how to align your thumbnails with posts.\";s:2:\"id\";s:15:\"woo_thumb_align\";s:3:\"std\";s:10:\"alignright\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:3:{s:9:\"alignleft\";s:4:\"Left\";s:10:\"alignright\";s:5:\"Right\";s:11:\"aligncenter\";s:6:\"Center\";}}i:79;a:6:{s:4:\"name\";s:30:\"Show thumbnail in Single Posts\";s:4:\"desc\";s:48:\"Show the attached image in the single post page.\";s:2:\"id\";s:16:\"woo_thumb_single\";s:5:\"class\";s:9:\"collapsed\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:80;a:6:{s:4:\"name\";s:23:\"Single Image Dimensions\";s:4:\"desc\";s:70:\"\"Enter an integer value i.e. 250 for the image size. Max width is 576.\";s:2:\"id\";s:20:\"woo_image_dimensions\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";a:2:{i:0;a:4:{s:2:\"id\";s:12:\"woo_single_w\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:200;s:4:\"meta\";s:5:\"Width\";}i:1;a:4:{s:2:\"id\";s:12:\"woo_single_h\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:200;s:4:\"meta\";s:6:\"Height\";}}}i:81;a:7:{s:4:\"name\";s:27:\"Single Post Image alignment\";s:4:\"desc\";s:53:\"Select how to align your thumbnail with single posts.\";s:2:\"id\";s:22:\"woo_thumb_single_align\";s:3:\"std\";s:10:\"alignright\";s:4:\"type\";s:5:\"radio\";s:5:\"class\";s:6:\"hidden\";s:7:\"options\";a:3:{s:9:\"alignleft\";s:4:\"Left\";s:10:\"alignright\";s:5:\"Right\";s:11:\"aligncenter\";s:6:\"Center\";}}i:82;a:5:{s:4:\"name\";s:25:\"Add thumbnail to RSS feed\";s:4:\"desc\";s:68:\"Add the the image uploaded via your Custom Settings to your RSS feed\";s:2:\"id\";s:13:\"woo_rss_thumb\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:83;a:5:{s:4:\"name\";s:15:\"Enable Lightbox\";s:4:\"desc\";s:78:\"Enable the PrettyPhoto lighbox script on images within your website\'s content.\";s:2:\"id\";s:19:\"woo_enable_lightbox\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:84;a:3:{s:4:\"name\";s:20:\"Footer Customization\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:6:\"footer\";}i:85;a:6:{s:4:\"name\";s:19:\"Footer Widget Areas\";s:4:\"desc\";s:56:\"Select how many footer widget areas you want to display.\";s:2:\"id\";s:19:\"woo_footer_sidebars\";s:3:\"std\";s:1:\"4\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:5:{i:0;s:86:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/layout-off.png\";i:1;s:92:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/footer-widgets-1.png\";i:2;s:92:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/footer-widgets-2.png\";i:3;s:92:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/footer-widgets-3.png\";i:4;s:92:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/footer-widgets-4.png\";}}i:86;a:5:{s:4:\"name\";s:21:\"Custom Affiliate Link\";s:4:\"desc\";s:71:\"Add an affiliate link to the WooThemes logo in the footer of the theme.\";s:2:\"id\";s:19:\"woo_footer_aff_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:87;a:5:{s:4:\"name\";s:27:\"Enable Custom Footer (Left)\";s:4:\"desc\";s:58:\"Activate to add the custom text below to the theme footer.\";s:2:\"id\";s:15:\"woo_footer_left\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:88;a:5:{s:4:\"name\";s:18:\"Custom Text (Left)\";s:4:\"desc\";s:66:\"Custom HTML and Text that will appear in the footer of your theme.\";s:2:\"id\";s:20:\"woo_footer_left_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:89;a:5:{s:4:\"name\";s:28:\"Enable Custom Footer (Right)\";s:4:\"desc\";s:58:\"Activate to add the custom text below to the theme footer.\";s:2:\"id\";s:16:\"woo_footer_right\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:90;a:5:{s:4:\"name\";s:19:\"Custom Text (Right)\";s:4:\"desc\";s:66:\"Custom HTML and Text that will appear in the footer of your theme.\";s:2:\"id\";s:21:\"woo_footer_right_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:91;a:3:{s:4:\"name\";s:19:\"Subscribe & Connect\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:7:\"connect\";}i:92;a:2:{s:4:\"name\";s:5:\"Setup\";s:4:\"type\";s:10:\"subheading\";}i:93;a:5:{s:4:\"name\";s:40:\"Enable Subscribe & Connect - Single Post\";s:4:\"desc\";s:168:\"Enable the subscribe & connect area on single posts. You can also add this as a <a href=\"http://www.calvarycrossag.com/wp-admin/widgets.php\">widget</a> in your sidebar.\";s:2:\"id\";s:11:\"woo_connect\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:94;a:5:{s:4:\"name\";s:15:\"Subscribe Title\";s:4:\"desc\";s:57:\"Enter the title to show in your subscribe & connect area.\";s:2:\"id\";s:17:\"woo_connect_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:95;a:5:{s:4:\"name\";s:4:\"Text\";s:4:\"desc\";s:37:\"Change the default text in this area.\";s:2:\"id\";s:19:\"woo_connect_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:96;a:5:{s:4:\"name\";s:20:\"Enable Related Posts\";s:4:\"desc\";s:158:\"Enable related posts in the subscribe area. Uses posts with the same <strong>tags</strong> to find related posts. Note: Will not show in the Subscribe widget.\";s:2:\"id\";s:19:\"woo_connect_related\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:97;a:2:{s:4:\"name\";s:18:\"Subscribe Settings\";s:4:\"type\";s:10:\"subheading\";}i:98;a:5:{s:4:\"name\";s:35:\"Subscribe By E-mail ID (Feedburner)\";s:4:\"desc\";s:162:\"Enter your <a href=\"http://www.woothemes.com/tutorials/how-to-find-your-feedburner-id-for-email-subscription/\">Feedburner ID</a> for the e-mail subscription form.\";s:2:\"id\";s:25:\"woo_connect_newsletter_id\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:99;a:5:{s:4:\"name\";s:32:\"Subscribe By E-mail to MailChimp\";s:4:\"desc\";s:189:\"If you have a MailChimp account you can enter the <a href=\"http://woochimp.heroku.com\" target=\"_blank\">MailChimp List Subscribe URL</a> to allow your users to subscribe to a MailChimp List.\";s:2:\"id\";s:30:\"woo_connect_mailchimp_list_url\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:100;a:2:{s:4:\"name\";s:16:\"Connect Settings\";s:4:\"type\";s:10:\"subheading\";}i:101;a:5:{s:4:\"name\";s:10:\"Enable RSS\";s:4:\"desc\";s:34:\"Enable the subscribe and RSS icon.\";s:2:\"id\";s:15:\"woo_connect_rss\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:102;a:5:{s:4:\"name\";s:11:\"Twitter URL\";s:4:\"desc\";s:99:\"Enter your <a href=\"http://www.twitter.com/\">Twitter</a> URL e.g. http://www.twitter.com/woothemes\";s:2:\"id\";s:19:\"woo_connect_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:103;a:5:{s:4:\"name\";s:12:\"Facebook URL\";s:4:\"desc\";s:102:\"Enter your <a href=\"http://www.facebook.com/\">Facebook</a> URL e.g. http://www.facebook.com/woothemes\";s:2:\"id\";s:20:\"woo_connect_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:104;a:5:{s:4:\"name\";s:11:\"YouTube URL\";s:4:\"desc\";s:99:\"Enter your <a href=\"http://www.youtube.com/\">YouTube</a> URL e.g. http://www.youtube.com/woothemes\";s:2:\"id\";s:19:\"woo_connect_youtube\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:105;a:5:{s:4:\"name\";s:10:\"Flickr URL\";s:4:\"desc\";s:96:\"Enter your <a href=\"http://www.flickr.com/\">Flickr</a> URL e.g. http://www.flickr.com/woothemes\";s:2:\"id\";s:18:\"woo_connect_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:106;a:5:{s:4:\"name\";s:12:\"LinkedIn URL\";s:4:\"desc\";s:113:\"Enter your <a href=\"http://www.www.linkedin.com.com/\">LinkedIn</a> URL e.g. http://www.linkedin.com/in/woothemes\";s:2:\"id\";s:20:\"woo_connect_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:107;a:5:{s:4:\"name\";s:13:\"Delicious URL\";s:4:\"desc\";s:104:\"Enter your <a href=\"http://www.delicious.com/\">Delicious</a> URL e.g. http://www.delicious.com/woothemes\";s:2:\"id\";s:21:\"woo_connect_delicious\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:108;a:5:{s:4:\"name\";s:11:\"Google+ URL\";s:4:\"desc\";s:112:\"Enter your <a href=\"http://plus.google.com/\">Google+</a> URL e.g. https://plus.google.com/104560124403688998123/\";s:2:\"id\";s:22:\"woo_connect_googleplus\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(4575,'woo_themename','Swatch','yes'),(4576,'woo_shortname','woo','yes'),(4577,'woo_manual','http://www.woothemes.com/support/theme-documentation/swatch/','yes'),(4578,'woo_custom_template','a:20:{i:0;a:4:{s:4:\"name\";s:15:\"portfolio-image\";s:5:\"label\";s:15:\"Portfolio Image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:55:\"Upload an image or enter an URL to your portfolio image\";}i:1;a:6:{s:4:\"name\";s:16:\"_image_alignment\";s:3:\"std\";s:1:\"c\";s:5:\"label\";s:20:\"Image Crop Alignment\";s:4:\"type\";s:7:\"select2\";s:4:\"desc\";s:39:\"Select crop alignment for resized image\";s:7:\"options\";a:5:{s:1:\"c\";s:6:\"Center\";s:1:\"t\";s:3:\"Top\";s:1:\"b\";s:6:\"Bottom\";s:1:\"l\";s:4:\"Left\";s:1:\"r\";s:5:\"Right\";}}i:2;a:5:{s:4:\"name\";s:5:\"embed\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:16:\"Video Embed Code\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:103:\"Enter the video embed code for your video (YouTube, Vimeo or similar). Will show instead of your image.\";}s:20:\"lightbox-description\";a:4:{s:4:\"name\";s:20:\"lightbox-description\";s:5:\"label\";s:27:\"Custom Lightbox Description\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:264:\"Enter an optional description to show in the <a href=\"http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/\">PrettyPhoto lightbox</a> for this portfolio item. This will be the description for all items in the gallery, if one is available.\";}s:12:\"lightbox-url\";a:4:{s:4:\"name\";s:12:\"lightbox-url\";s:5:\"label\";s:12:\"Lightbox URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:176:\"Enter an optional URL to show in the <a href=\"http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/\">PrettyPhoto lightbox</a> for this portfolio item.\";}s:11:\"testimonial\";a:4:{s:4:\"name\";s:11:\"testimonial\";s:5:\"label\";s:11:\"Testimonial\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:81:\"Enter a testimonial from your client to be displayed on the single portfolio page\";}s:18:\"testimonial_author\";a:4:{s:4:\"name\";s:18:\"testimonial_author\";s:5:\"label\";s:18:\"Testimonial Author\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:63:\"Enter the name of the author of the testimonial e.g. Joe Bloggs\";}i:3;a:4:{s:4:\"name\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:42:\"Enter URL of your clients site. (optional)\";}i:4;a:4:{s:4:\"name\";s:5:\"image\";s:5:\"label\";s:5:\"Image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:32:\"Upload an image or enter an URL.\";}i:5;a:6:{s:4:\"name\";s:16:\"_image_alignment\";s:3:\"std\";s:1:\"c\";s:5:\"label\";s:20:\"Image Crop Alignment\";s:4:\"type\";s:7:\"select2\";s:4:\"desc\";s:39:\"Select crop alignment for resized image\";s:7:\"options\";a:5:{s:1:\"c\";s:6:\"Center\";s:1:\"t\";s:3:\"Top\";s:1:\"b\";s:6:\"Bottom\";s:1:\"l\";s:4:\"Left\";s:1:\"r\";s:5:\"Right\";}}i:6;a:5:{s:4:\"name\";s:5:\"embed\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:16:\"Video Embed Code\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:69:\"Enter the video embed code for your video (YouTube, Vimeo or similar)\";}i:7;a:4:{s:4:\"name\";s:5:\"image\";s:5:\"label\";s:11:\"Slide Image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:51:\"Upload an image or enter an URL to your slide image\";}i:8;a:5:{s:4:\"name\";s:5:\"embed\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:16:\"Video Embed Code\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:103:\"Enter the video embed code for your video (YouTube, Vimeo or similar). Will show instead of your image.\";}i:9;a:4:{s:4:\"name\";s:3:\"url\";s:5:\"label\";s:3:\"URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:79:\"Enter URL if you want to add a link to the uploaded image and title. (optional)\";}i:10;a:4:{s:4:\"name\";s:4:\"mini\";s:5:\"label\";s:18:\"Mini-features Icon\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:92:\"Upload icon for use with the Mini-Feature on the homepage (optimal size: 32x32px) (optional)\";}i:11;a:4:{s:4:\"name\";s:12:\"mini_excerpt\";s:5:\"label\";s:21:\"Mini-features Excerpt\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:44:\"Enter the text to show in your Mini-Feature.\";}i:12;a:5:{s:4:\"name\";s:13:\"mini_readmore\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:17:\"Mini-features URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:80:\"Add an URL for your Read More button in your Mini-Feature on homepage (optional)\";}s:15:\"feedback_author\";a:4:{s:4:\"name\";s:15:\"feedback_author\";s:5:\"label\";s:15:\"Feedback Author\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:60:\"Enter the name of the author of the feedback e.g. Joe Bloggs\";}s:12:\"feedback_url\";a:4:{s:4:\"name\";s:12:\"feedback_url\";s:5:\"label\";s:12:\"Feedback URL\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:77:\"(optional) Enter the URL to the feedback author e.g. http://www.woothemes.com\";}i:13;a:6:{s:4:\"name\";s:7:\"_layout\";s:3:\"std\";s:6:\"normal\";s:5:\"label\";s:6:\"Layout\";s:4:\"type\";s:6:\"images\";s:4:\"desc\";s:54:\"Select the layout you want on this specific post/page.\";s:7:\"options\";a:4:{s:14:\"layout-default\";s:86:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/layout-off.png\";s:11:\"layout-full\";s:78:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/1c.png\";s:19:\"layout-left-content\";s:79:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/2cl.png\";s:20:\"layout-right-content\";s:79:\"http://www.calvarycrossag.com/wp-content/themes/swatch/functions/images/2cr.png\";}}}','yes'),(4598,'woo_custom_upload_tracking','a:0:{}','yes'),(4594,'woodojo-version','1.5.4','yes'),(4596,'woosidebars-version','1.3.1','yes'),(4599,'_transient_random_seed','5637c42e64ea42b2273664e7580ed3ba','yes'),(4602,'woo_alt_stylesheet','default.css','yes'),(4603,'woo_logo','','yes'),(4604,'woo_texttitle','false','yes'),(4605,'woo_font_site_title','a:5:{s:4:\"size\";s:2:\"70\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#3E3E3E\";}','yes'),(4606,'woo_tagline','false','yes'),(4607,'woo_font_tagline','a:5:{s:4:\"size\";s:2:\"26\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"italic\";s:5:\"color\";s:7:\"#3E3E3E\";}','yes'),(4608,'woo_custom_favicon','','yes'),(4609,'woo_google_analytics','','yes'),(4610,'woo_feed_url','','yes'),(4611,'woo_subscribe_email','','yes'),(4612,'woo_contactform_email','','yes'),(4613,'woo_custom_css','','yes'),(4614,'woo_comments','both','yes'),(4615,'woo_post_content','excerpt','yes'),(4616,'woo_post_author','false','yes'),(4617,'woo_breadcrumbs_show','false','yes'),(4618,'woo_pagination_type','paginated_links','yes'),(4619,'woo_body_color','','yes'),(4620,'woo_body_img','','yes'),(4621,'woo_body_repeat','no-repeat','yes'),(4622,'woo_body_pos','top left','yes'),(4623,'woo_link_color','','yes'),(4624,'woo_link_hover_color','','yes'),(4625,'woo_button_color','','yes'),(4626,'woo_typography','false','yes'),(4627,'woo_font_body','a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#444444\";}','yes'),(4628,'woo_font_nav','a:5:{s:4:\"size\";s:2:\"13\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#FFFFFF\";}','yes'),(4629,'woo_font_post_title','a:5:{s:4:\"size\";s:2:\"30\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#444444\";}','yes'),(4630,'woo_font_post_meta','a:5:{s:4:\"size\";s:2:\"12\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:65:\"\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#444444\";}','yes'),(4631,'woo_font_post_entry','a:5:{s:4:\"size\";s:2:\"14\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:7:\"#444444\";}','yes'),(4632,'woo_font_widget_titles','a:5:{s:4:\"size\";s:2:\"16\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:14:\"Georgia, serif\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#444444\";}','yes'),(4633,'woo_font_footer_widget_titles','a:5:{s:4:\"size\";s:2:\"10\";s:4:\"unit\";s:2:\"px\";s:4:\"face\";s:17:\"Arial, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#AAA8A8\";}','yes'),(4634,'woo_site_layout','layout-left-content','yes'),(4635,'woo_exclude_cats_home','','yes'),(4636,'woo_exclude_cats_blog','','yes'),(4637,'woo_slider','true','yes'),(4638,'woo_slider_entries','4','yes'),(4639,'woo_slider_effect','slide','yes'),(4640,'woo_slider_hover','true','yes'),(4641,'woo_slider_speed','0.6','yes'),(4642,'woo_slider_auto','false','yes'),(4643,'woo_slider_interval','4','yes'),(4644,'woo_slider_autoheight','false','yes'),(4645,'woo_slider_title','false','yes'),(4646,'woo_slider_content','false','yes'),(4647,'woo_slider_nextprev','false','yes'),(4648,'woo_slider_pagination','true','yes'),(4649,'woo_mini_features','true','yes'),(4650,'woo_main_page','18','yes'),(4651,'woo_portfolio_gallery','true','yes'),(4652,'woo_portfolioitems_rewrite','portfolio-items','yes'),(4653,'woo_portfolio_excludenav','','yes'),(4654,'woo_portfolio_thumb_width','242','yes'),(4655,'woo_portfolio_thumb_height','160','yes'),(4656,'woo_portfolio_excludesearch','false','yes'),(4657,'woo_feedback_disable','false','yes'),(4658,'woo_wpthumb_notice','','yes'),(4659,'woo_post_image_support','true','yes'),(4660,'woo_pis_resize','true','yes'),(4661,'woo_pis_hard_crop','true','yes'),(4662,'woo_resize','true','yes'),(4663,'woo_auto_img','false','yes'),(4664,'woo_thumb_w','100','yes'),(4665,'woo_thumb_h','100','yes'),(4666,'woo_thumb_align','alignright','yes'),(4667,'woo_thumb_single','false','yes'),(4668,'woo_single_w','200','yes'),(4669,'woo_single_h','200','yes'),(4670,'woo_thumb_single_align','alignright','yes'),(4671,'woo_rss_thumb','false','yes'),(4672,'woo_enable_lightbox','false','yes'),(4673,'woo_footer_sidebars','4','yes'),(4674,'woo_footer_aff_link','','yes'),(4675,'woo_footer_left','false','yes'),(4676,'woo_footer_left_text','','yes'),(4677,'woo_footer_right','false','yes'),(4678,'woo_footer_right_text','','yes'),(4679,'woo_connect','false','yes'),(4680,'woo_connect_title','','yes'),(4681,'woo_connect_content','','yes'),(4682,'woo_connect_related','true','yes'),(4683,'woo_connect_newsletter_id','','yes'),(4684,'woo_connect_mailchimp_list_url','','yes'),(4685,'woo_connect_rss','true','yes'),(4686,'woo_connect_twitter','','yes'),(4687,'woo_connect_facebook','','yes'),(4688,'woo_connect_youtube','','yes'),(4689,'woo_connect_flickr','','yes'),(4690,'woo_connect_linkedin','','yes'),(4691,'woo_connect_delicious','','yes'),(4692,'woo_connect_googleplus','','yes'),(5235,'metaslider_systemcheck','a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}','yes'),(22585,'category_children','a:0:{}','yes'),(22577,'tribe_events_calendar_options','a:22:{s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:19:\"tribeEventsTemplate\";s:0:\"\";s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";s:21:\"previous_ecp_versions\";a:3:{i:0;s:1:\"0\";i:1;s:3:\"3.9\";i:2;s:5:\"4.2.5\";}s:18:\"latest_ecp_version\";s:7:\"4.3.1.1\";s:19:\"last-update-message\";s:3:\"3.9\";s:13:\"earliest_date\";s:19:\"2015-01-18 11:00:00\";s:11:\"latest_date\";s:19:\"2015-02-14 21:00:00\";s:16:\"stylesheetOption\";s:4:\"full\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:5:\"month\";s:20:\"tribeDisableTribeBar\";b:0;s:16:\"monthEventAmount\";s:1:\"3\";s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:3:\" @ \";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"0\";s:14:\"schema-version\";s:3:\"3.9\";s:23:\"enable_month_view_cache\";b:0;}','yes'),(22578,'tribe_events_db_version','3.0.0','yes'),(22579,'tribe_events_suite_versions','a:1:{s:19:\"TribeEventsCalendar\";s:3:\"3.9\";}','yes'),(22580,'tribe_last_save_post','1477086719','yes'),(22597,'tribe_events_cat_children','a:0:{}','yes'),(22610,'dynwid_version','1.5.9','yes'),(22611,'dynwid_housekeeping_lastrun','1421202030','yes'),(22612,'widget_tribe-events-list-widget','a:3:{i:2;a:3:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:3:\" 5 \";s:18:\"no_upcoming_events\";N;}i:3;a:3:{s:5:\"title\";s:6:\"Events\";s:5:\"limit\";s:3:\" 5 \";s:18:\"no_upcoming_events\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(47652,'WPLANG','','yes'),(47646,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47647,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47648,'finished_splitting_shared_terms','1','yes'),(47649,'site_icon','0','yes'),(47650,'medium_large_size_w','768','yes'),(47651,'medium_large_size_h','0','yes'),(47655,'widget_siteorigin-panels-gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47656,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47657,'widget_siteorigin-panels-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47658,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47659,'widget_siteorigin-panels-embedded-video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47660,'widget_siteorigin-panels-video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47661,'widget_metaslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47662,'widget_origin_animated-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47663,'widget_origin_button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47664,'widget_origin_call-to-action','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47665,'widget_origin_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47666,'widget_origin_price-box','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47667,'widget_origin_testimonial','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47668,'widget_vantage-social-media','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47669,'widget_headline-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(47670,'siteorigin_panels_settings','a:0:{}','yes'),(47671,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(48994,'widget_ctup-ads-widget','a:5:{i:1;a:6:{s:5:\"title\";s:15:\"church services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:82:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/Church-e1477083105524.png\";s:15:\"custom_media_id\";s:3:\"155\";s:19:\"image_in_customizer\";s:75:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/Church-150x150.png\";}i:2;a:6:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:82:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/people-e1477083036400.png\";s:15:\"custom_media_id\";s:3:\"153\";s:19:\"image_in_customizer\";s:75:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/people-150x150.png\";}i:3;a:6:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:84:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/marriage-e1477083272337.png\";s:15:\"custom_media_id\";s:3:\"154\";s:19:\"image_in_customizer\";s:77:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/marriage-150x150.png\";}i:4;a:4:{s:5:\"title\";s:24:\"GO PRO FOR MORE FEATURES\";s:4:\"text\";s:186:\"Get new content blocks: pricing table, Google Maps, and more. Change the sections order, display each block exactly where you need it, customize the blocks with whatever colors you wish.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:77:\"http://www.calvarycrossag.com/wp-content/themes/zerif-lite/images/ti-logo.png\";}s:12:\"_multiwidget\";i:1;}','yes'),(48995,'widget_zerif_testim-widget','a:4:{i:1;a:3:{s:5:\"title\";s:10:\"Dana Lorem\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:82:\"http://www.calvarycrossag.com/wp-content/themes/zerif-lite/images/testimonial1.jpg\";}i:2;a:3:{s:5:\"title\";s:13:\"Linda Guthrie\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:82:\"http://www.calvarycrossag.com/wp-content/themes/zerif-lite/images/testimonial2.jpg\";}i:3;a:3:{s:5:\"title\";s:13:\"Cynthia Henry\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:82:\"http://www.calvarycrossag.com/wp-content/themes/zerif-lite/images/testimonial3.jpg\";}s:12:\"_multiwidget\";i:1;}','yes'),(48996,'widget_zerif_clients-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94416,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94417,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94418,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94419,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94420,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94421,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94422,'siteorigin_widget_bundle_version','1.17.11','yes'),(94423,'siteorigin_widgets_old_widgets','/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home2/church/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(100781,'theme_mods_neve','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:24:\"neve_migrated_hfg_colors\";b:1;s:13:\"ti_prev_theme\";s:15:\"twentytwentyone\";s:18:\"custom_css_post_id\";i:-1;}','yes'),(100776,'theme_mods_twentytwentyone','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611884795;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:6:\"text-3\";i:1;s:8:\"search-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:19:\"event_list_widget-2\";}}}}','yes'),(100804,'wpss_db_advanced_info','a:527:{i:0;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"auto_increment_increment\";s:5:\"Value\";s:1:\"1\";}i:1;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"auto_increment_offset\";s:5:\"Value\";s:1:\"1\";}i:2;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"autocommit\";s:5:\"Value\";s:2:\"ON\";}i:3;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"automatic_sp_privileges\";s:5:\"Value\";s:2:\"ON\";}i:4;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"avoid_temporal_upgrade\";s:5:\"Value\";s:3:\"OFF\";}i:5;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"back_log\";s:5:\"Value\";s:2:\"80\";}i:6;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:7:\"basedir\";s:5:\"Value\";s:5:\"/usr/\";}i:7;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"big_tables\";s:5:\"Value\";s:3:\"OFF\";}i:8;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"bind_address\";s:5:\"Value\";s:1:\"*\";}i:9;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"binlog_cache_size\";s:5:\"Value\";s:5:\"32768\";}i:10;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"binlog_checksum\";s:5:\"Value\";s:5:\"CRC32\";}i:11;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:39:\"binlog_direct_non_transactional_updates\";s:5:\"Value\";s:3:\"OFF\";}i:12;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"binlog_error_action\";s:5:\"Value\";s:12:\"IGNORE_ERROR\";}i:13;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"binlog_format\";s:5:\"Value\";s:9:\"STATEMENT\";}i:14;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"binlog_gtid_simple_recovery\";s:5:\"Value\";s:3:\"OFF\";}i:15;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"binlog_max_flush_queue_time\";s:5:\"Value\";s:1:\"0\";}i:16;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"binlog_order_commits\";s:5:\"Value\";s:2:\"ON\";}i:17;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"binlog_row_image\";s:5:\"Value\";s:4:\"FULL\";}i:18;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"binlog_rows_query_log_events\";s:5:\"Value\";s:3:\"OFF\";}i:19;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"binlog_stmt_cache_size\";s:5:\"Value\";s:5:\"32768\";}i:20;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"binlogging_impossible_mode\";s:5:\"Value\";s:12:\"IGNORE_ERROR\";}i:21;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"block_encryption_mode\";s:5:\"Value\";s:11:\"aes-128-ecb\";}i:22;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"bulk_insert_buffer_size\";s:5:\"Value\";s:7:\"8388608\";}i:23;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"cgroup_path\";s:5:\"Value\";s:0:\"\";}i:24;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"cgroup_uid_data_reload\";s:5:\"Value\";s:2:\"ON\";}i:25;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"cgroup_uid_mapping\";s:5:\"Value\";s:3:\"OFF\";}i:26;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"cgroup_uid_mapping_path\";s:5:\"Value\";s:0:\"\";}i:27;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"character_set_client\";s:5:\"Value\";s:7:\"utf8mb4\";}i:28;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"character_set_connection\";s:5:\"Value\";s:7:\"utf8mb4\";}i:29;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"character_set_database\";s:5:\"Value\";s:4:\"utf8\";}i:30;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"character_set_filesystem\";s:5:\"Value\";s:6:\"binary\";}i:31;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"character_set_results\";s:5:\"Value\";s:7:\"utf8mb4\";}i:32;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"character_set_server\";s:5:\"Value\";s:4:\"utf8\";}i:33;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"character_set_system\";s:5:\"Value\";s:4:\"utf8\";}i:34;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"character_sets_dir\";s:5:\"Value\";s:35:\"/usr/share/percona-server/charsets/\";}i:35;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"collation_connection\";s:5:\"Value\";s:22:\"utf8mb4_unicode_520_ci\";}i:36;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"collation_database\";s:5:\"Value\";s:15:\"utf8_unicode_ci\";}i:37;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"collation_server\";s:5:\"Value\";s:15:\"utf8_unicode_ci\";}i:38;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"completion_type\";s:5:\"Value\";s:8:\"NO_CHAIN\";}i:39;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"concurrent_insert\";s:5:\"Value\";s:4:\"AUTO\";}i:40;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"connect_timeout\";s:5:\"Value\";s:2:\"20\";}i:41;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"core_file\";s:5:\"Value\";s:3:\"OFF\";}i:42;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"csv_mode\";s:5:\"Value\";s:0:\"\";}i:43;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:7:\"datadir\";s:5:\"Value\";s:15:\"/var/lib/mysql/\";}i:44;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"date_format\";s:5:\"Value\";s:8:\"%Y-%m-%d\";}i:45;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"datetime_format\";s:5:\"Value\";s:17:\"%Y-%m-%d %H:%i:%s\";}i:46;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"default_storage_engine\";s:5:\"Value\";s:6:\"InnoDB\";}i:47;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"default_tmp_storage_engine\";s:5:\"Value\";s:6:\"InnoDB\";}i:48;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"default_week_format\";s:5:\"Value\";s:1:\"0\";}i:49;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"delay_key_write\";s:5:\"Value\";s:2:\"ON\";}i:50;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"delayed_insert_limit\";s:5:\"Value\";s:3:\"100\";}i:51;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"delayed_insert_timeout\";s:5:\"Value\";s:2:\"40\";}i:52;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"delayed_queue_size\";s:5:\"Value\";s:4:\"1000\";}i:53;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:30:\"disconnect_on_expired_password\";s:5:\"Value\";s:2:\"ON\";}i:54;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"div_precision_increment\";s:5:\"Value\";s:1:\"4\";}i:55;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"end_markers_in_json\";s:5:\"Value\";s:3:\"OFF\";}i:56;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"enforce_gtid_consistency\";s:5:\"Value\";s:3:\"OFF\";}i:57;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"enforce_storage_engine\";s:5:\"Value\";s:0:\"\";}i:58;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"eq_range_index_dive_limit\";s:5:\"Value\";s:2:\"10\";}i:59;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"error_count\";s:5:\"Value\";s:1:\"0\";}i:60;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"event_scheduler\";s:5:\"Value\";s:3:\"OFF\";}i:61;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"expand_fast_index_creation\";s:5:\"Value\";s:3:\"OFF\";}i:62;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"expire_logs_days\";s:5:\"Value\";s:1:\"0\";}i:63;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"explicit_defaults_for_timestamp\";s:5:\"Value\";s:3:\"OFF\";}i:64;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"external_user\";s:5:\"Value\";s:0:\"\";}i:65;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"extra_max_connections\";s:5:\"Value\";s:1:\"5\";}i:66;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"extra_port\";s:5:\"Value\";s:1:\"0\";}i:67;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:5:\"flush\";s:5:\"Value\";s:3:\"OFF\";}i:68;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"flush_time\";s:5:\"Value\";s:1:\"0\";}i:69;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"foreign_key_checks\";s:5:\"Value\";s:2:\"ON\";}i:70;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"ft_boolean_syntax\";s:5:\"Value\";s:14:\"+ -><()~*:\"\"&|\";}i:71;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"ft_max_word_len\";s:5:\"Value\";s:2:\"84\";}i:72;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"ft_min_word_len\";s:5:\"Value\";s:1:\"3\";}i:73;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"ft_query_expansion_limit\";s:5:\"Value\";s:2:\"20\";}i:74;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"ft_stopword_file\";s:5:\"Value\";s:10:\"(built-in)\";}i:75;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"general_log\";s:5:\"Value\";s:3:\"OFF\";}i:76;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"general_log_file\";s:5:\"Value\";s:28:\"/var/lib/mysql/gator3166.log\";}i:77;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"group_concat_max_len\";s:5:\"Value\";s:4:\"1024\";}i:78;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"gtid_deployment_step\";s:5:\"Value\";s:3:\"OFF\";}i:79;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"gtid_executed\";s:5:\"Value\";s:0:\"\";}i:80;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"gtid_mode\";s:5:\"Value\";s:3:\"OFF\";}i:81;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"gtid_next\";s:5:\"Value\";s:9:\"AUTOMATIC\";}i:82;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"gtid_owned\";s:5:\"Value\";s:0:\"\";}i:83;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"gtid_purged\";s:5:\"Value\";s:0:\"\";}i:84;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"have_backup_locks\";s:5:\"Value\";s:3:\"YES\";}i:85;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"have_backup_safe_binlog_info\";s:5:\"Value\";s:3:\"YES\";}i:86;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"have_compress\";s:5:\"Value\";s:3:\"YES\";}i:87;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"have_crypt\";s:5:\"Value\";s:3:\"YES\";}i:88;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"have_dynamic_loading\";s:5:\"Value\";s:3:\"YES\";}i:89;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"have_elliptic_curve_crypto\";s:5:\"Value\";s:3:\"YES\";}i:90;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"have_geometry\";s:5:\"Value\";s:3:\"YES\";}i:91;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"have_openssl\";s:5:\"Value\";s:3:\"YES\";}i:92;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"have_profiling\";s:5:\"Value\";s:3:\"YES\";}i:93;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"have_query_cache\";s:5:\"Value\";s:3:\"YES\";}i:94;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"have_rtree_keys\";s:5:\"Value\";s:3:\"YES\";}i:95;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"have_snapshot_cloning\";s:5:\"Value\";s:3:\"YES\";}i:96;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"have_ssl\";s:5:\"Value\";s:3:\"YES\";}i:97;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"have_statement_timeout\";s:5:\"Value\";s:3:\"YES\";}i:98;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"have_symlink\";s:5:\"Value\";s:3:\"YES\";}i:99;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"have_tlsv1_2\";s:5:\"Value\";s:3:\"YES\";}i:100;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"host_cache_size\";s:5:\"Value\";s:3:\"278\";}i:101;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"hostname\";s:5:\"Value\";s:23:\"gator3166.hostgator.com\";}i:102;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"identity\";s:5:\"Value\";s:6:\"100803\";}i:103;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"ignore_builtin_innodb\";s:5:\"Value\";s:3:\"OFF\";}i:104;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"ignore_db_dirs\";s:5:\"Value\";s:0:\"\";}i:105;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"init_connect\";s:5:\"Value\";s:0:\"\";}i:106;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"init_file\";s:5:\"Value\";s:0:\"\";}i:107;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"init_slave\";s:5:\"Value\";s:0:\"\";}i:108;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_adaptive_flushing\";s:5:\"Value\";s:2:\"ON\";}i:109;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"innodb_adaptive_flushing_lwm\";s:5:\"Value\";s:2:\"10\";}i:110;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_adaptive_hash_index\";s:5:\"Value\";s:2:\"ON\";}i:111;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:37:\"innodb_adaptive_hash_index_partitions\";s:5:\"Value\";s:1:\"1\";}i:112;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"innodb_adaptive_max_sleep_delay\";s:5:\"Value\";s:6:\"150000\";}i:113;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"innodb_additional_mem_pool_size\";s:5:\"Value\";s:7:\"8388608\";}i:114;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_api_bk_commit_interval\";s:5:\"Value\";s:1:\"5\";}i:115;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_api_disable_rowlock\";s:5:\"Value\";s:3:\"OFF\";}i:116;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_api_enable_binlog\";s:5:\"Value\";s:3:\"OFF\";}i:117;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_api_enable_mdl\";s:5:\"Value\";s:3:\"OFF\";}i:118;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_api_trx_level\";s:5:\"Value\";s:1:\"0\";}i:119;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_autoextend_increment\";s:5:\"Value\";s:2:\"64\";}i:120;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_autoinc_lock_mode\";s:5:\"Value\";s:1:\"1\";}i:121;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"innodb_buffer_pool_dump_at_shutdown\";s:5:\"Value\";s:3:\"OFF\";}i:122;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_buffer_pool_dump_now\";s:5:\"Value\";s:3:\"OFF\";}i:123;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_buffer_pool_filename\";s:5:\"Value\";s:14:\"ib_buffer_pool\";}i:124;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"innodb_buffer_pool_instances\";s:5:\"Value\";s:1:\"8\";}i:125;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_buffer_pool_load_abort\";s:5:\"Value\";s:3:\"OFF\";}i:126;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:34:\"innodb_buffer_pool_load_at_startup\";s:5:\"Value\";s:3:\"OFF\";}i:127;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_buffer_pool_load_now\";s:5:\"Value\";s:3:\"OFF\";}i:128;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_buffer_pool_populate\";s:5:\"Value\";s:3:\"OFF\";}i:129;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"innodb_buffer_pool_size\";s:5:\"Value\";s:10:\"4294967296\";}i:130;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_change_buffer_max_size\";s:5:\"Value\";s:2:\"25\";}i:131;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"innodb_change_buffering\";s:5:\"Value\";s:3:\"all\";}i:132;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_checksum_algorithm\";s:5:\"Value\";s:6:\"innodb\";}i:133;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"innodb_checksums\";s:5:\"Value\";s:2:\"ON\";}i:134;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_cleaner_lsn_age_factor\";s:5:\"Value\";s:15:\"high_checkpoint\";}i:135;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"innodb_cmp_per_index_enabled\";s:5:\"Value\";s:3:\"OFF\";}i:136;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_commit_concurrency\";s:5:\"Value\";s:1:\"0\";}i:137;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"innodb_compressed_columns_threshold\";s:5:\"Value\";s:2:\"96\";}i:138;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"innodb_compressed_columns_zip_level\";s:5:\"Value\";s:1:\"6\";}i:139;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:40:\"innodb_compression_failure_threshold_pct\";s:5:\"Value\";s:1:\"5\";}i:140;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_compression_level\";s:5:\"Value\";s:1:\"6\";}i:141;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:30:\"innodb_compression_pad_pct_max\";s:5:\"Value\";s:2:\"50\";}i:142;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_concurrency_tickets\";s:5:\"Value\";s:4:\"5000\";}i:143;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_corrupt_table_action\";s:5:\"Value\";s:6:\"assert\";}i:144;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_data_file_path\";s:5:\"Value\";s:22:\"ibdata1:12M:autoextend\";}i:145;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_data_home_dir\";s:5:\"Value\";s:0:\"\";}i:146;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:30:\"innodb_disable_sort_file_cache\";s:5:\"Value\";s:3:\"OFF\";}i:147;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"innodb_doublewrite\";s:5:\"Value\";s:2:\"ON\";}i:148;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:32:\"innodb_empty_free_list_algorithm\";s:5:\"Value\";s:7:\"backoff\";}i:149;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"innodb_fake_changes\";s:5:\"Value\";s:3:\"OFF\";}i:150;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_fast_shutdown\";s:5:\"Value\";s:1:\"0\";}i:151;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"innodb_file_format\";s:5:\"Value\";s:9:\"Barracuda\";}i:152;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_file_format_check\";s:5:\"Value\";s:2:\"ON\";}i:153;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_file_format_max\";s:5:\"Value\";s:9:\"Barracuda\";}i:154;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_file_per_table\";s:5:\"Value\";s:2:\"ON\";}i:155;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_flush_log_at_timeout\";s:5:\"Value\";s:1:\"1\";}i:156;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:30:\"innodb_flush_log_at_trx_commit\";s:5:\"Value\";s:1:\"1\";}i:157;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"innodb_flush_method\";s:5:\"Value\";s:8:\"O_DIRECT\";}i:158;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_flush_neighbors\";s:5:\"Value\";s:1:\"1\";}i:159;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_flushing_avg_loops\";s:5:\"Value\";s:2:\"30\";}i:160;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_force_load_corrupted\";s:5:\"Value\";s:3:\"OFF\";}i:161;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_force_recovery\";s:5:\"Value\";s:1:\"0\";}i:162;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_foreground_preflush\";s:5:\"Value\";s:19:\"exponential_backoff\";}i:163;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"innodb_ft_aux_table\";s:5:\"Value\";s:0:\"\";}i:164;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_ft_cache_size\";s:5:\"Value\";s:7:\"8000000\";}i:165;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_ft_enable_diag_print\";s:5:\"Value\";s:3:\"OFF\";}i:166;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_ft_enable_stopword\";s:5:\"Value\";s:2:\"ON\";}i:167;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_ft_max_token_size\";s:5:\"Value\";s:2:\"84\";}i:168;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_ft_min_token_size\";s:5:\"Value\";s:1:\"3\";}i:169;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_ft_num_word_optimize\";s:5:\"Value\";s:4:\"2000\";}i:170;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"innodb_ft_result_cache_limit\";s:5:\"Value\";s:10:\"2000000000\";}i:171;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"innodb_ft_server_stopword_table\";s:5:\"Value\";s:0:\"\";}i:172;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_ft_sort_pll_degree\";s:5:\"Value\";s:1:\"2\";}i:173;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_ft_total_cache_size\";s:5:\"Value\";s:9:\"640000000\";}i:174;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_ft_user_stopword_table\";s:5:\"Value\";s:0:\"\";}i:175;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"innodb_io_capacity\";s:5:\"Value\";s:3:\"200\";}i:176;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_io_capacity_max\";s:5:\"Value\";s:4:\"2000\";}i:177;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"innodb_kill_idle_transaction\";s:5:\"Value\";s:1:\"0\";}i:178;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"innodb_large_prefix\";s:5:\"Value\";s:3:\"OFF\";}i:179;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_lock_wait_timeout\";s:5:\"Value\";s:2:\"50\";}i:180;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_locking_fake_changes\";s:5:\"Value\";s:2:\"ON\";}i:181;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:30:\"innodb_locks_unsafe_for_binlog\";s:5:\"Value\";s:3:\"OFF\";}i:182;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"innodb_log_arch_dir\";s:5:\"Value\";s:2:\"./\";}i:183;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_log_arch_expire_sec\";s:5:\"Value\";s:1:\"0\";}i:184;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"innodb_log_archive\";s:5:\"Value\";s:3:\"OFF\";}i:185;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_log_block_size\";s:5:\"Value\";s:3:\"512\";}i:186;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_log_buffer_size\";s:5:\"Value\";s:7:\"8388608\";}i:187;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_log_checksum_algorithm\";s:5:\"Value\";s:6:\"innodb\";}i:188;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_log_compressed_pages\";s:5:\"Value\";s:2:\"ON\";}i:189;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_log_file_size\";s:5:\"Value\";s:9:\"134217728\";}i:190;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_log_files_in_group\";s:5:\"Value\";s:1:\"2\";}i:191;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_log_group_home_dir\";s:5:\"Value\";s:2:\"./\";}i:192;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_lru_scan_depth\";s:5:\"Value\";s:4:\"1024\";}i:193;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_max_bitmap_file_size\";s:5:\"Value\";s:9:\"104857600\";}i:194;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_max_changed_pages\";s:5:\"Value\";s:7:\"1000000\";}i:195;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_max_dirty_pages_pct\";s:5:\"Value\";s:2:\"75\";}i:196;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:30:\"innodb_max_dirty_pages_pct_lwm\";s:5:\"Value\";s:1:\"0\";}i:197;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_max_purge_lag\";s:5:\"Value\";s:1:\"0\";}i:198;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_max_purge_lag_delay\";s:5:\"Value\";s:1:\"0\";}i:199;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_mirrored_log_groups\";s:5:\"Value\";s:1:\"1\";}i:200;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_monitor_disable\";s:5:\"Value\";s:0:\"\";}i:201;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_monitor_enable\";s:5:\"Value\";s:0:\"\";}i:202;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_monitor_reset\";s:5:\"Value\";s:0:\"\";}i:203;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_monitor_reset_all\";s:5:\"Value\";s:0:\"\";}i:204;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_numa_interleave\";s:5:\"Value\";s:3:\"OFF\";}i:205;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_old_blocks_pct\";s:5:\"Value\";s:2:\"37\";}i:206;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_old_blocks_time\";s:5:\"Value\";s:4:\"1000\";}i:207;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:32:\"innodb_online_alter_log_max_size\";s:5:\"Value\";s:9:\"134217728\";}i:208;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"innodb_open_files\";s:5:\"Value\";s:3:\"300\";}i:209;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_optimize_fulltext_only\";s:5:\"Value\";s:3:\"OFF\";}i:210;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"innodb_page_size\";s:5:\"Value\";s:5:\"16384\";}i:211;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_print_all_deadlocks\";s:5:\"Value\";s:3:\"OFF\";}i:212;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"innodb_print_lock_wait_timeout_info\";s:5:\"Value\";s:3:\"OFF\";}i:213;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"innodb_purge_batch_size\";s:5:\"Value\";s:3:\"300\";}i:214;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_purge_threads\";s:5:\"Value\";s:1:\"1\";}i:215;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_random_read_ahead\";s:5:\"Value\";s:3:\"OFF\";}i:216;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"innodb_read_ahead_threshold\";s:5:\"Value\";s:2:\"56\";}i:217;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_read_io_threads\";s:5:\"Value\";s:1:\"4\";}i:218;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"innodb_read_only\";s:5:\"Value\";s:3:\"OFF\";}i:219;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_replication_delay\";s:5:\"Value\";s:1:\"0\";}i:220;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_rollback_on_timeout\";s:5:\"Value\";s:3:\"OFF\";}i:221;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_rollback_segments\";s:5:\"Value\";s:3:\"128\";}i:222;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"innodb_sched_priority_cleaner\";s:5:\"Value\";s:2:\"19\";}i:223;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_show_locks_held\";s:5:\"Value\";s:2:\"10\";}i:224;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_show_verbose_locks\";s:5:\"Value\";s:1:\"0\";}i:225;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"innodb_sort_buffer_size\";s:5:\"Value\";s:7:\"1048576\";}i:226;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_spin_wait_delay\";s:5:\"Value\";s:1:\"6\";}i:227;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_stats_auto_recalc\";s:5:\"Value\";s:2:\"ON\";}i:228;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:34:\"innodb_stats_include_delete_marked\";s:5:\"Value\";s:3:\"OFF\";}i:229;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"innodb_stats_method\";s:5:\"Value\";s:11:\"nulls_equal\";}i:230;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_stats_on_metadata\";s:5:\"Value\";s:3:\"OFF\";}i:231;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"innodb_stats_persistent\";s:5:\"Value\";s:2:\"ON\";}i:232;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:36:\"innodb_stats_persistent_sample_pages\";s:5:\"Value\";s:2:\"20\";}i:233;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_stats_sample_pages\";s:5:\"Value\";s:1:\"8\";}i:234;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"innodb_stats_transient_sample_pages\";s:5:\"Value\";s:1:\"8\";}i:235;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"innodb_status_output\";s:5:\"Value\";s:3:\"OFF\";}i:236;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_status_output_locks\";s:5:\"Value\";s:3:\"OFF\";}i:237;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"innodb_strict_mode\";s:5:\"Value\";s:3:\"OFF\";}i:238;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"innodb_support_xa\";s:5:\"Value\";s:2:\"ON\";}i:239;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_sync_array_size\";s:5:\"Value\";s:1:\"1\";}i:240;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"innodb_sync_spin_loops\";s:5:\"Value\";s:2:\"30\";}i:241;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"innodb_table_locks\";s:5:\"Value\";s:2:\"ON\";}i:242;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_thread_concurrency\";s:5:\"Value\";s:1:\"0\";}i:243;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"innodb_thread_sleep_delay\";s:5:\"Value\";s:5:\"10000\";}i:244;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"innodb_tmpdir\";s:5:\"Value\";s:0:\"\";}i:245;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"innodb_track_changed_pages\";s:5:\"Value\";s:3:\"OFF\";}i:246;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_undo_directory\";s:5:\"Value\";s:1:\".\";}i:247;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"innodb_undo_logs\";s:5:\"Value\";s:3:\"128\";}i:248;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"innodb_undo_tablespaces\";s:5:\"Value\";s:1:\"0\";}i:249;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"innodb_use_atomic_writes\";s:5:\"Value\";s:3:\"OFF\";}i:250;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:41:\"innodb_use_global_flush_log_at_trx_commit\";s:5:\"Value\";s:2:\"ON\";}i:251;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_use_native_aio\";s:5:\"Value\";s:2:\"ON\";}i:252;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"innodb_use_sys_malloc\";s:5:\"Value\";s:2:\"ON\";}i:253;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"innodb_version\";s:5:\"Value\";s:11:\"5.6.41-84.1\";}i:254;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"innodb_write_io_threads\";s:5:\"Value\";s:1:\"4\";}i:255;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"insert_id\";s:5:\"Value\";s:1:\"0\";}i:256;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"interactive_timeout\";s:5:\"Value\";s:2:\"10\";}i:257;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"join_buffer_size\";s:5:\"Value\";s:6:\"131072\";}i:258;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"keep_files_on_create\";s:5:\"Value\";s:3:\"OFF\";}i:259;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"key_buffer_size\";s:5:\"Value\";s:7:\"8388608\";}i:260;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"key_cache_age_threshold\";s:5:\"Value\";s:3:\"300\";}i:261;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"key_cache_block_size\";s:5:\"Value\";s:4:\"1024\";}i:262;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"key_cache_division_limit\";s:5:\"Value\";s:3:\"100\";}i:263;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"kill_idle_transaction\";s:5:\"Value\";s:1:\"0\";}i:264;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"large_files_support\";s:5:\"Value\";s:2:\"ON\";}i:265;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"large_page_size\";s:5:\"Value\";s:1:\"0\";}i:266;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"large_pages\";s:5:\"Value\";s:3:\"OFF\";}i:267;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"last_insert_id\";s:5:\"Value\";s:6:\"100803\";}i:268;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"lc_messages\";s:5:\"Value\";s:5:\"en_US\";}i:269;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"lc_messages_dir\";s:5:\"Value\";s:26:\"/usr/share/percona-server/\";}i:270;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"lc_time_names\";s:5:\"Value\";s:5:\"en_US\";}i:271;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:7:\"license\";s:5:\"Value\";s:3:\"GPL\";}i:272;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"local_infile\";s:5:\"Value\";s:2:\"ON\";}i:273;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"lock_wait_timeout\";s:5:\"Value\";s:8:\"31536000\";}i:274;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"locked_in_memory\";s:5:\"Value\";s:3:\"OFF\";}i:275;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:7:\"log_bin\";s:5:\"Value\";s:3:\"OFF\";}i:276;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"log_bin_basename\";s:5:\"Value\";s:0:\"\";}i:277;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"log_bin_index\";s:5:\"Value\";s:0:\"\";}i:278;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"log_bin_trust_function_creators\";s:5:\"Value\";s:3:\"OFF\";}i:279;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"log_bin_use_v1_row_events\";s:5:\"Value\";s:3:\"OFF\";}i:280;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"log_error\";s:5:\"Value\";s:42:\"/var/lib/mysql/gator3166.hostgator.com.err\";}i:281;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"log_output\";s:5:\"Value\";s:4:\"FILE\";}i:282;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"log_queries_not_using_indexes\";s:5:\"Value\";s:3:\"OFF\";}i:283;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"log_slave_updates\";s:5:\"Value\";s:3:\"OFF\";}i:284;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"log_slow_admin_statements\";s:5:\"Value\";s:3:\"OFF\";}i:285;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"log_slow_filter\";s:5:\"Value\";s:0:\"\";}i:286;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"log_slow_rate_limit\";s:5:\"Value\";s:1:\"1\";}i:287;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"log_slow_rate_type\";s:5:\"Value\";s:7:\"session\";}i:288;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"log_slow_slave_statements\";s:5:\"Value\";s:3:\"OFF\";}i:289;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"log_slow_sp_statements\";s:5:\"Value\";s:2:\"ON\";}i:290;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"log_slow_verbosity\";s:5:\"Value\";s:0:\"\";}i:291;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:38:\"log_throttle_queries_not_using_indexes\";s:5:\"Value\";s:1:\"0\";}i:292;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"log_warnings\";s:5:\"Value\";s:1:\"2\";}i:293;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"log_warnings_suppress\";s:5:\"Value\";s:0:\"\";}i:294;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"long_query_time\";s:5:\"Value\";s:9:\"10.000000\";}i:295;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"low_priority_updates\";s:5:\"Value\";s:3:\"OFF\";}i:296;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"lower_case_file_system\";s:5:\"Value\";s:3:\"OFF\";}i:297;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"lower_case_table_names\";s:5:\"Value\";s:1:\"0\";}i:298;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"master_info_repository\";s:5:\"Value\";s:4:\"FILE\";}i:299;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"master_verify_checksum\";s:5:\"Value\";s:3:\"OFF\";}i:300;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"max_allowed_packet\";s:5:\"Value\";s:9:\"268435456\";}i:301;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"max_binlog_cache_size\";s:5:\"Value\";s:20:\"18446744073709547520\";}i:302;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"max_binlog_files\";s:5:\"Value\";s:1:\"0\";}i:303;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"max_binlog_size\";s:5:\"Value\";s:10:\"1073741824\";}i:304;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"max_binlog_stmt_cache_size\";s:5:\"Value\";s:20:\"18446744073709547520\";}i:305;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"max_connect_errors\";s:5:\"Value\";s:3:\"100\";}i:306;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"max_connections\";s:5:\"Value\";s:3:\"150\";}i:307;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"max_delayed_threads\";s:5:\"Value\";s:2:\"20\";}i:308;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"max_digest_length\";s:5:\"Value\";s:4:\"1024\";}i:309;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"max_error_count\";s:5:\"Value\";s:2:\"64\";}i:310;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"max_heap_table_size\";s:5:\"Value\";s:9:\"268435456\";}i:311;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"max_insert_delayed_threads\";s:5:\"Value\";s:2:\"20\";}i:312;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"max_join_size\";s:5:\"Value\";s:20:\"18446744073709551615\";}i:313;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"max_length_for_sort_data\";s:5:\"Value\";s:4:\"1024\";}i:314;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"max_prepared_stmt_count\";s:5:\"Value\";s:5:\"16382\";}i:315;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"max_relay_log_size\";s:5:\"Value\";s:1:\"0\";}i:316;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"max_seeks_for_key\";s:5:\"Value\";s:20:\"18446744073709551615\";}i:317;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"max_slowlog_files\";s:5:\"Value\";s:1:\"0\";}i:318;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"max_slowlog_size\";s:5:\"Value\";s:1:\"0\";}i:319;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"max_sort_length\";s:5:\"Value\";s:4:\"1024\";}i:320;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"max_sp_recursion_depth\";s:5:\"Value\";s:1:\"0\";}i:321;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"max_statement_time\";s:5:\"Value\";s:1:\"0\";}i:322;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"max_tmp_tables\";s:5:\"Value\";s:2:\"32\";}i:323;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"max_user_connections\";s:5:\"Value\";s:2:\"25\";}i:324;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"max_write_lock_count\";s:5:\"Value\";s:20:\"18446744073709551615\";}i:325;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"metadata_locks_cache_size\";s:5:\"Value\";s:4:\"1024\";}i:326;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"metadata_locks_hash_instances\";s:5:\"Value\";s:1:\"8\";}i:327;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"min_examined_row_limit\";s:5:\"Value\";s:1:\"0\";}i:328;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"multi_range_count\";s:5:\"Value\";s:3:\"256\";}i:329;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"myisam_data_pointer_size\";s:5:\"Value\";s:1:\"6\";}i:330;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"myisam_max_sort_file_size\";s:5:\"Value\";s:19:\"9223372036853727232\";}i:331;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"myisam_mmap_size\";s:5:\"Value\";s:20:\"18446744073709551615\";}i:332;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"myisam_recover_options\";s:5:\"Value\";s:3:\"OFF\";}i:333;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"myisam_repair_threads\";s:5:\"Value\";s:1:\"1\";}i:334;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"myisam_sort_buffer_size\";s:5:\"Value\";s:8:\"33554432\";}i:335;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"myisam_stats_method\";s:5:\"Value\";s:13:\"nulls_unequal\";}i:336;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"myisam_use_mmap\";s:5:\"Value\";s:3:\"OFF\";}i:337;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"net_buffer_length\";s:5:\"Value\";s:5:\"16384\";}i:338;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"net_read_timeout\";s:5:\"Value\";s:2:\"30\";}i:339;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"net_retry_count\";s:5:\"Value\";s:2:\"10\";}i:340;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"net_write_timeout\";s:5:\"Value\";s:2:\"60\";}i:341;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:3:\"new\";s:5:\"Value\";s:3:\"OFF\";}i:342;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:3:\"old\";s:5:\"Value\";s:3:\"OFF\";}i:343;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"old_alter_table\";s:5:\"Value\";s:3:\"OFF\";}i:344;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"old_passwords\";s:5:\"Value\";s:1:\"0\";}i:345;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"open_files_limit\";s:5:\"Value\";s:5:\"50000\";}i:346;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"optimizer_prune_level\";s:5:\"Value\";s:1:\"1\";}i:347;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"optimizer_search_depth\";s:5:\"Value\";s:2:\"62\";}i:348;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"optimizer_switch\";s:5:\"Value\";s:336:\"index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,subquery_materialization_cost_based=on,use_index_extensions=on\";}i:349;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"optimizer_trace\";s:5:\"Value\";s:24:\"enabled=off,one_line=off\";}i:350;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"optimizer_trace_features\";s:5:\"Value\";s:74:\"greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on\";}i:351;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"optimizer_trace_limit\";s:5:\"Value\";s:1:\"1\";}i:352;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"optimizer_trace_max_mem_size\";s:5:\"Value\";s:5:\"16384\";}i:353;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"optimizer_trace_offset\";s:5:\"Value\";s:2:\"-1\";}i:354;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"performance_schema\";s:5:\"Value\";s:2:\"ON\";}i:355;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:32:\"performance_schema_accounts_size\";s:5:\"Value\";s:3:\"100\";}i:356;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"performance_schema_digests_size\";s:5:\"Value\";s:5:\"10000\";}i:357;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:50:\"performance_schema_events_stages_history_long_size\";s:5:\"Value\";s:5:\"10000\";}i:358;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:45:\"performance_schema_events_stages_history_size\";s:5:\"Value\";s:2:\"10\";}i:359;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:54:\"performance_schema_events_statements_history_long_size\";s:5:\"Value\";s:5:\"10000\";}i:360;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:49:\"performance_schema_events_statements_history_size\";s:5:\"Value\";s:2:\"10\";}i:361;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:49:\"performance_schema_events_waits_history_long_size\";s:5:\"Value\";s:5:\"10000\";}i:362;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:44:\"performance_schema_events_waits_history_size\";s:5:\"Value\";s:2:\"10\";}i:363;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"performance_schema_hosts_size\";s:5:\"Value\";s:3:\"100\";}i:364;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"performance_schema_max_cond_classes\";s:5:\"Value\";s:2:\"80\";}i:365;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:37:\"performance_schema_max_cond_instances\";s:5:\"Value\";s:5:\"17084\";}i:366;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:36:\"performance_schema_max_digest_length\";s:5:\"Value\";s:4:\"1024\";}i:367;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"performance_schema_max_file_classes\";s:5:\"Value\";s:2:\"50\";}i:368;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:35:\"performance_schema_max_file_handles\";s:5:\"Value\";s:5:\"32768\";}i:369;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:37:\"performance_schema_max_file_instances\";s:5:\"Value\";s:5:\"76924\";}i:370;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:36:\"performance_schema_max_mutex_classes\";s:5:\"Value\";s:3:\"200\";}i:371;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:38:\"performance_schema_max_mutex_instances\";s:5:\"Value\";s:5:\"84120\";}i:372;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:37:\"performance_schema_max_rwlock_classes\";s:5:\"Value\";s:2:\"40\";}i:373;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:39:\"performance_schema_max_rwlock_instances\";s:5:\"Value\";s:5:\"49852\";}i:374;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:37:\"performance_schema_max_socket_classes\";s:5:\"Value\";s:2:\"10\";}i:375;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:39:\"performance_schema_max_socket_instances\";s:5:\"Value\";s:3:\"320\";}i:376;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:36:\"performance_schema_max_stage_classes\";s:5:\"Value\";s:3:\"150\";}i:377;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:40:\"performance_schema_max_statement_classes\";s:5:\"Value\";s:3:\"181\";}i:378;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:36:\"performance_schema_max_table_handles\";s:5:\"Value\";s:5:\"40000\";}i:379;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:38:\"performance_schema_max_table_instances\";s:5:\"Value\";s:5:\"12500\";}i:380;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:37:\"performance_schema_max_thread_classes\";s:5:\"Value\";s:2:\"50\";}i:381;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:39:\"performance_schema_max_thread_instances\";s:5:\"Value\";s:3:\"400\";}i:382;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:45:\"performance_schema_session_connect_attrs_size\";s:5:\"Value\";s:3:\"512\";}i:383;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:36:\"performance_schema_setup_actors_size\";s:5:\"Value\";s:3:\"100\";}i:384;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:37:\"performance_schema_setup_objects_size\";s:5:\"Value\";s:3:\"100\";}i:385;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"performance_schema_users_size\";s:5:\"Value\";s:3:\"100\";}i:386;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"pid_file\";s:5:\"Value\";s:42:\"/var/lib/mysql/gator3166.hostgator.com.pid\";}i:387;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"plugin_dir\";s:5:\"Value\";s:24:\"/usr/lib64/mysql/plugin/\";}i:388;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:4:\"port\";s:5:\"Value\";s:4:\"3306\";}i:389;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"preload_buffer_size\";s:5:\"Value\";s:5:\"32768\";}i:390;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"profiling\";s:5:\"Value\";s:3:\"OFF\";}i:391;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"profiling_history_size\";s:5:\"Value\";s:2:\"15\";}i:392;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"protocol_version\";s:5:\"Value\";s:2:\"10\";}i:393;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"proxy_protocol_networks\";s:5:\"Value\";s:0:\"\";}i:394;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"proxy_user\";s:5:\"Value\";s:0:\"\";}i:395;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"pseudo_server_id\";s:5:\"Value\";s:1:\"0\";}i:396;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"pseudo_slave_mode\";s:5:\"Value\";s:3:\"OFF\";}i:397;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"pseudo_thread_id\";s:5:\"Value\";s:8:\"13216162\";}i:398;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"query_alloc_block_size\";s:5:\"Value\";s:4:\"8192\";}i:399;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"query_cache_limit\";s:5:\"Value\";s:7:\"1048576\";}i:400;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"query_cache_min_res_unit\";s:5:\"Value\";s:4:\"4096\";}i:401;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"query_cache_size\";s:5:\"Value\";s:1:\"0\";}i:402;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"query_cache_strip_comments\";s:5:\"Value\";s:3:\"OFF\";}i:403;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"query_cache_type\";s:5:\"Value\";s:3:\"OFF\";}i:404;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"query_cache_wlock_invalidate\";s:5:\"Value\";s:3:\"OFF\";}i:405;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"query_prealloc_size\";s:5:\"Value\";s:4:\"8192\";}i:406;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"rand_seed1\";s:5:\"Value\";s:1:\"0\";}i:407;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"rand_seed2\";s:5:\"Value\";s:1:\"0\";}i:408;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"range_alloc_block_size\";s:5:\"Value\";s:4:\"4096\";}i:409;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"read_buffer_size\";s:5:\"Value\";s:6:\"262144\";}i:410;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"read_only\";s:5:\"Value\";s:3:\"OFF\";}i:411;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"read_rnd_buffer_size\";s:5:\"Value\";s:7:\"2097152\";}i:412;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"relay_log\";s:5:\"Value\";s:0:\"\";}i:413;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"relay_log_basename\";s:5:\"Value\";s:0:\"\";}i:414;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"relay_log_index\";s:5:\"Value\";s:0:\"\";}i:415;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"relay_log_info_file\";s:5:\"Value\";s:14:\"relay-log.info\";}i:416;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"relay_log_info_repository\";s:5:\"Value\";s:4:\"FILE\";}i:417;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"relay_log_purge\";s:5:\"Value\";s:2:\"ON\";}i:418;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"relay_log_recovery\";s:5:\"Value\";s:3:\"OFF\";}i:419;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"relay_log_space_limit\";s:5:\"Value\";s:1:\"0\";}i:420;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"report_host\";s:5:\"Value\";s:0:\"\";}i:421;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"report_password\";s:5:\"Value\";s:0:\"\";}i:422;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"report_port\";s:5:\"Value\";s:4:\"3306\";}i:423;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"report_user\";s:5:\"Value\";s:0:\"\";}i:424;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"rpl_stop_slave_timeout\";s:5:\"Value\";s:8:\"31536000\";}i:425;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"secure_auth\";s:5:\"Value\";s:3:\"OFF\";}i:426;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"secure_file_priv\";s:5:\"Value\";s:21:\"/var/lib/mysql-files/\";}i:427;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"server_id\";s:5:\"Value\";s:1:\"1\";}i:428;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"server_id_bits\";s:5:\"Value\";s:2:\"32\";}i:429;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"server_uuid\";s:5:\"Value\";s:36:\"64d5bad4-799f-11e8-b69a-002590a3d77c\";}i:430;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:32:\"sha256_password_private_key_path\";s:5:\"Value\";s:15:\"private_key.pem\";}i:431;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"sha256_password_public_key_path\";s:5:\"Value\";s:14:\"public_key.pem\";}i:432;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"show_old_temporals\";s:5:\"Value\";s:3:\"OFF\";}i:433;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"simplified_binlog_gtid_recovery\";s:5:\"Value\";s:3:\"OFF\";}i:434;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"skip_external_locking\";s:5:\"Value\";s:2:\"ON\";}i:435;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"skip_name_resolve\";s:5:\"Value\";s:3:\"OFF\";}i:436;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"skip_networking\";s:5:\"Value\";s:3:\"OFF\";}i:437;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"skip_show_database\";s:5:\"Value\";s:3:\"OFF\";}i:438;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"slave_allow_batching\";s:5:\"Value\";s:3:\"OFF\";}i:439;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"slave_checkpoint_group\";s:5:\"Value\";s:3:\"512\";}i:440;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"slave_checkpoint_period\";s:5:\"Value\";s:3:\"300\";}i:441;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"slave_compressed_protocol\";s:5:\"Value\";s:3:\"OFF\";}i:442;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"slave_exec_mode\";s:5:\"Value\";s:6:\"STRICT\";}i:443;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"slave_load_tmpdir\";s:5:\"Value\";s:13:\"/var/mysqltmp\";}i:444;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"slave_max_allowed_packet\";s:5:\"Value\";s:10:\"1073741824\";}i:445;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"slave_net_timeout\";s:5:\"Value\";s:4:\"3600\";}i:446;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"slave_parallel_workers\";s:5:\"Value\";s:1:\"0\";}i:447;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:27:\"slave_pending_jobs_size_max\";s:5:\"Value\";s:8:\"16777216\";}i:448;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"slave_rows_search_algorithms\";s:5:\"Value\";s:21:\"TABLE_SCAN,INDEX_SCAN\";}i:449;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"slave_skip_errors\";s:5:\"Value\";s:3:\"OFF\";}i:450;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"slave_sql_verify_checksum\";s:5:\"Value\";s:2:\"ON\";}i:451;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"slave_transaction_retries\";s:5:\"Value\";s:2:\"10\";}i:452;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"slave_type_conversions\";s:5:\"Value\";s:0:\"\";}i:453;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"slow_launch_time\";s:5:\"Value\";s:1:\"2\";}i:454;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"slow_query_log\";s:5:\"Value\";s:3:\"OFF\";}i:455;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:32:\"slow_query_log_always_write_time\";s:5:\"Value\";s:9:\"10.000000\";}i:456;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"slow_query_log_file\";s:5:\"Value\";s:33:\"/var/lib/mysql/gator3166-slow.log\";}i:457;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:31:\"slow_query_log_timestamp_always\";s:5:\"Value\";s:3:\"OFF\";}i:458;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:34:\"slow_query_log_timestamp_precision\";s:5:\"Value\";s:6:\"second\";}i:459;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:33:\"slow_query_log_use_global_control\";s:5:\"Value\";s:0:\"\";}i:460;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:6:\"socket\";s:5:\"Value\";s:25:\"/var/lib/mysql/mysql.sock\";}i:461;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"sort_buffer_size\";s:5:\"Value\";s:6:\"262144\";}i:462;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"sql_auto_is_null\";s:5:\"Value\";s:3:\"OFF\";}i:463;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"sql_big_selects\";s:5:\"Value\";s:2:\"ON\";}i:464;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"sql_buffer_result\";s:5:\"Value\";s:3:\"OFF\";}i:465;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"sql_log_bin\";s:5:\"Value\";s:2:\"ON\";}i:466;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"sql_log_off\";s:5:\"Value\";s:3:\"OFF\";}i:467;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"sql_mode\";s:5:\"Value\";s:22:\"NO_ENGINE_SUBSTITUTION\";}i:468;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"sql_notes\";s:5:\"Value\";s:2:\"ON\";}i:469;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:21:\"sql_quote_show_create\";s:5:\"Value\";s:2:\"ON\";}i:470;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"sql_safe_updates\";s:5:\"Value\";s:3:\"OFF\";}i:471;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"sql_select_limit\";s:5:\"Value\";s:20:\"18446744073709551615\";}i:472;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"sql_slave_skip_counter\";s:5:\"Value\";s:1:\"0\";}i:473;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"sql_warnings\";s:5:\"Value\";s:3:\"OFF\";}i:474;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:6:\"ssl_ca\";s:5:\"Value\";s:0:\"\";}i:475;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"ssl_capath\";s:5:\"Value\";s:0:\"\";}i:476;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"ssl_cert\";s:5:\"Value\";s:31:\"/var/cpanel/ssl/mysql/mysql.crt\";}i:477;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:10:\"ssl_cipher\";s:5:\"Value\";s:0:\"\";}i:478;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:7:\"ssl_crl\";s:5:\"Value\";s:0:\"\";}i:479;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"ssl_crlpath\";s:5:\"Value\";s:0:\"\";}i:480;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:7:\"ssl_key\";s:5:\"Value\";s:31:\"/var/cpanel/ssl/mysql/mysql.key\";}i:481;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"storage_engine\";s:5:\"Value\";s:6:\"InnoDB\";}i:482;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:20:\"stored_program_cache\";s:5:\"Value\";s:3:\"256\";}i:483;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"super_read_only\";s:5:\"Value\";s:3:\"OFF\";}i:484;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"sync_binlog\";s:5:\"Value\";s:1:\"0\";}i:485;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"sync_frm\";s:5:\"Value\";s:2:\"ON\";}i:486;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"sync_master_info\";s:5:\"Value\";s:5:\"10000\";}i:487;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"sync_relay_log\";s:5:\"Value\";s:5:\"10000\";}i:488;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:19:\"sync_relay_log_info\";s:5:\"Value\";s:5:\"10000\";}i:489;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"system_time_zone\";s:5:\"Value\";s:3:\"CST\";}i:490;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:22:\"table_definition_cache\";s:5:\"Value\";s:4:\"8192\";}i:491;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"table_open_cache\";s:5:\"Value\";s:5:\"20000\";}i:492;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"table_open_cache_instances\";s:5:\"Value\";s:1:\"1\";}i:493;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"thread_cache_size\";s:5:\"Value\";s:2:\"64\";}i:494;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"thread_concurrency\";s:5:\"Value\";s:2:\"10\";}i:495;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"thread_handling\";s:5:\"Value\";s:25:\"one-thread-per-connection\";}i:496;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"thread_pool_high_prio_mode\";s:5:\"Value\";s:12:\"transactions\";}i:497;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:29:\"thread_pool_high_prio_tickets\";s:5:\"Value\";s:10:\"4294967295\";}i:498;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:24:\"thread_pool_idle_timeout\";s:5:\"Value\";s:2:\"60\";}i:499;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"thread_pool_max_threads\";s:5:\"Value\";s:6:\"100000\";}i:500;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"thread_pool_oversubscribe\";s:5:\"Value\";s:1:\"3\";}i:501;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:16:\"thread_pool_size\";s:5:\"Value\";s:2:\"16\";}i:502;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"thread_pool_stall_limit\";s:5:\"Value\";s:3:\"500\";}i:503;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"thread_stack\";s:5:\"Value\";s:6:\"262144\";}i:504;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:17:\"thread_statistics\";s:5:\"Value\";s:3:\"OFF\";}i:505;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"time_format\";s:5:\"Value\";s:8:\"%H:%i:%s\";}i:506;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"time_zone\";s:5:\"Value\";s:6:\"SYSTEM\";}i:507;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"timed_mutexes\";s:5:\"Value\";s:3:\"OFF\";}i:508;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:9:\"timestamp\";s:5:\"Value\";s:17:\"1611885094.258186\";}i:509;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:11:\"tls_version\";s:5:\"Value\";s:15:\"TLSv1.1,TLSv1.2\";}i:510;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"tmp_table_size\";s:5:\"Value\";s:9:\"268435456\";}i:511;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:6:\"tmpdir\";s:5:\"Value\";s:13:\"/var/mysqltmp\";}i:512;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:28:\"transaction_alloc_block_size\";s:5:\"Value\";s:4:\"8192\";}i:513;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"transaction_allow_batching\";s:5:\"Value\";s:3:\"OFF\";}i:514;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:25:\"transaction_prealloc_size\";s:5:\"Value\";s:4:\"4096\";}i:515;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"tx_isolation\";s:5:\"Value\";s:15:\"REPEATABLE-READ\";}i:516;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"tx_read_only\";s:5:\"Value\";s:3:\"OFF\";}i:517;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"unique_checks\";s:5:\"Value\";s:2:\"ON\";}i:518;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:26:\"updatable_views_with_limit\";s:5:\"Value\";s:3:\"YES\";}i:519;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:8:\"userstat\";s:5:\"Value\";s:2:\"ON\";}i:520;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:7:\"version\";s:5:\"Value\";s:11:\"5.6.41-84.1\";}i:521;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:15:\"version_comment\";s:5:\"Value\";s:52:\"Percona Server (GPL), Release 84.1, Revision b308619\";}i:522;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:23:\"version_compile_machine\";s:5:\"Value\";s:6:\"x86_64\";}i:523;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:18:\"version_compile_os\";s:5:\"Value\";s:5:\"Linux\";}i:524;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:14:\"version_suffix\";s:5:\"Value\";s:0:\"\";}i:525;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:12:\"wait_timeout\";s:5:\"Value\";s:4:\"3600\";}i:526;O:8:\"stdClass\":2:{s:13:\"Variable_name\";s:13:\"warning_count\";s:5:\"Value\";s:1:\"0\";}}','yes'),(100750,'recovery_keys','a:0:{}','yes'),(100764,'supercache_stats','a:3:{s:9:\"generated\";i:1611884631;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'),(100875,'neve_notice_dismissed','yes','yes'),(100876,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:16:\"neve_review_flag\";s:10:\"display_at\";i:1612713622;}s:24:\"last_notification_active\";i:0;}','yes'),(111266,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1632314854;s:7:\"checked\";a:1:{s:4:\"neve\";s:6:\"2.10.0\";}s:8:\"response\";a:1:{s:4:\"neve\";a:6:{s:5:\"theme\";s:4:\"neve\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:34:\"https://wordpress.org/themes/neve/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/neve.3.0.4.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"7.0\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(78686,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(78687,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(78688,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(78689,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(78690,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(49076,'widget_pirate_forms_contact_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(48997,'widget_zerif_team-widget','a:5:{i:1;a:12:{s:4:\"name\";s:19:\"Pastor Daniel Essel\";s:8:\"position\";s:11:\"Head Pastor\";s:11:\"description\";s:85:\"Pastor Daniel Essel is the founder of the The Calvary Cross Assemblies of God church.\";s:7:\"fb_link\";s:0:\"\";s:7:\"tw_link\";s:0:\"\";s:7:\"bh_link\";s:0:\"\";s:7:\"db_link\";s:0:\"\";s:7:\"ln_link\";s:0:\"\";s:9:\"image_uri\";s:76:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg\";s:15:\"open_new_window\";s:0:\"\";s:15:\"custom_media_id\";s:3:\"157\";s:19:\"image_in_customizer\";s:84:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-150x150.jpg\";}i:2;a:12:{s:4:\"name\";s:24:\"First Lady Rebecca Essel\";s:8:\"position\";s:10:\"First Lady\";s:11:\"description\";s:59:\"First Lady Rebecca Essel is the wife of Pastor Daniel Essel\";s:7:\"fb_link\";s:0:\"\";s:7:\"tw_link\";s:0:\"\";s:7:\"bh_link\";s:0:\"\";s:7:\"db_link\";s:0:\"\";s:7:\"ln_link\";s:0:\"\";s:9:\"image_uri\";s:71:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg\";s:15:\"open_new_window\";s:0:\"\";s:15:\"custom_media_id\";s:3:\"156\";s:19:\"image_in_customizer\";s:79:\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-150x150.jpg\";}i:3;a:9:{s:4:\"name\";s:12:\"TONYA GARCIA\";s:8:\"position\";s:15:\"Account Manager\";s:11:\"description\";s:157:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dapibus, eros at accumsan auctor, felis eros condimentum quam, non porttitor est urna vel neque\";s:7:\"fb_link\";s:1:\"#\";s:7:\"tw_link\";s:1:\"#\";s:7:\"bh_link\";s:1:\"#\";s:7:\"db_link\";s:1:\"#\";s:7:\"ln_link\";s:1:\"#\";s:9:\"image_uri\";s:75:\"http://www.calvarycrossag.com/wp-content/themes/zerif-lite/images/team3.png\";}i:4;a:9:{s:4:\"name\";s:10:\"JASON LANE\";s:8:\"position\";s:20:\"Business Development\";s:11:\"description\";s:157:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dapibus, eros at accumsan auctor, felis eros condimentum quam, non porttitor est urna vel neque\";s:7:\"fb_link\";s:1:\"#\";s:7:\"tw_link\";s:1:\"#\";s:7:\"bh_link\";s:1:\"#\";s:7:\"db_link\";s:1:\"#\";s:7:\"ln_link\";s:1:\"#\";s:9:\"image_uri\";s:75:\"http://www.calvarycrossag.com/wp-content/themes/zerif-lite/images/team4.png\";}s:12:\"_multiwidget\";i:1;}','yes'),(49007,'theme_switched_via_customizer','','yes'),(49006,'theme_mods_enigma','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1477004877;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:8:\"search-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:26:\"tribe-events-list-widget-3\";}s:14:\"sidebar-footer\";a:0:{}s:14:\"sidebar-header\";a:0:{}}}}','yes'),(49008,'enigma_options','a:49:{s:10:\"_frontpage\";b:1;s:17:\"upload_image_logo\";s:0:\"\";s:6:\"height\";i:100;s:15:\"service_1_icons\";s:13:\"fa fa-clock-o\";s:15:\"service_2_icons\";s:10:\"fa fa-user\";s:15:\"service_1_title\";s:15:\"Church Services\";s:15:\"service_2_title\";s:13:\"Cell Meetings\";s:15:\"service_3_title\";s:20:\"Marriage Conferences\";s:14:\"service_1_text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:14:\"service_2_text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:14:\"service_3_text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:13:\"slide_image_1\";s:78:\"http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-5.jpeg\";s:13:\"slide_image_2\";s:78:\"http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-1.jpeg\";s:13:\"slide_image_3\";s:95:\"http://www.calvarycrossag.com/wp-content/uploads/2013/11/IMG_20130514_180721-e1384145585642.jpg\";s:13:\"slide_title_1\";s:26:\"COME WORSHIP WITH US TODAY\";s:13:\"slide_title_2\";s:18:\"Come one, come all\";s:13:\"slide_title_3\";s:33:\"Church goes beyond the four walls\";s:12:\"slide_desc_1\";s:50:\"Want to know when we are available? Click below...\";s:12:\"slide_desc_2\";s:48:\"We would love to have you join our church family\";s:12:\"slide_desc_3\";s:43:\"Click below to see our available ministries\";s:16:\"slide_btn_text_1\";s:13:\"SERVICE TIMES\";s:16:\"slide_btn_text_2\";s:0:\"\";s:16:\"slide_btn_text_3\";s:17:\"CHURCH MINISTRIES\";s:16:\"slide_btn_link_1\";s:0:\"\";s:16:\"slide_btn_link_2\";s:0:\"\";s:16:\"slide_btn_link_3\";s:40:\"http://www.calvarycrossag.com/ministries\";s:20:\"home_service_heading\";s:31:\"Experience the Prescence of God\";s:15:\"service_3_icons\";s:11:\"fa fa-heart\";s:14:\"portfolio_home\";b:0;s:10:\"blog_title\";s:23:\"What\'s happening at CCC\";s:17:\"main_heading_font\";s:5:\"arial\";s:9:\"menu_font\";s:5:\"arial\";s:11:\"theme_title\";s:5:\"arial\";s:13:\"desc_font_all\";s:5:\"arial\";s:8:\"email_id\";s:25:\"daniel@calvarycrossag.com\";s:8:\"phone_no\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:7:\"fb_link\";s:89:\"https://www.facebook.com/pages/Calvary-Cross-Church-CCC-in-San-Antonio-TX/380525792129354\";s:13:\"linkedin_link\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:12:\"youtube_link\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"fc_title\";s:50:\"May We Pray For You? Get a Prayer from our Pastor\";s:10:\"fc_btn_txt\";s:14:\"Prayer Request\";s:7:\"fc_icon\";s:11:\"fa fa-child\";s:21:\"footer_customizations\";s:29:\" © 2016 Calvary Cross Church\";s:17:\"developed_by_text\";s:0:\"\";s:26:\"developed_by_weblizar_text\";s:0:\"\";s:17:\"developed_by_link\";s:0:\"\";}','yes'),(49012,'theme_mods_zerif-lite','a:53:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:19:\"zerif_use_safe_font\";b:1;s:10:\"zerif_logo\";s:83:\"http://www.calvarycrossag.com/wp-content/uploads/2013/11/assemblies_of_god_logo.gif\";s:16:\"background_image\";s:93:\"http://www.calvarycrossag.com/wp-content/uploads/2020/07/calvary-cross-ag-contact-image-1.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_attachment\";s:5:\"fixed\";s:19:\"zerif_aboutus_title\";s:8:\"ABOUT US\";s:22:\"zerif_aboutus_subtitle\";s:139:\"The emphasis of our ministry is to see consistent spirtual growth in our people by the effective preaching and teaching of the word of God.\";s:26:\"zerif_aboutus_biglefttitle\";s:80:\"Introducing African and other minority communities to the Gospel of Jesus Christ\";s:18:\"zerif_aboutus_text\";s:923:\"The Calvary Cross Assemblies of God church was started in 2013 by Pastor Daniel Essel.The aim of Calvary Cross Assemblies of God church ever being started was to to introduce the African and other minority communities to the Gospel of Jesus Christ. The church was established to be able to help them grow to be more like Jesus and to disciple others also, as is our duty in the Great Commission (Matthew 28:16-20: 16 Then the eleven disciples went to Galilee, to the mountain where Jesus had told them to go.17 When they saw him, they worshiped him; but some doubted. 18 Then Jesus came to them and said,“All authority in heaven and on earth has been given to me. 19 Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, 20 and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.”)\";s:27:\"zerif_aboutus_feature1_text\";s:0:\"\";s:20:\"zerif_ourfocus_title\";s:31:\"CALVARY CROSS ASSEMBLIES OF GOD\";s:23:\"zerif_ourfocus_subtitle\";s:31:\"Experience the Prescence of God\";s:18:\"zerif_aboutus_show\";b:0;s:19:\"zerif_ourteam_title\";s:0:\"\";s:22:\"zerif_ourteam_subtitle\";s:0:\"\";s:22:\"zerif_socials_facebook\";s:89:\"https://www.facebook.com/pages/Calvary-Cross-Church-CCC-in-San-Antonio-TX/380525792129354\";s:21:\"zerif_socials_twitter\";s:0:\"\";s:22:\"zerif_socials_linkedin\";s:0:\"\";s:21:\"zerif_socials_behance\";s:0:\"\";s:22:\"zerif_socials_dribbble\";s:0:\"\";s:13:\"zerif_address\";s:53:\"Visit Us: <br />7760 Prue Rd\nSan Antonio, Texas 78249\";s:16:\"zerif_email_icon\";s:0:\"\";s:11:\"zerif_email\";s:0:\"\";s:11:\"zerif_phone\";s:60:\"Call Us: <br /><a href=\"tel:210 454 5402\">(210)-454-5402</a>\";s:23:\"zerif_contactus_sitekey\";s:40:\"6Le68gkUAAAAAGC5WeG0ElLBro6SUXveRc9mMu2p\";s:25:\"zerif_contactus_secretkey\";s:40:\"6Le68gkUAAAAAOlPq1pNL_syNIGoLQBQe0xp1nmx\";s:20:\"zerif_bigtitle_title\";s:145:\"\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. Thank you.\"<br /><br />-Pastor Daniel Essel\";s:30:\"zerif_bigtitle_redbutton_label\";s:13:\"Service Times\";s:28:\"zerif_bigtitle_redbutton_url\";s:43:\"http://www.calvarycrossag.com/service-times\";s:32:\"zerif_bigtitle_greenbutton_label\";s:0:\"\";s:30:\"zerif_bigtitle_greenbutton_url\";s:0:\"\";s:23:\"zerif_testimonials_show\";b:1;s:34:\"zerif_testimonials_pinterest_style\";b:0;s:21:\"zerif_latestnews_show\";b:1;s:15:\"zerif_copyright\";s:27:\"© Calvary Cross Church\";s:28:\"zerif_aboutus_feature1_title\";s:0:\"\";s:25:\"zerif_aboutus_feature1_nr\";i:0;s:28:\"zerif_aboutus_feature2_title\";s:0:\"\";s:25:\"zerif_aboutus_feature2_nr\";i:0;s:28:\"zerif_aboutus_feature3_title\";s:0:\"\";s:25:\"zerif_aboutus_feature3_nr\";i:0;s:28:\"zerif_aboutus_feature4_title\";s:0:\"\";s:25:\"zerif_aboutus_feature4_nr\";i:0;s:18:\"custom_css_post_id\";i:187;s:21:\"background_position_y\";s:6:\"center\";s:18:\"zerif_ourteam_show\";b:1;s:19:\"zerif_parallax_show\";b:1;s:19:\"zerif_parallax_img1\";s:84:\"http://www.calvarycrossag.com/wp-content/uploads/2020/07/calvary-cross-ag-slider.jpg\";s:19:\"zerif_parallax_img2\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611884691;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:6:\"text-3\";i:1;s:17:\"ctup-ads-widget-4\";i:2;s:8:\"search-2\";i:3;s:19:\"zerif_team-widget-4\";i:4;s:19:\"zerif_team-widget-3\";}s:9:\"sidebar-1\";a:1:{i:0;s:19:\"event_list_widget-2\";}s:15:\"sidebar-aboutus\";a:0:{}s:20:\"zerif-sidebar-footer\";a:0:{}s:22:\"zerif-sidebar-footer-2\";a:0:{}s:22:\"zerif-sidebar-footer-3\";a:0:{}s:16:\"sidebar-ourfocus\";a:3:{i:0;s:17:\"ctup-ads-widget-1\";i:1;s:17:\"ctup-ads-widget-2\";i:2;s:17:\"ctup-ads-widget-3\";}s:20:\"sidebar-testimonials\";a:3:{i:0;s:21:\"zerif_testim-widget-1\";i:1;s:21:\"zerif_testim-widget-2\";i:2;s:21:\"zerif_testim-widget-3\";}s:15:\"sidebar-ourteam\";a:2:{i:0;s:19:\"zerif_team-widget-1\";i:1;s:19:\"zerif_team-widget-2\";}}}}','yes'),(94039,'fresh_site','0','yes'),(49088,'rewrite_rules','a:174:{s:9:\"events/?$\";s:29:\"index.php?post_type=el_events\";s:39:\"events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=el_events&feed=$matches[1]\";s:34:\"events/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=el_events&feed=$matches[1]\";s:26:\"events/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=el_events&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:11:\"sidebars/?$\";s:27:\"index.php?post_type=sidebar\";s:41:\"sidebars/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:36:\"sidebars/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:28:\"sidebars/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=sidebar&paged=$matches[1]\";s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$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:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:34:\"events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"events/([^/]+)/embed/?$\";s:42:\"index.php?el_events=$matches[1]&embed=true\";s:27:\"events/([^/]+)/trackback/?$\";s:36:\"index.php?el_events=$matches[1]&tb=1\";s:47:\"events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?el_events=$matches[1]&feed=$matches[2]\";s:42:\"events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?el_events=$matches[1]&feed=$matches[2]\";s:35:\"events/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?el_events=$matches[1]&paged=$matches[2]\";s:42:\"events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?el_events=$matches[1]&cpage=$matches[2]\";s:31:\"events/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?el_events=$matches[1]&page=$matches[2]\";s:23:\"events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"event-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?el_eventcategory=$matches[1]&feed=$matches[2]\";s:50:\"event-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?el_eventcategory=$matches[1]&feed=$matches[2]\";s:31:\"event-category/([^/]+)/embed/?$\";s:49:\"index.php?el_eventcategory=$matches[1]&embed=true\";s:43:\"event-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?el_eventcategory=$matches[1]&paged=$matches[2]\";s:25:\"event-category/([^/]+)/?$\";s:38:\"index.php?el_eventcategory=$matches[1]\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:40:\"index.php?sidebar=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:34:\"index.php?sidebar=$matches[1]&tb=1\";s:49:\"sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:44:\"sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&cpage=$matches[2]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sidebar=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=289&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(49083,'widget_event_list_widget','a:2:{i:2;a:14:{s:5:\"title\";s:16:\"Upcoming events:\";s:10:\"cat_filter\";s:3:\"all\";s:10:\"num_events\";s:1:\"3\";s:12:\"title_length\";s:1:\"0\";s:14:\"show_starttime\";s:4:\"true\";s:13:\"show_location\";s:4:\"true\";s:15:\"location_length\";s:1:\"0\";s:12:\"show_details\";s:4:\"true\";s:14:\"details_length\";s:1:\"0\";s:11:\"url_to_page\";s:0:\"\";s:13:\"sc_id_for_url\";s:1:\"1\";s:13:\"link_to_event\";s:5:\"false\";s:12:\"link_to_page\";s:5:\"false\";s:20:\"link_to_page_caption\";s:16:\"show events page\";}s:12:\"_multiwidget\";i:1;}','yes'),(78691,'wp_page_for_privacy_policy','0','yes'),(78692,'show_comments_cookies_opt_in','1','yes'),(100773,'_transient_timeout_zerif-lite-update-response','3223812582','no'),(100774,'_transient_zerif-lite-update-response','O:8:\"stdClass\":12:{s:11:\"new_version\";s:8:\"1.8.5-53\";s:14:\"stable_version\";s:8:\"1.8.5-53\";s:4:\"name\";s:10:\"Zelle Lite\";s:4:\"slug\";s:10:\"zerif-lite\";s:7:\"package\";s:296:\"https://api.themeisle.com/download/Zelle%20Lite/latest/free/1cf7abc5d7c39b6d340d95cc3b6fd64b:9d6fb67601bc2eb276c08ccef262dba1d8bba398d9c52787660498270fde00131db90d300558c1d8b72471e3eeccdc5fbceac488d9b61db50e82b38e1ffd3dc33555342feda9aef3874599e5a8689d9f627894b2636a0a914f853731d6e668a8/zelle-lite\";s:13:\"download_link\";s:296:\"https://api.themeisle.com/download/Zelle%20Lite/latest/free/1cf7abc5d7c39b6d340d95cc3b6fd64b:9d6fb67601bc2eb276c08ccef262dba1d8bba398d9c52787660498270fde00131db90d300558c1d8b72471e3eeccdc5fbceac488d9b61db50e82b38e1ffd3dc33555342feda9aef3874599e5a8689d9f627894b2636a0a914f853731d6e668a8/zelle-lite\";s:3:\"url\";s:93:\"https://store.themeisle.com/downloads/zelle-lite/?edd_action=view_changelog&name=Zelle%20Lite\";s:12:\"last_updated\";s:19:\"2019-06-28 10:08:39\";s:8:\"homepage\";s:49:\"https://store.themeisle.com/downloads/zelle-lite/\";s:8:\"sections\";a:1:{s:9:\"changelog\";s:2721:\" <h3>v1.8.5-53 - 28/06/2019</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Retirement notice</li></ul>\r\n\r\n\r\n <h3>v1.8.5-52 - 23/01/2019</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Fixed compatibility with PHP lower than 5.4</li></ul>\r\n\r\n\r\n <h3>v1.8.5-51 - 02/12/2018</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Recommend Otter Blocks</li>\r\n<li>Fixed dismissable notification</li></ul>\r\n\r\n\r\n <h3>v1.8.5-50 - 24/11/2018</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Update link to Neve</li></ul>\r\n\r\n\r\n <h3>v1.8.5-49 - 01/11/2018</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Recommend Optimole</li></ul>\r\n\r\n\r\n <h3>v1.8.5-48 - 03/10/2018</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Rename Zerif Lite to Zelle Lite</li></ul>\r\n\r\n\r\n <h3>v1.8.5-47 - 18/09/2018</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Recommend WPForms plugin</li></ul>\r\n\r\n\r\n <h3>v1.8.5-46 - 03/09/2018</h3>\r\n<h4>Changes:</h4><ul>\r\n<li>Redone the code for notices</li></ul>\r\n\r\n\r\n <h3>v1.8.5-45 - 28/08/2018</h3>\r\n<h4>Changes:</h4><ul>n<li>Add compatibility with WPForms</li>\r\n<li>Recommend Hestia Lite</li></ul>n\r\n\r\n <h3>v1.8.5-44 - 14/08/2018</h3>\r\n<h4>Changes:</h4><ul>n<li>Development</li></ul>n\r\n\r\n \r\n<h3>v1.8.5-43 - 02/07/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>n\r\n <li>Improved compatibility with Pirate Forms</li>\r\n <li>Improved mobile compatibility with Max Mega Menu plugin</li>\r\n</ul>\r\nn\r\n<h3>v1.8.5.41 - 22/05/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>\r\n <li>Recommend new theme Fagri</li>\r\n</ul>\r\n<h3>v1.8.5.40 - 10/05/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>\r\n <li>Fixed problem with smooth scroll on mobile devices</li>\r\n</ul>\r\n<h3>v1.8.5.39 - 03/05/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>\r\n <li>Change scripts versioning to pass cache plugins</li>\r\n</ul>\r\n<h3>v1.8.5.38 - 03/05/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>\r\n <li>Improved Max Mega Menu compatibility</li>\r\n <li>Improved Nivo Slider Lite compatibility</li>\r\n <li>Added missing Gettext functions</li>\r\n <li>Allow links in the Our focus section to work with smooth scroll</li>\r\n <li>Checkout page improvements</li>\r\n <li>Fixed problem with placeholders color for the Contact form</li>\r\n</ul>\r\n<h3>v1.8.5.37 - 21/03/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>\r\n <li>Fixed problem with primary menu not closing on iOS devices</li>\r\n <li>Fixed problem with the horizontal scroll on Mac OS in Chrome</li>\r\n</ul>\r\n<h3>v1.8.5.36 - 09/03/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>\r\n <li>Improved compatibility with WooCommerce 3.3</li>\r\n</ul>\r\n<h3>v1.8.5.34 - 08/01/2018</h3>\r\n<h4>Changes:</h4>\r\n<ul>\r\n <li>Fixed smooth scroll functionality with Max Mega Menu</li>\r\n <li>Improved compatibility with the new trap in Pirate Forms</li>\r\n <li>Fixed compatibility issue with SiteOrigin, image import not working in widgets when using a foreign language - needs latest version of Orbit Fox Companion</li>\r\n</ul>\";}s:7:\"banners\";O:8:\"stdClass\":2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";O:8:\"stdClass\":2:{s:2:\"1x\";s:68:\"https://s10725.pcdn.co/wp-content/uploads/edd/2014/09/Zerif_lite.jpg\";s:2:\"2x\";s:68:\"https://s10725.pcdn.co/wp-content/uploads/edd/2014/09/Zerif_lite.jpg\";}}','no'),(78708,'siteorigin_panels_active_version','2.11.8','yes'),(78704,'el_last_upgr_version','0.8.5','yes'),(100704,'admin_email_lifespan','1627414400','yes'),(100705,'disallowed_keys','','no'),(100706,'comment_previously_approved','','yes'),(100707,'auto_plugin_theme_update_emails','a:0:{}','no'),(100708,'auto_update_core_dev','enabled','yes'),(100709,'auto_update_core_minor','enabled','yes'),(100710,'auto_update_core_major','unset','yes'),(100713,'can_compress_scripts','0','no'),(100782,'neve_install','1611884795','yes'),(100783,'neve_user_check_time','1611884795','yes'),(100784,'neve_new_user','yes','yes'),(100932,'_elementor_installed_time','1612713784','yes'),(100933,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:11:{i:0;s:8:\"Business\";i:1;s:5:\"Ebook\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:14:\"Online Service\";i:7;s:7:\"Product\";i:8;s:11:\"Real Estate\";i:9;s:18:\"Social Involvement\";i:10;s:6:\"Travel\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:849:{i:0;a:14:{s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:217;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:1;a:14:{s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:336;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:253;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:3;a:14:{s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:138;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:4;a:14:{s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:161;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:5;a:14:{s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:472;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:6;a:14:{s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:469;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:7;a:14:{s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:326;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:761;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:9;a:14:{s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:379;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:10;a:14:{s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:482;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:11;a:14:{s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:416;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:580;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:13;a:14:{s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:186;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:14;a:14:{s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:642;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:15;a:14:{s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:338;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:16;a:14:{s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:765;s:11:\"trend_index\";i:713;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:17;a:14:{s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:495;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:18;a:14:{s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:354;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:20;a:14:{s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:468;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:498;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:22;a:14:{s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:770;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:23;a:14:{s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:427;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:24;a:14:{s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:746;s:11:\"trend_index\";i:512;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:25;a:14:{s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:577;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:539;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:27;a:14:{s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:474;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:451;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:29;a:14:{s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:769;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:30;a:14:{s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:511;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:571;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:32;a:14:{s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:616;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:515;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:34;a:14:{s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:387;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:35;a:14:{s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:689;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:557;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:37;a:14:{s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:705;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:740;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:39;a:14:{s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:392;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:40;a:14:{s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:414;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:41;a:14:{s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:796;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:42;a:14:{s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:549;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:43;a:14:{s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:630;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:455;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:45;a:14:{s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:803;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:748;s:11:\"trend_index\";i:458;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:47;a:14:{s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:785;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:48;a:14:{s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:698;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:231;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:51;a:14:{s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:589;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:743;s:11:\"trend_index\";i:772;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:53;a:14:{s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:628;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:693;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:55;a:14:{s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:205;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:56;a:14:{s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:597;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:636;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:58;a:14:{s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:676;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:59;a:14:{s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:683;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:60;a:14:{s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:658;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:61;a:14:{s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:734;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:62;a:14:{s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:506;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:357;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:64;a:14:{s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:614;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:65;a:14:{s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:529;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:483;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:67;a:14:{s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:353;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:745;s:11:\"trend_index\";i:780;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:69;a:14:{s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:728;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:70;a:14:{s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:422;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:755;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:72;a:14:{s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:641;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:826;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:74;a:14:{s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:760;s:11:\"trend_index\";i:792;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:578;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:76;a:14:{s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:596;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:78;a:14:{s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:691;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:758;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:80;a:14:{s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:773;s:11:\"trend_index\";i:735;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:620;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:82;a:14:{s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:566;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:83;a:14:{s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:661;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:634;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:85;a:14:{s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:827;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:86;a:14:{s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:697;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:87;a:14:{s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:704;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";i:1190;s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1490707391;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:1;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:797;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:174;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:91;a:14:{s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:565;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:535;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";i:225;s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";i:1470829872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:2;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"event\",\"events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:775;s:11:\"trend_index\";i:230;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:95;a:14:{s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:399;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";i:463;s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";i:1477388340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:4;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:745;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:98;a:14:{s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:473;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:583;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:100;a:14:{s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:520;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:101;a:14:{s:2:\"id\";i:181;s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";i:1470826567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:3;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:785;s:11:\"trend_index\";i:632;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:103;a:14:{s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:591;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:755;s:11:\"trend_index\";i:786;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:105;a:14:{s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:181;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:106;a:14:{s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:779;s:11:\"trend_index\";i:463;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:107;a:14:{s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:563;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:607;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:109;a:14:{s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:128;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:110;a:14:{s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:717;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:111;a:14:{s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:368;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:94;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:113;a:14:{s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:758;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:114;a:14:{s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:296;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:46;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:116;a:14:{s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:646;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:117;a:14:{s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:477;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:556;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:119;a:14:{s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:298;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:776;s:11:\"trend_index\";i:420;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:121;a:14:{s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:491;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";i:150;s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";i:1470829879;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-app-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"product\",\"SaaS\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:774;s:11:\"trend_index\";i:211;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:155;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:74;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:126;a:14:{s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:285;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:127;a:14:{s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"medical\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:358;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:128;a:14:{s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:523;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:129;a:14:{s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:811;s:11:\"trend_index\";i:815;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:244;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:209;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:782;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:133;a:14:{s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:246;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:134;a:14:{s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:287;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:135;a:14:{s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"business\",\"chef\",\"Food\",\"Landing Pages\",\"services\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:711;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:136;a:14:{s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:259;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:13;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:397;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:139;a:14:{s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:750;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:6;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:485;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:142;a:14:{s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:645;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:143;a:14:{s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:746;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:144;a:14:{s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:453;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:145;a:14:{s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:680;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:146;a:14:{s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:62;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:647;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:148;a:14:{s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"business\",\"Cat\",\"Delivery\",\"dog\",\"Food\",\"Landing Pages\",\"pet\",\"Pets\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:784;s:11:\"trend_index\";i:635;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:347;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:651;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:151;a:14:{s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:751;s:11:\"trend_index\";i:606;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:152;a:14:{s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:766;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:153;a:14:{s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:789;s:11:\"trend_index\";i:623;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:154;a:14:{s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:84;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:341;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:156;a:14:{s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:639;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:157;a:14:{s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:644;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:158;a:14:{s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:484;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:461;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:674;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:161;a:14:{s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:500;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:162;a:14:{s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:332;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:176;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:164;a:14:{s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:757;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:165;a:14:{s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:220;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:558;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:167;a:14:{s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:833;s:11:\"trend_index\";i:820;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:168;a:14:{s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:77;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:272;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"business\",\"Landing Pages\",\"marketing\",\"marketing landing page\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:171;a:14:{s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:43;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:282;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:173;a:14:{s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:813;s:11:\"trend_index\";i:788;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:174;a:14:{s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:559;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:377;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:37;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:731;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:178;a:14:{s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:714;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:179;a:14:{s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:180;a:14:{s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:194;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:181;a:14:{s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:106;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:182;a:14:{s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"ecommerce\",\"fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:615;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:183;a:14:{s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:367;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:184;a:14:{s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:829;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"1\";}i:185;a:14:{s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:449;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:242;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:187;a:14:{s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:67;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:804;s:11:\"trend_index\";i:653;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:31:\"[\"Chef\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:784;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:190;a:14:{s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:554;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:191;a:14:{s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:622;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:192;a:14:{s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:418;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:830;s:11:\"trend_index\";i:682;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:101;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:688;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:196;a:14:{s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:364;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";i:16192;s:5:\"title\";s:30:\"Management App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1607866881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/management-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:33:\"[\"App\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:764;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:476;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:201;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";i:15839;s:5:\"title\";s:29:\"Chiropractor – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1607855449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/chiropractor-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Business\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:807;s:11:\"trend_index\";i:684;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:309;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:187;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:203;a:14:{s:2:\"id\";i:15827;s:5:\"title\";s:32:\"Creative Agency – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1607855280;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/creative-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:168:\"[\"Agency\",\"bootstrap\",\"Business\",\"corporate\",\"Landing Pages\",\"Marketing Campaign\",\"Marketing Landing Page\",\"Product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:310;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:460;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:205;a:14:{s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:384;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:206;a:14:{s:2:\"id\";i:16120;s:5:\"title\";s:37:\"Life coach Tom – Online Service\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1607865812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/life-coach-tom-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:30:\"[\"Consulting\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:624;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:702;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:208;a:14:{s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:480;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:726;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:210;a:14:{s:2:\"id\";i:16059;s:5:\"title\";s:34:\"Melbourne Conference – Event\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1607864236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/melbourne-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:828;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:677;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:313;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:709;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:214;a:14:{s:2:\"id\";i:16073;s:5:\"title\";s:56:\"International Women’s Day Conference – Event\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1607864979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/international-womens-day-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:842;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:160;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:611;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:217;a:14:{s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:739;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:218;a:14:{s:2:\"id\";i:16085;s:5:\"title\";s:29:\"Tech Conference – Event\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1607865227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/tech-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:835;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:185;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:507;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:221;a:14:{s:2:\"id\";i:16102;s:5:\"title\";s:38:\"Environmental Conference – Event\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1607865473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/environmental-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:829;s:11:\"trend_index\";i:781;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:290;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:657;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:224;a:14:{s:2:\"id\";i:15931;s:5:\"title\";s:37:\"Tokyo Design Conference – Event\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1607861271;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/tokyo-design-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:815;s:11:\"trend_index\";i:749;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:799;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:226;a:14:{s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:690;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:227;a:14:{s:2:\"id\";i:16412;s:5:\"title\";s:36:\"Photography Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1607869919;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/photography-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:52:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:824;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:723;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:821;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";i:16183;s:5:\"title\";s:32:\"Luxury Homes – Real Estate\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1607866726;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:775;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:362;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:790;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:737;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";i:16420;s:5:\"title\";s:36:\"Spring Sale Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1607899243;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/spring-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Coupon\",\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:836;s:11:\"trend_index\";i:830;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:375;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:748;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";i:16427;s:5:\"title\";s:34:\"Dream Car Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1607934325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/dream-car-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:53:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Offer\",\"Sale\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:838;s:11:\"trend_index\";i:828;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:733;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:240;a:14:{s:2:\"id\";i:16433;s:5:\"title\";s:42:\"Leshnik Mega Sale Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1607934474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/leshnik-mega-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:45:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:771;s:11:\"trend_index\";i:457;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:242;a:14:{s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:822;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:243;a:14:{s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:669;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:244;a:14:{s:2:\"id\";i:15986;s:5:\"title\";s:40:\"From Freelance to Business – Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1607862915;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/from-freelance-to-business-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:143:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"Landing Pages\",\"Marketing\",\"Product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:778;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:154;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:119;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";i:16002;s:5:\"title\";s:30:\"Architect Manual – Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1607863075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/architect-manual-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:827;s:11:\"trend_index\";i:818;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:58;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:415;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";i:16014;s:5:\"title\";s:23:\"Good Life – Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1607863305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/lp/good-life-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:744;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:203;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:254;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";i:16242;s:5:\"title\";s:37:\"Fashion Season Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1607867761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/fashion-season-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:763;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:553;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:382;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";i:16202;s:5:\"title\";s:39:\"Starlight Nation Festival – Event\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1607867113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/starlight-nation-festival-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:771;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:316;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:718;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";i:16139;s:5:\"title\";s:37:\"Financial Consultant – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1607866334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/financial-consultant-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:40:\"[\"Consulting\",\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:822;s:11:\"trend_index\";i:721;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:269;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:593;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";i:15822;s:5:\"title\";s:30:\"Family Vacation – Travel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1607855143;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/family-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:781;s:11:\"trend_index\";i:584;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:356;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:390;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";i:15964;s:5:\"title\";s:31:\"Law Convention – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607862731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/law-convention-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:36:\"[\"Convention\",\"Landing Pages\",\"Law\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:847;s:11:\"trend_index\";i:793;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:258;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:335;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";i:15910;s:5:\"title\";s:38:\"Litigation Law Office – Business\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1607860827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/litigation-law-office-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:32:\"[\"Landing Pages\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:810;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:173;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:609;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:740;s:11:\"trend_index\";i:762;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:272;a:14:{s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:760;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:273;a:14:{s:2:\"id\";i:16025;s:5:\"title\";s:33:\"Conoco Mobile App – Product\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1607863511;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/conoco-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:792;s:11:\"trend_index\";i:536;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:570;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:519;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:752;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:277;a:14:{s:2:\"id\";i:15853;s:5:\"title\";s:29:\"Me Mobile App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1607857451;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/me-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:809;s:11:\"trend_index\";i:777;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:464;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:264;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:573;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:281;a:14:{s:2:\"id\";i:15844;s:5:\"title\";s:32:\"Torel Mobile App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1607856863;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/torel-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:818;s:11:\"trend_index\";i:631;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:742;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:445;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";i:16041;s:5:\"title\";s:31:\"Nano Mobile App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1607863992;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:837;s:11:\"trend_index\";i:817;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:806;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:470;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:769;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:288;a:14:{s:2:\"id\";i:15890;s:5:\"title\";s:39:\"Personal Trainer – Online Service\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1607860512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-trainer-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:35:\"[\"Fitness\",\"Landing Pages\",\"Sport\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:789;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:710;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:69;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";i:16233;s:5:\"title\";s:36:\"Journey Photography – Business\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1607867416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/journey-photography-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:42:\"[\"Business\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:791;s:11:\"trend_index\";i:604;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:808;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:787;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:294;a:14:{s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:459;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";i:16162;s:5:\"title\";s:29:\"Private Chef – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1607866578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/private-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:24:\"[\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:841;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:528;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:274;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";i:16325;s:5:\"title\";s:28:\"Quality Lens – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1607868782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/quality-lens-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:802;s:11:\"trend_index\";i:754;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:795;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:546;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:662;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:302;a:14:{s:2:\"id\";i:16332;s:5:\"title\";s:31:\"Luxury Flat – Real Estate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1607868929;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/luxury-flat-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:38:\"[\"flat\",\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:678;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:359;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:237;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:736;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:306;a:14:{s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1607869068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:794;s:11:\"trend_index\";i:681;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:307;a:14:{s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:275;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";i:12805;s:5:\"title\";s:38:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:567;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:309;a:14:{s:2:\"id\";i:16358;s:5:\"title\";s:41:\"Sunset Valley Project – Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1607869234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/sunset-valley-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:729;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:339;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:518;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:147;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";i:16379;s:5:\"title\";s:33:\"Property Page – Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1607869379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/property-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:42:\"[\"Landing Pages\",\"Property\",\"Real estate\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:839;s:11:\"trend_index\";i:825;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:90;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:767;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:316;a:14:{s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:319;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";i:16392;s:5:\"title\";s:30:\"Open House – Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1607869551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:150:\"[\"Agent\",\"Business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"Landing Pages\",\"listing\",\"modern\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:846;s:11:\"trend_index\";i:779;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:334;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:582;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:320;a:14:{s:2:\"id\";i:15950;s:5:\"title\";s:30:\"Stylist – Online Service\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1607862286;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/stylist-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:162:\"[\"cosmetics\",\"Fashion\",\"girly\",\"hairdresser\",\"Landing Pages\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"Products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:825;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:403;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:216;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:514;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:324;a:14:{s:2:\"id\";i:16253;s:5:\"title\";s:33:\"Bicycle Adventures – Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1607867944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/bicycle-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:36:\"[\"Bicycle\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:788;s:11:\"trend_index\";i:462;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:627;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:149;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:327;a:14:{s:2:\"id\";i:16271;s:5:\"title\";s:42:\"Luxury Travel Destinations – Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1607868120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/luxury-travel-destinations-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:738;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:703;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:315;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:764;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:331;a:14:{s:2:\"id\";i:16283;s:5:\"title\";s:29:\"Vacation Deals – Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1607868279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/vacation-deals-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:383;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:413;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:131;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";i:16299;s:5:\"title\";s:29:\"New Adventures – Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1607868454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/new-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:50:\"[\"Adventures\",\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:773;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:568;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:751;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:338;a:14:{s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:766;s:11:\"trend_index\";i:805;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:339;a:14:{s:2:\"id\";i:16312;s:5:\"title\";s:26:\"Summer Time – Travel\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607868625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/summer-time-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:824;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:732;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:175;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:402;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";i:15870;s:5:\"title\";s:32:\"Tel Aviv Vacation – Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1607860195;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/tel-aviv-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:673;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:218;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:819;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:346;a:14:{s:2:\"id\";i:16440;s:5:\"title\";s:31:\"Marketing Webinar – Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1607934662;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/marketing-webinar-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:37:\"[\"Event\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:798;s:11:\"trend_index\";i:725;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:493;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:150;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";i:16212;s:5:\"title\";s:33:\"Wedding Celebration – Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1607867299;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/wedding-celebration-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:35:\"[\"Event\",\"Landing Pages\",\"Wedding\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:585;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:544;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:79;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:352;a:14:{s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:753;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:353;a:14:{s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:509;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:29;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:20;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:178;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:707;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:358;a:14:{s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:61;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";i:9139;s:5:\"title\";s:25:\"Homepage – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1532949924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:12;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:696;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:361;a:14:{s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:708;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:362;a:14:{s:2:\"id\";i:1634;s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1494352119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:289;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:330;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:360;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:100;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:180;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:255;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:105;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:177;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:823;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:371;a:14:{s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:801;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:372;a:14:{s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:349;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:145;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";i:1504;s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1494352112;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:345;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:426;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:15;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:664;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:202;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:83;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:350;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:579;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:811;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:383;a:14:{s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:120;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:668;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:576;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:97;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:388;a:14:{s:2:\"id\";i:1503;s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1494352113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:263;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:807;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:390;a:14:{s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:564;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:234;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:425;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:393;a:14:{s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:804;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:394;a:14:{s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:575;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:130;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:492;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:321;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:302;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:592;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:814;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:402;a:14:{s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:352;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:267;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:404;a:14:{s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:80;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:488;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:522;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:659;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:741;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:409;a:14:{s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:525;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:765;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:537;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:548;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:189;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:295;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:415;a:14:{s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:401;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:532;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";i:519;s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";i:1477388808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:54;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:418;a:14:{s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:540;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";i:487;s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1477388357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:151;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:545;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:421;a:14:{s:2:\"id\";i:855;s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1494352061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:475;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:250;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:685;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:494;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";i:955;s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1494352069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:322;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:527;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";i:9373;s:5:\"title\";s:33:\"Landing Page – Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1542811219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:405;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:759;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:429;a:14:{s:2:\"id\";i:974;s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1494352071;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:450;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:430;a:14:{s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:164;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:300;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";i:11948;s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";i:1572153978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:292;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:8;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";i:754;s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";i:1485269691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:467;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";i:752;s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";i:1485269737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:534;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:436;a:14:{s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:261;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:783;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:438;a:14:{s:2:\"id\";i:753;s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";i:1485269710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:429;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:439;a:14:{s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:132;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"dance studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:772;s:11:\"trend_index\";i:747;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:441;a:14:{s:2:\"id\";i:751;s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";i:1485269743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:436;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:442;a:14:{s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"dance studio\",\"footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:249;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";i:2402;s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";i:1506441447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:213;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"dance studio\",\"header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:73;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";i:3626;s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";i:1513513193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:328;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:776;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:447;a:14:{s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:142;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:448;a:14:{s:2:\"id\";i:11966;s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";i:1572154274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:273;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:16;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";i:3632;s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";i:1513513171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:499;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:608;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:452;a:14:{s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:241;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";i:3619;s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";i:1513513137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:342;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:454;a:14:{s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:78;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";i:9425;s:5:\"title\";s:38:\"Black Friday – 80’s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";i:1542901234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:441;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:115;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";i:11973;s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";i:1572154523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:438;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:167;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";i:11981;s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";i:1572155125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:238;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:460;a:14:{s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:140;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:184;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:462;a:14:{s:2:\"id\";i:147;s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";i:1470829868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:36;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:30;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";i:777;s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";i:1485273092;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:312;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:71;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";i:2404;s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";i:1506441452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:252;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:394;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";i:492;s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";i:1477388365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:111;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:469;a:14:{s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:157;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";i:3451;s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";i:1512054116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:417;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:471;a:14:{s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:408;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";i:2152;s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";i:1499774132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:561;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:98;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";i:1068;s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";i:1488805928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:317;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:281;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";i:2813;s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";i:1509615049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:144;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:224;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";i:728;s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";i:1485269993;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:513;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:179;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";i:2403;s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";i:1506441428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:716;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:481;a:14:{s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:81;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";i:1903;s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";i:1496822325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:516;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:483;a:14:{s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:136;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";i:2123;s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";i:1499772989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:24;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:485;a:14:{s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:91;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";i:1888;s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";i:1496822319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:524;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:487;a:14:{s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:196;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:488;a:14:{s:2:\"id\";i:1891;s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";i:1496822323;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:816;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:88;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:490;a:14:{s:2:\"id\";i:1880;s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";i:1496822317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:656;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:491;a:14:{s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:156;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:492;a:14:{s:2:\"id\";i:1885;s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";i:1496822321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:372;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:59;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:494;a:14:{s:2:\"id\";i:2723;s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509633883;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:373;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:82;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:496;a:14:{s:2:\"id\";i:2145;s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";i:1499774125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:663;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:251;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";i:2155;s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";i:1499774130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:621;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:499;a:14:{s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:87;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:500;a:14:{s:2:\"id\";i:1085;s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";i:1488810874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:31;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";i:143;s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";i:1470820447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:108;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:502;a:14:{s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:407;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:70;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";i:101;s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";i:1470829785;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:159;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:89;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";i:140;s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";i:1470820463;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:18;s:11:\"trend_index\";i:93;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:172;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";i:213;s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";i:1470829766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:66;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:509;a:14:{s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:114;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";i:2802;s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509615440;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:478;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";i:2828;s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:638;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:692;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";i:1461;s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1494352121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:393;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:245;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:515;a:14:{s:2:\"id\";i:1460;s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1494352124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:600;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:304;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";i:1459;s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1494352125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:400;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:227;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";i:1052;s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1488810873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:121;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:198;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:521;a:14:{s:2:\"id\";i:1505;s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1494352110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:598;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:522;a:14:{s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:27;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";i:726;s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1485270062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:603;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:277;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";i:1613;s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1494352129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:542;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:170;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:527;a:14:{s:2:\"id\";i:1612;s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1494352127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:649;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:96;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";i:1614;s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1494352131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:626;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:530;a:14:{s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:123;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";i:906;s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1494352066;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:479;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:141;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";i:879;s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1494352064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:439;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:215;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";i:926;s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1494352068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:700;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:125;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";i:1032;s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1488810866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:643;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:103;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";i:730;s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1485273430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:433;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:540;a:14:{s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:124;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";i:643;s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1481549290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:517;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:542;a:14:{s:2:\"id\";i:542;s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1477388484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:344;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";i:1187;s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1490707385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:207;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";i:641;s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1481549264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:550;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";i:189;s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1470820715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:104;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";i:1547;s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1494352115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:456;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";i:1546;s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1494352116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:701;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:388;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";i:1545;s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1494352118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:652;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:55;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";i:2714;s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:720;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:109;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";i:195;s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1470820765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:190;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:687;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:555;a:14:{s:2:\"id\";i:197;s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1470825711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:419;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:547;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";i:1193;s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1490707422;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:257;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:428;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";i:1415;s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1494352106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:396;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:169;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";i:1414;s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1494352107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:722;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:122;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";i:1413;s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1494352109;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:471;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:18;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";i:1573;s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1494352133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:774;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:45;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";i:1572;s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1494352134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:802;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:50;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";i:1570;s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1494352136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:809;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:570;a:14:{s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:41;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";i:1571;s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1494352138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:724;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:117;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";i:192;s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1470820734;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:466;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:21;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";i:2141;s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";i:1499774122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:496;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:19;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";i:137;s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";i:1470829828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:193;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:14;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";i:256;s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";i:1470829796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:386;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:25;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";i:2150;s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";i:1499774127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:225;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:102;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";i:223;s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";i:1470820471;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:432;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:143;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";i:24;s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";i:1470248619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:12;s:11:\"trend_index\";i:48;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:60;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";i:184;s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";i:1470829889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:63;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:133;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";i:625;s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";i:1481549196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:706;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:92;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:612;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";i:187;s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";i:1470829892;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:307;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:44;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";i:238;s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";i:1470829865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:85;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";i:647;s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";i:1481549320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:648;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:590;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:64;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";i:2138;s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";i:1499774119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:601;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";i:823;s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";i:1485272966;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:497;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:35;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";i:824;s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";i:1485272900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:637;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:633;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";i:825;s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";i:1485272513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:562;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:34;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";i:245;s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";i:1470829876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:222;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:376;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:9;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";i:1075;s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";i:1488810871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:158;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:47;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";i:1051;s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";i:1488810869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:57;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:192;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";i:1245;s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";i:1491207184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:361;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";i:1247;s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";i:1491207138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:26;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:791;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";i:1248;s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";i:1491207050;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:541;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:135;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";i:1249;s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";i:1491207380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:423;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:23;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";i:1250;s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";i:1491207450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:107;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:280;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";i:1260;s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";i:1491207507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:610;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:223;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";i:1261;s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";i:1491207584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:236;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:385;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";i:1272;s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";i:1491207674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:301;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:605;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:627;a:14:{s:2:\"id\";i:1279;s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";i:1491207756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:297;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:86;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:629;a:14:{s:2:\"id\";i:1745;s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";i:1494849745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:366;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:210;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";i:1742;s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";i:1494849744;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:629;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:695;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";i:1748;s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";i:1494849742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:389;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:447;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:635;a:14:{s:2:\"id\";i:3963;s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";i:1516284821;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:346;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:308;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";i:3969;s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";i:1516284829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:650;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:17;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:446;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:640;a:14:{s:2:\"id\";i:3966;s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";i:1516284839;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:340;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:279;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:642;a:14:{s:2:\"id\";i:3972;s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";i:1516284847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:588;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";i:2080;s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";i:1508161124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:448;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:757;s:11:\"trend_index\";i:800;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";i:2088;s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";i:1508161129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:586;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"footer\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:404;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"header\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:7;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";i:2085;s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";i:1508161134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:640;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:127;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";i:2462;s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";i:1508243317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:452;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:256;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";i:2362;s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";i:1508243335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:574;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:139;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";i:614;s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";i:1481549169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:454;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";i:2126;s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";i:1508325849;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:327;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:654;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";i:2129;s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";i:1508325881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:502;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:183;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:659;a:14:{s:2:\"id\";i:2135;s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";i:1508325922;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:406;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:660;a:14:{s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:299;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:661;a:14:{s:2:\"id\";i:2094;s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";i:1509621053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:294;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:662;a:14:{s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:212;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:663;a:14:{s:2:\"id\";i:2120;s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";i:1509631820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:552;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:664;a:14:{s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:314;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:665;a:14:{s:2:\"id\";i:3153;s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";i:1508950132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:794;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:666;a:14:{s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:221;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:667;a:14:{s:2:\"id\";i:3338;s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";i:1511203351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:813;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:668;a:14:{s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:325;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:669;a:14:{s:2:\"id\";i:3339;s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";i:1511203636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:812;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:670;a:14:{s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:365;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:671;a:14:{s:2:\"id\";i:3335;s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";i:1511203246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:699;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:672;a:14:{s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:348;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:673;a:14:{s:2:\"id\";i:3340;s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";i:1511203713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:430;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:674;a:14:{s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:409;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:675;a:14:{s:2:\"id\";i:3517;s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";i:1513877937;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:712;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:676;a:14:{s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:599;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:677;a:14:{s:2:\"id\";i:3734;s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";i:1514197794;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:671;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:678;a:14:{s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:440;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:679;a:14:{s:2:\"id\";i:3764;s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";i:1514198234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:619;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:680;a:14:{s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:240;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:681;a:14:{s:2:\"id\";i:3565;s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";i:1514204382;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:533;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:682;a:14:{s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:444;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:683;a:14:{s:2:\"id\";i:3862;s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";i:1514206745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:531;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:684;a:14:{s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:587;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:685;a:14:{s:2:\"id\";i:3777;s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";i:1514205420;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:667;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:686;a:14:{s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:727;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:687;a:14:{s:2:\"id\";i:420;s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";i:1475067229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:65;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:688;a:14:{s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:613;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:689;a:14:{s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:443;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:690;a:14:{s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:284;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:691;a:14:{s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:505;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:692;a:14:{s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:412;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:693;a:14:{s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:129;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:694;a:14:{s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:303;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:695;a:14:{s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:395;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:696;a:14:{s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:381;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:697;a:14:{s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:675;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:698;a:14:{s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:602;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:699;a:14:{s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:729;s:11:\"trend_index\";i:719;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:700;a:14:{s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:743;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:701;a:14:{s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:162;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:702;a:14:{s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:617;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:703;a:14:{s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:318;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:704;a:14:{s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:323;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:705;a:14:{s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:283;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:706;a:14:{s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:306;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:707;a:14:{s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:228;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:708;a:14:{s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:188;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:709;a:14:{s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:28;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:710;a:14:{s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:262;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:711;a:14:{s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:555;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:712;a:14:{s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:660;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:713;a:14:{s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:756;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:714;a:14:{s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:435;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:715;a:14:{s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:226;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:716;a:14:{s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:53;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:717;a:14:{s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:679;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:718;a:14:{s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:510;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:719;a:14:{s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:489;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:720;a:14:{s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:543;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:721;a:14:{s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:569;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:722;a:14:{s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:487;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:723;a:14:{s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:625;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:724;a:14:{s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:730;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:725;a:14:{s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:686;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:726;a:14:{s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:672;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:727;a:14:{s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:0;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:728;a:14:{s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:434;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:729;a:14:{s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:260;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:730;a:14:{s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:694;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:731;a:14:{s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:38;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:732;a:14:{s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:33;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:733;a:14:{s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:40;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:734;a:14:{s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:208;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:735;a:14:{s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:76;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:736;a:14:{s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:421;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:737;a:14:{s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:112;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:738;a:14:{s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:232;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:739;a:14:{s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:239;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:740;a:14:{s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:126;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:741;a:14:{s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:490;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:742;a:14:{s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:68;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:743;a:14:{s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:137;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:744;a:14:{s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:363;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:745;a:14:{s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:49;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:746;a:14:{s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:214;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:747;a:14:{s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:165;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:748;a:14:{s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:118;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:749;a:14:{s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:504;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:750;a:14:{s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:113;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:751;a:14:{s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:715;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:752;a:14:{s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:286;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:753;a:14:{s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:200;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:754;a:14:{s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:311;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:755;a:14:{s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:235;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:756;a:14:{s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:424;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:757;a:14:{s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:72;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:758;a:14:{s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:320;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:759;a:14:{s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:28;s:11:\"trend_index\";i:10;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:760;a:14:{s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:182;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:761;a:14:{s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:42;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:762;a:14:{s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:219;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:763;a:14:{s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:52;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:764;a:14:{s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:22;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:765;a:14:{s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:191;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:766;a:14:{s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:171;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:767;a:14:{s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:369;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:768;a:14:{s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:206;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:769;a:14:{s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:134;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:770;a:14:{s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:39;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:771;a:14:{s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:278;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:772;a:14:{s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:508;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:773;a:14:{s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:331;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:774;a:14:{s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:329;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:775;a:14:{s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:148;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:776;a:14:{s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:11;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:777;a:14:{s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:32;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:778;a:14:{s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:51;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:779;a:14:{s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:56;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:780;a:14:{s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:526;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:781;a:14:{s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:521;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:782;a:14:{s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:355;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:783;a:14:{s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:666;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:784;a:14:{s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:271;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:785;a:14:{s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:431;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:786;a:14:{s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:324;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:787;a:14:{s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:266;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:788;a:14:{s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:247;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:789;a:14:{s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:288;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:790;a:14:{s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:503;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:791;a:14:{s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:370;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:792;a:14:{s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:538;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:793;a:14:{s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:291;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:794;a:14:{s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:481;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:795;a:14:{s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:437;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:796;a:14:{s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:380;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:797;a:14:{s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:305;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:798;a:14:{s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:270;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:799;a:14:{s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:374;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:800;a:14:{s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:465;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:801;a:14:{s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:146;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:802;a:14:{s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:398;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:803;a:14:{s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:248;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:804;a:14:{s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:168;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:805;a:14:{s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:195;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:806;a:14:{s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:371;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:807;a:14:{s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:116;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:808;a:14:{s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:595;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:809;a:14:{s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:268;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:810;a:14:{s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:233;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:811;a:14:{s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:166;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:812;a:14:{s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:204;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:813;a:14:{s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:95;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:814;a:14:{s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:276;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:815;a:14:{s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:351;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:816;a:14:{s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:618;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:817;a:14:{s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:442;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:818;a:14:{s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:665;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:819;a:14:{s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:530;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:820;a:14:{s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:670;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:821;a:14:{s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:501;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:822;a:14:{s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:197;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:823;a:14:{s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:411;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:824;a:14:{s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:199;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:825;a:14:{s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:581;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:826;a:14:{s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:110;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:827;a:14:{s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:152;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:828;a:14:{s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:229;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:829;a:14:{s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:343;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:830;a:14:{s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:99;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:831;a:14:{s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:410;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:832;a:14:{s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:798;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:833;a:14:{s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:337;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:834;a:14:{s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:655;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:835;a:14:{s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:75;s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:836;a:14:{s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:768;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:837;a:14:{s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:486;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:838;a:14:{s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:378;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:839;a:14:{s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:594;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:840;a:14:{s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:560;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:841;a:14:{s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:572;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:842;a:14:{s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:752;s:11:\"trend_index\";i:551;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:843;a:14:{s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:265;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:844;a:14:{s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:333;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:845;a:14:{s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:243;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:846;a:14:{s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:153;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:847;a:14:{s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:293;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:848;a:14:{s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:163;s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}}}','no'),(100929,'elementor_version','3.1.1','yes'),(100930,'elementor_install_history','a:1:{s:5:\"3.1.1\";i:1612713771;}','yes'),(111068,'_transient_timeout_sow:cleared','1632623530','no'),(110954,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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-5.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.3\";s:7:\"version\";s:5:\"5.7.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1632314854;s:15:\"version_checked\";s:5:\"5.6.5\";s:12:\"translations\";a:0:{}}','no'),(110997,'_site_transient_timeout_php_check_0bf95b5f09d09e56bf994b7894d9087c','1632520197','no'),(111264,'_site_transient_timeout_theme_roots','1632316654','no'),(111265,'_site_transient_theme_roots','a:1:{s:4:\"neve\";s:7:\"/themes\";}','no'),(111267,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1632314855;s:7:\"checked\";a:11:{s:35:\"dynamic-widgets/dynamic-widgets.php\";s:6:\"1.5.16\";s:23:\"elementor/elementor.php\";s:5:\"3.1.1\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"2.1.5\";s:25:\"event-list/event-list.php\";s:5:\"0.8.5\";s:27:\"ninja-forms/ninja-forms.php\";s:6:\"3.4.34\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:6:\"2.11.8\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:5:\"4.2.1\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:7:\"1.17.11\";s:27:\"woosidebars/woosidebars.php\";s:5:\"1.4.5\";s:35:\"wp-server-stats/wp-server-stats.php\";s:6:\"1.6.10\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.7.1\";}s:8:\"response\";a:8:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2597493\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"2.3.6\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.2.3.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"event-list/event-list.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/event-list\";s:4:\"slug\";s:10:\"event-list\";s:6:\"plugin\";s:25:\"event-list/event-list.php\";s:11:\"new_version\";s:5:\"0.8.6\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/event-list/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/event-list.0.8.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:63:\"https://ps.w.org/event-list/assets/icon-256x256.png?rev=1022359\";s:2:\"1x\";s:55:\"https://ps.w.org/event-list/assets/icon.svg?rev=1024897\";s:3:\"svg\";s:55:\"https://ps.w.org/event-list/assets/icon.svg?rev=1024897\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/event-list/assets/banner-772x250.png?rev=707913\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.7.3\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:7:\"3.5.8.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/ninja-forms.3.5.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.13.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.13.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=2556869\";s:2:\"1x\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";s:3:\"svg\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/siteorigin-panels/assets/banner-1544x500.png?rev=2600116\";s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.png?rev=2600116\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"4.5.5\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-256x256.png?rev=2421900\";s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.jpg?rev=2421900\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.jpg?rev=2421900\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.23.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.23.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=2556862\";s:2:\"1x\";s:62:\"https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862\";s:3:\"svg\";s:62:\"https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/so-widgets-bundle/assets/banner-1544x500.png?rev=2556862\";s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.png?rev=2556862\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":13:{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:\"1.7.4\";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.1.7.4.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:\"3.1\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:35:\"dynamic-widgets/dynamic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/dynamic-widgets\";s:4:\"slug\";s:15:\"dynamic-widgets\";s:6:\"plugin\";s:35:\"dynamic-widgets/dynamic-widgets.php\";s:11:\"new_version\";s:6:\"1.5.16\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/dynamic-widgets/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/dynamic-widgets.1.5.16.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/dynamic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.0\";}s:27:\"woosidebars/woosidebars.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woosidebars\";s:4:\"slug\";s:11:\"woosidebars\";s:6:\"plugin\";s:27:\"woosidebars/woosidebars.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woosidebars/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woosidebars.1.4.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/woosidebars_a9c7b8.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/woosidebars/assets/banner-1544x500.png?rev=633896\";s:2:\"1x\";s:65:\"https://ps.w.org/woosidebars/assets/banner-772x250.png?rev=633896\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:35:\"wp-server-stats/wp-server-stats.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-server-stats\";s:4:\"slug\";s:15:\"wp-server-stats\";s:6:\"plugin\";s:35:\"wp-server-stats/wp-server-stats.php\";s:11:\"new_version\";s:6:\"1.6.10\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-server-stats/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-server-stats.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-server-stats/assets/icon-256x256.png?rev=1273709\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-server-stats/assets/icon-128x128.png?rev=1273709\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-server-stats/assets/banner-1544x500.png?rev=1273709\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-server-stats/assets/banner-772x250.png?rev=1273709\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";}}}','no'),(100947,'elementskit-lite__banner_last_check','1612714423','yes'),(100948,'elementskit-lite__banner_data','O:8:\"stdClass\":1:{s:8:\"10000773\";O:8:\"stdClass\":7:{s:2:\"id\";i:10000773;s:5:\"title\";s:35:\"New Year Sale 2021 (dashboard only)\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1608768000;s:3:\"end\";i:1610668800;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:37:\"http://go.wpmet.com/banner-event-sale\";s:12:\"banner_image\";s:82:\"https://api.wpmet.com/auth/wp-content/uploads/2020/12/New_year_2021_compressed.gif\";s:9:\"blacklist\";s:23:\"elementskit,metform-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:15:\"newyearsale2021\";}}}','yes'),(100949,'elementskit-lite_install_date','2021-02-07 04:13:44','yes'),(100950,'wpsc_feed_list','a:51:{i:0;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:1;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:2;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:3;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:4;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:5;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:6;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:7;s:132:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/atom/wp-cache-366a58977758dfa900b4030ed7b554aa.php\";i:8;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:9;s:132:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/atom/wp-cache-366a58977758dfa900b4030ed7b554aa.php\";i:10;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:11;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:12;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:13;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:14;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:15;s:137:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/wp-sitemap.xml/wp-cache-8c645d306804ee1f6b1c8501f99438f8.php\";i:16;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:17;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:18;s:141:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/search/1/feed/rss2/wp-cache-c73e9b9ff81573e52fd0ed8928ae090b.php\";i:19;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:20;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:21;s:141:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/author/eessel/feed/wp-cache-5bd402a29a6cbc64a947126eee1ffb2d.php\";i:22;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:23;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:24;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:25;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:26;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:27;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:28;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:29;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:30;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:31;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:32;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:33;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:34;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:35;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:36;s:137:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/wp-sitemap.xml/wp-cache-8c645d306804ee1f6b1c8501f99438f8.php\";i:37;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:38;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:39;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:40;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:41;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:42;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:43;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:44;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:45;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";i:46;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:47;s:141:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/search/1/feed/rss2/wp-cache-c73e9b9ff81573e52fd0ed8928ae090b.php\";i:48;s:141:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/author/eessel/feed/wp-cache-5bd402a29a6cbc64a947126eee1ffb2d.php\";i:49;s:136:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/comments/feed/wp-cache-87a35905e0030d56780b976c8b193e89.php\";i:50;s:127:\"/home2/church/public_html/wp-content/cache/supercache/www.calvarycrossag.com/feed/wp-cache-a4e1594a48ac0fa31383a1a8530987e8.php\";}','yes'),(100951,'elementor_controls_usage','a:1:{s:7:\"wp-page\";a:7:{s:6:\"spacer\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:2;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:24:\"premium-addon-fancy-text\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"premium_fancy_text_content\";a:3:{s:25:\"premium_fancy_prefix_text\";i:1;s:26:\"premium_fancy_text_strings\";i:1;s:25:\"premium_fancy_suffix_text\";i:1;}s:33:\"premium_fancy_additional_settings\";a:2:{s:29:\"premium_fancy_text_type_speed\";i:1;s:29:\"premium_fancy_text_back_speed\";i:1;}}s:5:\"style\";a:2:{s:28:\"premium_fancy_text_style_tab\";a:1:{s:24:\"premium_fancy_text_color\";i:1;}s:35:\"premium_fancy_cursor_text_style_tab\";a:1:{s:31:\"premium_fancy_text_cursor_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:14:\"thumbnail_size\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;}}}}s:28:\"wp-widget-ninja_forms_widget\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}}}','no'),(100952,'temp_count','a:1:{s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(100954,'_elementor_global_css','a:6:{s:4:\"time\";i:1612714841;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(100955,'elementskit-lite__stories_last_check','1612714899','yes'),(100956,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10000759\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000759;s:5:\"title\";s:18:\"New Year Sale 2021\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:0:{}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:36:\"http://go.wpmet.com/story-event-sale\";s:11:\"story_image\";s:78:\"https://api.wpmet.com/auth/wp-content/uploads/2020/12/new_year_promotion-2.gif\";s:9:\"blacklist\";s:23:\"elementskit,metform-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001045\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001045;s:5:\"title\";s:64:\"5-steps Guide on Adding Social Login into Your WordPress Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:82:\"https://wpmet.com/how-to-add-social-login-to-wordpress-website-and-why-you-should/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001043\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001043;s:5:\"title\";s:50:\"Build a Custom Elementor Widget Without Any Coding\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:65:\"https://wpmet.com/build-custom-elementor-widget-with-elementskit/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000494\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000494;s:5:\"title\";s:68:\"Reuse elements on multiple websites via Ekit Cross-domain Copy-paste\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:76:\"https://wpmet.com/introducing-cross-domain-copy-paste-module-of-elementskit/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000496\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000496;s:5:\"title\";s:62:\"Announcing the Most Awaiting Popup Modal Widget in ElementsKit\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:60:\"https://www.youtube.com/watch?v=R9sMrFHfEzs&ab_channel=Wpmet\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000495\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000495;s:5:\"title\";s:53:\"Build A Web Form That Convert Visitors into Customers\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:69:\"https://wpmet.com/how-to-build-a-high-converting-form-with-elementor/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000493\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000493;s:5:\"title\";s:58:\"Learn to Create an Elementor Contact Form for Your Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:67:\"https://wpmet.com/how-to-add-elementor-contact-form-7-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000492\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000492;s:5:\"title\";s:50:\"10 Easiest Ways to Speed Up Your Elementor Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:52:\"https://wpmet.com/how-to-speed-up-elementor-website/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000491\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000491;s:5:\"title\";s:54:\"Learn to Build a Transparent Sticky Header by Your Own\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:75:\"https://wpmet.com/how-to-create-a-transparent-sticky-header-with-elementor/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000489\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000489;s:5:\"title\";s:53:\"How to Implement Conditional Content on Your Website?\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:77:\"https://wpmet.com/what-is-conditional-content-and-why-you-should-leverage-it/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(100934,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:55:\"What Is Material Design? Definition, Uses, and Examples\";s:7:\"excerpt\";s:147:\"Material Design is the standard for designing and creating websites and apps. Discover why and learn how to use it to make a user-friendly website.\";s:7:\"created\";i:1612263675;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/what-is-material-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:53:\"Elementor SEO: How To Optimize Your Elementor Website\";s:7:\"excerpt\";s:154:\"SEO is crucial to the success of any website, but to many users, it still remains a mystery. Discover what SEO is and how to use it to optimize your site.\";s:7:\"created\";i:1611838485;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:113:\"https://elementor.com/blog/elementor-seo/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.1: Experiments, Performance Enhancements, And a New Landing Page Workflow\";s:7:\"excerpt\";s:162:\"The new Elementor version 3.1 features performance improvements, a new Landing Page area and workflow to manage your marketing pages, and exploratory experiments.\";s:7:\"created\";i:1611665700;s:5:\"badge\";s:11:\"New Feature\";s:3:\"url\";s:125:\"https://elementor.com/blog/introducing-elementor-3-1/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:33:\"How To Redirect URLs in WordPress\";s:7:\"excerpt\";s:152:\"Redirecting visitors from one page to another is an important part of website maintenance. Explore all the reasons for redirects and how to create them.\";s:7:\"created\";i:1611143960;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/redirect-url-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:33:\"How to Create the Perfect Favicon\";s:7:\"excerpt\";s:140:\"Favicons are an integral part of building up your brand and a recognizable website. Understand what they are, and how to use them correctly.\";s:7:\"created\";i:1610975844;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/favicon-complete-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(100937,'elementor_active_kit','288','yes'),(100938,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(100939,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(100940,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(100964,'ninja_forms_version','3.4.34','yes'),(100965,'ninja_forms_db_version','1.4','no'),(100966,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2021-02-07 16:41:04\";s:17:\"CacheCollateForms\";s:19:\"2021-02-07 16:41:04\";s:18:\"CacheCollateFields\";s:19:\"2021-02-07 16:41:04\";s:19:\"CacheCollateObjects\";s:19:\"2021-02-07 16:41:04\";s:19:\"CacheCollateCleanup\";s:19:\"2021-02-07 16:41:04\";s:25:\"CacheFieldReconcilliation\";s:19:\"2021-02-07 16:41:04\";}','yes'),(100967,'ninja_forms_settings','a:9:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}','yes'),(100968,'ninja_forms_zuul','84','no'),(100981,'ninja_forms_do_not_allow_tracking','1','yes'),(100982,'ninja_forms_optin_reported','1','yes'),(100984,'nf_sub_expiration','a:0:{}','yes'),(111069,'_transient_sow:cleared','1','no'),(100963,'ninja_forms_oauth_client_secret','bAp2BSOJcaajOuAuV5ASlQejhigGxus1RdYxv2oa','yes'),(110998,'_site_transient_php_check_0bf95b5f09d09e56bf994b7894d9087c','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(100971,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values, URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.15\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.3.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(100972,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100980,'nf_form_tel_data','1','no'),(100974,'ninja-forms-views-secret','ASeQP5ESBNFG1MJsGuqxADWAyZUZOv9QDsNS33ZO','yes'),(100979,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'http:\\/\\/www.calvarycrossag.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n setTimeout(function(){ \\/* Wait for services to init. *\\/\\n var data = {\\n width: 450,\\n closeOnClick: \'body\',\\n closeOnEsc: true,\\n content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n btnPrimary: {\\n text: \'Sign me up!\',\\n callback: function() {\\n var spinner = document.createElement(\'span\');\\n spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n var w = this.offsetWidth;\\n this.innerHTML = spinner.outerHTML;\\n this.style.width = w+\'px\';\\n ninja_forms_sendwp_remote_install();\\n }\\n },\\n btnSecondary: {\\n text: \'Cancel\',\\n callback: function() {\\n sendwpModal.toggleModal(false);\\n }\\n }\\n }\\n var sendwpModal = new NinjaModal(data);\\n }, 500);\\n \"}]}','no'),(100975,'ninja_forms_needs_updates','0','yes'),(100976,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:9:\"2/14/2021\";s:3:\"int\";i:7;}}','yes'); /*!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 = utf8 */; 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1134 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 (9,8,'_wp_attached_file','2013/08/slider-01.jpg'),(10,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:21:\"2013/08/slider-01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-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:\"slider-01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-01-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-01-950x712.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slide-background\";a:4:{s:4:\"file\";s:21:\"slider-01-950x460.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"staff-thumb\";a:4:{s:4:\"file\";s:21:\"slider-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-thumb\";a:4:{s:4:\"file\";s:17:\"slider-01-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1369580346;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";}}'),(11,9,'_wp_attached_file','2013/08/slider-02.jpg'),(12,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:21:\"2013/08/slider-02.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-02-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:\"slider-02-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-02-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-02-950x712.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slide-background\";a:4:{s:4:\"file\";s:21:\"slider-02-950x460.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"staff-thumb\";a:4:{s:4:\"file\";s:21:\"slider-02-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-thumb\";a:4:{s:4:\"file\";s:17:\"slider-02-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368554841;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:16:\"0.00117096018735\";s:5:\"title\";s:0:\"\";}}'),(13,10,'_wp_attached_file','2013/08/slider-03.jpg'),(14,10,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:21:\"2013/08/slider-03.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-03-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:\"slider-03-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-03-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-03-950x712.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slide-background\";a:4:{s:4:\"file\";s:21:\"slider-03-950x460.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"staff-thumb\";a:4:{s:4:\"file\";s:21:\"slider-03-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-thumb\";a:4:{s:4:\"file\";s:17:\"slider-03-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1369580347;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";}}'),(15,11,'_wp_attached_file','2013/08/slider-04.jpg'),(16,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:21:\"2013/08/slider-04.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-04-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:\"slider-04-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-04-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-04-950x712.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slide-background\";a:4:{s:4:\"file\";s:21:\"slider-04-950x460.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"staff-thumb\";a:4:{s:4:\"file\";s:21:\"slider-04-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-thumb\";a:4:{s:4:\"file\";s:17:\"slider-04-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368554988;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.000986193293886\";s:5:\"title\";s:0:\"\";}}'),(17,12,'_wp_attached_file','2013/08/slider-05.jpg'),(18,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:21:\"2013/08/slider-05.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-05-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:\"slider-05-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slider-05-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slider-05-950x712.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"slide-background\";a:4:{s:4:\"file\";s:21:\"slider-05-950x460.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"staff-thumb\";a:4:{s:4:\"file\";s:21:\"slider-05-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-thumb\";a:4:{s:4:\"file\";s:17:\"slider-05-1x1.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:1;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368554844;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:16:\"0.00107991360691\";s:5:\"title\";s:0:\"\";}}'),(117,41,'vantage_menu_icon',''),(118,41,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(21,15,'_edit_last','1'),(22,15,'_edit_lock','1377142793:1'),(23,15,'sermon_speaker',''),(24,15,'sermon_ytlink',''),(25,15,'sermon_filelink',''),(26,15,'events_date',''),(27,15,'events_time',''),(28,15,'events_venue',''),(29,15,'events_location',''),(30,15,'slide_link',''),(31,15,'staff_designation',''),(32,16,'_edit_last','1'),(33,16,'_edit_lock','1377142997:1'),(34,16,'sermon_speaker',''),(35,16,'sermon_ytlink',''),(36,16,'sermon_filelink',''),(37,16,'events_date','2013/08/31'),(38,16,'events_time','9:30'),(39,16,'events_venue','Multipurpose Center (MPC)'),(40,16,'events_location','7760 Prue Rd, San Antonio, TX 78249'),(41,16,'slide_link',''),(42,16,'staff_designation',''),(451,122,'_EventShowMapLink','1'),(458,122,'_EventCurrencyPosition','prefix'),(456,122,'_EventVenueID','118'),(457,122,'_EventCurrencySymbol','$'),(455,122,'_EventDuration','9000'),(94,33,'mini',''),(115,41,'_wp_page_template','templates/template-full.php'),(113,41,'_edit_last','1'),(114,41,'_edit_lock','1421684275:1'),(454,122,'_EventEndDate','2015-01-24 20:30:00'),(116,41,'vantage_metaslider_slider','meta:85'),(452,122,'_EventShowMap','1'),(453,122,'_EventStartDate','2015-01-24 18:00:00'),(1038,294,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1037,294,'_elementor_edit_mode','builder'),(92,33,'_edit_last','1'),(93,33,'_edit_lock','1384145783:1'),(95,33,'mini_excerpt','We are a diverse group welcoming all walks of life just as Christ opened up the doors of heaven for all to enter in.'),(96,36,'_wp_attached_file','2013/11/IMG_20130514_180721-e1384145585642.jpg'),(97,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:46:\"2013/11/IMG_20130514_180721-e1384145585642.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"IMG_20130514_180721-e1384145585642-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:46:\"IMG_20130514_180721-e1384145585642-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"IMG_20130514_180721-e1384145585642-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368554841;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:16:\"0.00117096018735\";s:5:\"title\";s:0:\"\";}}'),(98,37,'_wp_attached_file','2013/11/IMG_20130514_180948-e1384145561991.jpg'),(99,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:46:\"2013/11/IMG_20130514_180948-e1384145561991.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"IMG_20130514_180948-e1384145561991-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:46:\"IMG_20130514_180948-e1384145561991-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"IMG_20130514_180948-e1384145561991-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368554988;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.000986193293886\";s:5:\"title\";s:0:\"\";}}'),(100,38,'_wp_attached_file','2013/11/IMG_20130526_145906-e1384145522308.jpg'),(101,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:46:\"2013/11/IMG_20130526_145906-e1384145522308.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"IMG_20130526_145906-e1384145522308-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:46:\"IMG_20130526_145906-e1384145522308-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"IMG_20130526_145906-e1384145522308-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1369580346;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";}}'),(102,39,'_wp_attached_file','2013/11/IMG_20130526_145907-e1384145476853.jpg'),(103,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:46:\"2013/11/IMG_20130526_145907-e1384145476853.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"IMG_20130526_145907-e1384145476853-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:46:\"IMG_20130526_145907-e1384145476853-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"IMG_20130526_145907-e1384145476853-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1369580347;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";}}'),(104,39,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:23:\"IMG_20130526_145907.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130526_145907-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130526_145907-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"IMG_20130526_145907-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(105,38,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:23:\"IMG_20130526_145906.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130526_145906-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130526_145906-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"IMG_20130526_145906-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1384145522308\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:38:\"IMG_20130526_145906-e1384145503540.jpg\";}s:23:\"thumbnail-1384145522308\";a:4:{s:4:\"file\";s:46:\"IMG_20130526_145906-e1384145503540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1384145522308\";a:4:{s:4:\"file\";s:46:\"IMG_20130526_145906-e1384145503540-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1384145522308\";a:4:{s:4:\"file\";s:47:\"IMG_20130526_145906-e1384145503540-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(106,37,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:23:\"IMG_20130514_180948.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130514_180948-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130514_180948-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"IMG_20130514_180948-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(107,36,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:23:\"IMG_20130514_180721.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130514_180721-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"IMG_20130514_180721-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"IMG_20130514_180721-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(108,35,'_edit_last','1'),(109,35,'image','http://www.calvarycrossag.com/wp-content/uploads/2013/11/IMG_20130526_145907-e1384145476853-225x300.jpg'),(110,35,'_edit_lock','1384145660:1'),(125,48,'_edit_last','1'),(126,48,'_edit_lock','1595007788:1'),(127,49,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:78:\"Introducing the African and Minority Communities to the Gospel of Jesus Christ\";s:4:\"info\";a:4:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:2:\"id\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:169:\"Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"2\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"3\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"4\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";}}i:4;a:6:{s:3:\"ids\";s:0:\"\";s:4:\"size\";s:0:\"\";s:4:\"type\";s:0:\"\";s:7:\"columns\";s:1:\"3\";s:4:\"link\";s:0:\"\";s:4:\"info\";a:4:{s:5:\"class\";s:33:\"SiteOrigin_Panels_Widgets_Gallery\";s:2:\"id\";s:1:\"5\";s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";s:0:\"\";}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(120,45,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:3:{s:8:\"headline\";s:32:\"Calcvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:2:\"id\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:169:\"Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"2\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:4:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}}}'),(124,47,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:2:\"id\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:169:\"Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"2\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"3\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"4\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";}}i:4;a:6:{s:3:\"ids\";s:0:\"\";s:4:\"size\";s:0:\"\";s:4:\"type\";s:0:\"\";s:7:\"columns\";s:1:\"3\";s:4:\"link\";s:0:\"\";s:4:\"info\";a:4:{s:5:\"class\";s:33:\"SiteOrigin_Panels_Widgets_Gallery\";s:2:\"id\";s:1:\"5\";s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";s:0:\"\";}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(123,46,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:3:{s:8:\"headline\";s:32:\"Calcvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:2:\"id\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:169:\"Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"2\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"3\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"4\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";}}i:4;a:6:{s:3:\"ids\";s:0:\"\";s:4:\"size\";s:0:\"\";s:4:\"type\";s:0:\"\";s:7:\"columns\";s:1:\"3\";s:4:\"link\";s:0:\"\";s:4:\"info\";a:4:{s:5:\"class\";s:33:\"SiteOrigin_Panels_Widgets_Gallery\";s:2:\"id\";s:1:\"5\";s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";s:0:\"\";}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(129,48,'_wp_page_template','default'),(130,48,'vantage_metaslider_slider',''),(131,48,'vantage_menu_icon',''),(132,48,'panels_data','a:0:{}'),(133,52,'_edit_last','1'),(134,52,'_edit_lock','1401133940:1'),(135,52,'_wp_page_template','default'),(136,52,'vantage_metaslider_slider',''),(137,52,'vantage_menu_icon',''),(138,52,'panels_data','a:0:{}'),(139,54,'_edit_last','1'),(140,54,'_edit_lock','1477846717:1'),(141,54,'_wp_page_template','default'),(142,54,'vantage_metaslider_slider',''),(143,54,'vantage_menu_icon',''),(674,165,'Contact email','jedaz@juno.com'),(1016,290,'_elementor_edit_mode','builder'),(1017,290,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1018,290,'_elementor_template_type','wp-page'),(1118,306,'_seq_num','1'),(1117,306,'_form_id','1'),(1005,289,'neve_meta_sidebar','full-width'),(1006,289,'neve_meta_enable_content_width','on'),(1007,289,'neve_meta_content_width','100'),(1008,289,'_edit_lock','1612723696:1'),(1009,289,'_edit_last','1'),(1010,289,'_elementor_edit_mode','builder'),(1011,289,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1012,289,'_elementor_template_type','wp-page'),(1013,289,'_elementor_version','3.1.1'),(1014,288,'_elementor_css','a:6:{s:4:\"time\";i:1612713834;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1015,289,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":100,\"premium_fancy_text_back_speed\":100,\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a03682f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#0F0F0F\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4c269\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"740c296\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/pastor-and-wife.jpg\",\"id\":157},\"thumbnail_size\":\"large\",\"title_text\":\"PASTOR DANIEL ESSEL\",\"description_text\":\"Daniel Essel is the Head Pastor of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"a90878c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"432fd72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/first-lady.jpg\",\"id\":156},\"thumbnail_size\":\"large\",\"title_text\":\"FIRST LADY REBECCA ESSEL\",\"description_text\":\"Rebecca Essel is the First Lady of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde6628\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b8642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ce98a0b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1002,288,'_elementor_version','3.1.1'),(151,57,'_edit_last','1'),(152,57,'_edit_lock','1385095255:1'),(153,57,'_wp_page_template','default'),(154,57,'vantage_metaslider_slider',''),(155,57,'vantage_menu_icon',''),(156,57,'panels_data','a:0:{}'),(157,60,'_edit_last','1'),(158,60,'_edit_lock','1611863116:1'),(1021,291,'_elementor_edit_mode','builder'),(1022,291,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1023,291,'_elementor_template_type','wp-page'),(1024,291,'_elementor_version','3.1.1'),(1025,291,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1020,290,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1019,290,'_elementor_version','3.1.1'),(165,60,'_wp_page_template','default'),(166,60,'vantage_metaslider_slider',''),(167,60,'vantage_menu_icon',''),(168,60,'panels_data','a:0:{}'),(169,64,'_menu_item_type','post_type'),(170,64,'_menu_item_menu_item_parent','0'),(171,64,'_menu_item_object_id','60'),(172,64,'_menu_item_object','page'),(173,64,'_menu_item_target',''),(174,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(175,64,'_menu_item_xfn',''),(176,64,'_menu_item_url',''),(178,65,'_menu_item_type','post_type'),(179,65,'_menu_item_menu_item_parent','0'),(180,65,'_menu_item_object_id','57'),(181,65,'_menu_item_object','page'),(182,65,'_menu_item_target',''),(183,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(184,65,'_menu_item_xfn',''),(185,65,'_menu_item_url',''),(698,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2667;s:4:\"file\";s:35:\"2020/07/calvary-cross-ag-slider.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"calvary-cross-ag-slider-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:35:\"calvary-cross-ag-slider-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:35:\"calvary-cross-ag-slider-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:36:\"calvary-cross-ag-slider-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"calvary-cross-ag-slider-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"post-thumbnail-large\";a:4:{s:4:\"file\";s:35:\"calvary-cross-ag-slider-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:35:\"calvary-cross-ag-slider-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:35:\"calvary-cross-ag-slider-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:35:\"calvary-cross-ag-slider-285x214.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:35:\"calvary-cross-ag-slider-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(697,176,'_wp_attached_file','2020/07/calvary-cross-ag-slider.jpg'),(196,67,'_menu_item_type','post_type'),(197,67,'_menu_item_menu_item_parent','0'),(198,67,'_menu_item_object_id','52'),(199,67,'_menu_item_object','page'),(200,67,'_menu_item_target',''),(201,67,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(202,67,'_menu_item_xfn',''),(203,67,'_menu_item_url',''),(205,68,'_menu_item_type','post_type'),(206,68,'_menu_item_menu_item_parent','0'),(207,68,'_menu_item_object_id','48'),(208,68,'_menu_item_object','page'),(209,68,'_menu_item_target',''),(210,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(211,68,'_menu_item_xfn',''),(212,68,'_menu_item_url',''),(377,117,'_edit_last','1'),(376,117,'_edit_lock','1420919695:1'),(375,117,'_EventOrigin','events-calendar'),(374,116,'_edit_last','1'),(373,116,'_edit_lock','1420915495:1'),(239,76,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:2:\"id\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:169:\"Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"2\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"3\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"4\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";}}i:4;a:6:{s:3:\"ids\";s:0:\"\";s:4:\"size\";s:0:\"\";s:4:\"type\";s:0:\"\";s:7:\"columns\";s:1:\"3\";s:4:\"link\";s:0:\"\";s:4:\"info\";a:4:{s:5:\"class\";s:33:\"SiteOrigin_Panels_Widgets_Gallery\";s:2:\"id\";s:1:\"5\";s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";s:0:\"\";}i:2;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:5:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"2\";}}}'),(240,77,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:5:\"class\";s:23:\"Vantage_Headline_Widget\";s:2:\"id\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:169:\"Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"2\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"3\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:0:\"\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";s:2:\"id\";s:1:\"4\";s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";}}i:4;a:9:{s:5:\"title\";s:40:\"What\'s Happening at Calvary Cross Church\";s:8:\"template\";s:8:\"loop.php\";s:9:\"post_type\";s:4:\"post\";s:14:\"posts_per_page\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";s:2:\"id\";s:1:\"8\";s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";}}i:5;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";b:0;s:4:\"info\";a:4:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:2:\"id\";s:1:\"7\";s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";s:0:\"\";}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";s:0:\"\";}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";s:0:\"\";}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(562,131,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(463,123,'_edit_lock','1420919670:1'),(464,123,'_edit_last','1'),(590,138,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(283,93,'_wp_attached_file','2014/05/church-picture-1.jpeg'),(284,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2014/05/church-picture-1.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-1-150x150.jpeg\";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:\"church-picture-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-1-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:29:\"church-picture-1-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"church-picture-1-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"church-picture-1-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(285,94,'_wp_attached_file','2014/05/church-picture-2.jpeg'),(286,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2014/05/church-picture-2.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-2-150x150.jpeg\";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:\"church-picture-2-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-2-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:29:\"church-picture-2-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"church-picture-2-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"church-picture-2-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(287,95,'_wp_attached_file','2014/05/church-picture-3.jpeg'),(288,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2014/05/church-picture-3.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-3-150x150.jpeg\";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:\"church-picture-3-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-3-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:29:\"church-picture-3-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"church-picture-3-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"church-picture-3-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(289,96,'_wp_attached_file','2014/05/church-picture-4.jpeg'),(290,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:1836;s:4:\"file\";s:29:\"2014/05/church-picture-4.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-4-150x150.jpeg\";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:\"church-picture-4-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"church-picture-4-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-4-720x380.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:30:\"church-picture-4-1080x380.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:29:\"church-picture-4-960x480.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"church-picture-4-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"church-picture-4-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(291,97,'_wp_attached_file','2014/05/church-picture-5.jpeg'),(292,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2014/05/church-picture-5.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-5-150x150.jpeg\";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:\"church-picture-5-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-5-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:29:\"church-picture-5-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"church-picture-5-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"church-picture-5-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(293,98,'_wp_attached_file','2014/05/church-picture-6.jpeg'),(294,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2014/05/church-picture-6.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-6-150x150.jpeg\";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:\"church-picture-6-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"church-picture-6-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:29:\"church-picture-6-640x380.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"church-picture-6-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"church-picture-6-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(295,93,'ml-slider_type','image'),(296,94,'ml-slider_type','image'),(297,95,'ml-slider_type','image'),(298,96,'ml-slider_type','image'),(299,97,'ml-slider_type','image'),(300,98,'ml-slider_type','image'),(301,93,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-640x237\";a:5:{s:4:\"path\";s:82:\"/home2/church/public_html/wp-content/uploads/2014/05/church-picture-1-640x237.jpeg\";s:4:\"file\";s:29:\"church-picture-1-640x237.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(302,94,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-640x237\";a:5:{s:4:\"path\";s:82:\"/home2/church/public_html/wp-content/uploads/2014/05/church-picture-2-640x237.jpeg\";s:4:\"file\";s:29:\"church-picture-2-640x237.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(303,98,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-640x237\";a:5:{s:4:\"path\";s:82:\"/home2/church/public_html/wp-content/uploads/2014/05/church-picture-6-640x237.jpeg\";s:4:\"file\";s:29:\"church-picture-6-640x237.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(304,97,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-640x237\";a:5:{s:4:\"path\";s:82:\"/home2/church/public_html/wp-content/uploads/2014/05/church-picture-5-640x237.jpeg\";s:4:\"file\";s:29:\"church-picture-5-640x237.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(305,95,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-640x237\";a:5:{s:4:\"path\";s:82:\"/home2/church/public_html/wp-content/uploads/2014/05/church-picture-3-640x237.jpeg\";s:4:\"file\";s:29:\"church-picture-3-640x237.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(306,96,'_wp_attachment_backup_sizes','a:1:{s:16:\"resized-1080x400\";a:5:{s:4:\"path\";s:83:\"/home2/church/public_html/wp-content/uploads/2014/05/church-picture-4-1080x400.jpeg\";s:4:\"file\";s:30:\"church-picture-4-1080x400.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1032,293,'_elementor_edit_mode','builder'),(1033,293,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1034,293,'_elementor_template_type','wp-page'),(561,131,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:1:{s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.rnrn-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(313,99,'_edit_last','1'),(314,99,'_edit_lock','1420915133:1'),(1035,293,'_elementor_version','3.1.1'),(1036,293,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(321,99,'panels_data','a:0:{}'),(675,166,'Contact email','jedaz@juno.com'),(629,149,'_edit_last','1'),(594,138,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(462,123,'_EventOrigin','events-calendar'),(461,122,'_EventOrganizerID','0'),(460,122,'_EventURL',''),(459,122,'_EventCost',''),(338,109,'panels_data','a:3:{s:7:\"widgets\";a:6:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:40:\"WHAT\'S HAPPENING AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-blog.php\";s:9:\"post_type\";s:4:\"post\";s:14:\"posts_per_page\";s:1:\"2\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:6:\"sticky\";s:4:\"only\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(592,139,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(250,81,'_wp_attached_file','2013/11/assemblies_of_god_logo.gif'),(251,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:276;s:6:\"height\";i:309;s:4:\"file\";s:34:\"2013/11/assemblies_of_god_logo.gif\";s:5:\"sizes\";a:1:{s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:34:\"assemblies_of_god_logo-276x272.gif\";s:5:\"width\";i:276;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(252,82,'_wp_attached_file','2013/11/assemblies_of_god_logo.jpg'),(253,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:71;s:6:\"height\";i:80;s:4:\"file\";s:34:\"2013/11/assemblies_of_god_logo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(563,131,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(564,131,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(257,39,'_edit_lock','1385851682:1'),(258,84,'_wp_attached_file','2013/11/slider.jpg'),(259,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2013/11/slider.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slider-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:18:\"slider-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"slider-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"slider-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:19:\"slider-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:18:\"slider-960x400.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:18:\"slider-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:18:\"slider-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1369580347;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0588235294118\";s:5:\"title\";s:0:\"\";}}'),(260,84,'_edit_lock','1385852855:1'),(261,85,'ml-slider_settings','a:35:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:4:\"1080\";s:6:\"height\";s:3:\"400\";s:3:\"spw\";i:7;s:3:\"sph\";i:5;s:5:\"delay\";s:4:\"6000\";s:6:\"sDelay\";i:30;s:7:\"opacity\";d:0.6999999999999999555910790149937383830547332763671875;s:10:\"titleSpeed\";i:500;s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:5:\"false\";s:5:\"links\";s:4:\"true\";s:10:\"hoverPause\";s:4:\"true\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:3:\"600\";s:8:\"prevText\";s:1:\"<\";s:8:\"nextText\";s:1:\">\";s:6:\"slices\";i:15;s:6:\"center\";s:4:\"true\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:12:\"smoothHeight\";s:5:\"false\";s:14:\"carouselMargin\";s:1:\"5\";s:10:\"noConflict\";s:4:\"true\";s:9:\"fullWidth\";s:4:\"true\";}'),(262,84,'ml-slider_type','image'),(263,84,'_wp_attachment_backup_sizes','a:1:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:71:\"/home2/church/public_html/wp-content/uploads/2013/11/slider-700x300.jpg\";s:4:\"file\";s:18:\"slider-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(264,36,'_edit_lock','1385852936:1'),(265,11,'_edit_lock','1385852947:1'),(267,86,'_wp_attached_file','2013/11/slider1.jpg'),(268,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2013/11/slider1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider1-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:19:\"slider1-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slider1-1024x379.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slider1-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"slider1-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:19:\"slider1-960x400.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:19:\"slider1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:19:\"slider1-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SGH-T889\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368554988;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.000986193293886\";s:5:\"title\";s:0:\"\";}}'),(269,86,'ml-slider_type','image'),(727,190,'_wp_page_template','default'),(726,190,'_edit_last','1'),(384,117,'_EventShowMapLink','1'),(385,117,'_EventShowMap','1'),(392,118,'_VenueOrigin','events-calendar'),(393,118,'_EventShowMapLink','1'),(394,118,'_EventShowMap','1'),(395,118,'_VenueVenue','Calvary Cross Assembly of God'),(396,118,'_VenueAddress','7760 Prue Rd'),(397,118,'_VenueCity','San Antonio'),(398,118,'_VenueCountry','United States'),(399,118,'_VenueProvince',''),(400,118,'_VenueState','TX'),(401,118,'_VenueZip','78249'),(402,118,'_VenuePhone','2104245402'),(403,118,'_VenueURL','www.calvarycrossag.com'),(404,118,'_VenueStateProvince','TX'),(405,117,'_EventStartDate','2015-01-18 11:00:00'),(406,117,'_EventEndDate','2015-01-18 12:00:00'),(407,117,'_EventDuration','3600'),(408,117,'_EventVenueID','118'),(409,117,'_EventCurrencySymbol','$'),(410,117,'_EventCurrencyPosition','prefix'),(411,117,'_EventCost',''),(412,117,'_EventURL',''),(413,117,'_EventOrganizerID','0'),(725,190,'_edit_lock','1612713521:1'),(423,118,'_edit_lock','1420916565:1'),(444,122,'_edit_last','1'),(442,122,'_EventOrigin','events-calendar'),(443,122,'_edit_lock','1420919710:1'),(471,123,'_EventShowMapLink','1'),(472,123,'_EventShowMap','1'),(473,123,'_EventStartDate','2015-01-25 11:00:00'),(474,123,'_EventEndDate','2015-01-25 13:00:00'),(475,123,'_EventDuration','7200'),(476,123,'_EventVenueID','118'),(477,123,'_EventCurrencySymbol','$'),(478,123,'_EventCurrencyPosition','prefix'),(479,123,'_EventCost',''),(480,123,'_EventURL',''),(481,123,'_EventOrganizerID','0'),(482,124,'_EventOrigin','events-calendar'),(483,124,'_edit_lock','1477086327:1'),(484,124,'_edit_last','1'),(491,124,'_EventShowMapLink','1'),(492,124,'_EventShowMap','1'),(493,124,'_EventStartDate','2015-02-14 19:00:00'),(494,124,'_EventEndDate','2015-02-14 21:00:00'),(495,124,'_EventDuration','7200'),(496,124,'_EventVenueID','118'),(497,124,'_EventCurrencySymbol','$'),(498,124,'_EventCurrencyPosition','prefix'),(502,124,'_EventCost',''),(500,124,'_EventURL',''),(501,124,'_EventOrganizerID','0'),(503,125,'_EventOrigin','events-calendar'),(504,125,'_edit_lock','1420919650:1'),(505,125,'_edit_last','1'),(512,125,'_EventShowMapLink','1'),(513,125,'_EventShowMap','1'),(514,125,'_EventStartDate','2015-02-01 11:00:00'),(515,125,'_EventEndDate','2015-02-01 12:00:00'),(516,125,'_EventDuration','3600'),(517,125,'_EventVenueID','118'),(518,125,'_EventCurrencySymbol','$'),(519,125,'_EventCurrencyPosition','prefix'),(520,125,'_EventCost',''),(521,125,'_EventURL',''),(522,125,'_EventOrganizerID','0'),(591,138,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(579,135,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(578,134,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(589,138,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:1:{s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.rnrn-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(575,132,'vantage_metaslider_slider',''),(576,132,'vantage_menu_icon',''),(577,133,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:1:{s:5:\"class\";s:9:\"wide-grey\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:1:{s:5:\"class\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(565,132,'_edit_lock','1421684615:1'),(566,132,'_edit_last','1'),(567,132,'_wp_page_template','templates/template-full.php'),(574,132,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(531,126,'_wp_attached_file','2015/01/clouds.jpeg'),(532,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2509;s:6:\"height\";i:1673;s:4:\"file\";s:19:\"2015/01/clouds.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"clouds-150x150.jpeg\";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:19:\"clouds-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"clouds-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"clouds-720x380.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"clouds-1080x380.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:19:\"clouds-960x480.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:19:\"clouds-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:19:\"clouds-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(533,126,'ml-slider_type','image'),(534,126,'_wp_attachment_backup_sizes','a:1:{s:16:\"resized-1080x400\";a:5:{s:4:\"path\";s:73:\"/home2/church/public_html/wp-content/uploads/2015/01/clouds-1080x400.jpeg\";s:4:\"file\";s:20:\"clouds-1080x400.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(535,126,'_wp_attachment_image_alt',''),(536,96,'_wp_attachment_image_alt',''),(537,94,'_wp_attachment_image_alt',''),(538,97,'_wp_attachment_image_alt',''),(539,95,'_wp_attachment_image_alt',''),(540,98,'_wp_attachment_image_alt',''),(556,130,'_wp_attached_file','2015/01/clouds-words1.jpeg'),(557,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2509;s:6:\"height\";i:1673;s:4:\"file\";s:26:\"2015/01/clouds-words1.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-words1-150x150.jpeg\";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:\"clouds-words1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"clouds-words1-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"clouds-words1-720x380.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:27:\"clouds-words1-1080x380.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:26:\"clouds-words1-960x480.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:26:\"clouds-words1-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:26:\"clouds-words1-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(558,130,'ml-slider_type','image'),(559,130,'_wp_attachment_backup_sizes','a:1:{s:16:\"resized-1080x400\";a:5:{s:4:\"path\";s:80:\"/home2/church/public_html/wp-content/uploads/2015/01/clouds-words1-1080x400.jpeg\";s:4:\"file\";s:27:\"clouds-words1-1080x400.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(560,130,'_wp_attachment_image_alt',''),(595,138,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(596,140,'_edit_lock','1611886314:1'),(597,140,'_edit_last','1'),(598,140,'_wp_page_template','default'),(1030,292,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1029,292,'_elementor_version','3.1.1'),(1028,292,'_elementor_template_type','wp-page'),(605,140,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(606,140,'vantage_metaslider_slider',''),(607,140,'vantage_menu_icon',''),(608,141,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:1;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:2;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:5;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:6:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"1\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"2\";}}}'),(609,142,'panels_data','a:3:{s:7:\"widgets\";a:8:{i:0;a:3:{s:9:\"slider_id\";s:2:\"85\";s:5:\"title\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"7\";s:5:\"class\";s:17:\"MetaSlider_Widget\";}}i:1;a:3:{s:8:\"headline\";s:31:\"Calvary Cross Assemblies Of God\";s:12:\"sub_headline\";s:31:\"Experience the Prescence of God\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"1\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"0\";s:5:\"class\";s:23:\"Vantage_Headline_Widget\";}}i:2;a:11:{s:5:\"title\";s:15:\"Church Services\";s:4:\"text\";s:170:\"Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1\";s:4:\"icon\";s:9:\"icon-time\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"1\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:3;a:11:{s:5:\"title\";s:13:\"Cell Meetings\";s:4:\"text\";s:234:\"Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use\";s:4:\"icon\";s:10:\"icon-group\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"2\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:4;a:11:{s:5:\"title\";s:20:\"Marriage Conferences\";s:4:\"text\";s:231:\"Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.\";s:4:\"icon\";s:10:\"icon-heart\";s:21:\"icon_background_color\";s:7:\"#D98E01\";s:5:\"image\";s:0:\"\";s:13:\"icon_position\";s:3:\"top\";s:9:\"icon_size\";s:5:\"small\";s:4:\"more\";s:0:\"\";s:8:\"more_url\";s:0:\"\";s:3:\"box\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"2\";s:4:\"cell\";s:1:\"2\";s:2:\"id\";s:1:\"3\";s:5:\"class\";s:25:\"Vantage_CircleIcon_Widget\";}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:16:\"content-page.php\";s:9:\"post_type\";s:4:\"page\";s:14:\"posts_per_page\";s:1:\"1\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"4\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:6;a:9:{s:5:\"title\";s:39:\"UPCOMING EVENTS AT CALVARY CROSS CHURCH\";s:8:\"template\";s:19:\"loops/loop-grid.php\";s:9:\"post_type\";s:12:\"tribe_events\";s:14:\"posts_per_page\";s:1:\"8\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:3:\"ASC\";s:6:\"sticky\";s:0:\"\";s:10:\"additional\";s:0:\"\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"0\";s:2:\"id\";s:1:\"5\";s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";}}i:7;a:4:{s:5:\"title\";s:24:\"A Word From Pastor Essel\";s:4:\"text\";s:156:\"Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\r\n\r\n-Pastor Daniel Essel\";s:6:\"filter\";s:1:\"1\";s:4:\"info\";a:4:{s:4:\"grid\";s:1:\"3\";s:4:\"cell\";s:1:\"1\";s:2:\"id\";s:1:\"6\";s:5:\"class\";s:14:\"WP_Widget_Text\";}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";s:1:\"1\";s:5:\"style\";a:7:{s:5:\"class\";s:9:\"wide-grey\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";s:1:\"3\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";s:1:\"2\";s:5:\"style\";a:7:{s:5:\"class\";s:0:\"\";s:10:\"top_border\";s:0:\"\";s:13:\"bottom_border\";s:0:\"\";s:10:\"background\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:23:\"background_image_repeat\";s:0:\"\";s:9:\"no_margin\";s:0:\"\";}}}s:10:\"grid_cells\";a:7:{i:0;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"0\";}i:1;a:2:{s:6:\"weight\";s:1:\"1\";s:4:\"grid\";s:1:\"1\";}i:2;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:3;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:4;a:2:{s:6:\"weight\";s:18:\"0.3333333333333333\";s:4:\"grid\";s:1:\"2\";}i:5;a:2:{s:6:\"weight\";s:18:\"0.6654632972322503\";s:4:\"grid\";s:1:\"3\";}i:6;a:2:{s:6:\"weight\";s:18:\"0.3345367027677497\";s:4:\"grid\";s:1:\"3\";}}}'),(649,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:46;s:4:\"file\";s:33:\"2016/10/people-e1477083036400.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"people-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:\"people-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"people-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:18:\"people-600x275.png\";s:5:\"width\";i:600;s:6:\"height\";i:275;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:18:\"people-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:18:\"people-285x214.png\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:18:\"people-174x174.png\";s:5:\"width\";i:174;s:6:\"height\";i:174;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:{}}}'),(648,153,'_wp_attached_file','2016/10/people-e1477083036400.png'),(628,149,'_edit_lock','1596974732:1'),(630,149,'_wp_page_template','default'),(1027,292,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1026,292,'_elementor_edit_mode','builder'),(637,126,'_wp_attachment_is_custom_background','zerif-lite'),(638,130,'_wp_attachment_is_custom_background','zerif-lite'),(639,152,'_menu_item_type','custom'),(640,152,'_menu_item_menu_item_parent','0'),(641,152,'_menu_item_object_id','152'),(642,152,'_menu_item_object','custom'),(643,152,'_menu_item_target',''),(644,152,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(645,152,'_menu_item_xfn',''),(646,152,'_menu_item_url','http://calvarycrossag.com'),(650,154,'_wp_attached_file','2016/10/marriage-e1477083272337.png'),(651,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:81;s:4:\"file\";s:35:\"2016/10/marriage-e1477083272337.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"marriage-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:20:\"marriage-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"marriage-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"post-thumbnail-large\";a:4:{s:4:\"file\";s:20:\"marriage-497x500.png\";s:5:\"width\";i:497;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:20:\"marriage-497x300.png\";s:5:\"width\";i:497;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:20:\"marriage-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:20:\"marriage-285x214.png\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:20:\"marriage-174x174.png\";s:5:\"width\";i:174;s:6:\"height\";i:174;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:{}}}'),(652,155,'_wp_attached_file','2016/10/Church-e1477083105524.png'),(653,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:33:\"2016/10/Church-e1477083105524.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Church-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:\"Church-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Church-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"post-thumbnail-large\";a:4:{s:4:\"file\";s:18:\"Church-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:18:\"Church-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:18:\"Church-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:18:\"Church-285x214.png\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:18:\"Church-174x174.png\";s:5:\"width\";i:174;s:6:\"height\";i:174;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:{}}}'),(654,153,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:275;s:4:\"file\";s:10:\"people.png\";}}'),(655,155,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:10:\"Church.png\";}}'),(656,154,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:497;s:6:\"height\";i:800;s:4:\"file\";s:12:\"marriage.png\";}s:18:\"full-1477083252241\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:161;s:4:\"file\";s:27:\"marriage-e1477083201524.png\";}s:18:\"full-1477083272337\";a:3:{s:5:\"width\";i:75;s:6:\"height\";i:121;s:4:\"file\";s:27:\"marriage-e1477083252241.png\";}}'),(657,156,'_wp_attached_file','2016/10/first-lady.jpg'),(658,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:968;s:6:\"height\";i:968;s:4:\"file\";s:22:\"2016/10/first-lady.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"first-lady-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:\"first-lady-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"first-lady-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"first-lady-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"post-thumbnail-large\";a:4:{s:4:\"file\";s:22:\"first-lady-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:22:\"first-lady-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:22:\"first-lady-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:22:\"first-lady-285x214.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:22:\"first-lady-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(659,157,'_wp_attached_file','2016/10/pastor-and-wife.jpg'),(660,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:719;s:6:\"height\";i:719;s:4:\"file\";s:27:\"2016/10/pastor-and-wife.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pastor-and-wife-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:27:\"pastor-and-wife-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pastor-and-wife-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"post-thumbnail-large\";a:4:{s:4:\"file\";s:27:\"pastor-and-wife-719x500.jpg\";s:5:\"width\";i:719;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:27:\"pastor-and-wife-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:27:\"pastor-and-wife-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:27:\"pastor-and-wife-285x214.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:27:\"pastor-and-wife-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(676,167,'Contact email','buffaloxa@gmail.com'),(666,160,'_edit_last','1'),(665,160,'_edit_lock','1477086515:1'),(667,160,'_wp_page_template','default'),(677,168,'Contact email','nanajog@gmail.com'),(678,169,'Contact email','randy@talkwithlead.com'),(679,85,'metaslider_slideshow_theme',''),(680,171,'Contact email','nick@chinaregistry.org.cn'),(681,171,'pirate-formsmail-status','true'),(682,171,'pirate-formsattachments','a:0:{}'),(683,171,'pirate-formsconfirm-mail-status','false'),(684,173,'Contact email','ppe@eyeglasssupplystore.com'),(685,173,'pirate-formsmail-status','true'),(686,173,'pirate-formsattachments','a:0:{}'),(687,173,'pirate-formsconfirm-mail-status','false'),(767,215,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21510000\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21510001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21510002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21510003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(699,176,'_wp_attachment_is_custom_background','zerif-lite'),(712,181,'_wp_attached_file','2020/07/calvary-cross-ag-contact-image.jpg'),(713,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:42:\"2020/07/calvary-cross-ag-contact-image.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"calvary-cross-ag-contact-image-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:42:\"calvary-cross-ag-contact-image-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:42:\"calvary-cross-ag-contact-image-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:43:\"calvary-cross-ag-contact-image-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"calvary-cross-ag-contact-image-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"post-thumbnail-large\";a:4:{s:4:\"file\";s:42:\"calvary-cross-ag-contact-image-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:42:\"calvary-cross-ag-contact-image-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:42:\"calvary-cross-ag-contact-image-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:42:\"calvary-cross-ag-contact-image-285x214.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:42:\"calvary-cross-ag-contact-image-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(714,181,'_wp_attachment_is_custom_background','zerif-lite'),(717,183,'_wp_attached_file','2020/07/calvary-cross-ag-contact-image-1.jpg'),(718,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5610;s:6:\"height\";i:3739;s:4:\"file\";s:44:\"2020/07/calvary-cross-ag-contact-image-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"calvary-cross-ag-contact-image-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:44:\"calvary-cross-ag-contact-image-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:44:\"calvary-cross-ag-contact-image-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:45:\"calvary-cross-ag-contact-image-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"calvary-cross-ag-contact-image-1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"post-thumbnail-large\";a:4:{s:4:\"file\";s:44:\"calvary-cross-ag-contact-image-1-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"post-thumbnail-large-table\";a:4:{s:4:\"file\";s:44:\"calvary-cross-ag-contact-image-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:44:\"calvary-cross-ag-contact-image-1-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:44:\"calvary-cross-ag-contact-image-1-285x214.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:44:\"calvary-cross-ag-contact-image-1-174x174.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(719,183,'_wp_attachment_is_custom_background','zerif-lite'),(734,191,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<strong style=\"text-algin:center\">Give With Paypal</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a285c130-0f57-4568-a736-3d2c148c2024\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:13:\"text-19110000\";s:11:\"option_name\";s:11:\"widget_text\";}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:64:\"<strong style=\"text-align:center\">Give With Secure Give</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0301d990-0edf-46b0-b13d-5136e12137e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:13:\"text-19110001\";s:11:\"option_name\";s:11:\"widget_text\";}i:2;a:3:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19110002\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:64:\"<strong style=\"text-align:center\">Give With Secure Give</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"992625a8-45f9-42bf-9505-d20a335c71e1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:13:\"text-19110003\";s:11:\"option_name\";s:11:\"widget_text\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(735,190,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:32:\"https://paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#1e73be\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1596974550709\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010001\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a1e14e64-1315-4eb4-a2f5-fd554b143a3b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010002\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9227590335f2fe596b556c100749587\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"68fca2f0-da51-4f8a-886c-803bd1f72b15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(736,192,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<strong style=\"text-algin:center\">Give With Paypal</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a285c130-0f57-4568-a736-3d2c148c2024\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:13:\"text-19010000\";s:11:\"option_name\";s:11:\"widget_text\";}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:64:\"<strong style=\"text-align:center\">Give With Secure Give</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0301d990-0edf-46b0-b13d-5136e12137e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:13:\"text-19010001\";s:11:\"option_name\";s:11:\"widget_text\";}i:2;a:3:{s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:64:\"<strong style=\"text-align:center\">Give With Secure Give</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"992625a8-45f9-42bf-9505-d20a335c71e1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:13:\"text-19010003\";s:11:\"option_name\";s:11:\"widget_text\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(737,193,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<strong style=\"text-algin:center\">Give With Paypal</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:22:\"so_sidebar_emulator_id\";s:13:\"text-19310000\";s:11:\"option_name\";s:11:\"widget_text\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a285c130-0f57-4568-a736-3d2c148c2024\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:64:\"<strong style=\"text-align:center\">Give With Secure Give</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:22:\"so_sidebar_emulator_id\";s:13:\"text-19310001\";s:11:\"option_name\";s:11:\"widget_text\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0301d990-0edf-46b0-b13d-5136e12137e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19310002\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19310003\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(774,222,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010001\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(738,194,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:59:\"<strong style=\"text-algin:center\">Give With Paypal</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:22:\"so_sidebar_emulator_id\";s:13:\"text-19010000\";s:11:\"option_name\";s:11:\"widget_text\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a285c130-0f57-4568-a736-3d2c148c2024\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:64:\"<strong style=\"text-align:center\">Give With Secure Give</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:22:\"so_sidebar_emulator_id\";s:13:\"text-19010001\";s:11:\"option_name\";s:11:\"widget_text\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0301d990-0edf-46b0-b13d-5136e12137e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(739,195,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19510000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:32:\"https://paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#1e73be\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1596974550709\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19510001\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19510002\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a1e14e64-1315-4eb4-a2f5-fd554b143a3b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9227590335f2fe596b556c100749587\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19510003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"68fca2f0-da51-4f8a-886c-803bd1f72b15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(740,196,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:59:\"<strong style=\'text-align:center\'>Give With PayPal</strong>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19610000\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:63:\"<strong style=\'text-align:center\'>Give With SecureGive</strong>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19610001\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19610002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19610003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(741,197,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:59:\"<strong style=\'text-align:center\'>Give With PayPal</strong>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:63:\"<strong style=\'text-align:center\'>Give With SecureGive</strong>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(742,198,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:59:\"<strong style=\'text-align:center\'>Give With PayPal</strong>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19810000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:63:\"<strong style=\'text-align:center\'>Give With SecureGive</strong>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19810001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19810002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19810003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(743,199,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:59:\"<strong style=\'text-align:center\'>Give With PayPal</strong>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:63:\"<strong style=\'text-align:center\'>Give With SecureGive</strong>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(744,200,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(745,201,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(746,202,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20210000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20210001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20210002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20210003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(772,220,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010001\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010002\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(747,203,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(748,204,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20410000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20410001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20410002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20410003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(749,205,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(773,221,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-22110000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-22110001\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(750,206,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20610000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20610001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20610002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20610003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(751,207,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(752,208,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20810000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-20810001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20810002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20810003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(753,209,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(754,210,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(755,211,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(756,212,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21210000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21210001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21210002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21210003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(757,213,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(758,214,'_menu_item_type','post_type'),(759,214,'_menu_item_menu_item_parent','0'),(760,214,'_menu_item_object_id','190'),(761,214,'_menu_item_object','page'),(762,214,'_menu_item_target',''),(763,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(764,214,'_menu_item_xfn',''),(765,214,'_menu_item_url',''),(768,216,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010001\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010002\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(769,217,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21710000\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21710001\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21710002\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(770,218,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010001\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010002\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(771,219,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21910000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"67d21575-9f65-4119-ae5c-da795bce97f1\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:36:\"https://www.paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0367bf\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16846978215f11b1da7ae79192126374\";s:19:\"_sow_form_timestamp\";s:13:\"1594995211462\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21910001\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a44f820e-23bd-4fd4-adca-c09ed6244a57\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-21910002\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1594995308890\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-21910003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(775,223,'Contact email','mattericpowell@gmail.com'),(776,223,'pirate-formsmail-status','true'),(777,223,'pirate-formsattachments','a:0:{}'),(778,223,'pirate-formsconfirm-mail-status','false'),(993,190,'neve_meta_enable_content_width','off'),(1116,306,'_field_3','Hello. I was hoping to set up an appointment with Pastor Daniel to introduce Chi Alpha Student Ministry in Corpus Christi to be considered for missions support in the future. Please contact me at 361-688-7016 or by email.\n\nThank you, Will'),(1113,99,'ekit_post_views_count','72'),(1000,288,'_elementor_edit_mode','builder'),(1001,288,'_elementor_template_type','kit'),(779,228,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-22810000\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:32:\"https://paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#1e73be\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1596974550709\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-22810001\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a1e14e64-1315-4eb4-a2f5-fd554b143a3b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-22810002\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9227590335f2fe596b556c100749587\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"68fca2f0-da51-4f8a-886c-803bd1f72b15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-22810003\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(780,229,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:70:\"<p style=\'text-align:center\'>\n <strong >Give With PayPal</strong>\n</p>\";s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"a4ae92e8-9209-48b7-9b1d-2bfecc39df77\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:11:{s:4:\"text\";s:6:\"PayPal\";s:3:\"url\";s:32:\"https://paypal.me/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#1e73be\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"17416700255f11b222e474a971833026\";s:19:\"_sow_form_timestamp\";s:13:\"1596974550709\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"6ad3c171-31dd-46f4-b31b-cde6fa0d0c06\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010001\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:2;a:5:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:74:\"<p style=\'text-align:center\'>\n <strong >Give With SecureGive</strong>\n</p>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a1e14e64-1315-4eb4-a2f5-fd554b143a3b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:20:\"custom_html-19010002\";s:11:\"option_name\";s:18:\"widget_custom_html\";}i:3;a:11:{s:4:\"text\";s:10:\"SecureGive\";s:3:\"url\";s:41:\"https://app.securegive.com/calvarycrossag\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";b:0;s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:12:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#d98e00\";s:10:\"text_color\";b:0;s:5:\"hover\";b:1;s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"9227590335f2fe596b556c100749587\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"68fca2f0-da51-4f8a-886c-803bd1f72b15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-19010003\";s:11:\"option_name\";s:17:\"widget_sow-button\";}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(781,232,'Contact email','savannah.breaux@ma.agmd.org'),(782,232,'pirate-formsmail-status','true'),(783,232,'pirate-formsattachments','a:0:{}'),(784,232,'pirate-formsconfirm-mail-status','false'),(785,233,'Contact email','gonjegraher@hotmail.com'),(786,233,'pirate-formsmail-status','true'),(787,233,'pirate-formsattachments','a:0:{}'),(788,233,'pirate-formsconfirm-mail-status','false'),(789,234,'Contact email','hebergement-web@utinyurl.com'),(790,234,'pirate-formsmail-status','true'),(791,234,'pirate-formsattachments','a:0:{}'),(792,234,'pirate-formsconfirm-mail-status','false'),(793,235,'Contact email','no-replyExado@gmail.com'),(794,235,'pirate-formsmail-status','true'),(795,235,'pirate-formsattachments','a:0:{}'),(796,235,'pirate-formsconfirm-mail-status','false'),(797,236,'Contact email','info@domainworld.com'),(798,236,'pirate-formsmail-status','true'),(799,236,'pirate-formsattachments','a:0:{}'),(800,236,'pirate-formsconfirm-mail-status','false'),(801,237,'Contact email','davidranec@yandex.com'),(802,237,'pirate-formsmail-status','true'),(803,237,'pirate-formsattachments','a:0:{}'),(804,237,'pirate-formsconfirm-mail-status','false'),(805,238,'Contact email','no-replyExado@gmail.com'),(806,238,'pirate-formsmail-status','true'),(807,238,'pirate-formsattachments','a:0:{}'),(808,238,'pirate-formsconfirm-mail-status','false'),(809,239,'Contact email','oleg.d3432@gmail.com'),(810,239,'pirate-formsmail-status','true'),(811,239,'pirate-formsattachments','a:0:{}'),(812,239,'pirate-formsconfirm-mail-status','false'),(813,240,'Contact email','campy_951@hotmail.com'),(814,240,'pirate-formsmail-status','true'),(815,240,'pirate-formsattachments','a:0:{}'),(816,240,'pirate-formsconfirm-mail-status','false'),(817,241,'Contact email','istarr4u@yahoo.com'),(818,241,'pirate-formsmail-status','true'),(819,241,'pirate-formsattachments','a:0:{}'),(820,241,'pirate-formsconfirm-mail-status','false'),(821,242,'Contact email','mike@burkholdertrailers.com'),(822,242,'pirate-formsmail-status','true'),(823,242,'pirate-formsattachments','a:0:{}'),(824,242,'pirate-formsconfirm-mail-status','false'),(825,243,'Contact email','olsensdistributing@att.net'),(826,243,'pirate-formsmail-status','true'),(827,243,'pirate-formsattachments','a:0:{}'),(828,243,'pirate-formsconfirm-mail-status','false'),(829,244,'Contact email','tesroc10@gmail.com'),(830,244,'pirate-formsmail-status','true'),(831,244,'pirate-formsattachments','a:0:{}'),(832,244,'pirate-formsconfirm-mail-status','false'),(833,245,'Contact email','christina@heritagefinancialplanning.com'),(834,245,'pirate-formsmail-status','true'),(835,245,'pirate-formsattachments','a:0:{}'),(836,245,'pirate-formsconfirm-mail-status','false'),(837,246,'Contact email','barbleon@sbcglobal.net'),(838,246,'pirate-formsmail-status','true'),(839,246,'pirate-formsattachments','a:0:{}'),(840,246,'pirate-formsconfirm-mail-status','false'),(841,247,'Contact email','ma4ywesdfyd@gmail.com'),(842,247,'pirate-formsmail-status','true'),(843,247,'pirate-formsattachments','a:0:{}'),(844,247,'pirate-formsconfirm-mail-status','false'),(845,248,'Contact email','cows4organic@yahoo.com'),(846,248,'pirate-formsmail-status','true'),(847,248,'pirate-formsattachments','a:0:{}'),(848,248,'pirate-formsconfirm-mail-status','false'),(849,249,'Contact email','mfarah@gardenstateloans.com'),(850,249,'pirate-formsmail-status','true'),(851,249,'pirate-formsattachments','a:0:{}'),(852,249,'pirate-formsconfirm-mail-status','false'),(853,250,'Contact email','brusso@txcc.com'),(854,250,'pirate-formsmail-status','true'),(855,250,'pirate-formsattachments','a:0:{}'),(856,250,'pirate-formsconfirm-mail-status','false'),(857,251,'Contact email','lucysfirststep@gmail.com'),(858,251,'pirate-formsmail-status','true'),(859,251,'pirate-formsattachments','a:0:{}'),(860,251,'pirate-formsconfirm-mail-status','false'),(861,252,'Contact email','claudia.skowronski@gmail.com'),(862,252,'pirate-formsmail-status','true'),(863,252,'pirate-formsattachments','a:0:{}'),(864,252,'pirate-formsconfirm-mail-status','false'),(865,253,'Contact email','alsapa@att.net'),(866,253,'pirate-formsmail-status','true'),(867,253,'pirate-formsattachments','a:0:{}'),(868,253,'pirate-formsconfirm-mail-status','false'),(869,254,'Contact email','schicka777@gmail.com'),(870,254,'pirate-formsmail-status','true'),(871,254,'pirate-formsattachments','a:0:{}'),(872,254,'pirate-formsconfirm-mail-status','false'),(873,255,'Contact email','ma4ywesdfyd@gmail.com'),(874,255,'pirate-formsmail-status','true'),(875,255,'pirate-formsattachments','a:0:{}'),(876,255,'pirate-formsconfirm-mail-status','false'),(877,256,'Contact email','love.pam@hcboe.us'),(878,256,'pirate-formsmail-status','true'),(879,256,'pirate-formsattachments','a:0:{}'),(880,256,'pirate-formsconfirm-mail-status','false'),(881,257,'Contact email','derby.matt@yahoo.com'),(882,257,'pirate-formsmail-status','true'),(883,257,'pirate-formsattachments','a:0:{}'),(884,257,'pirate-formsconfirm-mail-status','false'),(885,258,'Contact email','ssjj77@naver.com'),(886,258,'pirate-formsmail-status','true'),(887,258,'pirate-formsattachments','a:0:{}'),(888,258,'pirate-formsconfirm-mail-status','false'),(889,259,'Contact email','accounting@burnworthac.com'),(890,259,'pirate-formsmail-status','true'),(891,259,'pirate-formsattachments','a:0:{}'),(892,259,'pirate-formsconfirm-mail-status','false'),(893,260,'Contact email','GALLAHAN5481@mozillamail.com'),(894,260,'pirate-formsmail-status','true'),(895,260,'pirate-formsattachments','a:0:{}'),(896,260,'pirate-formsconfirm-mail-status','false'),(897,261,'Contact email','sweazey_j@msn.com'),(898,261,'pirate-formsmail-status','true'),(899,261,'pirate-formsattachments','a:0:{}'),(900,261,'pirate-formsconfirm-mail-status','false'),(901,262,'Contact email','paul.wormley@wbaustralia.com.au'),(902,262,'pirate-formsmail-status','true'),(903,262,'pirate-formsattachments','a:0:{}'),(904,262,'pirate-formsconfirm-mail-status','false'),(905,263,'Contact email','jlechner83@gmail.com'),(906,263,'pirate-formsmail-status','true'),(907,263,'pirate-formsattachments','a:0:{}'),(908,263,'pirate-formsconfirm-mail-status','false'),(909,264,'Contact email','mctede1@gmail.com'),(910,264,'pirate-formsmail-status','true'),(911,264,'pirate-formsattachments','a:0:{}'),(912,264,'pirate-formsconfirm-mail-status','false'),(913,265,'Contact email','dj@pyramidwallsystems.com'),(914,265,'pirate-formsmail-status','true'),(915,265,'pirate-formsattachments','a:0:{}'),(916,265,'pirate-formsconfirm-mail-status','false'),(917,266,'Contact email','olsonpeter33@yahoo.com'),(918,266,'pirate-formsmail-status','true'),(919,266,'pirate-formsattachments','a:0:{}'),(920,266,'pirate-formsconfirm-mail-status','false'),(921,267,'Contact email','ssjj77@naver.com'),(922,267,'pirate-formsmail-status','true'),(923,267,'pirate-formsattachments','a:0:{}'),(924,267,'pirate-formsconfirm-mail-status','false'),(925,268,'Contact email','nina@seportland.com'),(926,268,'pirate-formsmail-status','true'),(927,268,'pirate-formsattachments','a:0:{}'),(928,268,'pirate-formsconfirm-mail-status','false'),(929,269,'Contact email','nina@seportland.com'),(930,269,'pirate-formsmail-status','true'),(931,269,'pirate-formsattachments','a:0:{}'),(932,269,'pirate-formsconfirm-mail-status','false'),(933,270,'Contact email','lola.tixonoffao5y@gmail.com'),(934,270,'pirate-formsmail-status','true'),(935,270,'pirate-formsattachments','a:0:{}'),(936,270,'pirate-formsconfirm-mail-status','false'),(937,271,'Contact email','chelsea00@embarqmail.com'),(938,271,'pirate-formsmail-status','true'),(939,271,'pirate-formsattachments','a:0:{}'),(940,271,'pirate-formsconfirm-mail-status','false'),(941,272,'Contact email','kcoruga2015@gmail.com'),(942,272,'pirate-formsmail-status','true'),(943,272,'pirate-formsattachments','a:0:{}'),(944,272,'pirate-formsconfirm-mail-status','false'),(945,273,'Contact email','kcoruga2015@gmail.com'),(946,273,'pirate-formsmail-status','true'),(947,273,'pirate-formsattachments','a:0:{}'),(948,273,'pirate-formsconfirm-mail-status','false'),(949,274,'Contact email','ssjj77@naver.com'),(950,274,'pirate-formsmail-status','true'),(951,274,'pirate-formsattachments','a:0:{}'),(952,274,'pirate-formsconfirm-mail-status','false'),(953,275,'Contact email','donnakirsch5@gmail.com'),(954,275,'pirate-formsmail-status','true'),(955,275,'pirate-formsattachments','a:0:{}'),(956,275,'pirate-formsconfirm-mail-status','false'),(957,276,'Contact email','ssjj77@naver.com'),(958,276,'pirate-formsmail-status','true'),(959,276,'pirate-formsattachments','a:0:{}'),(960,276,'pirate-formsconfirm-mail-status','false'),(961,277,'Contact email','andre.lpg@hotmail.com'),(962,277,'pirate-formsmail-status','true'),(963,277,'pirate-formsattachments','a:0:{}'),(964,277,'pirate-formsconfirm-mail-status','false'),(965,278,'Contact email','ssjj77@naver.com'),(966,278,'pirate-formsmail-status','true'),(967,278,'pirate-formsattachments','a:0:{}'),(968,278,'pirate-formsconfirm-mail-status','false'),(969,279,'Contact email','davesodu@hotmail.com'),(970,279,'pirate-formsmail-status','true'),(971,279,'pirate-formsattachments','a:0:{}'),(972,279,'pirate-formsconfirm-mail-status','false'),(973,280,'Contact email','ssjj77@naver.com'),(974,280,'pirate-formsmail-status','true'),(975,280,'pirate-formsattachments','a:0:{}'),(976,280,'pirate-formsconfirm-mail-status','false'),(977,281,'Contact email','ssjj77@naver.com'),(978,281,'pirate-formsmail-status','true'),(979,281,'pirate-formsattachments','a:0:{}'),(980,281,'pirate-formsconfirm-mail-status','false'),(981,282,'Contact email','ssjj77@naver.com'),(982,282,'pirate-formsmail-status','true'),(983,282,'pirate-formsattachments','a:0:{}'),(984,282,'pirate-formsconfirm-mail-status','false'),(985,283,'Contact email','ssjj77@naver.com'),(986,283,'pirate-formsmail-status','true'),(987,283,'pirate-formsattachments','a:0:{}'),(988,283,'pirate-formsconfirm-mail-status','false'),(989,284,'Contact email','smandolfo@msn.com'),(990,284,'pirate-formsmail-status','true'),(991,284,'pirate-formsattachments','a:0:{}'),(992,284,'pirate-formsconfirm-mail-status','false'),(1039,294,'_elementor_template_type','wp-page'),(1040,294,'_elementor_version','3.1.1'),(1041,294,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1042,295,'_elementor_edit_mode','builder'),(1043,295,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1044,295,'_elementor_template_type','wp-page'),(1045,295,'_elementor_version','3.1.1'),(1046,295,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false}]'),(1055,297,'_elementor_edit_mode','builder'),(1056,297,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1057,297,'_elementor_template_type','wp-page'),(1058,297,'_elementor_version','3.1.1'),(1059,297,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false}]'),(1072,299,'_elementor_css','a:6:{s:4:\"time\";i:1612714842;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1067,299,'_elementor_edit_mode','builder'),(1068,299,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1069,299,'_elementor_template_type','wp-page'),(1070,299,'_elementor_version','3.1.1'),(1071,299,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":100,\"premium_fancy_text_back_speed\":100,\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a03682f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#0F0F0F\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4c269\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"740c296\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/pastor-and-wife.jpg\",\"id\":157},\"thumbnail_size\":\"large\",\"title_text\":\"PASTOR DANIEL ESSEL\",\"description_text\":\"Daniel Essel is the Head Pastor of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"a90878c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"432fd72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/first-lady.jpg\",\"id\":156},\"thumbnail_size\":\"large\",\"title_text\":\"FIRST LADY REBECCA ESSEL\",\"description_text\":\"Rebecca Essel is the First Lady of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1060,297,'_elementor_css','a:6:{s:4:\"time\";i:1612714842;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1061,298,'_elementor_edit_mode','builder'),(1062,298,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1063,298,'_elementor_template_type','wp-page'),(1064,298,'_elementor_version','3.1.1'),(1065,298,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false}]'),(1066,298,'_elementor_css','a:6:{s:4:\"time\";i:1612714842;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1085,302,'_elementor_edit_mode','builder'),(1086,302,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1087,302,'_elementor_template_type','wp-page'),(1088,302,'_elementor_version','3.1.1'),(1089,302,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":100,\"premium_fancy_text_back_speed\":100,\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a03682f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#0F0F0F\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4c269\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"740c296\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/pastor-and-wife.jpg\",\"id\":157},\"thumbnail_size\":\"large\",\"title_text\":\"PASTOR DANIEL ESSEL\",\"description_text\":\"Daniel Essel is the Head Pastor of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"a90878c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"432fd72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/first-lady.jpg\",\"id\":156},\"thumbnail_size\":\"large\",\"title_text\":\"FIRST LADY REBECCA ESSEL\",\"description_text\":\"Rebecca Essel is the First Lady of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1103,289,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:2;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:24:\"premium-addon-fancy-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"premium_fancy_text_content\";a:3:{s:25:\"premium_fancy_prefix_text\";i:1;s:26:\"premium_fancy_text_strings\";i:1;s:25:\"premium_fancy_suffix_text\";i:1;}s:33:\"premium_fancy_additional_settings\";a:2:{s:29:\"premium_fancy_text_type_speed\";i:1;s:29:\"premium_fancy_text_back_speed\";i:1;}}s:5:\"style\";a:2:{s:28:\"premium_fancy_text_style_tab\";a:1:{s:24:\"premium_fancy_text_color\";i:1;}s:35:\"premium_fancy_cursor_text_style_tab\";a:1:{s:31:\"premium_fancy_text_cursor_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:14:\"thumbnail_size\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;}}}}s:28:\"wp-widget-ninja_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(1115,306,'_field_2','willrobinsonxa@gmail.com'),(1114,306,'_field_1','Will Robinson'),(1102,304,'_elementor_css','a:6:{s:4:\"time\";i:1612716635;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1099,304,'_elementor_template_type','wp-page'),(1100,304,'_elementor_version','3.1.1'),(1101,304,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":100,\"premium_fancy_text_back_speed\":100,\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a03682f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#0F0F0F\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4c269\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"740c296\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/pastor-and-wife.jpg\",\"id\":157},\"thumbnail_size\":\"large\",\"title_text\":\"PASTOR DANIEL ESSEL\",\"description_text\":\"Daniel Essel is the Head Pastor of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"a90878c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"432fd72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/first-lady.jpg\",\"id\":156},\"thumbnail_size\":\"large\",\"title_text\":\"FIRST LADY REBECCA ESSEL\",\"description_text\":\"Rebecca Essel is the First Lady of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde6628\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b8642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ce98a0b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1097,304,'_elementor_edit_mode','builder'),(1098,304,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1090,302,'_elementor_css','a:6:{s:4:\"time\";i:1612716635;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1091,303,'_elementor_edit_mode','builder'),(1092,303,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1093,303,'_elementor_template_type','wp-page'),(1094,303,'_elementor_version','3.1.1'),(1095,303,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":100,\"premium_fancy_text_back_speed\":100,\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a03682f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#0F0F0F\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4c269\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"740c296\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/pastor-and-wife.jpg\",\"id\":157},\"thumbnail_size\":\"large\",\"title_text\":\"PASTOR DANIEL ESSEL\",\"description_text\":\"Daniel Essel is the Head Pastor of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"a90878c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"432fd72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/first-lady.jpg\",\"id\":156},\"thumbnail_size\":\"large\",\"title_text\":\"FIRST LADY REBECCA ESSEL\",\"description_text\":\"Rebecca Essel is the First Lady of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1096,303,'_elementor_css','a:6:{s:4:\"time\";i:1612716635;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1112,289,'_elementor_css','a:6:{s:4:\"time\";i:1612716818;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1105,305,'_elementor_edit_mode','builder'),(1106,305,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1107,305,'_elementor_template_type','wp-page'),(1108,305,'_elementor_version','3.1.1'),(1109,305,'_elementor_data','[{\"id\":\"6d61f2e\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":176,\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2020\\/07\\/calvary-cross-ag-slider.jpg\"}]},\"elements\":[{\"id\":\"e8e59d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"60b81c3\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"fcdd8c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\\n<BR>\\n-PASTOR DANIEL ESSEL\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2.20000000000000017763568394002504646778106689453125,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d4c8444\",\"elType\":\"widget\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"39db9be\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"34b447f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ff42113\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"COME LET US \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"PRAY\",\"_id\":\"9ebf6b7\"},{\"premium_text_strings_text_field\":\"WORSHIP\",\"_id\":\"3fa2ccb\"},{\"premium_text_strings_text_field\":\"FELLOWSHIP\",\"_id\":\"1ac84b7\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":100,\"premium_fancy_text_back_speed\":100,\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#E4C66E\",\"premium_fancy_text_cursor_color\":\"#E4C66E\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"a03682f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#0F0F0F\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6a4c269\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"740c296\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/pastor-and-wife.jpg\",\"id\":157},\"thumbnail_size\":\"large\",\"title_text\":\"PASTOR DANIEL ESSEL\",\"description_text\":\"Daniel Essel is the Head Pastor of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"a90878c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"432fd72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/www.calvarycrossag.com\\/wp-content\\/uploads\\/2016\\/10\\/first-lady.jpg\",\"id\":156},\"thumbnail_size\":\"large\",\"title_text\":\"FIRST LADY REBECCA ESSEL\",\"description_text\":\"Rebecca Essel is the First Lady of Calvary Cross Church\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cde6628\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"00b8642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ce98a0b\",\"elType\":\"widget\",\"settings\":{\"wp\":{\"display_title\":\"0\",\"form_id\":\"1\"}},\"elements\":[],\"widgetType\":\"wp-widget-ninja_forms_widget\"}],\"isInner\":false}],\"isInner\":false}]'),(1110,305,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:3:{s:21:\"background_background\";i:2;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:24:\"premium-addon-fancy-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"premium_fancy_text_content\";a:3:{s:25:\"premium_fancy_prefix_text\";i:1;s:26:\"premium_fancy_text_strings\";i:1;s:25:\"premium_fancy_suffix_text\";i:1;}s:33:\"premium_fancy_additional_settings\";a:2:{s:29:\"premium_fancy_text_type_speed\";i:1;s:29:\"premium_fancy_text_back_speed\";i:1;}}s:5:\"style\";a:2:{s:28:\"premium_fancy_text_style_tab\";a:1:{s:24:\"premium_fancy_text_color\";i:1;}s:35:\"premium_fancy_cursor_text_style_tab\";a:1:{s:31:\"premium_fancy_text_cursor_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:14:\"thumbnail_size\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;}}}}s:28:\"wp-widget-ninja_forms_widget\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(1111,305,'_elementor_css','a:6:{s:4:\"time\";i:1612716716;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1119,307,'_field_1','Kendra Hart'),(1120,307,'_field_2','kendra@commercialcleanrs.net'),(1121,307,'_field_3','\nHi! I\'m in your area and would be happy to visit your business and submit a bid for your recurring weekly (or more) janitorial and disinfection needs. \n\nWould you like to compare pricing on your office cleaning service, or start having your space cleaned addressing your CoVid concerns?\n\nI\'d be happy to provide you with a no-obligation quote on your facilities cleaning.\n\nPlease simply respond and I will send next steps.\n\nKendra Hart\nDirector of Operations\nCommercial Cleanrs\n(612) 888-8872\nkendra@commercialcleanrs.net\n\n3508 West 22nd St, Minneapolis, MN 55416\n\nRespond with stop to optout.'),(1122,307,'_form_id','1'),(1123,307,'_seq_num','2'),(1124,308,'_field_1','New Taiwan Dollar'),(1125,308,'_field_2','Dorthy_Cremin@yahoo.com'),(1126,308,'_field_3','scale'),(1127,308,'_form_id','1'),(1128,308,'_seq_num','3'),(1129,309,'_field_1','Jason Goldsberry'),(1130,309,'_field_2','jason.goldsberry@agmd.org'),(1131,309,'_field_3','What is pastor\'s email? I would like to send him a msg.'),(1132,309,'_form_id','1'),(1133,309,'_seq_num','4'); /*!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 = utf8 */; 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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=310 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 (118,1,'2015-01-10 19:00:55','2015-01-10 19:00:55','','Calvary Cross Assembly of God','','publish','closed','closed','','calvary-cross-assembly-of-god','','','2015-01-10 19:00:55','2015-01-10 19:00:55','',0,'http://www.calvarycrossag.com/venue/calvary-cross-assembly-of-god/',0,'tribe_venue','',0),(94,1,'2014-05-13 01:07:25','2014-05-13 01:07:25','','church picture 2','','inherit','closed','closed','','church-picture-2','','','2014-05-13 01:07:25','2014-05-13 01:07:25','',0,'http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-2.jpeg',2,'attachment','image/jpeg',0),(41,1,'2013-11-22 03:03:50','2013-11-22 03:03:50','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','Home','','publish','closed','closed','','home-2','','','2015-01-14 02:18:18','2015-01-14 02:18:18','',0,'http://www.calvarycrossag.com/?page_id=41',0,'page','',0),(42,1,'2013-11-22 03:03:50','2013-11-22 03:03:50','','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 03:03:50','2013-11-22 03:03:50','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(43,1,'2013-11-22 03:14:57','2013-11-22 03:14:57','<h1>Calcvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n\n\n\n\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n ','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 03:14:57','2013-11-22 03:14:57','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(37,1,'2013-11-11 04:47:09','2013-11-11 04:47:09','','IMG_20130514_180948','','inherit','closed','closed','','img_20130514_180948','','','2013-11-11 04:47:09','2013-11-11 04:47:09','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/IMG_20130514_180948.jpg',0,'attachment','image/jpeg',0),(8,1,'2013-08-08 04:03:25','2013-08-08 04:03:25','','slider-01','','inherit','closed','closed','','slider-01','','','2013-08-08 04:03:25','2013-08-08 04:03:25','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/08/slider-01.jpg',0,'attachment','image/jpeg',0),(36,1,'2013-11-11 04:46:39','2013-11-11 04:46:39','','IMG_20130514_180721','','inherit','closed','closed','','img_20130514_180721','','','2013-11-11 04:46:39','2013-11-11 04:46:39','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/IMG_20130514_180721.jpg',0,'attachment','image/jpeg',0),(9,1,'2013-08-08 04:04:01','2013-08-08 04:04:01','','slider-02','','inherit','closed','closed','','slider-02','','','2013-08-08 04:04:01','2013-08-08 04:04:01','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/08/slider-02.jpg',0,'attachment','image/jpeg',0),(10,1,'2013-08-08 04:04:42','2013-08-08 04:04:42','','slider-03','','inherit','closed','closed','','slider-03','','','2013-08-08 04:04:42','2013-08-08 04:04:42','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/08/slider-03.jpg',0,'attachment','image/jpeg',0),(11,1,'2013-08-08 04:05:17','2013-08-08 04:05:17','','slider-04','','inherit','closed','closed','','slider-04','','','2013-08-08 04:05:17','2013-08-08 04:05:17','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/08/slider-04.jpg',0,'attachment','image/jpeg',0),(12,1,'2013-08-08 04:05:51','2013-08-08 04:05:51','','slider-05','','inherit','closed','closed','','slider-05','','','2013-08-08 04:05:51','2013-08-08 04:05:51','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/08/slider-05.jpg',0,'attachment','image/jpeg',0),(33,1,'2013-11-11 04:35:38','2013-11-11 04:35:38','We are a diverse group welcoming all walks of life just as Christ opened up the doors of heaven for all to enter in.','Diversity','','publish','closed','closed','','diversity','','','2013-11-11 04:36:11','2013-11-11 04:36:11','',0,'http://www.calvarycrossag.com/?post_type=infobox&p=33',0,'infobox','',0),(96,1,'2014-05-13 01:07:28','2014-05-13 01:07:28','','church picture 4','','inherit','closed','closed','','church-picture-4','','','2014-05-13 01:07:28','2014-05-13 01:07:28','',0,'http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-4.jpeg',1,'attachment','image/jpeg',0),(97,1,'2014-05-13 01:07:30','2014-05-13 01:07:30','','church picture 5','','inherit','closed','closed','','church-picture-5','','','2014-05-13 01:07:30','2014-05-13 01:07:30','',0,'http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-5.jpeg',3,'attachment','image/jpeg',0),(35,1,'2013-11-11 04:53:43','2013-11-11 04:53:43','','Boadi Leaving','','publish','closed','closed','','boadi-leaving','','','2013-11-11 04:54:40','2013-11-11 04:54:40','',0,'http://www.calvarycrossag.com/?post_type=slide&p=35',0,'slide','',0),(15,1,'2013-08-22 03:41:44','2013-08-22 03:41:44','Daniel Essel','Head Pastor','','publish','closed','closed','','head-pastor','','','2013-08-22 03:41:44','2013-08-22 03:41:44','',0,'http://www.calvarycrossag.com/?post_type=staff&p=15',0,'staff','',0),(16,1,'2013-08-22 03:36:28','2013-08-22 03:36:28','Calvary Cross Church is proud to announce that on the 31st of August, we will be hosting our first ever Art of Marriage Seminar!','The Art of Marriage Seminar','','publish','closed','closed','','the-art-of-marriage-movie-event','','','2013-08-22 03:38:23','2013-08-22 03:38:23','',0,'http://www.calvarycrossag.com/?post_type=events&p=16',0,'events','',0),(98,1,'2014-05-13 01:07:32','2014-05-13 01:07:32','','church picture 6','','inherit','closed','closed','','church-picture-6','','','2014-05-13 01:07:32','2014-05-13 01:07:32','',0,'http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-6.jpeg',5,'attachment','image/jpeg',0),(38,1,'2013-11-11 04:47:29','2013-11-11 04:47:29','','IMG_20130526_145906','','inherit','closed','closed','','img_20130526_145906','','','2013-11-11 04:47:29','2013-11-11 04:47:29','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/IMG_20130526_145906.jpg',0,'attachment','image/jpeg',0),(39,1,'2013-11-11 04:47:52','2013-11-11 04:47:52','','IMG_20130526_145907','','inherit','closed','closed','','img_20130526_145907','','','2013-11-11 04:47:52','2013-11-11 04:47:52','',35,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/IMG_20130526_145907.jpg',0,'attachment','image/jpeg',0),(49,1,'2013-11-22 03:42:15','2013-11-22 03:42:15','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n\n\n\n\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n\n\n\n\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n\n\n\n\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 03:42:15','2013-11-22 03:42:15','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(47,1,'2013-11-22 03:29:20','2013-11-22 03:29:20','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Introducing the African and Minority Communities to the Gospel of Jesus Christ</h3>\n\n\n\n\n\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n\n\n\n\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n\n\n\n\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 03:29:20','2013-11-22 03:29:20','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(45,1,'2013-11-22 03:21:14','2013-11-22 03:21:14','<h1>Calcvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n\n\n\n\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n\n\n\n\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n\n\n\n\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 03:21:14','2013-11-22 03:21:14','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(46,1,'2013-11-22 03:28:32','2013-11-22 03:28:32','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n\n\n\n\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n\n\n\n\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n\n\n\n\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 03:28:32','2013-11-22 03:28:32','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(48,1,'2013-11-22 04:13:18','2013-11-22 04:13:18','<strong>Background</strong>:\r\n\r\nThe Calvary Cross Assemblies of God church was started in 2013 by Pastor Daniel Essel.\r\n\r\n \r\n\r\n<strong>Mission:</strong>\r\n\r\nThe aim of Calvary Cross Assemblies of God church ever being started was to to introduce the African and other minority communities to the Gospel of Jesus Christ. The church was established to be able to help them grow to be more like Jesus and to disciple others also, as is our duty in the Great Commission (<strong>Matthew 28:16-20</strong>: <strong>16</strong> Then the eleven disciples went to Galilee, to the mountain where Jesus had told them to go.<strong>17 </strong>When they saw him, they worshiped him; but some doubted.<strong> 18</strong> Then Jesus came to them and said,“All authority in heaven and on earth has been given to me. <strong>19</strong> Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, 20 and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.”)\r\n\r\nThe emphasis of our ministry is to see consistent spirtual growth in our people by the effective preaching and teaching of the word of God.','About Us','','publish','closed','closed','','about-us','','','2013-11-22 04:13:18','2013-11-22 04:13:18','',0,'http://www.calvarycrossag.com/?page_id=48',0,'page','',0),(51,1,'2013-11-22 04:13:18','2013-11-22 04:13:18','<strong>Background</strong>:\r\n\r\nThe Calvary Cross Assemblies of God church was started in 2013 by Pastor Daniel Essel.\r\n\r\n \r\n\r\n<strong>Mission:</strong>\r\n\r\nThe aim of Calvary Cross Assemblies of God church ever being started was to to introduce the African and other minority communities to the Gospel of Jesus Christ. The church was established to be able to help them grow to be more like Jesus and to disciple others also, as is our duty in the Great Commission (<strong>Matthew 28:16-20</strong>: <strong>16</strong> Then the eleven disciples went to Galilee, to the mountain where Jesus had told them to go.<strong>17 </strong>When they saw him, they worshiped him; but some doubted.<strong> 18</strong> Then Jesus came to them and said,“All authority in heaven and on earth has been given to me. <strong>19</strong> Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, 20 and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.”)\r\n\r\nThe emphasis of our ministry is to see consistent spirtual growth in our people by the effective preaching and teaching of the word of God.','About Us','','inherit','closed','closed','','48-revision-v1','','','2013-11-22 04:13:18','2013-11-22 04:13:18','',48,'http://www.calvarycrossag.com/2013/11/22/48-revision-v1/',0,'revision','',0),(52,1,'2013-11-22 04:22:53','2013-11-22 04:22:53','<strong>Church Services:</strong>\r\n\r\nWhen: Sundays 11:00 AM to 1:00PM\r\n\r\nWhere: 7760 Prue Rd, San Antonio, TX\r\n\r\n<strong>Wednesday Cell Group Meetings:</strong>\r\n\r\nWhen: Wednesdays 7:30 PM to 8:30 PM\r\n\r\nWhere: 807 Ranch Falls, San Antonio, TX\r\n\r\n<strong>Friday Cell Group Meetings:</strong>\r\n\r\nWhen: Fridays 8:00 PM to 9:00 PM\r\n\r\nWhere: 2818 Sutton Oaks, San Antonio, TX\r\n\r\n \r\n\r\n<strong>Marriage Conferences:</strong>\r\n\r\nWe hold marriage conferences to promote Godly marriages in homes\r\n\r\n \r\n\r\n<strong>Ministry to Military Trainees:</strong>\r\n\r\nOur military men and women need to hear God\'s word and be comforted by it as they are sent out to different parts of the world in service of their country.\r\n\r\n ','Ministries','','publish','closed','closed','','ministries','','','2014-05-26 19:54:40','2014-05-26 19:54:40','',0,'http://www.calvarycrossag.com/?page_id=52',0,'page','',0),(53,1,'2013-11-22 04:22:53','2013-11-22 04:22:53','<strong>Church Services:</strong>\r\n\r\nWe hold church services at 1:00 PM to 3:00 PM\r\n\r\n<strong>Marriage Conferences:</strong>\r\n\r\n<strong></strong>We hold marriage conferences to promote Godly marriages in homes\r\n\r\n<strong>Ministry to Military Trainees:</strong>\r\n\r\n<strong></strong>Our military men and women need to hear God\'s word and be comforted by it as they are sent out to different parts of the world in service of their country.\r\n\r\n ','Ministries','','inherit','closed','closed','','52-revision-v1','','','2013-11-22 04:22:53','2013-11-22 04:22:53','',52,'http://www.calvarycrossag.com/2013/11/22/52-revision-v1/',0,'revision','',0),(54,1,'2013-11-22 04:33:19','2013-11-22 04:33:19','<strong>ADMINISTRATIVE LEADERS</strong>\r\n\r\nHead Pastor: Daniel K. Essel\r\n\r\nFirst Lady: Rebecca E. Essel','Our Staff','','publish','closed','closed','','our-staff','','','2016-10-30 17:00:57','2016-10-30 17:00:57','',0,'http://www.calvarycrossag.com/?page_id=54',0,'page','',0),(163,1,'2016-10-30 17:00:57','2016-10-30 17:00:57','<strong>ADMINISTRATIVE LEADERS</strong>\r\n\r\nHead Pastor: Daniel K. Essel\r\n\r\nFirst Lady: Rebecca E. Essel','Our Staff','','inherit','closed','closed','','54-revision-v1','','','2016-10-30 17:00:57','2016-10-30 17:00:57','',54,'http://www.calvarycrossag.com/2016/10/30/54-revision-v1/',0,'revision','',0),(55,1,'2013-11-22 04:33:19','2013-11-22 04:33:19','<strong>ADMINISTRATIVE LEADERS</strong>\r\n\r\nHead Pastor: Daniel K. Essel\r\n\r\nFirst Lady: Rebecca E. Essel\r\n\r\nTreasurer: Fiifi Boateng*\r\n\r\n \r\n\r\n<strong>PRAISE AND WORSHIP TEAM</strong>\r\n\r\nBass: Steven\r\n\r\nDrums: Ekow Essel','Our Staff','','inherit','closed','closed','','54-revision-v1','','','2013-11-22 04:33:19','2013-11-22 04:33:19','',54,'http://www.calvarycrossag.com/2013/11/22/54-revision-v1/',0,'revision','',0),(288,1,'2021-02-07 16:03:16','2021-02-07 16:03:16','','Default Kit','','publish','closed','closed','','default-kit','','','2021-02-07 16:03:16','2021-02-07 16:03:16','',0,'http://www.calvarycrossag.com/?elementor_library=default-kit',0,'elementor_library','',0),(289,1,'2021-02-07 16:13:18','2021-02-07 16:13:18','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US \n <figure><img width=\"719\" height=\"719\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg 719w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-174x174.jpg 174w\" sizes=\"(max-width: 719px) 100vw, 719px\" /></figure><h3>PASTOR DANIEL ESSEL</h3><p>Daniel Essel is the Head Pastor of Calvary Cross Church</p> \n <figure><img width=\"968\" height=\"968\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg 968w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-768x768.jpg 768w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-174x174.jpg 174w\" sizes=\"(max-width: 968px) 100vw, 968px\" /></figure><h3>FIRST LADY REBECCA ESSEL</h3><p>Rebecca Essel is the First Lady of Calvary Cross Church</p>','Home Page','','publish','closed','closed','','home-page','','','2021-02-07 16:51:50','2021-02-07 16:51:50','',0,'http://www.calvarycrossag.com/?page_id=289',0,'page','',0),(290,1,'2021-02-07 16:13:51','2021-02-07 16:13:51','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:13:51','2021-02-07 16:13:51','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(291,1,'2021-02-07 16:13:51','2021-02-07 16:13:51','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:13:51','2021-02-07 16:13:51','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(292,1,'2021-02-07 16:13:51','2021-02-07 16:13:51','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:13:51','2021-02-07 16:13:51','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(293,1,'2021-02-07 16:15:54','2021-02-07 16:15:54','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:15:54','2021-02-07 16:15:54','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(57,1,'2013-11-22 04:40:54','2013-11-22 04:40:54','Do you have the desire for God to use you to help our church with your skills? If the answer is yes, please take a few moments to fill out the form below and we will be in contact with you soon.\r\n\r\n[contact-form-7 id=\"56\" title=\"Volunteer Form\"]','Want To Help?','','publish','closed','closed','','want-to-help','','','2013-11-22 04:40:54','2013-11-22 04:40:54','',0,'http://www.calvarycrossag.com/?page_id=57',0,'page','',0),(58,1,'2013-11-22 04:40:54','2013-11-22 04:40:54','Do you have the desire for God to use you to help our church with your skills? If the answer is yes, please take a few moments to fill out the form below and we will be in contact with you soon.\r\n\r\n[contact-form-7 id=\"56\" title=\"Volunteer Form\"]','Want To Help?','','inherit','closed','closed','','57-revision-v1','','','2013-11-22 04:40:54','2013-11-22 04:40:54','',57,'http://www.calvarycrossag.com/2013/11/22/57-revision-v1/',0,'revision','',0),(59,1,'2013-11-22 04:40:58','2013-11-22 04:40:58','Do you have the desire for God to use you to help our church with your skills? If the answer is yes, please take a few moments to fill out the form below and we will be in contact with you soon.\r\n\r\n[contact-form-7 id=\"56\" title=\"Volunteer Form\"]','Want To Help?','','inherit','closed','closed','','57-autosave-v1','','','2013-11-22 04:40:58','2013-11-22 04:40:58','',57,'http://www.calvarycrossag.com/2013/11/22/57-autosave-v1/',0,'revision','',0),(60,1,'2013-11-22 04:48:33','2013-11-22 04:48:33','<strong>Directions:</strong>\r\n\r\nCalvary Cross Church is inside the Fortress Church Complex at the Fortress Church Annex Chapel\r\n\r\n<strong>Phone Number:</strong>\r\n\r\n210-454-5402\r\n\r\n<strong>Address:</strong>\r\n\r\n7760 Prue Rd\r\n\r\nSan Antonio, TX 78249\r\n\r\n<strong>Map:</strong>\r\n\r\n<iframe src=\"https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=7760+Prue+Rd,+San+Antonio,+TX&aq=0&oq=7760&sll=29.48143,-98.514404&sspn=0.79737,1.561432&ie=UTF8&hq=&hnear=7760+Prue+Rd,+San+Antonio,+Texas+78249&t=m&ll=29.546393,-98.641906&spn=0.013067,0.018282&z=15&iwloc=A&output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=7760+Prue+Rd,+San+Antonio,+TX&aq=0&oq=7760&sll=29.48143,-98.514404&sspn=0.79737,1.561432&ie=UTF8&hq=&hnear=7760+Prue+Rd,+San+Antonio,+Texas+78249&t=m&ll=29.546393,-98.641906&spn=0.013067,0.018282&z=15&iwloc=A\">View Larger Map</a></small>\r\n\r\nWe would love to hear from you. Please fill out this form below to tell us about your experience at our church or of any suggestions you might have for us:\r\n\r\n[contact-form-7 id=\"61\" title=\"Contact Form\"]','Contact Us','','publish','closed','closed','','contact-us','','','2013-11-22 04:48:33','2013-11-22 04:48:33','',0,'http://www.calvarycrossag.com/?page_id=60',0,'page','',0),(294,1,'2021-02-07 16:15:54','2021-02-07 16:15:54','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:15:54','2021-02-07 16:15:54','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(295,1,'2021-02-07 16:15:55','2021-02-07 16:15:55','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:15:55','2021-02-07 16:15:55','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(299,1,'2021-02-07 16:21:22','2021-02-07 16:21:22','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US \n <figure><img width=\"719\" height=\"719\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg 719w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-174x174.jpg 174w\" sizes=\"(max-width: 719px) 100vw, 719px\" /></figure><h3>PASTOR DANIEL ESSEL</h3><p>Daniel Essel is the Head Pastor of Calvary Cross Church</p> \n <figure><img width=\"968\" height=\"968\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg 968w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-768x768.jpg 768w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-174x174.jpg 174w\" sizes=\"(max-width: 968px) 100vw, 968px\" /></figure><h3>FIRST LADY REBECCA ESSEL</h3><p>Rebecca Essel is the First Lady of Calvary Cross Church</p>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:21:22','2021-02-07 16:21:22','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(62,1,'2013-11-22 04:48:33','2013-11-22 04:48:33','<strong>Directions:</strong>\r\n\r\nCalvary Cross Church is inside the Fortress Church Complex at the Fortress Church Annex Chapel\r\n\r\n<strong>Phone Number:</strong>\r\n\r\n210-454-5402\r\n\r\n<strong>Address:</strong>\r\n\r\n7760 Prue Rd\r\n\r\nSan Antonio, TX 78249\r\n\r\n<strong>Map:</strong>\r\n\r\n<iframe src=\"https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=7760+Prue+Rd,+San+Antonio,+TX&aq=0&oq=7760&sll=29.48143,-98.514404&sspn=0.79737,1.561432&ie=UTF8&hq=&hnear=7760+Prue+Rd,+San+Antonio,+Texas+78249&t=m&ll=29.546393,-98.641906&spn=0.013067,0.018282&z=15&iwloc=A&output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=7760+Prue+Rd,+San+Antonio,+TX&aq=0&oq=7760&sll=29.48143,-98.514404&sspn=0.79737,1.561432&ie=UTF8&hq=&hnear=7760+Prue+Rd,+San+Antonio,+Texas+78249&t=m&ll=29.546393,-98.641906&spn=0.013067,0.018282&z=15&iwloc=A\">View Larger Map</a></small>\r\n\r\nWe would love to hear from you. Please fill out this form below to tell us about your experience at our church or of any suggestions you might have for us:\r\n\r\n[contact-form-7 id=\"61\" title=\"Contact Form\"]','Contact Us','','inherit','closed','closed','','60-revision-v1','','','2013-11-22 04:48:33','2013-11-22 04:48:33','',60,'http://www.calvarycrossag.com/2013/11/22/60-revision-v1/',0,'revision','',0),(102,1,'2014-05-26 19:53:18','2014-05-26 19:53:18','<strong>Church Services:</strong>\n\nWhen: Sundays 11:00 AM to 1:00PM\n\nWhere: 7760 Prue Rd, San Antonio, TX\n\n<strong>Wednesday Cell Group Meetings:</strong>\n\nWhen: Wednesdays 7:30 PM to 8:30 PM\n\nWhere: 807 Ranch Falls, San Antonio, TX\n\n<strong>Friday Cell Group Meetings:</strong>\n\nWhen: Fridays\n\n<strong>Marriage Conferences:</strong>\n\nWe hold marriage conferences to promote Godly marriages in homes\n\n<strong>Ministry to Military Trainees:</strong>\n\nOur military men and women need to hear God\'s word and be comforted by it as they are sent out to different parts of the world in service of their country.\n\n ','Ministries','','inherit','closed','closed','','52-autosave-v1','','','2014-05-26 19:53:18','2014-05-26 19:53:18','',52,'http://www.calvarycrossag.com/2014/05/26/52-autosave-v1/',0,'revision','',0),(103,1,'2014-05-26 19:54:40','2014-05-26 19:54:40','<strong>Church Services:</strong>\r\n\r\nWhen: Sundays 11:00 AM to 1:00PM\r\n\r\nWhere: 7760 Prue Rd, San Antonio, TX\r\n\r\n<strong>Wednesday Cell Group Meetings:</strong>\r\n\r\nWhen: Wednesdays 7:30 PM to 8:30 PM\r\n\r\nWhere: 807 Ranch Falls, San Antonio, TX\r\n\r\n<strong>Friday Cell Group Meetings:</strong>\r\n\r\nWhen: Fridays 8:00 PM to 9:00 PM\r\n\r\nWhere: 2818 Sutton Oaks, San Antonio, TX\r\n\r\n \r\n\r\n<strong>Marriage Conferences:</strong>\r\n\r\nWe hold marriage conferences to promote Godly marriages in homes\r\n\r\n \r\n\r\n<strong>Ministry to Military Trainees:</strong>\r\n\r\nOur military men and women need to hear God\'s word and be comforted by it as they are sent out to different parts of the world in service of their country.\r\n\r\n ','Ministries','','inherit','closed','closed','','52-revision-v1','','','2014-05-26 19:54:40','2014-05-26 19:54:40','',52,'http://www.calvarycrossag.com/2014/05/26/52-revision-v1/',0,'revision','',0),(64,1,'2013-11-22 04:51:23','2013-11-22 04:51:23',' ','','','publish','closed','closed','','64','','','2020-07-17 14:24:08','2020-07-17 14:24:08','',0,'http://www.calvarycrossag.com/?p=64',6,'nav_menu_item','',0),(65,1,'2013-11-22 04:51:23','2013-11-22 04:51:23',' ','','','publish','closed','closed','','65','','','2020-07-17 14:24:08','2020-07-17 14:24:08','',0,'http://www.calvarycrossag.com/?p=65',5,'nav_menu_item','',0),(176,1,'2020-07-08 13:39:14','2020-07-08 13:39:14','','calvary-cross-ag-slider','','inherit','closed','closed','','calvary-cross-ag-slider','','','2020-07-08 13:39:14','2020-07-08 13:39:14','',0,'http://www.calvarycrossag.com/wp-content/uploads/2020/07/calvary-cross-ag-slider.jpg',0,'attachment','image/jpeg',0),(67,1,'2013-11-22 04:51:23','2013-11-22 04:51:23',' ','','','publish','closed','closed','','67','','','2020-07-17 14:24:08','2020-07-17 14:24:08','',0,'http://www.calvarycrossag.com/?p=67',3,'nav_menu_item','',0),(68,1,'2013-11-22 04:51:22','2013-11-22 04:51:22',' ','','','publish','closed','closed','','68','','','2020-07-17 14:24:08','2020-07-17 14:24:08','',0,'http://www.calvarycrossag.com/?p=68',2,'nav_menu_item','',0),(93,1,'2014-05-13 01:07:24','2014-05-13 01:07:24','','church picture 1','','inherit','closed','closed','','church-picture-1','','','2014-05-13 01:07:24','2014-05-13 01:07:24','',0,'http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-1.jpeg',0,'attachment','image/jpeg',0),(132,1,'2015-01-19 16:03:11','2015-01-19 16:03:11','<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=126\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=96\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=94\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=97\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=95\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=98\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n\n<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','','','publish','closed','closed','','home','','','2015-01-19 16:24:31','2015-01-19 16:24:31','',0,'http://www.calvarycrossag.com/?page_id=132',0,'page','',0),(124,3,'2015-01-10 19:37:49','2015-01-10 19:37:49','','Valentine Dinner For Couples and Young Adults','Come with your loved one to fellowship and have lunch!','publish','closed','closed','','valentine-dinner-for-couples-and-young-adults','','','2015-01-10 19:54:24','2015-01-10 19:54:24','',0,'http://www.calvarycrossag.com/?post_type=tribe_events&p=124',0,'tribe_events','',0),(95,1,'2014-05-13 01:07:26','2014-05-13 01:07:26','','church picture 3','','inherit','closed','closed','','church-picture-3','','','2014-05-13 01:07:26','2014-05-13 01:07:26','',0,'http://www.calvarycrossag.com/wp-content/uploads/2014/05/church-picture-3.jpeg',4,'attachment','image/jpeg',0),(116,1,'2015-01-10 18:43:00','0000-00-00 00:00:00','','Educational Talk','','draft','closed','closed','','','','','2015-01-10 18:43:00','2015-01-10 18:43:00','',0,'http://www.calvarycrossag.com/?p=116',0,'post','',0),(76,1,'2013-11-22 05:01:57','2013-11-22 05:01:57','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n\n\n\n\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n\n\n\n\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n\n\n\n\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\n\n-Pastor Daniel Essel\n','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 05:01:57','2013-11-22 05:01:57','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(99,1,'2014-05-20 21:36:15','2014-05-20 21:36:15','<p style=\"color: #666666;\"><span style=\"color: #505050;\">The Art of Marriage, we weave together expert teaching, engaging stories, man-on-the street interviews, humorous vignettes, and much more to portray both the challenges and the beauty of God’s design. The Art of Marriage® consists of six video sessions that cover the following topics:</span></p>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 1: Love Happens (Purpose of Marriage)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed marriage and has a great plan in mind.</li>\r\n <li>The primary purpose of marriage is to reflect God’s glory to a watching world.</li>\r\n <li>It is important to receive your mate as God’s perfect gift for you.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 2: Love Fades (Drift to Isolation)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Couples naturally drift toward isolation.</li>\r\n <li>Our differences and weaknesses push us apart.</li>\r\n <li>Sin has affected every marriage.</li>\r\n <li>The gospel brings healing and reconciliation.</li>\r\n <li>Couples must learn to walk by the power of the Holy Spirit in marriage.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 3: Love Dances (Roles)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed different responsibilities for men and women in marriage.</li>\r\n <li>Though their responsibilities are different, men and women are still equal in value.</li>\r\n <li>God calls men to sacrificially love and lead their wives.</li>\r\n <li>God calls women to respect and support their husbands.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 4: Love Interrupted (Communication)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Conflict is common to all marriages.</li>\r\n <li>The goal is not to be conflict-free but to learn to handle conflict correctly when it occurs.</li>\r\n <li>Healthy conflict resolution occurs when couples are willing to seek and grant forgiveness.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 5: Love Sizzles (Romance and Sex)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God created sex and has a wonderful design in mind.</li>\r\n <li>A satisfying sex life is the result of a satisfying marriage relationship.</li>\r\n <li>The ultimate purpose of sex is to bring pleasure and glory to God.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 6: Love Always (Legacy)</span><span style=\"color: #000000;\"> </span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>To leave a godly legacy, we must think about the impact of our lives on future generations.</li>\r\n <li>Our hope for leaving a lasting legacy is through the gospel of Jesus Christ.</li>\r\n <li>Leaving a godly legacy requires putting a stake in the ground.</li>\r\n</ul>\r\n<p style=\"color: #666666;\">To attend this AOM event, please click <a style=\"color: green;\" title=\"HERE\" href=\"http://www.eventbrite.com/e/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc-tickets-11625099987?aff=eivtefrnd\" target=\"_blank\">HERE</a></p>\r\n<p style=\"color: #666666;\"><span style=\"color: #666666;\">The Cost to attend this event is </span><strong><span style=\"color: #ff0000;\">FREE</span></strong><span style=\"color: #666666;\"> (Singles, Married Couples)</span></p>\r\n<p style=\"color: #666666;\">Light refreshments provided on Saturday during the event</p>\r\n<p style=\"color: #666666;\"></p>',' THE ART OF MARRIAGE VIDEO CONFERENCE AT CALVARY CROSS CHURCH (CCC)','','publish','closed','closed','','the-art-of-marriage-video-conference-at-calvary-cross-church-ccc','','','2015-01-10 18:41:01','2015-01-10 18:41:01','',0,'http://www.calvarycrossag.com/?p=99',0,'post','',0),(77,1,'2013-11-22 05:02:52','2013-11-22 05:02:52','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n\n\n\n\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 1:00pm. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n\n\n\n\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n\n\n\n\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>\n\n','Home','','inherit','closed','closed','','41-revision-v1','','','2013-11-22 05:02:52','2013-11-22 05:02:52','',41,'http://www.calvarycrossag.com/2013/11/22/41-revision-v1/',0,'revision','',0),(123,3,'2015-01-10 19:23:15','2015-01-10 19:23:15','','Miracle Revival','Come join us for a revival service full of prayer, praise and worship, and reading the word. Needs a rejuvenation in your spiritual life? Then this event is the place to be.','publish','closed','closed','','miracle-revival-2','','','2015-01-10 19:54:30','2015-01-10 19:54:30','',0,'http://www.calvarycrossag.com/?post_type=tribe_events&p=123',0,'tribe_events','',0),(117,3,'2015-01-10 19:00:55','2015-01-10 19:00:55','','Educational Talk','Come join us for an intriguing education talk by a renowned doctor.','publish','closed','closed','','educational-talk','','','2015-01-10 19:54:55','2015-01-10 19:54:55','',0,'http://www.calvarycrossag.com/?post_type=tribe_events&p=117',0,'tribe_events','',0),(81,1,'2013-11-22 12:32:19','2013-11-22 12:32:19','','assemblies_of_god_logo','','inherit','closed','closed','','assemblies_of_god_logo','','','2013-11-22 12:32:19','2013-11-22 12:32:19','',0,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/assemblies_of_god_logo.gif',0,'attachment','image/gif',0),(82,1,'2013-11-22 12:40:29','2013-11-22 12:40:29','','assemblies_of_god_logo','','inherit','closed','closed','','assemblies_of_god_logo-2','','','2013-11-22 12:40:29','2013-11-22 12:40:29','',0,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/assemblies_of_god_logo.jpg',0,'attachment','image/jpeg',0),(84,1,'2013-11-30 23:07:32','2013-11-30 23:07:32','','slider','Gathered together as a body of believers','inherit','closed','closed','','slider','','','2013-11-30 23:07:32','2013-11-30 23:07:32','',0,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/slider.jpg',0,'attachment','image/jpeg',0),(85,1,'2013-11-30 23:07:45','2013-11-30 23:07:45','','New Slider','','publish','closed','closed','','new-slider','','','2015-01-19 16:07:55','2015-01-19 16:07:55','',0,'http://www.calvarycrossag.com/?post_type=ml-slider&p=85',0,'ml-slider','',0),(86,1,'2013-11-30 23:15:17','2013-11-30 23:15:17','','slider1','Supporting our troops at the base','inherit','closed','closed','','slider1','','','2013-11-30 23:15:17','2013-11-30 23:15:17','',0,'http://www.calvarycrossag.com/wp-content/uploads/2013/11/slider1.jpg',0,'attachment','image/jpeg',0),(100,1,'2014-05-20 21:35:45','2014-05-20 21:35:45','<p style=\"color: #666666;\"><span style=\"color: #505050;\">The Art of Marriage, we weave together expert teaching, engaging stories, man-on-the street interviews, humorous vignettes, and much more to portray both the challenges and the beauty of God’s design. The Art of Marriage® consists of six video sessions that cover the following topics:</span></p>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 1: Love Happens (Purpose of Marriage)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed marriage and has a great plan in mind.</li>\r\n <li>The primary purpose of marriage is to reflect God’s glory to a watching world.</li>\r\n <li>It is important to receive your mate as God’s perfect gift for you.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 2: Love Fades (Drift to Isolation)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Couples naturally drift toward isolation.</li>\r\n <li>Our differences and weaknesses push us apart.</li>\r\n <li>Sin has affected every marriage.</li>\r\n <li>The gospel brings healing and reconciliation.</li>\r\n <li>Couples must learn to walk by the power of the Holy Spirit in marriage.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 3: Love Dances (Roles)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed different responsibilities for men and women in marriage.</li>\r\n <li>Though their responsibilities are different, men and women are still equal in value.</li>\r\n <li>God calls men to sacrificially love and lead their wives.</li>\r\n <li>God calls women to respect and support their husbands.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 4: Love Interrupted (Communication)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Conflict is common to all marriages.</li>\r\n <li>The goal is not to be conflict-free but to learn to handle conflict correctly when it occurs.</li>\r\n <li>Healthy conflict resolution occurs when couples are willing to seek and grant forgiveness.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 5: Love Sizzles (Romance and Sex)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God created sex and has a wonderful design in mind.</li>\r\n <li>A satisfying sex life is the result of a satisfying marriage relationship.</li>\r\n <li>The ultimate purpose of sex is to bring pleasure and glory to God.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 6: Love Always (Legacy)</span><span style=\"color: #000000;\"> </span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>To leave a godly legacy, we must think about the impact of our lives on future generations.</li>\r\n <li>Our hope for leaving a lasting legacy is through the gospel of Jesus Christ.</li>\r\n <li>Leaving a godly legacy requires putting a stake in the ground.</li>\r\n</ul>\r\n<p style=\"color: #666666;\">To attend this AOM event, please click <a style=\"color: green;\" title=\"HERE\" href=\"http://www.eventbrite.com/e/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc-tickets-11625099987?aff=eivtefrnd\" target=\"_blank\">HERE</a></p>\r\n<p style=\"color: #666666;\">The Cost to attend this event is <span style=\"color: #ff0000;\"><span style=\"font-weight: bold;\">$20</span></span> (Singles, Married Couples)</p>\r\n<p style=\"color: #666666;\">Light refreshments provided on Saturday during the event</p>',' THE ART OF MARRIAGE VIDEO CONFERENCE AT CALVARY CROSS CHURCH (CCC)','','inherit','closed','closed','','99-revision-v1','','','2014-05-20 21:35:45','2014-05-20 21:35:45','',99,'http://www.calvarycrossag.com/2014/05/20/99-revision-v1/',0,'revision','',0),(131,1,'2015-01-14 02:17:31','2015-01-14 02:17:31','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','Home','','inherit','closed','closed','','41-autosave-v1','','','2015-01-14 02:17:31','2015-01-14 02:17:31','',41,'http://www.calvarycrossag.com/2015/01/14/41-autosave-v1/',0,'revision','',0),(105,1,'2014-06-07 21:56:11','2014-06-07 21:56:11','<p style=\"color: #666666;\"><span style=\"color: #505050;\">The Art of Marriage, we weave together expert teaching, engaging stories, man-on-the street interviews, humorous vignettes, and much more to portray both the challenges and the beauty of God’s design. The Art of Marriage® consists of six video sessions that cover the following topics:</span></p>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 1: Love Happens (Purpose of Marriage)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed marriage and has a great plan in mind.</li>\r\n <li>The primary purpose of marriage is to reflect God’s glory to a watching world.</li>\r\n <li>It is important to receive your mate as God’s perfect gift for you.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 2: Love Fades (Drift to Isolation)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Couples naturally drift toward isolation.</li>\r\n <li>Our differences and weaknesses push us apart.</li>\r\n <li>Sin has affected every marriage.</li>\r\n <li>The gospel brings healing and reconciliation.</li>\r\n <li>Couples must learn to walk by the power of the Holy Spirit in marriage.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 3: Love Dances (Roles)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed different responsibilities for men and women in marriage.</li>\r\n <li>Though their responsibilities are different, men and women are still equal in value.</li>\r\n <li>God calls men to sacrificially love and lead their wives.</li>\r\n <li>God calls women to respect and support their husbands.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 4: Love Interrupted (Communication)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Conflict is common to all marriages.</li>\r\n <li>The goal is not to be conflict-free but to learn to handle conflict correctly when it occurs.</li>\r\n <li>Healthy conflict resolution occurs when couples are willing to seek and grant forgiveness.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 5: Love Sizzles (Romance and Sex)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God created sex and has a wonderful design in mind.</li>\r\n <li>A satisfying sex life is the result of a satisfying marriage relationship.</li>\r\n <li>The ultimate purpose of sex is to bring pleasure and glory to God.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 6: Love Always (Legacy)</span><span style=\"color: #000000;\"> </span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>To leave a godly legacy, we must think about the impact of our lives on future generations.</li>\r\n <li>Our hope for leaving a lasting legacy is through the gospel of Jesus Christ.</li>\r\n <li>Leaving a godly legacy requires putting a stake in the ground.</li>\r\n</ul>\r\n<p style=\"color: #666666;\">To attend this AOM event, please click <a style=\"color: green;\" title=\"HERE\" href=\"http://www.eventbrite.com/e/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc-tickets-11625099987?aff=eivtefrnd\" target=\"_blank\">HERE</a></p>\r\n<p style=\"color: #666666;\"><span style=\"color: #666666;\">The Cost to attend this event is </span><strong><span style=\"color: #ff0000;\">FREE</span></strong><span style=\"color: #666666;\"> (Singles, Married Couples)</span></p>\r\n<p style=\"color: #666666;\">Light refreshments provided on Saturday during the event<br><br>\r\n<iframe src=\"https://www.youtube.com/watch?v=D00C7LSEgbA\" style=\"border:0px #FFFFFF none;\" name=\"myiFrame\" scrolling=\"no\" frameborder=\"0\" marginheight=\"0px\" marginwidth=\"0px\" height=\"40%\" width=\"100%\"></iframe></p>\r\n<p style=\"color: #666666;\"></p>',' THE ART OF MARRIAGE VIDEO CONFERENCE AT CALVARY CROSS CHURCH (CCC)','','inherit','closed','closed','','99-autosave-v1','','','2014-06-07 21:56:11','2014-06-07 21:56:11','',99,'http://www.calvarycrossag.com/2014/06/07/99-autosave-v1/',0,'revision','',0),(107,1,'2014-06-07 21:57:06','2014-06-07 21:57:06','<p style=\"color: #666666;\"><span style=\"color: #505050;\">The Art of Marriage, we weave together expert teaching, engaging stories, man-on-the street interviews, humorous vignettes, and much more to portray both the challenges and the beauty of God’s design. The Art of Marriage® consists of six video sessions that cover the following topics:</span></p>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 1: Love Happens (Purpose of Marriage)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed marriage and has a great plan in mind.</li>\r\n <li>The primary purpose of marriage is to reflect God’s glory to a watching world.</li>\r\n <li>It is important to receive your mate as God’s perfect gift for you.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 2: Love Fades (Drift to Isolation)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Couples naturally drift toward isolation.</li>\r\n <li>Our differences and weaknesses push us apart.</li>\r\n <li>Sin has affected every marriage.</li>\r\n <li>The gospel brings healing and reconciliation.</li>\r\n <li>Couples must learn to walk by the power of the Holy Spirit in marriage.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 3: Love Dances (Roles)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed different responsibilities for men and women in marriage.</li>\r\n <li>Though their responsibilities are different, men and women are still equal in value.</li>\r\n <li>God calls men to sacrificially love and lead their wives.</li>\r\n <li>God calls women to respect and support their husbands.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 4: Love Interrupted (Communication)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Conflict is common to all marriages.</li>\r\n <li>The goal is not to be conflict-free but to learn to handle conflict correctly when it occurs.</li>\r\n <li>Healthy conflict resolution occurs when couples are willing to seek and grant forgiveness.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 5: Love Sizzles (Romance and Sex)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God created sex and has a wonderful design in mind.</li>\r\n <li>A satisfying sex life is the result of a satisfying marriage relationship.</li>\r\n <li>The ultimate purpose of sex is to bring pleasure and glory to God.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 6: Love Always (Legacy)</span><span style=\"color: #000000;\"> </span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>To leave a godly legacy, we must think about the impact of our lives on future generations.</li>\r\n <li>Our hope for leaving a lasting legacy is through the gospel of Jesus Christ.</li>\r\n <li>Leaving a godly legacy requires putting a stake in the ground.</li>\r\n</ul>\r\n<p style=\"color: #666666;\">To attend this AOM event, please click <a style=\"color: green;\" title=\"HERE\" href=\"http://www.eventbrite.com/e/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc-tickets-11625099987?aff=eivtefrnd\" target=\"_blank\">HERE</a></p>\r\n<p style=\"color: #666666;\"><span style=\"color: #666666;\">The Cost to attend this event is </span><strong><span style=\"color: #ff0000;\">FREE</span></strong><span style=\"color: #666666;\"> (Singles, Married Couples)</span></p>\r\n<p style=\"color: #666666;\">Light refreshments provided on Saturday during the event<br><br></p>\r\n<p style=\"color: #666666;\"></p>',' THE ART OF MARRIAGE VIDEO CONFERENCE AT CALVARY CROSS CHURCH (CCC)','','inherit','closed','closed','','99-revision-v1','','','2014-06-07 21:57:06','2014-06-07 21:57:06','',99,'http://www.calvarycrossag.com/2014/06/07/99-revision-v1/',0,'revision','',0),(106,1,'2014-06-07 21:56:23','2014-06-07 21:56:23','<p style=\"color: #666666;\"><span style=\"color: #505050;\">The Art of Marriage, we weave together expert teaching, engaging stories, man-on-the street interviews, humorous vignettes, and much more to portray both the challenges and the beauty of God’s design. The Art of Marriage® consists of six video sessions that cover the following topics:</span></p>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 1: Love Happens (Purpose of Marriage)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed marriage and has a great plan in mind.</li>\r\n <li>The primary purpose of marriage is to reflect God’s glory to a watching world.</li>\r\n <li>It is important to receive your mate as God’s perfect gift for you.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 2: Love Fades (Drift to Isolation)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Couples naturally drift toward isolation.</li>\r\n <li>Our differences and weaknesses push us apart.</li>\r\n <li>Sin has affected every marriage.</li>\r\n <li>The gospel brings healing and reconciliation.</li>\r\n <li>Couples must learn to walk by the power of the Holy Spirit in marriage.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 3: Love Dances (Roles)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed different responsibilities for men and women in marriage.</li>\r\n <li>Though their responsibilities are different, men and women are still equal in value.</li>\r\n <li>God calls men to sacrificially love and lead their wives.</li>\r\n <li>God calls women to respect and support their husbands.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 4: Love Interrupted (Communication)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Conflict is common to all marriages.</li>\r\n <li>The goal is not to be conflict-free but to learn to handle conflict correctly when it occurs.</li>\r\n <li>Healthy conflict resolution occurs when couples are willing to seek and grant forgiveness.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 5: Love Sizzles (Romance and Sex)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God created sex and has a wonderful design in mind.</li>\r\n <li>A satisfying sex life is the result of a satisfying marriage relationship.</li>\r\n <li>The ultimate purpose of sex is to bring pleasure and glory to God.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 6: Love Always (Legacy)</span><span style=\"color: #000000;\"> </span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>To leave a godly legacy, we must think about the impact of our lives on future generations.</li>\r\n <li>Our hope for leaving a lasting legacy is through the gospel of Jesus Christ.</li>\r\n <li>Leaving a godly legacy requires putting a stake in the ground.</li>\r\n</ul>\r\n<p style=\"color: #666666;\">To attend this AOM event, please click <a style=\"color: green;\" title=\"HERE\" href=\"http://www.eventbrite.com/e/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc-tickets-11625099987?aff=eivtefrnd\" target=\"_blank\">HERE</a></p>\r\n<p style=\"color: #666666;\"><span style=\"color: #666666;\">The Cost to attend this event is </span><strong><span style=\"color: #ff0000;\">FREE</span></strong><span style=\"color: #666666;\"> (Singles, Married Couples)</span></p>\r\n<p style=\"color: #666666;\">Light refreshments provided on Saturday during the event<br><br>\r\n<iframe src=\"https://www.youtube.com/watch?v=D00C7LSEgbA\" style=\"border:0px #FFFFFF none;\" name=\"myiFrame\" scrolling=\"no\" frameborder=\"0\" marginheight=\"0px\" marginwidth=\"0px\" height=\"40%\" width=\"100%\"></iframe></p>\r\n<p style=\"color: #666666;\"></p>',' THE ART OF MARRIAGE VIDEO CONFERENCE AT CALVARY CROSS CHURCH (CCC)','','inherit','closed','closed','','99-revision-v1','','','2014-06-07 21:56:23','2014-06-07 21:56:23','',99,'http://www.calvarycrossag.com/2014/06/07/99-revision-v1/',0,'revision','',0),(108,1,'2014-06-07 21:57:25','2014-06-07 21:57:25','<p style=\"color: #666666;\"><span style=\"color: #505050;\">The Art of Marriage, we weave together expert teaching, engaging stories, man-on-the street interviews, humorous vignettes, and much more to portray both the challenges and the beauty of God’s design. The Art of Marriage® consists of six video sessions that cover the following topics:</span></p>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 1: Love Happens (Purpose of Marriage)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed marriage and has a great plan in mind.</li>\r\n <li>The primary purpose of marriage is to reflect God’s glory to a watching world.</li>\r\n <li>It is important to receive your mate as God’s perfect gift for you.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 2: Love Fades (Drift to Isolation)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Couples naturally drift toward isolation.</li>\r\n <li>Our differences and weaknesses push us apart.</li>\r\n <li>Sin has affected every marriage.</li>\r\n <li>The gospel brings healing and reconciliation.</li>\r\n <li>Couples must learn to walk by the power of the Holy Spirit in marriage.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 3: Love Dances (Roles)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God designed different responsibilities for men and women in marriage.</li>\r\n <li>Though their responsibilities are different, men and women are still equal in value.</li>\r\n <li>God calls men to sacrificially love and lead their wives.</li>\r\n <li>God calls women to respect and support their husbands.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 4: Love Interrupted (Communication)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>Conflict is common to all marriages.</li>\r\n <li>The goal is not to be conflict-free but to learn to handle conflict correctly when it occurs.</li>\r\n <li>Healthy conflict resolution occurs when couples are willing to seek and grant forgiveness.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 5: Love Sizzles (Romance and Sex)</span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>God created sex and has a wonderful design in mind.</li>\r\n <li>A satisfying sex life is the result of a satisfying marriage relationship.</li>\r\n <li>The ultimate purpose of sex is to bring pleasure and glory to God.</li>\r\n</ul>\r\n<p style=\"color: #505050;\"><span style=\"font-weight: bold;\">Session 6: Love Always (Legacy)</span><span style=\"color: #000000;\"> </span></p>\r\n\r\n<ul style=\"color: #505050;\">\r\n <li>To leave a godly legacy, we must think about the impact of our lives on future generations.</li>\r\n <li>Our hope for leaving a lasting legacy is through the gospel of Jesus Christ.</li>\r\n <li>Leaving a godly legacy requires putting a stake in the ground.</li>\r\n</ul>\r\n<p style=\"color: #666666;\">To attend this AOM event, please click <a style=\"color: green;\" title=\"HERE\" href=\"http://www.eventbrite.com/e/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc-tickets-11625099987?aff=eivtefrnd\" target=\"_blank\">HERE</a></p>\r\n<p style=\"color: #666666;\"><span style=\"color: #666666;\">The Cost to attend this event is </span><strong><span style=\"color: #ff0000;\">FREE</span></strong><span style=\"color: #666666;\"> (Singles, Married Couples)</span></p>\r\n<p style=\"color: #666666;\">Light refreshments provided on Saturday during the event</p>\r\n<p style=\"color: #666666;\"></p>',' THE ART OF MARRIAGE VIDEO CONFERENCE AT CALVARY CROSS CHURCH (CCC)','','inherit','closed','closed','','99-revision-v1','','','2014-06-07 21:57:25','2014-06-07 21:57:25','',99,'http://www.calvarycrossag.com/2014/06/07/99-revision-v1/',0,'revision','',0),(109,1,'2014-06-07 21:58:13','2014-06-07 21:58:13','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','Home','','inherit','closed','closed','','41-revision-v1','','','2014-06-07 21:58:13','2014-06-07 21:58:13','',41,'http://www.calvarycrossag.com/2014/06/07/41-revision-v1/',0,'revision','',0),(110,1,'2014-06-07 22:00:26','2014-06-07 22:00:26','<strong>ADMINISTRATIVE LEADERS</strong>\n\nHead Pastor: Daniel K. Essel\n\nFirst Lady: Rebecca E. Essel\n\nTreasurer: Fiifi Williams\n \n\n<strong>PRAISE AND WORSHIP TEAM</strong>\n\nPiano: Steven\n\nDrums: Nana Bonsu','Our Staff','','inherit','closed','closed','','54-autosave-v1','','','2014-06-07 22:00:26','2014-06-07 22:00:26','',54,'http://www.calvarycrossag.com/2014/06/07/54-autosave-v1/',0,'revision','',0),(111,1,'2014-06-07 22:00:29','2014-06-07 22:00:29','<strong>ADMINISTRATIVE LEADERS</strong>\r\n\r\nHead Pastor: Daniel K. Essel\r\n\r\nFirst Lady: Rebecca E. Essel\r\n\r\nTreasurer: Fiifi Williams\r\n \r\n\r\n<strong>PRAISE AND WORSHIP TEAM</strong>\r\n\r\nPiano: Steven\r\n\r\nDrums: Nana Bonsu','Our Staff','','inherit','closed','closed','','54-revision-v1','','','2014-06-07 22:00:29','2014-06-07 22:00:29','',54,'http://www.calvarycrossag.com/2014/06/07/54-revision-v1/',0,'revision','',0),(232,1,'2020-08-17 20:19:56','2020-08-17 20:19:56','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Savannah Breaux</td></tr><tr><th>Your Email:</th><td>savannah.breaux@ma.agmd.org</td></tr><tr><th>Subject:</th><td>Good Afternoon</td></tr><tr><th>Your message:</th><td>Good Afternoon Pastor Daniel Essel, We are Jason and Savannah Breaux Career Missionary Associates serving in Costa Rica. We are on furlough sharing about what was accomplished during our first term in Costa Rica, and what our vision for our next term when we\'re able to return to the field. We would love the opportunity to meet you for coffee or dinner to share our hearts for Costa Rica. Thank You, Jason and Savannah Breaux P.S I can email you our pastoral packet.</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/contact-us/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Aug 17, 2020 by \"Savannah Breaux\"','','private','closed','closed','','monday-aug-17-2020-by-savannah-breaux','','','2020-08-17 20:19:56','2020-08-17 20:19:56','',0,'http://www.calvarycrossag.com/pf_contact/monday-aug-17-2020-by-savannah-breaux/',0,'pf_contact','',0),(122,3,'2015-01-10 19:22:09','2015-01-10 19:22:09','','Miracle Revival','Come join us for a revival service full of prayer, praise and worship, and reading the word. Needs a rejuvenation in your spiritual life? Then this event is the place to be.','publish','closed','closed','','miracle-revival','','','2015-01-10 19:55:10','2015-01-10 19:55:10','',0,'http://www.calvarycrossag.com/?post_type=tribe_events&p=122',0,'tribe_events','',0),(125,3,'2015-01-10 19:54:10','2015-01-10 19:54:10','','Sunday Marriage Classes','','publish','closed','closed','','sunday-marriage-classes','','','2015-01-10 19:54:10','2015-01-10 19:54:10','',0,'http://www.calvarycrossag.com/?post_type=tribe_events&p=125',0,'tribe_events','',0),(126,1,'2015-01-10 20:57:24','2015-01-10 20:57:24','','clouds','','inherit','closed','closed','','clouds','','','2015-01-10 20:57:24','2015-01-10 20:57:24','',0,'http://www.calvarycrossag.com/wp-content/uploads/2015/01/clouds.jpeg',0,'attachment','image/jpeg',0),(130,1,'2015-01-14 02:11:10','2015-01-14 02:11:10','','clouds-words','','inherit','closed','closed','','clouds-words-2','','','2015-01-14 02:11:10','2015-01-14 02:11:10','',0,'http://www.calvarycrossag.com/wp-content/uploads/2015/01/clouds-words1.jpeg',0,'attachment','image/jpeg',0),(133,1,'2015-01-19 16:00:32','2015-01-19 16:00:32','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','','','inherit','closed','closed','','132-revision-v1','','','2015-01-19 16:00:32','2015-01-19 16:00:32','',132,'http://www.calvarycrossag.com/2015/01/19/132-revision-v1/',0,'revision','',0),(134,1,'2015-01-19 16:02:28','2015-01-19 16:02:28','<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=126\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=96\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=94\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=97\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=95\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=98\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n\n<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','','','inherit','closed','closed','','132-revision-v1','','','2015-01-19 16:02:28','2015-01-19 16:02:28','',132,'http://www.calvarycrossag.com/2015/01/19/132-revision-v1/',0,'revision','',0),(135,1,'2015-01-19 16:03:04','2015-01-19 16:03:04','<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=126\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=96\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=94\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=97\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=95\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=98\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n\n<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','Home','','inherit','closed','closed','','132-revision-v1','','','2015-01-19 16:03:04','2015-01-19 16:03:04','',132,'http://www.calvarycrossag.com/2015/01/19/132-revision-v1/',0,'revision','',0),(138,1,'2015-01-19 16:25:33','2015-01-19 16:25:33','<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=126\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=96\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=94\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=97\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=95\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=98\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<h1>Calvary Cross Assemblies Of God</h1>\n<h3>Experience the Prescence of God</h3>\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3>\nThank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.\n\n-Pastor Daniel Essel','','','inherit','closed','closed','','132-autosave-v1','','','2015-01-19 16:25:33','2015-01-19 16:25:33','',132,'http://www.calvarycrossag.com/2015/01/19/132-autosave-v1/',0,'revision','',0),(139,1,'2015-01-19 16:24:31','2015-01-19 16:24:31','<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=126\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=96\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=94\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=97\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=95\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=98\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n\n<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','','','inherit','closed','closed','','132-revision-v1','','','2015-01-19 16:24:31','2015-01-19 16:24:31','',132,'http://www.calvarycrossag.com/2015/01/19/132-revision-v1/',0,'revision','',0),(140,1,'2015-01-19 16:27:29','2015-01-19 16:27:29','<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=126\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=96\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=94\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=97\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=95\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=98\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n\n<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','New Home Page','','publish','closed','closed','','new-home-page','','','2015-01-19 16:27:29','2015-01-19 16:27:29','',0,'http://www.calvarycrossag.com/?page_id=140',0,'page','',0),(141,1,'2015-01-19 16:26:25','2015-01-19 16:26:25','<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','New Home Page','','inherit','closed','closed','','140-revision-v1','','','2015-01-19 16:26:25','2015-01-19 16:26:25','',140,'http://www.calvarycrossag.com/2015/01/19/140-revision-v1/',0,'revision','',0),(142,1,'2015-01-19 16:27:19','2015-01-19 16:27:19','<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=126\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=96\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=94\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=97\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=95\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n<a class=\'delete-slide confirm\' href=\'?page=metaslider&id=85&deleteSlide=98\'>x</a> Image Slide General SEO New Window Image Title Text Image Alt Text\n\n<h1>Calvary Cross Assemblies Of God</h1>\n\n<h3>Experience the Prescence of God</h3>\n\n<h4>Church Services</h4>\n<p class=\"text\">Come fellowship with us every Sunday at 11:00am. We welcome you with open arms. \"For I was glad when they said unto me, let us go into the house of the Lord\" Psalms 122:1</p>\n\n<h4>Cell Meetings</h4>\n<p class=\"text\">Church is not just about meeting on Sundays. Calvary Cross Church believes in bringing believers together even outside the church. For this, we have cell meetings during the week at different homes that open their doors for God to use</p>\n\n<h4>Marriage Conferences</h4>\n<p class=\"text\">Godliness begins at home. Calvary Cross Church is dedicated to promoting Godly marriages in homes by providing educational material and counseling for couples, whether newly weds or older couples. We always encourage all to attend.</p>\n<h3 class=\"widget-title\">A Word From Pastor Essel</h3> <p>Thank you for visiting our website. We hope that you join us at our sanctuary for a time of worship. You won\'t regret it. Thank you.</p>\n<p>-Pastor Daniel Essel</p>','New Home Page','','inherit','closed','closed','','140-revision-v1','','','2015-01-19 16:27:19','2015-01-19 16:27:19','',140,'http://www.calvarycrossag.com/2015/01/19/140-revision-v1/',0,'revision','',0),(153,1,'2016-10-21 20:48:50','2016-10-21 20:48:50','','people','','inherit','closed','closed','','people','','','2016-10-21 20:48:50','2016-10-21 20:48:50','',0,'http://www.calvarycrossag.com/wp-content/uploads/2016/10/people.png',0,'attachment','image/png',0),(149,1,'2016-10-21 20:22:33','2016-10-21 20:22:33','Due to COVID-19, all services are held through a teleconference call.\n\nThe number to join the service <strong><a href=\"tel:7127757464\">712-775-7464</a> </strong>with code<strong> 466387</strong>\n\n<strong>Sundays:</strong>\n\n9 am - 10 am : Main Service\n\n<strong>Fridays:</strong>\n\n8 pm to 8:30 pm : Friday Prayer Service\n\n<strong>Women\'s Ministry:</strong>\n\nEvery last Sunday of the Month','Service Times','','publish','closed','closed','','service-times','','','2020-08-09 12:05:30','2020-08-09 12:05:30','',0,'http://www.calvarycrossag.com/?page_id=149',0,'page','',0),(150,1,'2016-10-21 20:22:33','2016-10-21 20:22:33','<strong>Sundays:</strong>\r\n\r\n11:30 am - 12 pm : Sunday School (Kids, Young Adults, Adults)\r\n\r\n12 pm - 1 pm : Main Service\r\n\r\n \r\n\r\n<strong>Wednesdays:</strong>\r\n\r\n7:00 pm to 8:15 pm : Wednesday Night Service\r\n\r\n \r\n\r\n<strong>Thursdays:</strong>\r\n\r\n7:00 pm to 8:15 pm : Navy Campus Prayer','Service Times','','inherit','closed','closed','','149-revision-v1','','','2016-10-21 20:22:33','2016-10-21 20:22:33','',149,'http://www.calvarycrossag.com/2016/10/21/149-revision-v1/',0,'revision','',0),(162,1,'2016-10-25 13:22:56','2016-10-25 13:22:56','<strong>Sundays:</strong>\r\n\r\n11:00 am - 11:30 pm : Sunday School (Kids, Young Adults, Adults)\r\n\r\n11:30 pm - 12:30 pm : Main Service\r\n\r\n \r\n\r\n<strong>Wednesdays:</strong>\r\n\r\n7:00 pm to 8:15 pm : Wednesday Night Service\r\n\r\n \r\n\r\n<strong>Thursdays:</strong>\r\n\r\n7:00 pm to 8:15 pm : Navy Campus Prayer','Service Times','','inherit','closed','closed','','149-revision-v1','','','2016-10-25 13:22:56','2016-10-25 13:22:56','',149,'http://www.calvarycrossag.com/2016/10/25/149-revision-v1/',0,'revision','',0),(152,1,'2016-10-21 20:31:52','2016-10-21 20:31:52','','Home','','publish','closed','closed','','home-2','','','2020-07-17 14:24:08','2020-07-17 14:24:08','',0,'http://www.calvarycrossag.com/?p=152',1,'nav_menu_item','',0),(154,1,'2016-10-21 20:48:52','2016-10-21 20:48:52','','marriage','','inherit','closed','closed','','marriage','','','2016-10-21 20:48:52','2016-10-21 20:48:52','',0,'http://www.calvarycrossag.com/wp-content/uploads/2016/10/marriage.png',0,'attachment','image/png',0),(155,1,'2016-10-21 20:48:53','2016-10-21 20:48:53','','Church','','inherit','closed','closed','','church','','','2016-10-21 20:48:53','2016-10-21 20:48:53','',0,'http://www.calvarycrossag.com/wp-content/uploads/2016/10/Church.png',0,'attachment','image/png',0),(156,1,'2016-10-21 21:16:06','2016-10-21 21:16:06','','first-lady','','inherit','closed','closed','','first-lady','','','2016-10-21 21:16:06','2016-10-21 21:16:06','',0,'http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg',0,'attachment','image/jpeg',0),(157,1,'2016-10-21 21:16:27','2016-10-21 21:16:27','','pastor and wife','','inherit','closed','closed','','pastor-and-wife','','','2016-10-21 21:16:27','2016-10-21 21:16:27','',0,'http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg',0,'attachment','image/jpeg',0),(165,1,'2017-10-24 23:40:35','2017-10-24 23:40:35','*** Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com) *** \n\nYour Name: Jim Dempsey \rYour Email: jedaz@juno.com \rSubject: Intercultural Ministry \rYour message: Greetings! My wife, Linda, and I have just returned to our original home of South Texas after 30+ years as missionaries to Native Americans. We have kept our appointment with AG US Missions and have come home to find ways to enhance intercultural ministry within the So. Texas district. I would love to have the opportunity to hear more of your vision for your community. Please contact me by email, Facebook, or phone at 623-521-7607. \rIP address: 71.52.78.243\r IP search: http://whatismyipaddress.com/ip/71.52.78.243 \n\nSent from page: http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/','Tuesday, Oct 24, 2017 by \"Jim Dempsey\"','','private','closed','closed','','tuesday-oct-24-2017-by-jim-dempsey','','','2017-10-24 23:40:35','2017-10-24 23:40:35','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-oct-24-2017-by-jim-dempsey/',0,'pf_contact','',0),(160,1,'2016-10-21 21:50:25','2016-10-21 21:50:25','[event-list]','Events','','publish','closed','closed','','events','','','2016-10-21 21:50:25','2016-10-21 21:50:25','',0,'http://www.calvarycrossag.com/?page_id=160',0,'page','',0),(161,1,'2016-10-21 21:50:25','2016-10-21 21:50:25','[event-list]','Events','','inherit','closed','closed','','160-revision-v1','','','2016-10-21 21:50:25','2016-10-21 21:50:25','',160,'http://www.calvarycrossag.com/2016/10/21/160-revision-v1/',0,'revision','',0),(166,1,'2018-02-22 18:30:39','2018-02-22 18:30:39','*** Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com) *** \n\nYour Name: Jim Dempsey \rYour Email: jedaz@juno.com \rSubject: Greetings \rYour message: I have recently been appointed by AGUSMissions to work with intercultural missions in South Texas. My wife Linda and I hope to be visiting you before too long. We will let you know when we are coming that way, and may be dropping in. In the meantime, you may call me at 623 521 7607, or contact me through Facebook or email (jedaz@juno.com). \rIP address: 73.155.127.141\r IP search: http://whatismyipaddress.com/ip/73.155.127.141 \n\nSent from page: http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/','Thursday, Feb 22, 2018 by \"Jim Dempsey\"','','private','closed','closed','','thursday-feb-22-2018-by-jim-dempsey','','','2018-02-22 18:30:39','2018-02-22 18:30:39','',0,'http://www.calvarycrossag.com/pf_contact/thursday-feb-22-2018-by-jim-dempsey/',0,'pf_contact','',0),(167,1,'2018-06-21 17:18:17','2018-06-21 17:18:17','*** Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com) *** \n\nYour Name: Joe Sedillo \rYour Email: buffaloxa@gmail.com \rSubject: Sedillos -AG US Missionaries Buffalo, NY \rYour message: Dear Pastor Essel and Calvary Cross Assembly of God, I hope this email finds you well! This is Joe Sedillo, from Chi Alpha at Sam Houston. This spring, My wife, Nicole, and I were appointed as South Texas Assemblies of God US Missionaries to Buffalo, New York. We will be planting a new Chi Alpha at Buffalo State College, the second Chi Alpha in the entire state! Both of us met Jesus through our time in Chi Alpha. After being a part of this ministry for 10 years, we have developed a firm conviction that the university is one of the most strategic mission fields in the world. Please allow me to tell you about our ministry and our current need for partnership in mission. WHAT WE DO For the past several years, my wife and I have been training and serving as missionary associates at Sam Houston State University Chi Alpha. We learned much about how to implement a strong small group discipleship culture. Meanwhile, the Lord began calling us to meet the need for university ministry in Buffalo, NY which is home to 50,000 college students. New York State has over one million college students from all over the world and there are almost no Spirit-empowered university ministries in the entire state! What do you do when the harvest is plentiful but the workers are few? The Lord has called us to work amongst these students, knowing the potential for them to transform the next generation. According to Barna Research Group, Buffalo is one of the least biblically minded cities in the nation which means most don’t have knowledge of the truth and power of God’s word. Our vision is to train up students as disciples who make disciples at their university, in the workforce when they graduate, and throughout the world wherever the Lord might lead them in mission. WHAT WE NEED Our biggest need in order to move to New York by next January is to acquire new monthly commitments. We are looking for new financial partners to help us spark Gospel influence in Buffalo and beyond. I have attached a profile which will tell you more about us and our ministry. You can also sign up for our monthly newsletters, where we frequently share pictures and stories about God\'s work through us. Please take a look and prayerfully consider becoming part of our support team to Buffalo so that we can get to work there as soon as possible. I would love to talk more over coffee, or I am open to a service if your schedule allows. Thank you for your interest in what we do and we look forward to being partners in ministry! Yours for the University, Joe & Nicole Sedillo (936) 577-7240 “Transforming the University, The Marketplace and the World through University Students” SIGN UP FOR OUR NEWSLETTER: http://s1.ag.org/sedillonewsletter AGUSM Account #295775-1 GIVE: s1.ag.org/sedillo \rIP address: 50.24.241.67\r IP search: http://whatismyipaddress.com/ip/50.24.241.67 \n\nSent from page: http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/','Thursday, Jun 21, 2018 by \"Joe Sedillo\"','','private','closed','closed','','thursday-jun-21-2018-by-joe-sedillo','','','2018-06-21 17:18:17','2018-06-21 17:18:17','',0,'http://www.calvarycrossag.com/pf_contact/thursday-jun-21-2018-by-joe-sedillo/',0,'pf_contact','',0),(168,1,'2018-10-06 15:01:35','2018-10-06 15:01:35','*** Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com) *** \n\nYour Name: Richard Gyebi \rYour Email: nanajog@gmail.com \rSubject: Loving What God is Doing in San Antonio with CCC Ag \rYour message: Keep the good work \rIP address: 76.250.252.227\r IP search: http://whatismyipaddress.com/ip/76.250.252.227 \n\nSent from page: http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/','Saturday, Oct 6, 2018 by \"Richard Gyebi\"','','private','closed','closed','','saturday-oct-6-2018-by-richard-gyebi','','','2018-10-06 15:01:35','2018-10-06 15:01:35','',0,'http://www.calvarycrossag.com/pf_contact/saturday-oct-6-2018-by-richard-gyebi/',0,'pf_contact','',0),(169,1,'2018-12-30 02:37:34','2018-12-30 02:37:34','*** Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com) *** \n\nYour Name: Randy \rYour Email: randy@talkwithlead.com \rSubject: Concerning calvarycrossag.com \rYour message: Hi, My name is Randy and I was looking at a few different sites online and came across your site calvarycrossag.com. I must say - your website is very impressive. I found your website on the first page of the Search Engine. Have you noticed that 70 percent of visitors who leave your website will never return? In most cases, this means that 95 percent to 98 percent of your marketing efforts are going to waste, not to mention that you are losing more money in customer acquisition costs than you need to. As a business person, the time and money you put into your marketing efforts is extremely valuable. So why let it go to waste? Our users have seen staggering improvements in conversions with insane growths of 150 percent going upwards of 785 percent. Are you ready to unlock the highest conversion revenue from each of your website visitors? TalkWithLead is a widget which captures a website visitor’s Name, Email address and Phone Number and then calls you immediately, so that you can talk to the Lead exactly when they are live on your website — while they\'re hot! Best feature of all, we offer FREE International Long Distance Calling! Try the TalkWithLead Live Demo now to see exactly how it works. Visit: http://www.talkwithcustomer.com When targeting leads, speed is essential - there is a 100x decrease in Leads when a Lead is contacted within 30 minutes vs being contacted within 5 minutes. If you would like to talk to me about this service, please give me a call. We do offer a 14 days free trial. Thanks and Best Regards, Randy If you\'d like to unsubscribe click here. http://liveserveronline.com/talkwithcustomer.aspx?d=calvarycrossag.com \rIP address: 139.180.229.133\r IP search: http://whatismyipaddress.com/ip/139.180.229.133 \n\nSent from page: http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/','Sunday, Dec 30, 2018 by \"Randy\"','','private','closed','closed','','sunday-dec-30-2018-by-randy','','','2018-12-30 02:37:34','2018-12-30 02:37:34','',0,'http://www.calvarycrossag.com/pf_contact/sunday-dec-30-2018-by-randy/',0,'pf_contact','',0),(171,1,'2019-12-12 23:32:37','2019-12-12 23:32:37','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Nick Liu</td></tr><tr><th>Your Email:</th><td>nick@chinaregistry.org.cn</td></tr><tr><th>Subject:</th><td>calvarycrossag CN domain and keyword</td></tr><tr><th>Your message:</th><td>(It\'s very urgent, please transfer this message to your CEO. Thanks) We are the domain registration and solution center in China. On Nov 29, 2019, we received an application from Kanghong Ltd requested \"calvarycrossag\" as their internet keyword and China (CN) domain names (calvarycrossag.cn, calvarycrossag.com.cn, calvarycrossag.net.cn, calvarycrossag.org.cn). But after checking it, we find this name conflict with your company name or trademark. In order to deal with this matter better, it\'s necessary to send this message to your company and confirm whether this company is your distributor or business partner in China? Best Regards *************************************** Nick Liu | Service & Operations Manager China Registry (Head Office) | 6012, Xingdi Building, No. 1698 Yishan Road, Shanghai 201103, China Tel: +86-02164193517 | Fax: +86-02164198327 | Mob: +86-13816428671 Email: nick@chinaregistry.org.cn Web: www.chinaregistry.org.cn ***************************************</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Thursday, Dec 12, 2019 by \"Nick Liu\"','','private','closed','closed','','thursday-dec-12-2019-by-nick-liu','','','2019-12-12 23:32:37','2019-12-12 23:32:37','',0,'http://www.calvarycrossag.com/pf_contact/thursday-dec-12-2019-by-nick-liu/',0,'pf_contact','',0),(173,1,'2020-05-12 15:21:50','2020-05-12 15:21:50','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>PPE Group</td></tr><tr><th>Your Email:</th><td>ppe@eyeglasssupplystore.com</td></tr><tr><th>Subject:</th><td>Alcohol, Sanitizer & Shields For Business Reopenings</td></tr><tr><th>Your message:</th><td>As an essential equipment supplier, we wanted to let you know that we have Isopropyl Alcohol, Masks, Shields, Gloves and Hand Sanitizer in stock and shipping within 24 hours. See our link here: https://eyeglasssupplystore.com/product-category/personal-protective-equipment/business-protection-packages/ Use the coupon code: PPEGROUP for 10% off your first order. You can call us or email us any questions you may have. We have sold over 22,000 satisfied customers including many USPS offices, the US Coast Guard, and many others. We are working hard to provide needed materials and equipment to businesses of all sizes. Thank you for your consideration. Sincerely, The Eyeglass Supply Store Team</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, May 12, 2020 by \"PPE Group\"','','private','closed','closed','','tuesday-may-12-2020-by-ppe-group','','','2020-05-12 15:21:50','2020-05-12 15:21:50','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-may-12-2020-by-ppe-group/',0,'pf_contact','',0),(181,1,'2020-07-08 13:51:11','2020-07-08 13:51:11','','calvary-cross-ag-contact-image','','inherit','closed','closed','','calvary-cross-ag-contact-image','','','2020-07-08 13:51:11','2020-07-08 13:51:11','',0,'http://www.calvarycrossag.com/wp-content/uploads/2020/07/calvary-cross-ag-contact-image.jpg',0,'attachment','image/jpeg',0),(183,1,'2020-07-08 14:02:33','2020-07-08 14:02:33','','calvary-cross-ag-contact-image','','inherit','closed','closed','','calvary-cross-ag-contact-image-2','','','2020-07-08 14:02:33','2020-07-08 14:02:33','',0,'http://www.calvarycrossag.com/wp-content/uploads/2020/07/calvary-cross-ag-contact-image-1.jpg',0,'attachment','image/jpeg',0),(226,1,'2020-08-09 12:00:09','2020-08-09 12:00:09','<strong>Due to COVID-19, all services are held through a teleconference call. The number to join the service <a href=\"tel:7127757464\">712-775-7464</a> with code 466387</strong>\n\n \n\n<strong>Sundays:</strong>\n\n9:00 am - 10:00am : Main Service\n\n \n\n<strong>Wednesdays:</strong>\n\n7:00 pm to 8:15 pm : Wednesday Night Service\n\n ','Service Times','','inherit','closed','closed','','149-revision-v1','','','2020-08-09 12:00:09','2020-08-09 12:00:09','',149,'http://www.calvarycrossag.com/2020/08/09/149-revision-v1/',0,'revision','',0),(187,1,'2020-07-08 14:58:57','2020-07-08 14:58:57','.header-content-wrap{\n background:none;\n}','zerif-lite','','publish','closed','closed','','zerif-lite','','','2020-07-08 14:58:57','2020-07-08 14:58:57','',0,'http://www.calvarycrossag.com/2020/07/08/zerif-lite/',0,'custom_css','',0),(188,1,'2020-07-08 14:58:57','2020-07-08 14:58:57','.header-content-wrap{\n background:none;\n}','zerif-lite','','inherit','closed','closed','','187-revision-v1','','','2020-07-08 14:58:57','2020-07-08 14:58:57','',187,'http://www.calvarycrossag.com/2020/07/08/187-revision-v1/',0,'revision','',0),(190,1,'2020-07-17 14:12:34','2020-07-17 14:12:34','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#1e73be","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1596974550709","so_sidebar_emulator_id":"sow-button-19010001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"9227590335f2fe596b556c100749587","_sow_form_timestamp":"","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','publish','closed','closed','','give','','','2020-08-09 12:02:33','2020-08-09 12:02:33','',0,'http://www.calvarycrossag.com/?page_id=190',0,'page','',0),(191,1,'2020-07-17 14:12:34','2020-07-17 14:12:34','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-algin:center\">Give With Paypal</strong></p>\n</div>\n </div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-align:center\">Give With Secure Give</strong></p>\n</div>\n </div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"so_sidebar_emulator_id":"sow-button-19110002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-align:center\">Give With Secure Give</strong></p>\n</div>\n </div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:12:34','2020-07-17 14:12:34','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(192,1,'2020-07-17 14:12:34','2020-07-17 14:12:34','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-algin:center\">Give With Paypal</strong></p>\n</div>\n </div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-align:center\">Give With Secure Give</strong></p>\n</div>\n </div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-align:center\">Give With Secure Give</strong></p>\n</div>\n </div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:12:34','2020-07-17 14:12:34','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(193,1,'2020-07-17 14:15:56','2020-07-17 14:15:56','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-algin:center\">Give With Paypal</strong></p>\n</div>\n </div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-align:center\">Give With Secure Give</strong></p>\n</div>\n </div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19310002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19310003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:15:56','2020-07-17 14:15:56','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(194,1,'2020-07-17 14:15:56','2020-07-17 14:15:56','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-algin:center\">Give With Paypal</strong></p>\n</div>\n </div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" > <div class=\"textwidget\"><p><strong style=\"text-align:center\">Give With Secure Give</strong></p>\n</div>\n </div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:15:56','2020-07-17 14:15:56','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(195,1,'2021-02-07 16:00:51','2021-02-07 16:00:51','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19510000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#1e73be","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1596974550709","so_sidebar_emulator_id":"sow-button-19510001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19510002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"9227590335f2fe596b556c100749587","_sow_form_timestamp":"","so_sidebar_emulator_id":"sow-button-19510003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-autosave-v1','','','2021-02-07 16:00:51','2021-02-07 16:00:51','',190,'http://www.calvarycrossag.com/2020/07/17/190-autosave-v1/',0,'revision','',0),(221,1,'2020-07-20 15:51:18','2020-07-20 15:51:18','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-22110000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-22110001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-20 15:51:18','2020-07-20 15:51:18','',190,'http://www.calvarycrossag.com/2020/07/20/190-revision-v1/',0,'revision','',0),(196,1,'2020-07-17 14:17:54','2020-07-17 14:17:54','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With PayPal<\\/strong>","so_sidebar_emulator_id":"custom_html-19610000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With SecureGive<\\/strong>","so_sidebar_emulator_id":"custom_html-19610001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19610002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19610003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:17:54','2020-07-17 14:17:54','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(219,1,'2020-07-17 14:27:33','2020-07-17 14:27:33','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21910000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-21910001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21910002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-21910003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:27:33','2020-07-17 14:27:33','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(197,1,'2020-07-17 14:17:54','2020-07-17 14:17:54','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With PayPal<\\/strong>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With SecureGive<\\/strong>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:17:54','2020-07-17 14:17:54','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(198,1,'2020-07-17 14:18:04','2020-07-17 14:18:04','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With PayPal<\\/strong>","so_sidebar_emulator_id":"custom_html-19810000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With SecureGive<\\/strong>","so_sidebar_emulator_id":"custom_html-19810001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19810002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19810003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:18:04','2020-07-17 14:18:04','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(199,1,'2020-07-17 14:18:04','2020-07-17 14:18:04','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With PayPal<\\/strong>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<strong style='text-align:center'>Give With SecureGive<\\/strong>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:18:04','2020-07-17 14:18:04','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(222,1,'2020-07-20 15:51:18','2020-07-20 15:51:18','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-20 15:51:18','2020-07-20 15:51:18','',190,'http://www.calvarycrossag.com/2020/07/20/190-revision-v1/',0,'revision','',0),(200,1,'2020-07-17 14:19:28','2020-07-17 14:19:28','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-20010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-20010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:19:28','2020-07-17 14:19:28','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(202,1,'2020-07-17 14:19:40','2020-07-17 14:19:40','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20210000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20210001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-20210002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-20210003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:19:40','2020-07-17 14:19:40','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(201,1,'2020-07-17 14:19:28','2020-07-17 14:19:28','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:19:28','2020-07-17 14:19:28','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(204,1,'2020-07-17 14:19:47','2020-07-17 14:19:47','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20410000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20410001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-20410002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-20410003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:19:47','2020-07-17 14:19:47','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(203,1,'2020-07-17 14:19:40','2020-07-17 14:19:40','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:19:40','2020-07-17 14:19:40','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(206,1,'2020-07-17 14:22:36','2020-07-17 14:22:36','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20610000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20610001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-20610002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-20610003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:22:36','2020-07-17 14:22:36','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(205,1,'2020-07-17 14:19:47','2020-07-17 14:19:47','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:19:47','2020-07-17 14:19:47','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(208,1,'2020-07-17 14:22:56','2020-07-17 14:22:56','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20810000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-20810001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-20810002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-20810003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:22:56','2020-07-17 14:22:56','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(207,1,'2020-07-17 14:22:36','2020-07-17 14:22:36','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:22:36','2020-07-17 14:22:36','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(210,1,'2020-07-17 14:23:19','2020-07-17 14:23:19','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-21010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-21010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:23:19','2020-07-17 14:23:19','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(209,1,'2020-07-17 14:22:56','2020-07-17 14:22:56','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:22:56','2020-07-17 14:22:56','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(212,1,'2020-07-17 14:23:34','2020-07-17 14:23:34','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21210000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21210001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-21210002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-21210003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:23:34','2020-07-17 14:23:34','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(211,1,'2020-07-17 14:23:19','2020-07-17 14:23:19','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:23:19','2020-07-17 14:23:19','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(215,1,'2020-07-17 14:24:58','2020-07-17 14:24:58','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21510000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21510001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-21510002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-21510003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:24:58','2020-07-17 14:24:58','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(213,1,'2020-07-17 14:23:34','2020-07-17 14:23:34','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:23:34','2020-07-17 14:23:34','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(214,1,'2020-07-17 14:24:08','2020-07-17 14:24:08',' ','','','publish','closed','closed','','214','','','2020-07-17 14:24:08','2020-07-17 14:24:08','',0,'http://www.calvarycrossag.com/?p=214',4,'nav_menu_item','',0),(217,1,'2020-07-17 14:27:23','2020-07-17 14:27:23','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21710000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-21710001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-21710002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-21710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\" data-weight=\"0.5\" ></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.5\" ></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:27:23','2020-07-17 14:27:23','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(216,1,'2020-07-17 14:24:58','2020-07-17 14:24:58','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010001","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-0-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010002","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-0-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-1-1-0\" class=\"so-panel widget widget_sow-button panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-1-1-0\\" class=\\"so-panel widget widget_sow-button panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:24:58','2020-07-17 14:24:58','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(218,1,'2020-07-17 14:27:23','2020-07-17 14:27:23','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-190-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-1-0\" class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\" data-weight=\"0.5\" ></div><div id=\"pgc-190-1-1\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.5\" ></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:27:23','2020-07-17 14:27:23','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(220,1,'2020-07-17 14:27:33','2020-07-17 14:27:33','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/www.paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#0367bf","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16846978215f11b1da7ae79192126374","_sow_form_timestamp":"1594995211462","so_sidebar_emulator_id":"sow-button-19010001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1594995308890","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-07-17 14:27:33','2020-07-17 14:27:33','',190,'http://www.calvarycrossag.com/2020/07/17/190-revision-v1/',0,'revision','',0),(223,1,'2020-07-21 16:11:55','2020-07-21 16:11:55','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Matt Powell</td></tr><tr><th>Your Email:</th><td>mattericpowell@gmail.com</td></tr><tr><th>Subject:</th><td>Missionaries to North Africa</td></tr><tr><th>Your message:</th><td>My name is Matt Powell, I had left a message at the church phone number but figured email may be more convenient. My wife Hannah and I are newly appointed STX missionaries to North Africa and we\'re looking to establish some long-term relationships with church families & pastors across South Texas as we raise up financial and prayer support this next year. If there are any opportunities this Fall for us to connect with church members, leaders, youth and/or children\'s church, we\'d like to make a trip down there and get to know everyone! I understand this is a trying time to lead a church through. If need be, I can reach out at a later date when restrictions lift. Asking the Lord to give you wisdom in this season! You can reach me here or by call/text at 832-472-6069. Thank you! Matt Powell</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>https://www.google.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jul 21, 2020 by \"Matt Powell\"','','private','closed','closed','','tuesday-jul-21-2020-by-matt-powell','','','2020-07-21 16:11:55','2020-07-21 16:11:55','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jul-21-2020-by-matt-powell/',0,'pf_contact','',0),(227,1,'2020-08-09 12:00:29','2020-08-09 12:00:29','<strong>Due to COVID-19, all services are held through a teleconference call. The number to join the service <a href=\"tel:7127757464\">712-775-7464</a> with code 466387</strong>\n\n<strong>Sundays:</strong>\n\n9 am - 10 am : Main Service\n\n<strong>Fridays:</strong>\n\n8 pm to 8:30 pm : Friday Prayer Service\n\n<strong>Women\'s Ministry:</strong>\n\nEvery last Sunday of the Month','Service Times','','inherit','closed','closed','','149-revision-v1','','','2020-08-09 12:00:29','2020-08-09 12:00:29','',149,'http://www.calvarycrossag.com/2020/08/09/149-revision-v1/',0,'revision','',0),(228,1,'2020-08-09 12:02:33','2020-08-09 12:02:33','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-22810000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#1e73be","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1596974550709","so_sidebar_emulator_id":"sow-button-22810001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-22810002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"9227590335f2fe596b556c100749587","_sow_form_timestamp":"","so_sidebar_emulator_id":"sow-button-22810003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-08-09 12:02:33','2020-08-09 12:02:33','',190,'http://www.calvarycrossag.com/2020/08/09/190-revision-v1/',0,'revision','',0),(229,1,'2020-08-09 12:02:33','2020-08-09 12:02:33','<div id=\"pl-190\" class=\"panel-layout\" ><div id=\"pg-190-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-190-0-0\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With PayPal<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010000","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-0-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"PayPal","url":"https:\\/\\/paypal.me\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#1e73be","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"17416700255f11b222e474a971833026","_sow_form_timestamp":"1596974550709","so_sidebar_emulator_id":"sow-button-19010001","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-0-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-190-0-1\" class=\"panel-grid-cell\" data-weight=\"0.5\" ><div id=\"panel-190-0-1-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{"instance":{"title":"","content":"<p style='text-align:center'>\\n\\t<strong >Give With SecureGive<\\/strong>\\n<\\/p>","so_sidebar_emulator_id":"custom_html-19010002","option_name":"widget_custom_html"},"args":{"before_widget":"<div id=\\"panel-190-0-1-0\\" class=\\"so-panel widget widget_custom_html panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-190-0-1-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"SecureGive","url":"https:\\/\\/app.securegive.com\\/calvarycrossag","new_window":true,"button_icon":{"icon_selected":"","icon_color":false,"icon":0,"icon_placement":"left","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"center","theme":"flat","button_color":"#d98e00","text_color":false,"hover":true,"font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"9227590335f2fe596b556c100749587","_sow_form_timestamp":"","so_sidebar_emulator_id":"sow-button-19010003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-190-0-1-1\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-1-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Give','','inherit','closed','closed','','190-revision-v1','','','2020-08-09 12:02:33','2020-08-09 12:02:33','',190,'http://www.calvarycrossag.com/2020/08/09/190-revision-v1/',0,'revision','',0),(230,1,'2020-08-09 12:04:37','2020-08-09 12:04:37','<strong>Due to COVID-19, all services are held through a teleconference call. </strong>\n\n<strong>The number to join the service <a href=\"tel:7127757464\">712-775-7464</a> with code 466387</strong>\n\n<strong>Sundays:</strong>\n\n9 am - 10 am : Main Service\n\n<strong>Fridays:</strong>\n\n8 pm to 8:30 pm : Friday Prayer Service\n\n<strong>Women\'s Ministry:</strong>\n\nEvery last Sunday of the Month','Service Times','','inherit','closed','closed','','149-revision-v1','','','2020-08-09 12:04:37','2020-08-09 12:04:37','',149,'http://www.calvarycrossag.com/2020/08/09/149-revision-v1/',0,'revision','',0),(231,1,'2020-08-09 12:05:29','2020-08-09 12:05:29','Due to COVID-19, all services are held through a teleconference call.\n\nThe number to join the service <strong><a href=\"tel:7127757464\">712-775-7464</a> </strong>with code<strong> 466387</strong>\n\n<strong>Sundays:</strong>\n\n9 am - 10 am : Main Service\n\n<strong>Fridays:</strong>\n\n8 pm to 8:30 pm : Friday Prayer Service\n\n<strong>Women\'s Ministry:</strong>\n\nEvery last Sunday of the Month','Service Times','','inherit','closed','closed','','149-revision-v1','','','2020-08-09 12:05:29','2020-08-09 12:05:29','',149,'http://www.calvarycrossag.com/2020/08/09/149-revision-v1/',0,'revision','',0),(233,1,'2020-08-30 05:13:46','2020-08-30 05:13:46','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Gonzalo De Jesus Granados</td></tr><tr><th>Your Email:</th><td>gonjegraher@hotmail.com</td></tr><tr><th>Subject:</th><td>Reuniones en español</td></tr><tr><th>Your message:</th><td>Ustedes tienen servicios en español?</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/service-times/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Aug 30, 2020 by \"Gonzalo De Jesus Granados\"','','private','closed','closed','','sunday-aug-30-2020-by-gonzalo-de-jesus-granados','','','2020-08-30 05:13:46','2020-08-30 05:13:46','',0,'http://www.calvarycrossag.com/pf_contact/sunday-aug-30-2020-by-gonzalo-de-jesus-granados/',0,'pf_contact','',0),(234,1,'2020-09-23 10:52:22','2020-09-23 10:52:22','<h2>Contact form submission from Calvary Cross Church Assembly of God (https://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>hebergemrip</td></tr><tr><th>Your Email:</th><td>hebergement-web@utinyurl.com</td></tr><tr><th>Subject:</th><td>Présentation, remerciement & vision !</td></tr><tr><th>Your message:</th><td>Bonjour, mon nom est Jimmy B, je m’occupe des communications chez hfrance.fr. Pour atteindre la première position sur google avec différents mot clés convoités cela vous prend l’hébergeur Web le plus puissants sur le marché. Quelque soit la programmation de votre site web, HTML5, Wordpress, Joomla nous vous garantissons l\'affichage le plus rapide de l\'industrie et une disponibilité de 100%. HFrance est une entreprise d’hébergement de site Web de haute qualité en France. wordpress wordpress theme blog wordpress site wordpress template wordpress créer un site wordpress hebergement wordpress site internet wordpress site internet wordpress site internet wordpress site internet wordpress créer un blog wordpress wordpress gratuit thèmes wordpress installer wordpress De la part de notre équipe, merci de nous avoir laissé la chance de nous inscrire sur votre site Web afin de partager des idées avec la communauté. hébergement Web Si vous avez des questions, n’hésitez pas à répondre à ce poste. Cordialement et bonne journée à tous.</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>https://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>https://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Wednesday, Sep 23, 2020 by \"hebergemrip\"','','private','closed','closed','','wednesday-sep-23-2020-by-hebergemrip','','','2020-09-23 10:52:22','2020-09-23 10:52:22','',0,'https://www.calvarycrossag.com/pf_contact/wednesday-sep-23-2020-by-hebergemrip/',0,'pf_contact','',0),(235,1,'2020-09-27 07:56:47','2020-09-27 07:56:47','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>JimmyWow</td></tr><tr><th>Your Email:</th><td>no-replyExado@gmail.com</td></tr><tr><th>Subject:</th><td>The best advertising of your products and services!</td></tr><tr><th>Your message:</th><td>Gооd dаy! calvarycrossag.com Did yоu knоw thаt it is pоssiblе tо sеnd аppеаl аbsоlutеly lеgаl? Wе prоffеr а nеw lеgаl mеthоd оf sеnding mеssаgе thrоugh fееdbасk fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. Whеn suсh lеttеrs аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. аlsо, mеssаgеs sеnt thrоugh соmmuniсаtiоn Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. Wе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. Thе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. This lеttеr is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. Contact us. Telegram - @FeedbackMessages Skype live:contactform_18 WhatsApp - +375259112693</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Sep 27, 2020 by \"JimmyWow\"','','private','closed','closed','','sunday-sep-27-2020-by-jimmywow','','','2020-09-27 07:56:47','2020-09-27 07:56:47','',0,'http://www.calvarycrossag.com/pf_contact/sunday-sep-27-2020-by-jimmywow/',0,'pf_contact','',0),(236,1,'2020-10-08 10:36:52','2020-10-08 10:36:52','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Joe Miller</td></tr><tr><th>Your Email:</th><td>info@domainworld.com</td></tr><tr><th>Subject:</th><td>XBB6U</td></tr><tr><th>Your message:</th><td>IMPORTANCE NOTICE Notice#: 491343 Date: 2020-10-09 Expiration message of your calvarycrossag.com EXPIRATION NOTIFICATION CLICK HERE FOR SECURE ONLINE PAYMENT: http://my-domains.xyz/?n=calvarycrossag.com&r=a&t=1602153375&p=v1 This purchase expiration notification calvarycrossag.com advises you about the submission expiration of domain calvarycrossag.com for your e-book submission. The information in this purchase expiration notification calvarycrossag.com may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase. CLICK HERE FOR SECURE ONLINE PAYMENT: http://my-domains.xyz/?n=calvarycrossag.com&r=a&t=1602153375&p=v1 ACT IMMEDIATELY. The submission notification calvarycrossag.com for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email This notification is intended only for the use of the individual(s) having received this message. PLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT SECURE ONLINE PAYMENT: http://my-domains.xyz/?n=calvarycrossag.com&r=a&t=1602153375&p=v1 Non-completion of your submission by given expiration date may result in cancellation. All online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. CLICK UNDERNEATH FOR IMMEDIATE PAYMENT: SECURE ONLINE PAYMENT: http://my-domains.xyz/?n=calvarycrossag.com&r=a&t=1602153375&p=v1</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Thursday, Oct 8, 2020 by \"Joe Miller\"','','private','closed','closed','','thursday-oct-8-2020-by-joe-miller','','','2020-10-08 10:36:52','2020-10-08 10:36:52','',0,'http://www.calvarycrossag.com/pf_contact/thursday-oct-8-2020-by-joe-miller/',0,'pf_contact','',0),(237,1,'2020-10-09 06:56:37','2020-10-09 06:56:37','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>OlgaDek</td></tr><tr><th>Your Email:</th><td>davidranec@yandex.com</td></tr><tr><th>Subject:</th><td>ритуальные услуги ковылкино</td></tr><tr><th>Your message:</th><td>http://bit.ly/Ritualny-agent - ритуальные услуги березники</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Oct 9, 2020 by \"OlgaDek\"','','private','closed','closed','','friday-oct-9-2020-by-olgadek','','','2020-10-09 06:56:37','2020-10-09 06:56:37','',0,'http://www.calvarycrossag.com/pf_contact/friday-oct-9-2020-by-olgadek/',0,'pf_contact','',0),(238,1,'2020-10-21 12:30:23','2020-10-21 12:30:23','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>ContactPhalf</td></tr><tr><th>Your Email:</th><td>no-replyExado@gmail.com</td></tr><tr><th>Subject:</th><td>A new method of email distribution.</td></tr><tr><th>Your message:</th><td>Hi! calvarycrossag.com Did yоu knоw thаt it is pоssiblе tо sеnd lеttеr pеrfесtly lаwfully? Wе оffеring а nеw uniquе wаy оf sеnding соmmеrсiаl оffеr thrоugh соntасt fоrms. Suсh fоrms аrе lосаtеd оn mаny sitеs. Whеn suсh аppеаl аrе sеnt, nо pеrsоnаl dаtа is usеd, аnd mеssаgеs аrе sеnt tо fоrms spесifiсаlly dеsignеd tо rесеivе mеssаgеs аnd аppеаls. аlsо, mеssаgеs sеnt thrоugh соntасt Fоrms dо nоt gеt intо spаm bесаusе suсh mеssаgеs аrе соnsidеrеd impоrtаnt. Wе оffеr yоu tо tеst оur sеrviсе fоr frее. Wе will sеnd up tо 50,000 mеssаgеs fоr yоu. Thе соst оf sеnding оnе milliоn mеssаgеs is 49 USD. This mеssаgе is сrеаtеd аutоmаtiсаlly. Plеаsе usе thе соntасt dеtаils bеlоw tо соntасt us. Contact us. Telegram - @FeedbackFormEU Skype live:feedbackform2019 WhatsApp - +375259112693</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Wednesday, Oct 21, 2020 by \"ContactPhalf\"','','private','closed','closed','','wednesday-oct-21-2020-by-contactphalf','','','2020-10-21 12:30:23','2020-10-21 12:30:23','',0,'http://www.calvarycrossag.com/pf_contact/wednesday-oct-21-2020-by-contactphalf/',0,'pf_contact','',0),(239,1,'2020-10-31 02:11:54','2020-10-31 02:11:54','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Niccoholos</td></tr><tr><th>Your Email:</th><td>oleg.d3432@gmail.com</td></tr><tr><th>Subject:</th><td>Punish your competitor, flood his email address</td></tr><tr><th>Your message:</th><td>Hello, A competitor didn\'t pay your bills? Unscrupulous performer don\'t doing his job? Do you dislike the person and want to punish him? Order the email flood service and send hundreds of thousands letters to the specified email address. As a result of these actions, the mailbox will become unusable. Also we make traffic from email spam. Ask for details this email only - jao.woo@yandex.com</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Saturday, Oct 31, 2020 by \"Niccoholos\"','','private','closed','closed','','saturday-oct-31-2020-by-niccoholos','','','2020-10-31 02:11:54','2020-10-31 02:11:54','',0,'http://www.calvarycrossag.com/pf_contact/saturday-oct-31-2020-by-niccoholos/',0,'pf_contact','',0),(240,1,'2020-12-04 13:03:19','2020-12-04 13:03:19','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Securitychc</td></tr><tr><th>Your Email:</th><td>campy_951@hotmail.com</td></tr><tr><th>Subject:</th><td>REG</td></tr><tr><th>Your message:</th><td>удалите,пожалуйста! .</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Dec 4, 2020 by \"Securitychc\"','','private','closed','closed','','friday-dec-4-2020-by-securitychc','','','2020-12-04 13:03:19','2020-12-04 13:03:19','',0,'http://www.calvarycrossag.com/pf_contact/friday-dec-4-2020-by-securitychc/',0,'pf_contact','',0),(241,1,'2020-12-04 19:33:34','2020-12-04 19:33:34','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Minelabplv</td></tr><tr><th>Your Email:</th><td>istarr4u@yahoo.com</td></tr><tr><th>Subject:</th><td>REG</td></tr><tr><th>Your message:</th><td>удалите,пожалуйста! .</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Dec 4, 2020 by \"Minelabplv\"','','private','closed','closed','','friday-dec-4-2020-by-minelabplv','','','2020-12-04 19:33:34','2020-12-04 19:33:34','',0,'http://www.calvarycrossag.com/pf_contact/friday-dec-4-2020-by-minelabplv/',0,'pf_contact','',0),(242,1,'2020-12-10 21:55:45','2020-12-10 21:55:45','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Carpetxbr</td></tr><tr><th>Your Email:</th><td>mike@burkholdertrailers.com</td></tr><tr><th>Subject:</th><td>various factors of both subjective</td></tr><tr><th>Your message:</th><td>Western Europe also formed</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Thursday, Dec 10, 2020 by \"Carpetxbr\"','','private','closed','closed','','thursday-dec-10-2020-by-carpetxbr','','','2020-12-10 21:55:45','2020-12-10 21:55:45','',0,'http://www.calvarycrossag.com/pf_contact/thursday-dec-10-2020-by-carpetxbr/',0,'pf_contact','',0),(243,1,'2020-12-13 18:02:47','2020-12-13 18:02:47','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Cutterppd</td></tr><tr><th>Your Email:</th><td>olsensdistributing@att.net</td></tr><tr><th>Subject:</th><td>going through the writing process.</td></tr><tr><th>Your message:</th><td>way. Handwritten book</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Dec 13, 2020 by \"Cutterppd\"','','private','closed','closed','','sunday-dec-13-2020-by-cutterppd','','','2020-12-13 18:02:47','2020-12-13 18:02:47','',0,'http://www.calvarycrossag.com/pf_contact/sunday-dec-13-2020-by-cutterppd/',0,'pf_contact','',0),(244,1,'2020-12-15 10:30:49','2020-12-15 10:30:49','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Premiumzfl</td></tr><tr><th>Your Email:</th><td>tesroc10@gmail.com</td></tr><tr><th>Subject:</th><td>for handwritten publishers</td></tr><tr><th>Your message:</th><td>multiplies (see also article</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Dec 15, 2020 by \"Premiumzfl\"','','private','closed','closed','','tuesday-dec-15-2020-by-premiumzfl','','','2020-12-15 10:30:49','2020-12-15 10:30:49','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-dec-15-2020-by-premiumzfl/',0,'pf_contact','',0),(245,1,'2020-12-17 19:35:09','2020-12-17 19:35:09','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>KitchenAiddzk</td></tr><tr><th>Your Email:</th><td>christina@heritagefinancialplanning.com</td></tr><tr><th>Subject:</th><td>handwritten texts,</td></tr><tr><th>Your message:</th><td>Since manuscripts are subject to deterioration</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Thursday, Dec 17, 2020 by \"KitchenAiddzk\"','','private','closed','closed','','thursday-dec-17-2020-by-kitchenaiddzk','','','2020-12-17 19:35:09','2020-12-17 19:35:09','',0,'http://www.calvarycrossag.com/pf_contact/thursday-dec-17-2020-by-kitchenaiddzk/',0,'pf_contact','',0),(246,1,'2020-12-20 16:49:35','2020-12-20 16:49:35','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Telecastergae</td></tr><tr><th>Your Email:</th><td>barbleon@sbcglobal.net</td></tr><tr><th>Subject:</th><td>characteristic for each</td></tr><tr><th>Your message:</th><td>handwritten synonym</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Dec 20, 2020 by \"Telecastergae\"','','private','closed','closed','','sunday-dec-20-2020-by-telecastergae','','','2020-12-20 16:49:35','2020-12-20 16:49:35','',0,'http://www.calvarycrossag.com/pf_contact/sunday-dec-20-2020-by-telecastergae/',0,'pf_contact','',0),(247,1,'2020-12-21 04:36:33','2020-12-21 04:36:33','<h2>Contact form submission from Calvary Cross Church Assembly of God (https://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>FhsnSoara</td></tr><tr><th>Your Email:</th><td>ma4ywesdfyd@gmail.com</td></tr><tr><th>Subject:</th><td>street value of viagra afshbcGlilkraklngqx</td></tr><tr><th>Your message:</th><td>what works better cialis or viagra? viagra online mexico viagra aderal</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>https://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>https://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Dec 21, 2020 by \"FhsnSoara\"','','private','closed','closed','','monday-dec-21-2020-by-fhsnsoara','','','2020-12-21 04:36:33','2020-12-21 04:36:33','',0,'https://www.calvarycrossag.com/pf_contact/monday-dec-21-2020-by-fhsnsoara/',0,'pf_contact','',0),(248,1,'2020-12-21 09:05:59','2020-12-21 09:05:59','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Arnottoec</td></tr><tr><th>Your Email:</th><td>cows4organic@yahoo.com</td></tr><tr><th>Subject:</th><td>various factors of both subjective</td></tr><tr><th>Your message:</th><td>Western Europe also formed</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Dec 21, 2020 by \"Arnottoec\"','','private','closed','closed','','monday-dec-21-2020-by-arnottoec','','','2020-12-21 09:05:59','2020-12-21 09:05:59','',0,'http://www.calvarycrossag.com/pf_contact/monday-dec-21-2020-by-arnottoec/',0,'pf_contact','',0),(249,1,'2020-12-21 09:07:55','2020-12-21 09:07:55','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Marshallgrs</td></tr><tr><th>Your Email:</th><td>mfarah@gardenstateloans.com</td></tr><tr><th>Subject:</th><td>materials of figures of the past.</td></tr><tr><th>Your message:</th><td>Libraries of the Carolingian era). IN</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Dec 21, 2020 by \"Marshallgrs\"','','private','closed','closed','','monday-dec-21-2020-by-marshallgrs','','','2020-12-21 09:07:55','2020-12-21 09:07:55','',0,'http://www.calvarycrossag.com/pf_contact/monday-dec-21-2020-by-marshallgrs/',0,'pf_contact','',0),(250,1,'2020-12-21 14:30:33','2020-12-21 14:30:33','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Independentjsk</td></tr><tr><th>Your Email:</th><td>brusso@txcc.com</td></tr><tr><th>Subject:</th><td>Handwriting can be \"good\"</td></tr><tr><th>Your message:</th><td>the best poets of his era and</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Dec 21, 2020 by \"Independentjsk\"','','private','closed','closed','','monday-dec-21-2020-by-independentjsk','','','2020-12-21 14:30:33','2020-12-21 14:30:33','',0,'http://www.calvarycrossag.com/pf_contact/monday-dec-21-2020-by-independentjsk/',0,'pf_contact','',0),(251,1,'2020-12-22 13:27:03','2020-12-22 13:27:03','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Premiumzai</td></tr><tr><th>Your Email:</th><td>lucysfirststep@gmail.com</td></tr><tr><th>Subject:</th><td>handwriting matters</td></tr><tr><th>Your message:</th><td>ancient and medieval Latin,</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Dec 22, 2020 by \"Premiumzai\"','','private','closed','closed','','tuesday-dec-22-2020-by-premiumzai','','','2020-12-22 13:27:03','2020-12-22 13:27:03','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-dec-22-2020-by-premiumzai/',0,'pf_contact','',0),(252,1,'2020-12-23 02:11:43','2020-12-23 02:11:43','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Haywardknk</td></tr><tr><th>Your Email:</th><td>claudia.skowronski@gmail.com</td></tr><tr><th>Subject:</th><td>indistinct (even for a person</td></tr><tr><th>Your message:</th><td>bride, Julie d\'Angenne.</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Wednesday, Dec 23, 2020 by \"Haywardknk\"','','private','closed','closed','','wednesday-dec-23-2020-by-haywardknk','','','2020-12-23 02:11:43','2020-12-23 02:11:43','',0,'http://www.calvarycrossag.com/pf_contact/wednesday-dec-23-2020-by-haywardknk/',0,'pf_contact','',0),(253,1,'2020-12-24 01:47:04','2020-12-24 01:47:04','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Furrionkkl</td></tr><tr><th>Your Email:</th><td>alsapa@att.net</td></tr><tr><th>Subject:</th><td>Handwriting can be \"good\"</td></tr><tr><th>Your message:</th><td>From many manuscripts of Antiquity</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Thursday, Dec 24, 2020 by \"Furrionkkl\"','','private','closed','closed','','thursday-dec-24-2020-by-furrionkkl','','','2020-12-24 01:47:04','2020-12-24 01:47:04','',0,'http://www.calvarycrossag.com/pf_contact/thursday-dec-24-2020-by-furrionkkl/',0,'pf_contact','',0),(254,1,'2020-12-25 19:46:32','2020-12-25 19:46:32','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>EOTechcxb</td></tr><tr><th>Your Email:</th><td>schicka777@gmail.com</td></tr><tr><th>Subject:</th><td>indistinct (even for a person</td></tr><tr><th>Your message:</th><td>Since the era of Charlemagne</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Dec 25, 2020 by \"EOTechcxb\"','','private','closed','closed','','friday-dec-25-2020-by-eotechcxb','','','2020-12-25 19:46:32','2020-12-25 19:46:32','',0,'http://www.calvarycrossag.com/pf_contact/friday-dec-25-2020-by-eotechcxb/',0,'pf_contact','',0),(255,1,'2020-12-25 23:26:21','2020-12-25 23:26:21','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>FhsnSoara</td></tr><tr><th>Your Email:</th><td>ma4ywesdfyd@gmail.com</td></tr><tr><th>Subject:</th><td>buy viagra ireland online afshbcGlilkrakrxssl</td></tr><tr><th>Your message:</th><td>viagra price shoppers drug mart viagra levitra how works pfizer viagra 100g</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Dec 25, 2020 by \"FhsnSoara\"','','private','closed','closed','','friday-dec-25-2020-by-fhsnsoara','','','2020-12-25 23:26:21','2020-12-25 23:26:21','',0,'http://www.calvarycrossag.com/pf_contact/friday-dec-25-2020-by-fhsnsoara/',0,'pf_contact','',0),(256,1,'2020-12-28 00:32:16','2020-12-28 00:32:16','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Portablendf</td></tr><tr><th>Your Email:</th><td>love.pam@hcboe.us</td></tr><tr><th>Subject:</th><td>who wrote the letter). Intelligibility</td></tr><tr><th>Your message:</th><td>Preserved about 300 thousand.</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Dec 28, 2020 by \"Portablendf\"','','private','closed','closed','','monday-dec-28-2020-by-portablendf','','','2020-12-28 00:32:16','2020-12-28 00:32:16','',0,'http://www.calvarycrossag.com/pf_contact/monday-dec-28-2020-by-portablendf/',0,'pf_contact','',0),(257,1,'2020-12-28 03:42:56','2020-12-28 03:42:56','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Beaterwxx</td></tr><tr><th>Your Email:</th><td>derby.matt@yahoo.com</td></tr><tr><th>Subject:</th><td>who wrote the letter). Intelligibility</td></tr><tr><th>Your message:</th><td>number of surviving European</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Dec 28, 2020 by \"Beaterwxx\"','','private','closed','closed','','monday-dec-28-2020-by-beaterwxx','','','2020-12-28 03:42:56','2020-12-28 03:42:56','',0,'http://www.calvarycrossag.com/pf_contact/monday-dec-28-2020-by-beaterwxx/',0,'pf_contact','',0),(258,1,'2020-12-30 02:24:46','2020-12-30 02:24:46','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Juicerfox</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>characteristic for each</td></tr><tr><th>Your message:</th><td>manuscripts underwent in the Middle</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Wednesday, Dec 30, 2020 by \"Juicerfox\"','','private','closed','closed','','wednesday-dec-30-2020-by-juicerfox','','','2020-12-30 02:24:46','2020-12-30 02:24:46','',0,'http://www.calvarycrossag.com/pf_contact/wednesday-dec-30-2020-by-juicerfox/',0,'pf_contact','',0),(259,1,'2021-01-01 17:23:12','2021-01-01 17:23:12','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Bluetoothvbl</td></tr><tr><th>Your Email:</th><td>accounting@burnworthac.com</td></tr><tr><th>Subject:</th><td>characteristic for each</td></tr><tr><th>Your message:</th><td>manuscripts underwent in the Middle</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Jan 1, 2021 by \"Bluetoothvbl\"','','private','closed','closed','','friday-jan-1-2021-by-bluetoothvbl','','','2021-01-01 17:23:12','2021-01-01 17:23:12','',0,'http://www.calvarycrossag.com/pf_contact/friday-jan-1-2021-by-bluetoothvbl/',0,'pf_contact','',0),(260,1,'2021-01-03 18:49:29','2021-01-03 18:49:29','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>MITSCHELEN2986</td></tr><tr><th>Your Email:</th><td>GALLAHAN5481@mozillamail.com</td></tr><tr><th>Subject:</th><td>Hi</td></tr><tr><th>Your message:</th><td>Thank you!!1</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Jan 3, 2021 by \"MITSCHELEN2986\"','','private','closed','closed','','sunday-jan-3-2021-by-mitschelen2986','','','2021-01-03 18:49:29','2021-01-03 18:49:29','',0,'http://www.calvarycrossag.com/pf_contact/sunday-jan-3-2021-by-mitschelen2986/',0,'pf_contact','',0),(261,1,'2021-01-05 03:55:29','2021-01-05 03:55:29','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Pouringhrg</td></tr><tr><th>Your Email:</th><td>sweazey_j@msn.com</td></tr><tr><th>Subject:</th><td>research is not universally recognized in</td></tr><tr><th>Your message:</th><td>scroll. Go to Code Form</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 5, 2021 by \"Pouringhrg\"','','private','closed','closed','','tuesday-jan-5-2021-by-pouringhrg','','','2021-01-05 03:55:29','2021-01-05 03:55:29','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-5-2021-by-pouringhrg/',0,'pf_contact','',0),(262,1,'2021-01-05 09:06:01','2021-01-05 09:06:01','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Ascentreg</td></tr><tr><th>Your Email:</th><td>paul.wormley@wbaustralia.com.au</td></tr><tr><th>Subject:</th><td>writing motor skill</td></tr><tr><th>Your message:</th><td>written on the parchment was scratched out</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 5, 2021 by \"Ascentreg\"','','private','closed','closed','','tuesday-jan-5-2021-by-ascentreg','','','2021-01-05 09:06:01','2021-01-05 09:06:01','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-5-2021-by-ascentreg/',0,'pf_contact','',0),(263,1,'2021-01-05 18:02:58','2021-01-05 18:02:58','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Weapondsf</td></tr><tr><th>Your Email:</th><td>jlechner83@gmail.com</td></tr><tr><th>Subject:</th><td>On the formation of handwriting</td></tr><tr><th>Your message:</th><td>or their samples written</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 5, 2021 by \"Weapondsf\"','','private','closed','closed','','tuesday-jan-5-2021-by-weapondsf','','','2021-01-05 18:02:58','2021-01-05 18:02:58','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-5-2021-by-weapondsf/',0,'pf_contact','',0),(264,1,'2021-01-06 02:41:59','2021-01-06 02:41:59','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Fingerboardjlw</td></tr><tr><th>Your Email:</th><td>mctede1@gmail.com</td></tr><tr><th>Subject:</th><td>is shrinking (people are increasingly</td></tr><tr><th>Your message:</th><td>then only a few have reached us</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Wednesday, Jan 6, 2021 by \"Fingerboardjlw\"','','private','closed','closed','','wednesday-jan-6-2021-by-fingerboardjlw','','','2021-01-06 02:41:59','2021-01-06 02:41:59','',0,'http://www.calvarycrossag.com/pf_contact/wednesday-jan-6-2021-by-fingerboardjlw/',0,'pf_contact','',0),(265,1,'2021-01-07 23:12:20','2021-01-07 23:12:20','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Pouringanx</td></tr><tr><th>Your Email:</th><td>dj@pyramidwallsystems.com</td></tr><tr><th>Subject:</th><td>as a scientific fact.</td></tr><tr><th>Your message:</th><td>commonly associated with</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Thursday, Jan 7, 2021 by \"Pouringanx\"','','private','closed','closed','','thursday-jan-7-2021-by-pouringanx','','','2021-01-07 23:12:20','2021-01-07 23:12:20','',0,'http://www.calvarycrossag.com/pf_contact/thursday-jan-7-2021-by-pouringanx/',0,'pf_contact','',0),(266,1,'2021-01-08 04:31:57','2021-01-08 04:31:57','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Fortresskvr</td></tr><tr><th>Your Email:</th><td>olsonpeter33@yahoo.com</td></tr><tr><th>Subject:</th><td>, however, the results of graphological</td></tr><tr><th>Your message:</th><td>among them acquired \"Moral</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Jan 8, 2021 by \"Fortresskvr\"','','private','closed','closed','','friday-jan-8-2021-by-fortresskvr','','','2021-01-08 04:31:57','2021-01-08 04:31:57','',0,'http://www.calvarycrossag.com/pf_contact/friday-jan-8-2021-by-fortresskvr/',0,'pf_contact','',0),(267,1,'2021-01-10 05:19:59','2021-01-10 05:19:59','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Leupoldkor</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>In recent years, the number</td></tr><tr><th>Your message:</th><td>One of the most skilled calligraphers</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Jan 10, 2021 by \"Leupoldkor\"','','private','closed','closed','','sunday-jan-10-2021-by-leupoldkor','','','2021-01-10 05:19:59','2021-01-10 05:19:59','',0,'http://www.calvarycrossag.com/pf_contact/sunday-jan-10-2021-by-leupoldkor/',0,'pf_contact','',0),(268,1,'2021-01-12 20:30:54','2021-01-12 20:30:54','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Independentvgk</td></tr><tr><th>Your Email:</th><td>nina@seportland.com</td></tr><tr><th>Subject:</th><td>various factors of both subjective</td></tr><tr><th>Your message:</th><td>Western Europe also formed</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 12, 2021 by \"Independentvgk\"','','private','closed','closed','','tuesday-jan-12-2021-by-independentvgk','','','2021-01-12 20:30:54','2021-01-12 20:30:54','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-12-2021-by-independentvgk/',0,'pf_contact','',0),(269,1,'2021-01-12 21:19:15','2021-01-12 21:19:15','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Furrionqhj</td></tr><tr><th>Your Email:</th><td>nina@seportland.com</td></tr><tr><th>Subject:</th><td>for handwritten publishers</td></tr><tr><th>Your message:</th><td>55 thousand Greek, 30 thousand Armenian</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 12, 2021 by \"Furrionqhj\"','','private','closed','closed','','tuesday-jan-12-2021-by-furrionqhj','','','2021-01-12 21:19:15','2021-01-12 21:19:15','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-12-2021-by-furrionqhj/',0,'pf_contact','',0),(270,1,'2021-01-12 22:23:52','2021-01-12 22:23:52','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Nika.tikhonoffaOi4x</td></tr><tr><th>Your Email:</th><td>lola.tixonoffao5y@gmail.com</td></tr><tr><th>Subject:</th><td>XRumer 19.0 + XEvil can solve of captchas Google, Facebook, Captcha.Com, SolveMedia, Bing</td></tr><tr><th>Your message:</th><td>Revolutional update of captchas recognition software \"XEvil 5.0\": Captchas solving of Google (ReCaptcha-2 and ReCaptcha-3), Facebook, BitFinex, Hotmail, MailRu, SolveMedia, Hydra, and more than 12000 another types of captcha, with highest precision (80..100%) and highest speed (100 img per second). You can use XEvil 5.0 with any most popular SEO/SMM software: iMacros, XRumer, SERP Parser, GSA SER, RankerX, ZennoPoster, Scrapebox, Senuke, FaucetCollector and more than 100 of other programms. Interested? You can find a lot of impessive videos about XEvil in YouTube. Free XEvil Demo available. Good luck! P.S. A Huge Discount -30% for XEvil full version until 15 Jan is AVAILABLE! :) XEvil Net</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 12, 2021 by \"Nika.tikhonoffaOi4x\"','','private','closed','closed','','tuesday-jan-12-2021-by-nika-tikhonoffaoi4x','','','2021-01-12 22:23:52','2021-01-12 22:23:52','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-12-2021-by-nika-tikhonoffaoi4x/',0,'pf_contact','',0),(271,1,'2021-01-17 23:01:44','2021-01-17 23:01:44','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Irrigationkty</td></tr><tr><th>Your Email:</th><td>chelsea00@embarqmail.com</td></tr><tr><th>Subject:</th><td>that is, readable, or</td></tr><tr><th>Your message:</th><td>Duke de Montosier</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Jan 17, 2021 by \"Irrigationkty\"','','private','closed','closed','','sunday-jan-17-2021-by-irrigationkty','','','2021-01-17 23:01:44','2021-01-17 23:01:44','',0,'http://www.calvarycrossag.com/pf_contact/sunday-jan-17-2021-by-irrigationkty/',0,'pf_contact','',0),(272,1,'2021-01-19 11:51:05','2021-01-19 11:51:05','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Documentspo</td></tr><tr><th>Your Email:</th><td>kcoruga2015@gmail.com</td></tr><tr><th>Subject:</th><td>which the conventional graphic symbols are executed.</td></tr><tr><th>Your message:</th><td>drafts of literary works</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 19, 2021 by \"Documentspo\"','','private','closed','closed','','tuesday-jan-19-2021-by-documentspo','','','2021-01-19 11:51:05','2021-01-19 11:51:05','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-19-2021-by-documentspo/',0,'pf_contact','',0),(273,1,'2021-01-19 13:23:21','2021-01-19 13:23:21','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Artisanarx</td></tr><tr><th>Your Email:</th><td>kcoruga2015@gmail.com</td></tr><tr><th>Subject:</th><td>have a huge impact</td></tr><tr><th>Your message:</th><td>handwritten by the author.</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Tuesday, Jan 19, 2021 by \"Artisanarx\"','','private','closed','closed','','tuesday-jan-19-2021-by-artisanarx','','','2021-01-19 13:23:21','2021-01-19 13:23:21','',0,'http://www.calvarycrossag.com/pf_contact/tuesday-jan-19-2021-by-artisanarx/',0,'pf_contact','',0),(274,1,'2021-01-20 04:29:31','2021-01-20 04:29:31','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Marshallalt</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>Subjective inherent in a specific</td></tr><tr><th>Your message:</th><td>reproduced by hand, in contrast</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Wednesday, Jan 20, 2021 by \"Marshallalt\"','','private','closed','closed','','wednesday-jan-20-2021-by-marshallalt','','','2021-01-20 04:29:31','2021-01-20 04:29:31','',0,'http://www.calvarycrossag.com/pf_contact/wednesday-jan-20-2021-by-marshallalt/',0,'pf_contact','',0),(275,1,'2021-01-20 11:57:44','2021-01-20 11:57:44','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Rachiohoq</td></tr><tr><th>Your Email:</th><td>donnakirsch5@gmail.com</td></tr><tr><th>Subject:</th><td>have a huge impact</td></tr><tr><th>Your message:</th><td>(palimpsests). In the XIII-XV centuries in</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Wednesday, Jan 20, 2021 by \"Rachiohoq\"','','private','closed','closed','','wednesday-jan-20-2021-by-rachiohoq','','','2021-01-20 11:57:44','2021-01-20 11:57:44','',0,'http://www.calvarycrossag.com/pf_contact/wednesday-jan-20-2021-by-rachiohoq/',0,'pf_contact','',0),(276,1,'2021-01-22 00:52:52','2021-01-22 00:52:52','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Plasticddx</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>writing and based on his</td></tr><tr><th>Your message:</th><td>Century to a kind of destruction:</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Friday, Jan 22, 2021 by \"Plasticddx\"','','private','closed','closed','','friday-jan-22-2021-by-plasticddx','','','2021-01-22 00:52:52','2021-01-22 00:52:52','',0,'http://www.calvarycrossag.com/pf_contact/friday-jan-22-2021-by-plasticddx/',0,'pf_contact','',0),(277,1,'2021-01-23 07:03:50','2021-01-23 07:03:50','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Blenderioq</td></tr><tr><th>Your Email:</th><td>andre.lpg@hotmail.com</td></tr><tr><th>Subject:</th><td>Particularly good handwriting</td></tr><tr><th>Your message:</th><td>Middle Ages as in Western</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Saturday, Jan 23, 2021 by \"Blenderioq\"','','private','closed','closed','','saturday-jan-23-2021-by-blenderioq','','','2021-01-23 07:03:50','2021-01-23 07:03:50','',0,'http://www.calvarycrossag.com/pf_contact/saturday-jan-23-2021-by-blenderioq/',0,'pf_contact','',0),(278,1,'2021-01-23 23:21:36','2021-01-23 23:21:36','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Telecastervrp</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>Handwriting can be \"good\"</td></tr><tr><th>Your message:</th><td>From many manuscripts of Antiquity</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Saturday, Jan 23, 2021 by \"Telecastervrp\"','','private','closed','closed','','saturday-jan-23-2021-by-telecastervrp','','','2021-01-23 23:21:36','2021-01-23 23:21:36','',0,'http://www.calvarycrossag.com/pf_contact/saturday-jan-23-2021-by-telecastervrp/',0,'pf_contact','',0),(279,1,'2021-01-24 12:12:37','2021-01-24 12:12:37','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Professionalgnw</td></tr><tr><th>Your Email:</th><td>davesodu@hotmail.com</td></tr><tr><th>Subject:</th><td>writing and based on his</td></tr><tr><th>Your message:</th><td>Century to a kind of destruction:</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Jan 24, 2021 by \"Professionalgnw\"','','private','closed','closed','','sunday-jan-24-2021-by-professionalgnw','','','2021-01-24 12:12:37','2021-01-24 12:12:37','',0,'http://www.calvarycrossag.com/pf_contact/sunday-jan-24-2021-by-professionalgnw/',0,'pf_contact','',0),(280,1,'2021-01-24 18:55:07','2021-01-24 18:55:07','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Batteriesquu</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>going through the writing process.</td></tr><tr><th>Your message:</th><td>way. Handwritten book</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Sunday, Jan 24, 2021 by \"Batteriesquu\"','','private','closed','closed','','sunday-jan-24-2021-by-batteriesquu','','','2021-01-24 18:55:07','2021-01-24 18:55:07','',0,'http://www.calvarycrossag.com/pf_contact/sunday-jan-24-2021-by-batteriesquu/',0,'pf_contact','',0),(281,1,'2021-01-25 03:36:03','2021-01-25 03:36:03','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Businesslav</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>usually occurs within</td></tr><tr><th>Your message:</th><td>text carrier and protective</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Jan 25, 2021 by \"Businesslav\"','','private','closed','closed','','monday-jan-25-2021-by-businesslav','','','2021-01-25 03:36:03','2021-01-25 03:36:03','',0,'http://www.calvarycrossag.com/pf_contact/monday-jan-25-2021-by-businesslav/',0,'pf_contact','',0),(282,1,'2021-01-25 05:29:32','2021-01-25 05:29:32','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Premiumfeg</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>for handwritten publishers</td></tr><tr><th>Your message:</th><td>55 thousand Greek, 30 thousand Armenian</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Jan 25, 2021 by \"Premiumfeg\"','','private','closed','closed','','monday-jan-25-2021-by-premiumfeg','','','2021-01-25 05:29:32','2021-01-25 05:29:32','',0,'http://www.calvarycrossag.com/pf_contact/monday-jan-25-2021-by-premiumfeg/',0,'pf_contact','',0),(283,1,'2021-01-25 05:47:17','2021-01-25 05:47:17','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Backlitgqy</td></tr><tr><th>Your Email:</th><td>ssjj77@naver.com</td></tr><tr><th>Subject:</th><td>writing motor skill</td></tr><tr><th>Your message:</th><td>written on the parchment was scratched out</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Monday, Jan 25, 2021 by \"Backlitgqy\"','','private','closed','closed','','monday-jan-25-2021-by-backlitgqy','','','2021-01-25 05:47:17','2021-01-25 05:47:17','',0,'http://www.calvarycrossag.com/pf_contact/monday-jan-25-2021-by-backlitgqy/',0,'pf_contact','',0),(284,1,'2021-01-28 08:52:34','2021-01-28 08:52:34','<h2>Contact form submission from Calvary Cross Church Assembly of God (http://www.calvarycrossag.com)</h2><table><tr><th>Your Name:</th><td>Feederlmz</td></tr><tr><th>Your Email:</th><td>smandolfo@msn.com</td></tr><tr><th>Subject:</th><td>indistinct (even for a person</td></tr><tr><th>Your message:</th><td>Since the era of Charlemagne</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/</td></tr><tr><th>Came from:</th><td>http://www.calvarycrossag.com/</td></tr><tr><th>Sent from page:</th><td>http://www.calvarycrossag.com/2014/05/20/the-art-of-marriage-video-conference-at-calvary-cross-church-ccc/</td></tr></table>','Thursday, Jan 28, 2021 by \"Feederlmz\"','','private','closed','closed','','thursday-jan-28-2021-by-feederlmz','','','2021-01-28 08:52:34','2021-01-28 08:52:34','',0,'http://www.calvarycrossag.com/pf_contact/thursday-jan-28-2021-by-feederlmz/',0,'pf_contact','',0),(297,1,'2021-02-07 16:21:21','2021-02-07 16:21:21','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:21:21','2021-02-07 16:21:21','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(298,1,'2021-02-07 16:21:21','2021-02-07 16:21:21','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:21:21','2021-02-07 16:21:21','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(306,0,'2021-07-07 18:55:18','2021-07-07 18:55:18','','','','publish','closed','closed','','306','','','2021-07-07 18:55:18','2021-07-07 18:55:18','',0,'http://www.calvarycrossag.com/nf_sub/306/',0,'nf_sub','',0),(307,0,'2021-07-20 13:08:09','2021-07-20 13:08:09','','','','publish','closed','closed','','307','','','2021-07-20 13:08:09','2021-07-20 13:08:09','',0,'http://www.calvarycrossag.com/nf_sub/307/',0,'nf_sub','',0),(308,0,'2021-07-25 04:18:01','2021-07-25 04:18:01','','','','publish','closed','closed','','308','','','2021-07-25 04:18:01','2021-07-25 04:18:01','',0,'http://www.calvarycrossag.com/nf_sub/308/',0,'nf_sub','',0),(309,0,'2021-09-21 03:07:06','2021-09-21 03:07:06','','','','publish','closed','closed','','309','','','2021-09-21 03:07:06','2021-09-21 03:07:06','',0,'http://www.calvarycrossag.com/nf_sub/309/',0,'nf_sub','',0),(304,1,'2021-02-07 16:51:50','2021-02-07 16:51:50','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US \n <figure><img width=\"719\" height=\"719\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg 719w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-174x174.jpg 174w\" sizes=\"(max-width: 719px) 100vw, 719px\" /></figure><h3>PASTOR DANIEL ESSEL</h3><p>Daniel Essel is the Head Pastor of Calvary Cross Church</p> \n <figure><img width=\"968\" height=\"968\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg 968w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-768x768.jpg 768w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-174x174.jpg 174w\" sizes=\"(max-width: 968px) 100vw, 968px\" /></figure><h3>FIRST LADY REBECCA ESSEL</h3><p>Rebecca Essel is the First Lady of Calvary Cross Church</p>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:51:50','2021-02-07 16:51:50','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(305,1,'2021-02-07 16:53:32','2021-02-07 16:53:32','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US \n <figure><img width=\"719\" height=\"719\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg 719w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-174x174.jpg 174w\" sizes=\"(max-width: 719px) 100vw, 719px\" /></figure><h3>PASTOR DANIEL ESSEL</h3><p>Daniel Essel is the Head Pastor of Calvary Cross Church</p> \n <figure><img width=\"968\" height=\"968\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg 968w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-768x768.jpg 768w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-174x174.jpg 174w\" sizes=\"(max-width: 968px) 100vw, 968px\" /></figure><h3>FIRST LADY REBECCA ESSEL</h3><p>Rebecca Essel is the First Lady of Calvary Cross Church</p>','Home Page','','inherit','closed','closed','','289-autosave-v1','','','2021-02-07 16:53:33','2021-02-07 16:53:33','',289,'http://www.calvarycrossag.com/289-autosave-v1/',0,'revision','',0),(302,1,'2021-02-07 16:51:49','2021-02-07 16:51:49','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US \n <figure><img width=\"719\" height=\"719\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg 719w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-174x174.jpg 174w\" sizes=\"(max-width: 719px) 100vw, 719px\" /></figure><h3>PASTOR DANIEL ESSEL</h3><p>Daniel Essel is the Head Pastor of Calvary Cross Church</p> \n <figure><img width=\"968\" height=\"968\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg 968w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-768x768.jpg 768w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-174x174.jpg 174w\" sizes=\"(max-width: 968px) 100vw, 968px\" /></figure><h3>FIRST LADY REBECCA ESSEL</h3><p>Rebecca Essel is the First Lady of Calvary Cross Church</p>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:51:49','2021-02-07 16:51:49','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0),(303,1,'2021-02-07 16:51:49','2021-02-07 16:51:49','<h2>THANK YOU FOR VISITING THE CALVARY CROSS CHURCH WEBSITE. PLEASE JOIN US EVERY SUNDAY AT 9AM AND FRIDAYS AT 8PM FOR A TIME OF PRAYER.\n<BR>\n-PASTOR DANIEL ESSEL</h2> \n COME LET US \n <figure><img width=\"719\" height=\"719\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife.jpg 719w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/pastor-and-wife-174x174.jpg 174w\" sizes=\"(max-width: 719px) 100vw, 719px\" /></figure><h3>PASTOR DANIEL ESSEL</h3><p>Daniel Essel is the Head Pastor of Calvary Cross Church</p> \n <figure><img width=\"968\" height=\"968\" src=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady.jpg 968w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-150x150.jpg 150w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-300x300.jpg 300w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-768x768.jpg 768w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-250x250.jpg 250w, http://www.calvarycrossag.com/wp-content/uploads/2016/10/first-lady-174x174.jpg 174w\" sizes=\"(max-width: 968px) 100vw, 968px\" /></figure><h3>FIRST LADY REBECCA ESSEL</h3><p>Rebecca Essel is the First Lady of Calvary Cross Church</p>','Home Page','','inherit','closed','closed','','289-revision-v1','','','2021-02-07 16:51:49','2021-02-07 16:51:49','',289,'http://www.calvarycrossag.com/289-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` 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 = utf8 */; 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=MyISAM 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 (68,2,0),(94,4,0),(67,2,0),(65,2,0),(64,2,0),(99,6,0),(95,4,0),(96,4,0),(97,4,0),(98,4,0),(116,1,0),(214,2,0),(126,4,0),(152,2,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 = utf8 */; 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=7 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,'nav_menu','',0,6),(3,3,'category','A category for all the upcoming events for Calvary Cross Assembly of God.',0,0),(4,4,'ml-slider','',0,0),(6,6,'category','A list of past events that have happened at Calvary Cross Assembly of God.',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 = utf8 */; 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!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 = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=7 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,'Main Navigation','main-navigation',0),(3,'Upcoming Events','upcoming-events',0),(4,'85','85',0),(6,'Past Events','past-events',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 = utf8 */; 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) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=58 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,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','eessel'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(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','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp390_widgets,wp496_privacy,text_widget_custom_html'),(13,1,'show_welcome_panel','1'),(14,1,'wp_user-settings','editor=tinymce&hidetb=1&mfold=o&libraryContent=browse&imgsize=full&siteorigin_settings_tab=1'),(15,1,'wp_user-settings-time','1477085160'),(16,1,'wp_dashboard_quick_press_last_post_id','286'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:8:{i:0;s:8:\"add-post\";i:1;s:9:\"add-slide\";i:2;s:9:\"add-staff\";i:3;s:15:\"add-sermon_post\";i:4;s:10:\"add-events\";i:5;s:12:\"add-post_tag\";i:6;s:14:\"add-media_tags\";i:7;s:14:\"add-event-tags\";}'),(19,1,'nav_menu_recently_edited','2'),(20,1,'siteorigin_admin_bars_dismissed','a:1:{s:22:\"vantage_theme_settings\";b:1;}'),(21,1,'closedpostboxes_toplevel_page_wpcf7','a:0:{}'),(22,1,'metaboxhidden_toplevel_page_wpcf7','a:0:{}'),(23,2,'first_name',''),(24,2,'last_name',''),(25,2,'nickname','calvarycross'),(26,2,'description',''),(27,2,'rich_editing','true'),(28,2,'comment_shortcuts','false'),(29,2,'admin_color','fresh'),(30,2,'use_ssl','0'),(31,2,'show_admin_bar_front','true'),(32,2,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(33,2,'wp_user_level','7'),(34,2,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(35,3,'first_name',''),(36,3,'last_name',''),(37,3,'nickname','calvarycrossag'),(38,3,'description',''),(39,3,'rich_editing','true'),(40,3,'comment_shortcuts','false'),(41,3,'admin_color','fresh'),(42,3,'use_ssl','0'),(43,3,'show_admin_bar_front','true'),(44,3,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(45,3,'wp_user_level','7'),(46,3,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(47,1,'tribe_setDefaultNavMenuBoxes','1'),(48,1,'closedpostboxes_tribe_events','a:0:{}'),(49,1,'metaboxhidden_tribe_events','a:1:{i:0;s:7:\"slugdiv\";}'),(50,1,'default_password_nag',''),(51,1,'session_tokens','a:3:{s:64:\"cf09da707b9432d0daf4c647f90bbdbfa5a8af57e4a3496d5a18cbd232435222\";a:4:{s:10:\"expiration\";i:1613071883;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1611862283;}s:64:\"9e0d735a1e4004d97f4c04b8b6fbd02cf34e9ee26a1da43d823788710b6662c4\";a:4:{s:10:\"expiration\";i:1613094082;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36\";s:5:\"login\";i:1611884482;}s:64:\"73d97bf96181f48afb52af90a10b6d99b3b54cb1a100e75078411f46c1ea2c21\";a:4:{s:10:\"expiration\";i:1613923220;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36\";s:5:\"login\";i:1612713620;}}'),(52,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"69.222.196.0\";}'),(53,1,'wp_metaslider_user_saw_callout_toolbar','1'),(54,1,'wp_metaslider_user_saw_callout_gallery','1'),(55,1,'elementor_introduction','a:1:{s:10:\"rightClick\";b:1;}'); /*!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 = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=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,'eessel','$P$BEFSb2a4qLdztsC8T4Yke8wl6RR.93/','eessel','tfball58@gmail.com','','2013-01-30 00:17:49','',0,'eessel'),(2,'calvarycross','$P$BuTCwpGVcu2p4nHm14u.wYqeK77WsR0','calvarycross','dkessel2@yahoo.com','','2014-06-07 22:04:15','',0,'calvarycross'),(3,'calvarycrossag','$P$B5kUFf8MQPuSzfIcMGvOewqKjFGj4K.','calvarycrossag','esibako@gmail.com','','2014-06-07 22:04:59','',0,'calvarycrossag'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-09-22 15:58:16