0byt3m1n1
Path:
/
data
/
17
/
1
/
38
/
96
/
1690748
/
meta
/
1824088
/
mysql.backup
/
[
Home
]
File: 1_02c54ad_2.mysqlcluster7.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster7 Database: 1_02c54ad_2 -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `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=InnoDB 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` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB 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_fusion_form_entries` -- DROP TABLE IF EXISTS `wp_fusion_form_entries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fusion_form_entries` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) NOT NULL, `form_id` bigint(20) NOT NULL, `field_id` bigint(20) NOT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `privacy` tinyint(1) DEFAULT NULL, `data` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fusion_form_entries` -- LOCK TABLES `wp_fusion_form_entries` WRITE; /*!40000 ALTER TABLE `wp_fusion_form_entries` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fusion_form_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fusion_form_fields` -- DROP TABLE IF EXISTS `wp_fusion_form_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fusion_form_fields` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `form_id` bigint(20) NOT NULL, `field_name` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL, `field_label` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `data` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fusion_form_fields` -- LOCK TABLES `wp_fusion_form_fields` WRITE; /*!40000 ALTER TABLE `wp_fusion_form_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fusion_form_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fusion_form_submissions` -- DROP TABLE IF EXISTS `wp_fusion_form_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fusion_form_submissions` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `form_id` bigint(20) NOT NULL, `time` datetime NOT NULL, `source_url` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL, `post_id` bigint(20) DEFAULT NULL, `user_id` bigint(20) DEFAULT NULL, `user_agent` text COLLATE utf8mb4_unicode_ci, `ip` varchar(512) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_read` tinyint(1) DEFAULT NULL, `privacy_scrub_date` date DEFAULT NULL, `on_privacy_scrub` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `data` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fusion_form_submissions` -- LOCK TABLES `wp_fusion_form_submissions` WRITE; /*!40000 ALTER TABLE `wp_fusion_form_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fusion_form_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fusion_forms` -- DROP TABLE IF EXISTS `wp_fusion_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fusion_forms` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `form_id` bigint(20) NOT NULL, `views` bigint(20) DEFAULT '0', `submissions_count` bigint(20) DEFAULT '0', `data` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`), UNIQUE KEY `form_id` (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fusion_forms` -- LOCK TABLES `wp_fusion_forms` WRITE; /*!40000 ALTER TABLE `wp_fusion_forms` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fusion_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gglcptch_allowlist` -- DROP TABLE IF EXISTS `wp_gglcptch_allowlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gglcptch_allowlist` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `ip` char(31) NOT NULL, `ip_from_int` bigint(20) DEFAULT NULL, `ip_to_int` bigint(20) DEFAULT NULL, `add_time` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ip` (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gglcptch_allowlist` -- LOCK TABLES `wp_gglcptch_allowlist` WRITE; /*!40000 ALTER TABLE `wp_gglcptch_allowlist` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gglcptch_allowlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_iwp_backup_status` -- DROP TABLE IF EXISTS `wp_iwp_backup_status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_iwp_backup_status` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `historyID` int(11) NOT NULL, `taskName` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `action` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `category` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `stage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `finalStatus` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `statusMsg` longtext COLLATE utf8mb4_unicode_ci, `requestParams` text COLLATE utf8mb4_unicode_ci NOT NULL, `responseParams` longtext COLLATE utf8mb4_unicode_ci, `taskResults` text COLLATE utf8mb4_unicode_ci, `startTime` int(11) DEFAULT NULL, `lastUpdateTime` int(10) unsigned DEFAULT NULL, `endTime` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_iwp_backup_status` -- LOCK TABLES `wp_iwp_backup_status` WRITE; /*!40000 ALTER TABLE `wp_iwp_backup_status` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_iwp_backup_status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_iwp_processed_iterator` -- DROP TABLE IF EXISTS `wp_iwp_processed_iterator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_iwp_processed_iterator` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` longtext COLLATE utf8mb4_unicode_ci, `offset` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_iwp_processed_iterator` -- LOCK TABLES `wp_iwp_processed_iterator` WRITE; /*!40000 ALTER TABLE `wp_iwp_processed_iterator` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_iwp_processed_iterator` 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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_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 NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=244969 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://providentprofessionalservices.com/wordpress1','yes'),(2,'home','http://providentprofessionalservices.com/wordpress1','yes'),(3,'blogname','wordpress1','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mtruglio@luminys.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','0','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','1','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:6:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"call-now-button/call-now-button.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:19:\"mailgun/mailgun.php\";i:7;s:27:\"redirection/redirection.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:108:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/functions.php\";i:1;s:105:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/header.php\";i:2;s:104:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/style.css\";i:3;s:124:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/uploads/bws-custom-code/bws-custom-code.js\";i:4;s:125:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/uploads/bws-custom-code/bws-custom-code.php\";}','no'),(40,'template','twentytwentyone','yes'),(41,'stylesheet','twentytwentyone','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<div class=\"copyright-wrapper\">\r\n<div class=\"container\">\r\n<div class=\"copyright-txt\">Provident Professional Services, Inc.\r\nFor Confidential Complimentary Consultation Please Call\r\n(949) 583 1040\r\nPlease ask for Tom or Kathy\r\n</div>\r\n</div>\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:15:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:281:\"<strong style=\"color:#333;padding-top:10px;\">CALL OUR EXPERTS TODAY (949) 583-1040</strong><br/>\r\nor email us to schedule a confidential exploratory conversation at your convenience at <a href=\"mailto:123@ProvidentProfessionalServices.com\">123@ProvidentProfessionalServices.com</a>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";s:20:\"fusion_divider_color\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:6:{s:39:\"bj-lazy-load/inc/class-bjll-options.php\";s:14:\"__return_false\";s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:71:\"yikes-inc-easy-mailchimp-extender/yikes-inc-easy-mailchimp-extender.php\";s:43:\"uninstall_yikes_inc_easy_mailchimp_extender\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}}','no'),(82,'timezone_string','America/Los_Angeles','yes'),(83,'page_for_posts','11','yes'),(84,'page_on_front','2','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','80','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'initial_db_version','43764','yes'),(94,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{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:20:\"wpseo_manage_options\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:13:\"custom_html-2\";i:1;s:13:\"media_image-2\";i:2;s:6:\"text-4\";}s:9:\"sidebar-1\";a:5:{i:0;s:6:\"text-3\";i:1;s:8:\"search-2\";i:2;s:11:\"tag_cloud-2\";i:3;s:14:\"recent-posts-3\";i:4;s:12:\"categories-2\";}s:13:\"array_version\";i:3;}','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:2:{i:2;a:23:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:563;s:6:\"height\";i:176;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1070;s:3:\"url\";s:46:\"/wp-content/uploads/2019/06/LogoWeb-300x94.png\";s:5:\"title\";s:0:\"\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:2:{i:2;a:2:{s:5:\"title\";s:12:\"Popular Tags\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<p>E-mail: <a href=\"mailto:123@ProvidentProfessionalServices.com\">info@ProvidentProfessionalServices.com</a></p>\r\n<p>Correspondence Address: U.S. P.O. Box 1120, Lake Forest, Orange County, CA, 92609-1120</p>\r\n<p>Provident Professional Services provides accounting services not requiring state licensure.</p>\r\n<p>Provident Professional Services, Inc. is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.</p>\r\n<p>Copyright © 2002-2019 Provident Professional Services, Inc. ALL RIGHTS RESERVED</p>\";}s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:18:{i:1630115345;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:1630117245;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1630117250;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1630120208;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:1630121146;a:1:{s:24:\"akismet_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:1630126145;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:1630132675;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1630134051;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:1630135680;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630169646;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630170136;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:1630170221;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630178435;a:1:{s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630178450;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630191756;a:2:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"wpseo_home_url_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630191779;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1630497200;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(141,'theme_mods_twentynineteen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1552345090;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:13:\"custom_html-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-3\";}}}s:18:\"nav_menu_locations\";a:1:{s:6:\"menu-1\";i:2;}}','yes'),(144,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:26:\"wp-asset-clean-up/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.2.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1550768080;s:11:\"plugin_path\";s:27:\"wp-asset-clean-up/wpacu.php\";}}s:7:\"abspath\";s:71:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:27:\"wp-asset-clean-up/wpacu.php\";s:8:\"sdk_path\";s:26:\"wp-asset-clean-up/freemius\";s:7:\"version\";s:5:\"2.2.2\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1550768080;}}','yes'),(145,'fs_debug_mode','','yes'),(146,'fs_accounts','a:6:{s:21:\"id_slug_type_path_map\";a:1:{i:2951;a:3:{s:4:\"slug\";s:17:\"wp-asset-clean-up\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:27:\"wp-asset-clean-up/wpacu.php\";}}s:11:\"plugin_data\";a:1:{s:17:\"wp-asset-clean-up\";a:14:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:27:\"wp-asset-clean-up/wpacu.php\";}s:17:\"install_timestamp\";i:1550768029;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.2.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"1.3.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:73:\"www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com\";s:9:\"server_ip\";s:14:\"67.187.160.181\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1550768046;s:7:\"version\";s:5:\"1.3.1\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:27:\"wp-asset-clean-up/wpacu.php\";s:17:\"wp-asset-clean-up\";}s:7:\"plugins\";a:1:{s:17:\"wp-asset-clean-up\";O:9:\"FS_Plugin\":20:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:33:\"Asset CleanUp: Page Speed Booster\";s:4:\"slug\";s:17:\"wp-asset-clean-up\";s:12:\"premium_slug\";s:25:\"wp-asset-clean-up-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:4:\"file\";s:27:\"wp-asset-clean-up/wpacu.php\";s:7:\"version\";s:5:\"1.3.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_70ecc6600cb03b5168150b4c99257\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"2951\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"cc211138595d7ad0fc8b9783f0139492\";s:13:\"admin_notices\";a:1:{s:17:\"wp-asset-clean-up\";a:0:{}}}','yes'),(147,'aj_enabled','0','yes'),(148,'aj_method','async','yes'),(149,'aj_enabled_logged','0','yes'),(150,'aj_enabled_shop','0','yes'),(151,'aj_jquery','exclude','yes'),(152,'aj_async','','yes'),(153,'aj_defer','','yes'),(154,'aj_exclusions','','yes'),(155,'aj_plugin_exclusions','','yes'),(156,'aj_theme_exclusions','','yes'),(157,'aj_autoptimize_enabled','0','yes'),(158,'aj_autoptimize_method','async','yes'),(159,'aj_version','2.18.12.10','yes'),(161,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(185,'recently_activated','a:2:{s:33:\"google-captcha/google-captcha.php\";i:1630114087;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:1630114027;}','yes'),(186,'fs_api_cache','a:0:{}','yes'),(192,'wordfence_version','7.5.5','yes'),(193,'wordfence_case','1','yes'),(194,'wordfence_installed','1','yes'),(195,'wordfenceActivated','1','yes'),(196,'wf_plugin_act_error','','yes'),(209,'wpseo','a:45:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:0;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"17.0\";s:16:\"previous_version\";s:4:\"16.9\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1550768619;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:44:\"http://www.providentprofessionalservices.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:9:{s:18:\"fusion_tb_category\";s:18:\"fusion_tb_category\";s:18:\"portfolio_category\";s:18:\"portfolio_category\";s:16:\"portfolio_skills\";s:16:\"portfolio_skills\";s:14:\"portfolio_tags\";s:14:\"portfolio_tags\";s:12:\"faq_category\";s:12:\"faq_category\";s:21:\"themefusion_es_groups\";s:21:\"themefusion_es_groups\";s:10:\"slide-page\";s:10:\"slide-page\";s:16:\"element_category\";s:16:\"element_category\";s:17:\"template_category\";s:17:\"template_category\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:1;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;}','yes'),(210,'wpseo_titles','a:230:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:28:\"title-tax-fusion_tb_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-fusion_tb_category\";s:0:\"\";s:38:\"display-metabox-tax-fusion_tb_category\";b:1;s:30:\"noindex-tax-fusion_tb_category\";b:0;s:35:\"social-title-tax-fusion_tb_category\";s:23:\"%%term_title%% Archives\";s:41:\"social-description-tax-fusion_tb_category\";s:0:\"\";s:39:\"social-image-url-tax-fusion_tb_category\";s:0:\"\";s:38:\"social-image-id-tax-fusion_tb_category\";i:0;s:36:\"taxonomy-fusion_tb_category-ptparent\";i:0;s:21:\"title-avada_portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-avada_portfolio\";s:0:\"\";s:23:\"noindex-avada_portfolio\";b:0;s:34:\"display-metabox-pt-avada_portfolio\";b:1;s:34:\"post_types-avada_portfolio-maintax\";i:0;s:32:\"schema-page-type-avada_portfolio\";s:7:\"WebPage\";s:35:\"schema-article-type-avada_portfolio\";s:4:\"None\";s:28:\"social-title-avada_portfolio\";s:9:\"%%title%%\";s:34:\"social-description-avada_portfolio\";s:0:\"\";s:32:\"social-image-url-avada_portfolio\";s:0:\"\";s:31:\"social-image-id-avada_portfolio\";i:0;s:31:\"title-ptarchive-avada_portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"bctitle-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"noindex-ptarchive-avada_portfolio\";b:0;s:38:\"social-title-ptarchive-avada_portfolio\";s:21:\"%%pt_plural%% Archive\";s:44:\"social-description-ptarchive-avada_portfolio\";s:0:\"\";s:42:\"social-image-url-ptarchive-avada_portfolio\";s:0:\"\";s:41:\"social-image-id-ptarchive-avada_portfolio\";i:0;s:15:\"title-avada_faq\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-avada_faq\";s:0:\"\";s:17:\"noindex-avada_faq\";b:0;s:28:\"display-metabox-pt-avada_faq\";b:1;s:28:\"post_types-avada_faq-maintax\";i:0;s:26:\"schema-page-type-avada_faq\";s:7:\"WebPage\";s:29:\"schema-article-type-avada_faq\";s:4:\"None\";s:22:\"social-title-avada_faq\";s:9:\"%%title%%\";s:28:\"social-description-avada_faq\";s:0:\"\";s:26:\"social-image-url-avada_faq\";s:0:\"\";s:25:\"social-image-id-avada_faq\";i:0;s:25:\"title-ptarchive-avada_faq\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-avada_faq\";s:0:\"\";s:27:\"bctitle-ptarchive-avada_faq\";s:0:\"\";s:27:\"noindex-ptarchive-avada_faq\";b:0;s:32:\"social-title-ptarchive-avada_faq\";s:21:\"%%pt_plural%% Archive\";s:38:\"social-description-ptarchive-avada_faq\";s:0:\"\";s:36:\"social-image-url-ptarchive-avada_faq\";s:0:\"\";s:35:\"social-image-id-ptarchive-avada_faq\";i:0;s:25:\"title-themefusion_elastic\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-themefusion_elastic\";s:0:\"\";s:27:\"noindex-themefusion_elastic\";b:0;s:38:\"display-metabox-pt-themefusion_elastic\";b:1;s:38:\"post_types-themefusion_elastic-maintax\";i:0;s:36:\"schema-page-type-themefusion_elastic\";s:7:\"WebPage\";s:39:\"schema-article-type-themefusion_elastic\";s:4:\"None\";s:32:\"social-title-themefusion_elastic\";s:9:\"%%title%%\";s:38:\"social-description-themefusion_elastic\";s:0:\"\";s:36:\"social-image-url-themefusion_elastic\";s:0:\"\";s:35:\"social-image-id-themefusion_elastic\";i:0;s:11:\"title-slide\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-slide\";s:0:\"\";s:13:\"noindex-slide\";b:0;s:24:\"display-metabox-pt-slide\";b:1;s:24:\"post_types-slide-maintax\";i:0;s:22:\"schema-page-type-slide\";s:7:\"WebPage\";s:25:\"schema-article-type-slide\";s:4:\"None\";s:18:\"social-title-slide\";s:9:\"%%title%%\";s:24:\"social-description-slide\";s:0:\"\";s:22:\"social-image-url-slide\";s:0:\"\";s:21:\"social-image-id-slide\";i:0;s:28:\"title-tax-portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio_category\";s:0:\"\";s:38:\"display-metabox-tax-portfolio_category\";b:1;s:30:\"noindex-tax-portfolio_category\";b:0;s:35:\"social-title-tax-portfolio_category\";s:23:\"%%term_title%% Archives\";s:41:\"social-description-tax-portfolio_category\";s:0:\"\";s:39:\"social-image-url-tax-portfolio_category\";s:0:\"\";s:38:\"social-image-id-tax-portfolio_category\";i:0;s:36:\"taxonomy-portfolio_category-ptparent\";i:0;s:26:\"title-tax-portfolio_skills\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-portfolio_skills\";s:0:\"\";s:36:\"display-metabox-tax-portfolio_skills\";b:1;s:28:\"noindex-tax-portfolio_skills\";b:0;s:33:\"social-title-tax-portfolio_skills\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-portfolio_skills\";s:0:\"\";s:37:\"social-image-url-tax-portfolio_skills\";s:0:\"\";s:36:\"social-image-id-tax-portfolio_skills\";i:0;s:34:\"taxonomy-portfolio_skills-ptparent\";i:0;s:24:\"title-tax-portfolio_tags\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-portfolio_tags\";s:0:\"\";s:34:\"display-metabox-tax-portfolio_tags\";b:1;s:26:\"noindex-tax-portfolio_tags\";b:0;s:31:\"social-title-tax-portfolio_tags\";s:23:\"%%term_title%% Archives\";s:37:\"social-description-tax-portfolio_tags\";s:0:\"\";s:35:\"social-image-url-tax-portfolio_tags\";s:0:\"\";s:34:\"social-image-id-tax-portfolio_tags\";i:0;s:32:\"taxonomy-portfolio_tags-ptparent\";i:0;s:22:\"title-tax-faq_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-faq_category\";s:0:\"\";s:32:\"display-metabox-tax-faq_category\";b:1;s:24:\"noindex-tax-faq_category\";b:0;s:29:\"social-title-tax-faq_category\";s:23:\"%%term_title%% Archives\";s:35:\"social-description-tax-faq_category\";s:0:\"\";s:33:\"social-image-url-tax-faq_category\";s:0:\"\";s:32:\"social-image-id-tax-faq_category\";i:0;s:30:\"taxonomy-faq_category-ptparent\";i:0;s:31:\"title-tax-themefusion_es_groups\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-themefusion_es_groups\";s:0:\"\";s:41:\"display-metabox-tax-themefusion_es_groups\";b:1;s:33:\"noindex-tax-themefusion_es_groups\";b:0;s:38:\"social-title-tax-themefusion_es_groups\";s:23:\"%%term_title%% Archives\";s:44:\"social-description-tax-themefusion_es_groups\";s:0:\"\";s:42:\"social-image-url-tax-themefusion_es_groups\";s:0:\"\";s:41:\"social-image-id-tax-themefusion_es_groups\";i:0;s:39:\"taxonomy-themefusion_es_groups-ptparent\";i:0;s:20:\"title-tax-slide-page\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-slide-page\";s:0:\"\";s:30:\"display-metabox-tax-slide-page\";b:1;s:22:\"noindex-tax-slide-page\";b:0;s:27:\"social-title-tax-slide-page\";s:23:\"%%term_title%% Archives\";s:33:\"social-description-tax-slide-page\";s:0:\"\";s:31:\"social-image-url-tax-slide-page\";s:0:\"\";s:30:\"social-image-id-tax-slide-page\";i:0;s:28:\"taxonomy-slide-page-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(211,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(212,'wpseo_flush_rewrite','1','yes'),(258,'db_upgraded','','yes'),(277,'current_theme','Twenty Twenty-One','yes'),(278,'theme_mods_twentyseventeen','a:13:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:2;}s:18:\"custom_css_post_id\";i:159;s:12:\"header_image\";s:59:\"/wp-content/uploads/2019/03/cropped-WebsiteHomePage_v4d.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:258;s:3:\"url\";s:59:\"/wp-content/uploads/2019/03/cropped-WebsiteHomePage_v4d.png\";s:13:\"thumbnail_url\";s:59:\"/wp-content/uploads/2019/03/cropped-WebsiteHomePage_v4d.png\";s:6:\"height\";i:1200;s:5:\"width\";i:2000;}s:11:\"custom_logo\";i:260;s:11:\"colorscheme\";s:5:\"light\";s:7:\"panel_1\";i:0;s:7:\"panel_2\";i:0;s:7:\"panel_3\";i:0;s:7:\"panel_4\";i:0;s:11:\"page_layout\";s:10:\"one-column\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1552345125;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:1:{i:0;s:13:\"custom_html-2\";}}}}','yes'),(279,'theme_switched','','yes'),(281,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(709,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:3;s:4:\"hour\";i:11;s:6:\"minute\";i:53;s:6:\"second\";i:20;s:6:\"offset\";i:302000;s:8:\"initsend\";i:1553082800;}','yes'),(710,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"7.4.2\";s:14:\"installed_date\";i:1552249831;s:13:\"installed_pro\";b:0;s:14:\"connected_date\";i:1570217025;}','yes'),(711,'monsterinsights_db_version','7.4.0','yes'),(712,'monsterinsights_current_version','7.15.0','yes'),(713,'monsterinsights_settings','a:42:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:1:{i:0;s:13:\"administrator\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:9:\"analytics\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:20:\"david@davidmoyle.com\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:30:\"gtagtracker_compatibility_mode\";b:1;}','yes'),(714,'_amn_mi-lite_last_checked','1556496000','yes'),(725,'yikes-easy-mc-active-addons','a:0:{}','yes'),(730,'yikes-mailchimp-use-nonce','1','yes'),(746,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(748,'mc4wp_version','4.8.1','yes'),(749,'mc4wp_flash_messages','a:0:{}','no'),(750,'mc4wp','a:6:{s:19:\"grecaptcha_site_key\";s:0:\"\";s:21:\"grecaptcha_secret_key\";s:0:\"\";s:7:\"api_key\";s:37:\"d6d86f74ce34a01f28f3dee1f6520251-us20\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1552251029;}','yes'),(753,'mc4wp_default_form_id','262','yes'),(754,'mc4wp_form_stylesheets','a:0:{}','yes'),(771,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"1160a363fc1fdfa9ff0af769a6a420d9\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:-1;s:10:\"expire_404\";i:-1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:0;s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:8:\"database\";s:3:\"4.2\";s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"headers\";a:0:{}s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;}','yes'),(848,'monsterinsights_site_tt','8e4640cecebea3d65ad026d10397f792656a26090c4b272102d8c91e51091d8f8a700cc675d2dea0490cf2c6bf447c89fd7a6731c3a69d9b494466536e6a118a','yes'),(849,'monsterinsights_site_profile','a:9:{s:3:\"key\";s:128:\"5bba391d7b643cf021f209fae0099f09584a8eae61f059547d43b7bb880fb4c6e7402e2b96faf38f35c355ba93e833d37a385e91a5e3c3cd5e7c9bc1b51317df\";s:5:\"token\";s:128:\"480b922f014e5eef05ffa9ae6ab33e568803890977d464d70ccf49f597eaa73c1b76e6ab0d0d145008e6524b037d3441cb1aab4532ca20629646fa83dc590114\";s:2:\"ua\";s:14:\"UA-133926021-1\";s:8:\"viewname\";s:14:\"UA-133926021-1\";s:1:\"a\";s:9:\"133926021\";s:1:\"w\";s:9:\"193861360\";s:1:\"p\";s:9:\"189373993\";s:7:\"siteurl\";s:40:\"http://providentprofessionalservices.com\";s:6:\"neturl\";s:50:\"http://providentprofessionalservices.com/wp-admin/\";}','yes'),(866,'theme_mods_fruitful','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:1557896252;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-2\";a:2:{i:0;s:13:\"custom_html-3\";i:1;s:14:\"recent-posts-2\";}s:9:\"sidebar-3\";a:1:{i:0;s:13:\"custom_html-2\";}s:9:\"sidebar-4\";a:0:{}}}}','yes'),(867,'widget_widget_news_archive','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(868,'ffc_statistics_option','a:4:{s:13:\"ffc_statistic\";i:1;s:13:\"ffc_subscribe\";i:0;s:19:\"ffc_subscribe_email\";s:0:\"\";s:18:\"ffc_subscribe_name\";s:0:\"\";}','yes'),(869,'fruitful_theme_options','a:138:{s:10:\"responsive\";s:2:\"on\";s:14:\"pagecomment_ch\";s:0:\"\";s:11:\"postcomment\";s:2:\"on\";s:11:\"pagecomment\";s:2:\"on\";s:18:\"latest_posts_templ\";s:1:\"0\";s:0:\"\";s:0:\"\";s:17:\"layout_page_templ\";s:1:\"0\";s:19:\"layout_single_templ\";s:1:\"1\";s:20:\"layout_archive_templ\";s:1:\"1\";s:19:\"layout_author_templ\";s:1:\"1\";s:16:\"layout_cat_templ\";s:1:\"1\";s:16:\"layout_tag_templ\";s:1:\"1\";s:16:\"layout_404_templ\";s:1:\"1\";s:19:\"layout_search_templ\";s:1:\"1\";s:20:\"show_featured_single\";s:2:\"on\";s:13:\"ffc_statistic\";s:2:\"on\";s:13:\"ffc_subscribe\";s:3:\"off\";s:18:\"ffc_subscribe_name\";s:0:\"\";s:19:\"ffc_subscribe_email\";s:0:\"\";s:5:\"reset\";s:5:\"reset\";s:15:\"is_fixed_header\";s:2:\"on\";s:13:\"menu_position\";s:1:\"2\";s:20:\"menu_type_responsive\";s:10:\"full_width\";s:15:\"menu_icon_color\";s:7:\"#58749e\";s:10:\"header_img\";s:0:\"\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:15:\"header_img_size\";s:4:\"full\";s:13:\"header_height\";s:2:\"80\";s:14:\"backgroung_img\";s:0:\"\";s:12:\"bg_repeating\";s:3:\"off\";s:16:\"background_color\";s:7:\"#ffffff\";s:18:\"container_bg_color\";s:7:\"#ffffff\";s:13:\"logo_position\";s:1:\"0\";s:6:\"logo_w\";s:3:\"300\";s:6:\"logo_h\";s:1:\"0\";s:8:\"logo_img\";s:3:\"369\";s:15:\"logo_img_retina\";s:3:\"369\";s:8:\"fav_icon\";s:2:\"78\";s:15:\"fav_icon_iphone\";s:2:\"78\";s:22:\"fav_icon_iphone_retina\";s:2:\"78\";s:13:\"fav_icon_ipad\";s:2:\"78\";s:20:\"fav_icon_ipad_retina\";s:2:\"78\";s:10:\"menu-color\";s:0:\"\";s:13:\"menu_bg_color\";s:7:\"#ffffff\";s:14:\"menu_btn_color\";s:7:\"#808003\";s:15:\"menu_font_color\";s:7:\"#808003\";s:16:\"menu_hover_color\";s:7:\"#ffffff\";s:13:\"dd-menu-color\";s:0:\"\";s:16:\"dd_menu_bg_color\";s:7:\"#ffffff\";s:17:\"dd_menu_btn_color\";s:7:\"#808003\";s:18:\"dd_menu_font_color\";s:7:\"#808003\";s:19:\"dd_menu_hover_color\";s:7:\"#ffffff\";s:12:\"g-menu-color\";s:0:\"\";s:12:\"p_font_color\";s:7:\"#333333\";s:12:\"a_font_color\";s:7:\"#333333\";s:18:\"a_hover_font_color\";s:7:\"#808003\";s:18:\"a_focus_font_color\";s:7:\"#808003\";s:19:\"a_active_font_color\";s:7:\"#808003\";s:11:\"lines-color\";s:0:\"\";s:17:\"widgets_sep_color\";s:7:\"#808003\";s:20:\"date_of_post_b_color\";s:7:\"#808003\";s:20:\"date_of_post_f_color\";s:7:\"#ffffff\";s:13:\"buttons-color\";s:0:\"\";s:9:\"btn_color\";s:7:\"#333333\";s:16:\"btn_active_color\";s:7:\"#808003\";s:12:\"social-color\";s:0:\"\";s:17:\"soc_icon_bg_color\";s:7:\"#333333\";s:14:\"soc_icon_color\";s:7:\"#ffffff\";s:17:\"woocommerce-color\";s:0:\"\";s:20:\"woo_sale_price_color\";s:7:\"#919191\";s:24:\"woo_rating_color_regular\";s:7:\"#333333\";s:23:\"woo_rating_color_active\";s:7:\"#FF5D2A\";s:13:\"h_font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:13:\"m_font_family\";s:21:\"Open Sans, sans-serif\";s:13:\"p_font_family\";s:29:\"Times New Roman, Times, serif\";s:9:\"font-size\";s:0:\"\";s:7:\"h1_size\";s:2:\"27\";s:7:\"h2_size\";s:2:\"34\";s:7:\"h3_size\";s:2:\"20\";s:7:\"h4_size\";s:2:\"17\";s:7:\"h5_size\";s:2:\"14\";s:7:\"h6_size\";s:2:\"12\";s:6:\"m_size\";s:2:\"14\";s:6:\"p_size\";s:2:\"17\";s:13:\"select_slider\";s:1:\"1\";s:14:\"slider-options\";s:0:\"\";s:11:\"s_animation\";s:4:\"fade\";s:11:\"s_direction\";s:10:\"horizontal\";s:9:\"s_reverse\";s:5:\"false\";s:11:\"s_slideshow\";s:4:\"true\";s:16:\"s_slideshowSpeed\";s:4:\"7000\";s:16:\"s_animationSpeed\";s:3:\"600\";s:11:\"s_initDelay\";s:1:\"0\";s:11:\"s_randomize\";s:5:\"false\";s:12:\"s_controlnav\";s:4:\"true\";s:7:\"s_touch\";s:4:\"true\";s:8:\"nv_skins\";s:11:\"theme-light\";s:12:\"nv_animation\";s:6:\"random\";s:8:\"nv_slice\";s:2:\"15\";s:10:\"nv_boxCols\";s:1:\"8\";s:10:\"nv_boxRows\";s:1:\"4\";s:12:\"nv_animSpeed\";s:3:\"500\";s:12:\"nv_pauseTime\";s:4:\"3000\";s:13:\"nv_startSlide\";s:1:\"0\";s:15:\"nv_directionNav\";s:4:\"true\";s:13:\"nv_controlNav\";s:4:\"true\";s:19:\"nv_controlNavThumbs\";s:5:\"false\";s:15:\"nv_pauseOnHover\";s:4:\"true\";s:16:\"nv_manualAdvance\";s:5:\"false\";s:11:\"nv_prevText\";s:4:\"Prev\";s:11:\"nv_nextText\";s:4:\"Next\";s:14:\"nv_randomStart\";s:5:\"false\";s:6:\"slides\";a:1:{s:7:\"slide-1\";a:3:{s:4:\"link\";s:0:\"\";s:9:\"is_active\";s:2:\"on\";s:9:\"attach_id\";s:3:\"350\";}}s:11:\"sl_position\";s:1:\"0\";s:12:\"social-links\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:12:\"dribbble_url\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"flickr_link\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:8:\"yelp_url\";s:0:\"\";s:10:\"email_link\";s:0:\"\";s:11:\"github_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:16:\"tripadvisor_link\";s:0:\"\";s:9:\"ello_link\";s:0:\"\";s:11:\"footer_text\";s:134:\"Fruitful theme by <a href=\"https://github.com/fruitfulcode/\">fruitfulcode</a> Powered by: <a href=\"http://wordpress.org\">WordPress</a>\";s:10:\"custom_css\";s:0:\"\";}','yes'),(906,'cnb','a:15:{s:6:\"active\";i:1;s:6:\"number\";s:12:\"949-583-1040\";s:4:\"text\";s:8:\"Call Now\";s:8:\"hideIcon\";i:0;s:5:\"color\";s:7:\"#58759e\";s:9:\"iconcolor\";s:7:\"#ffffff\";s:10:\"appearance\";s:4:\"full\";s:8:\"tracking\";s:1:\"0\";s:11:\"conversions\";i:1;s:4:\"show\";s:0:\"\";s:5:\"limit\";s:7:\"include\";s:9:\"frontpage\";i:0;s:4:\"zoom\";s:1:\"1\";s:7:\"z-index\";s:2:\"10\";s:7:\"version\";s:5:\"0.4.3\";}','yes'),(960,'wordfence_syncAttackDataAttempts','0','no'),(961,'wordfence_syncingAttackData','0','no'),(962,'wordfence_lastSyncAttackData','1630016732','no'),(1025,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:37:\"123@providentprofessionalservices.com\";s:7:\"version\";s:5:\"5.7.2\";s:9:\"timestamp\";i:1620872948;}','no'),(1362,'manage-multiple-blogs','a:2:{s:5:\"blogs\";a:0:{}s:12:\"current_blog\";a:1:{s:4:\"type\";N;}}','yes'),(1367,'iwp_backup_table_version','1.1.4','yes'),(1368,'iwp_client_replaced_old_hash_backup_files','1','yes'),(1374,'iwp_backup_processed_iterator_version','1.0.0','yes'),(3414,'wpseo_upgrade_history','a:1:{i:1554318527;a:3:{s:7:\"options\";a:3:{s:5:\"wpseo\";a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:6:\"10.0.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1550768619;s:13:\"myyoast-oauth\";a:2:{s:6:\"config\";a:2:{s:8:\"clientId\";N;s:6:\"secret\";N;}s:13:\"access_tokens\";a:0:{}}}s:12:\"wpseo_social\";a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}s:12:\"wpseo_titles\";a:67:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}}s:11:\"old_version\";s:6:\"10.0.1\";s:11:\"new_version\";s:6:\"10.1.2\";}}','no'),(3482,'monsterinsights_review','a:2:{s:4:\"time\";i:1557203309;s:9:\"dismissed\";b:1;}','yes'),(3483,'monsterinsights_report_data_overview','a:3:{s:7:\"expires\";i:86400;s:1:\"p\";s:9:\"189373993\";s:4:\"data\";a:9:{s:13:\"overviewgraph\";a:7:{s:5:\"count\";i:30;s:5:\"start\";i:1560124800;s:3:\"end\";i:1562630400;s:8:\"sessions\";a:4:{s:3:\"min\";i:0;s:3:\"max\";s:1:\"5\";s:10:\"datapoints\";a:30:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;i:12;i:0;i:13;i:0;i:14;i:0;i:15;i:0;i:16;s:1:\"2\";i:17;s:1:\"2\";i:18;s:1:\"5\";i:19;s:1:\"3\";i:20;s:1:\"1\";i:21;s:1:\"3\";i:22;s:1:\"4\";i:23;s:1:\"3\";i:24;s:1:\"1\";i:25;s:1:\"1\";i:26;i:0;i:27;s:1:\"1\";i:28;s:1:\"1\";i:29;s:1:\"2\";}s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;i:12;i:0;i:13;i:0;i:14;i:0;i:15;i:0;i:16;i:100;i:17;i:0;i:18;i:150;i:19;i:-40;i:20;i:-67;i:21;i:200;i:22;i:34;i:23;i:-25;i:24;i:-67;i:25;i:0;i:26;i:-100;i:27;i:100;i:28;i:0;i:29;i:100;}}s:9:\"pageviews\";a:4:{s:10:\"datapoints\";a:30:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;i:12;i:0;i:13;i:0;i:14;i:0;i:15;i:0;i:16;s:1:\"4\";i:17;s:1:\"4\";i:18;s:1:\"5\";i:19;s:1:\"3\";i:20;s:1:\"1\";i:21;s:2:\"14\";i:22;s:1:\"4\";i:23;s:1:\"3\";i:24;s:1:\"1\";i:25;s:1:\"1\";i:26;i:0;i:27;s:1:\"1\";i:28;s:1:\"3\";i:29;s:1:\"2\";}s:3:\"min\";i:0;s:3:\"max\";s:2:\"14\";s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;i:12;i:0;i:13;i:0;i:14;i:0;i:15;i:0;i:16;i:100;i:17;i:0;i:18;i:25;i:19;i:-40;i:20;i:-67;i:21;i:1300;i:22;i:-72;i:23;i:-25;i:24;i:-67;i:25;i:0;i:26;i:-100;i:27;i:100;i:28;i:200;i:29;i:-34;}}s:6:\"labels\";a:30:{i:0;s:6:\"10 Jun\";i:1;s:6:\"11 Jun\";i:2;s:6:\"12 Jun\";i:3;s:6:\"13 Jun\";i:4;s:6:\"14 Jun\";i:5;s:6:\"15 Jun\";i:6;s:6:\"16 Jun\";i:7;s:6:\"17 Jun\";i:8;s:6:\"18 Jun\";i:9;s:6:\"19 Jun\";i:10;s:6:\"20 Jun\";i:11;s:6:\"21 Jun\";i:12;s:6:\"22 Jun\";i:13;s:6:\"23 Jun\";i:14;s:6:\"24 Jun\";i:15;s:6:\"25 Jun\";i:16;s:6:\"26 Jun\";i:17;s:6:\"27 Jun\";i:18;s:6:\"28 Jun\";i:19;s:6:\"29 Jun\";i:20;s:6:\"30 Jun\";i:21;s:5:\"1 Jul\";i:22;s:5:\"2 Jul\";i:23;s:5:\"3 Jul\";i:24;s:5:\"4 Jul\";i:25;s:5:\"5 Jul\";i:26;s:5:\"6 Jul\";i:27;s:5:\"7 Jul\";i:28;s:5:\"8 Jul\";i:29;s:5:\"9 Jul\";}s:10:\"timestamps\";a:30:{i:0;i:1560124800;i:1;i:1560211200;i:2;i:1560297600;i:3;i:1560384000;i:4;i:1560470400;i:5;i:1560556800;i:6;i:1560643200;i:7;i:1560729600;i:8;i:1560816000;i:9;i:1560902400;i:10;i:1560988800;i:11;i:1561075200;i:12;i:1561161600;i:13;i:1561248000;i:14;i:1561334400;i:15;i:1561420800;i:16;i:1561507200;i:17;i:1561593600;i:18;i:1561680000;i:19;i:1561766400;i:20;i:1561852800;i:21;i:1561939200;i:22;i:1562025600;i:23;i:1562112000;i:24;i:1562198400;i:25;i:1562284800;i:26;i:1562371200;i:27;i:1562457600;i:28;i:1562544000;i:29;i:1562630400;}}s:7:\"infobox\";a:7:{s:5:\"range\";i:30;s:7:\"current\";a:2:{s:7:\"endDate\";s:10:\"2019-07-09\";s:9:\"startDate\";s:10:\"2019-06-10\";}s:8:\"previous\";a:2:{s:7:\"endDate\";s:10:\"2019-06-09\";s:9:\"startDate\";s:10:\"2019-05-11\";}s:8:\"sessions\";a:2:{s:5:\"value\";s:2:\"29\";s:4:\"prev\";i:-51;}s:9:\"pageviews\";a:2:{s:5:\"value\";s:2:\"46\";s:4:\"prev\";i:-44;}s:6:\"bounce\";a:2:{s:5:\"value\";d:82.7600000000000051159076974727213382720947265625;s:4:\"prev\";i:4;}s:8:\"duration\";a:2:{s:5:\"value\";s:6:\"1m 35s\";s:4:\"prev\";i:170;}}s:11:\"newvsreturn\";a:2:{s:3:\"new\";i:80;s:9:\"returning\";i:20;}s:7:\"devices\";a:3:{s:7:\"desktop\";i:62;s:6:\"mobile\";i:38;s:6:\"tablet\";i:0;}s:9:\"countries\";a:10:{i:0;a:2:{s:3:\"iso\";s:2:\"US\";s:8:\"sessions\";s:2:\"20\";}i:1;a:2:{s:3:\"iso\";s:2:\"CN\";s:8:\"sessions\";s:1:\"7\";}i:2;a:2:{s:3:\"iso\";s:2:\"AE\";s:8:\"sessions\";s:1:\"1\";}i:3;a:2:{s:3:\"iso\";s:2:\"PH\";s:8:\"sessions\";s:1:\"1\";}i:4;a:2:{s:3:\"iso\";s:2:\"BR\";s:8:\"sessions\";i:0;}i:5;a:2:{s:3:\"iso\";s:2:\"GB\";s:8:\"sessions\";i:0;}i:6;a:2:{s:3:\"iso\";s:2:\"IE\";s:8:\"sessions\";i:0;}i:7;a:2:{s:3:\"iso\";s:2:\"IN\";s:8:\"sessions\";i:0;}i:8;a:2:{s:3:\"iso\";s:2:\"JP\";s:8:\"sessions\";i:0;}i:9;a:2:{s:3:\"iso\";s:2:\"KR\";s:8:\"sessions\";i:0;}}s:9:\"referrals\";a:2:{i:0;a:2:{s:3:\"url\";s:9:\"baidu.com\";s:8:\"sessions\";s:1:\"1\";}i:1;a:2:{s:3:\"url\";s:13:\"seo-prof1.xyz\";s:8:\"sessions\";i:0;}}s:8:\"toppages\";a:22:{i:0;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:53:\"Income Tax Services - Provident Professional Services\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:2:\"15\";}i:1;a:4:{s:3:\"url\";s:13:\"/crtp-vs-cpa/\";s:5:\"title\";s:13:\"CRTP vs CPA -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:2:\"10\";}i:2;a:4:{s:3:\"url\";s:21:\"/business-valuations/\";s:5:\"title\";s:21:\"Business Valuations -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"7\";}i:3;a:4:{s:3:\"url\";s:20:\"/mission-and-values/\";s:5:\"title\";s:23:\"Core Values & Beliefs -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"3\";}i:4;a:4:{s:3:\"url\";s:44:\"/for-business-income-tax-return-preparation/\";s:5:\"title\";s:44:\"For Business Income Tax Return Preparation -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"2\";}i:5;a:4:{s:3:\"url\";s:21:\"/toms-qualifications/\";s:5:\"title\";s:22:\"Tom\'s Qualifications -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"2\";}i:6;a:4:{s:3:\"url\";s:20:\"/video-testimonials/\";s:5:\"title\";s:20:\"Video Testimonials -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"2\";}i:7;a:4:{s:3:\"url\";s:29:\"/2019/03/12/dont-go-it-alone/\";s:5:\"title\";s:69:\"Don\'t Go It Alone: Save Time, Money, and Worry on Tax Prep with a Pro\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"1\";}i:8;a:4:{s:3:\"url\";s:12:\"/contact-us/\";s:5:\"title\";s:12:\"Contact Us -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"1\";}i:9;a:4:{s:3:\"url\";s:11:\"/faq-items/\";s:5:\"title\";s:14:\"FAQs Archive -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"1\";}i:10;a:4:{s:3:\"url\";s:17:\"/portfolio-items/\";s:5:\"title\";s:19:\"Portfolio Archive -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"1\";}i:11;a:4:{s:3:\"url\";s:24:\"/tax-reduction-measures/\";s:5:\"title\";s:56:\"Tax Reduction Measures - Provident Professional Services\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";s:1:\"1\";}i:12;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:53:\"Income Tax Services - Provident Professional Services\";s:8:\"hostname\";s:50:\"pps.luminys.com.php72-4.lan3-1.websitetestlink.com\";s:8:\"sessions\";i:0;}i:13;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:53:\"Income Tax Services - Provident Professional Services\";s:8:\"hostname\";s:33:\"providentprofessionalservices.com\";s:8:\"sessions\";i:0;}i:14;a:4:{s:3:\"url\";s:7:\"/about/\";s:5:\"title\";s:7:\"About -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";i:0;}i:15;a:4:{s:3:\"url\";s:23:\"/kathys-qualifications/\";s:5:\"title\";s:24:\"Kathy\'s Qualifications -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";i:0;}i:16;a:4:{s:3:\"url\";s:42:\"/precision-handcrafted-income-tax-returns/\";s:5:\"title\";s:59:\"Precision Handcrafted Income Tax Returns - All Tax Services\";s:8:\"hostname\";s:50:\"pps.luminys.com.php72-4.lan3-1.websitetestlink.com\";s:8:\"sessions\";i:0;}i:17;a:4:{s:3:\"url\";s:42:\"/precision-handcrafted-income-tax-returns/\";s:5:\"title\";s:59:\"Precision Handcrafted Income Tax Returns - All Tax Services\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";i:0;}i:18;a:4:{s:3:\"url\";s:20:\"/video-testimonials/\";s:5:\"title\";s:20:\"Video Testimonials -\";s:8:\"hostname\";s:50:\"pps.luminys.com.php72-4.lan3-1.websitetestlink.com\";s:8:\"sessions\";i:0;}i:19;a:4:{s:3:\"url\";s:20:\"/video-testimonials/\";s:5:\"title\";s:20:\"Video Testimonials -\";s:8:\"hostname\";s:33:\"providentprofessionalservices.com\";s:8:\"sessions\";i:0;}i:20;a:4:{s:3:\"url\";s:21:\"/written-commitments/\";s:5:\"title\";s:21:\"Written Commitments -\";s:8:\"hostname\";s:37:\"www.providentprofessionalservices.com\";s:8:\"sessions\";i:0;}i:21;a:4:{s:3:\"url\";s:22:\"/written-testimonials/\";s:5:\"title\";s:22:\"Written Testimonials -\";s:8:\"hostname\";s:50:\"pps.luminys.com.php72-4.lan3-1.websitetestlink.com\";s:8:\"sessions\";i:0;}}s:18:\"reportcurrentrange\";a:2:{s:7:\"endDate\";s:10:\"2019-07-09\";s:9:\"startDate\";s:10:\"2019-06-10\";}s:15:\"reportprevrange\";a:2:{s:7:\"endDate\";s:10:\"2019-06-09\";s:9:\"startDate\";s:10:\"2019-05-11\";}}}','yes'),(3486,'WPLANG','','yes'),(6328,'monsterinsights_version_upgraded_from','7.14.0','yes'),(6331,'_amn_mi-lite_to_check','1593800863','yes'),(7790,'recovery_keys','a:1:{s:22:\"JME8ZyhGphdxbVF7bjxFQe\";a:2:{s:10:\"hashed_key\";s:34:\"$P$B/4Lowq1MNgRVxjMSXywz/vY9CwFzm/\";s:10:\"created_at\";i:1630110538;}}','yes'),(7827,'fruitful_options_plugin','a:1:{s:16:\"fruitful_version\";s:3:\"new\";}','yes'),(8244,'wordfence_ls_version','1.0.8','yes'),(8252,'iwp_client_activate_key','947c27e587acb1a1c5b37582b0853215c05bd520','yes'),(8253,'iwp_client_all_plugins_history','a:13:{s:19:\"akismet/akismet.php\";s:6:\"4.1.11\";s:33:\"fusion-builder/fusion-builder.php\";s:5:\"3.4.1\";s:27:\"fusion-core/fusion-core.php\";s:5:\"5.4.1\";s:35:\"call-now-button/call-now-button.php\";s:5:\"0.4.3\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.4.2\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"7.18.0\";s:19:\"mailgun/mailgun.php\";s:5:\"1.7.9\";s:33:\"google-captcha/google-captcha.php\";s:4:\"1.64\";s:27:\"redirection/redirection.php\";s:5:\"5.1.3\";s:23:\"wordfence/wordfence.php\";s:5:\"7.5.5\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:5:\"0.9.3\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"17.0\";}','yes'),(8254,'iwp_client_all_themes_history','a:4:{s:5:\"Avada\";s:5:\"7.4.1\";s:8:\"fruitful\";s:3:\"3.8\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";}','yes'),(8255,'iwp_client_wp_version_old','5.8','yes'),(8258,'is_save_activity_log','1','yes'),(8294,'theme_mods_Avada','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"main_navigation\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1630113392;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:13:\"custom_html-2\";}s:18:\"avada-blog-sidebar\";a:8:{i:0;s:6:\"text-3\";i:1;s:8:\"search-2\";i:2;s:18:\"pyre_tabs-widget-2\";i:3;s:11:\"tag_cloud-2\";i:4;s:15:\"tweets-widget-2\";i:5;s:14:\"recent-posts-3\";i:6;s:15:\"flickr-widget-2\";i:7;s:12:\"categories-2\";}s:21:\"avada-footer-widget-1\";a:2:{i:0;s:13:\"media_image-2\";i:1;s:6:\"text-4\";}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}}}}','yes'),(8295,'avada_version','7.4.1','yes'),(8296,'widget_ad_125_125-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8297,'widget_fusion_author-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8298,'widget_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8299,'widget_pyre_tabs-widget','a:2:{i:2;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:16:\"Highest Comments\";}s:12:\"_multiwidget\";i:1;}','yes'),(8300,'widget_recent_works-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8301,'widget_tweets-widget','a:2:{i:2;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:12:\"consumer_key\";s:0:\"\";s:15:\"consumer_secret\";s:0:\"\";s:12:\"access_token\";s:0:\"\";s:19:\"access_token_secret\";s:0:\"\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"3\";s:9:\"widget_id\";s:0:\"\";s:11:\"widget_type\";s:13:\"twitter_style\";s:5:\"width\";s:3:\"222\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#549f97\";s:12:\"border_color\";s:7:\"#e0dede\";s:11:\"show_header\";N;s:11:\"show_footer\";N;s:12:\"show_borders\";N;s:14:\"transparent_bg\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(8302,'widget_flickr-widget','a:2:{i:2;a:4:{s:5:\"title\";s:13:\"Flickr Photos\";s:11:\"screen_name\";s:14:\"fabianoaccorsi\";s:6:\"number\";s:1:\"6\";s:3:\"api\";s:32:\"c9d2c2fda03a2ff487cb4769dc0781ea\";}s:12:\"_multiwidget\";i:1;}','yes'),(8303,'widget_social_links-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8304,'widget_facebook-like-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8305,'widget_menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8306,'widget_avada-vertical-menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8311,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(8312,'shop_single_image_size','a:3:{s:5:\"width\";i:700;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(8313,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(8314,'woocommerce_single_image_width','700','yes'),(8315,'woocommerce_thumbnail_image_width','500','yes'),(8316,'woocommerce_thumbnail_cropping','uncropped','yes'),(8317,'fusion_dynamic_css_posts','a:62:{i:1374;b:0;i:2;b:1;i:11;b:1;i:1375;b:0;i:137;b:1;i:950;b:1;i:275;b:1;i:198;b:1;i:193;b:1;s:6:\"global\";b:1;i:185;b:1;i:174;b:1;i:170;b:1;i:161;b:1;i:142;b:1;i:139;b:1;i:132;b:1;i:130;b:1;i:126;b:1;i:123;b:1;i:113;b:1;i:112;b:1;i:111;b:1;i:110;b:1;i:59;b:1;i:55;b:1;i:39;b:1;i:27;b:1;i:23;b:1;i:18;b:1;i:7;b:1;s:9:\"4-archive\";b:1;s:9:\"0-archive\";b:1;s:10:\"12-archive\";b:1;s:10:\"15-archive\";b:1;s:9:\"7-archive\";b:1;i:14;b:1;s:10:\"13-archive\";b:1;s:9:\"3-archive\";b:1;i:288;b:1;i:323;b:1;i:1376;b:0;i:1377;b:0;i:1378;b:0;i:1379;b:0;i:293;b:1;s:9:\"5-archive\";b:1;s:9:\"8-archive\";b:1;s:9:\"6-archive\";b:1;i:189;b:1;s:10:\"11-archive\";b:1;s:10:\"14-archive\";b:1;i:264;b:1;i:1380;b:0;i:1381;b:0;i:1382;b:0;i:1383;b:0;i:1384;b:0;i:1385;b:0;i:1386;b:0;i:1387;b:0;i:1388;b:0;}','yes'),(8318,'fusion_dynamic_css_ids','a:62:{i:1374;b:0;i:2;s:32:\"07fde5441dd08dbe297db3a6c038673f\";i:11;s:32:\"d231507196df3256ca3a5237baa0d808\";i:1375;b:0;i:137;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:950;s:32:\"8ac783ca873b5d04d99c35923b4685db\";i:275;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:198;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:193;s:32:\"813320beba8bc333d9faf3b7469332a0\";s:6:\"global\";s:32:\"0bd6cc9e3830d829a251dd5060f1ae76\";i:185;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:174;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:170;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:161;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:142;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:139;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:132;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:130;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:126;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:123;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:113;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:112;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:111;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:110;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:59;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:55;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:39;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:27;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:23;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:18;s:32:\"813320beba8bc333d9faf3b7469332a0\";i:7;s:32:\"813320beba8bc333d9faf3b7469332a0\";s:9:\"4-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";s:9:\"0-archive\";s:32:\"0bd6cc9e3830d829a251dd5060f1ae76\";s:10:\"12-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";s:10:\"15-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";s:9:\"7-archive\";s:32:\"0bd6cc9e3830d829a251dd5060f1ae76\";i:14;s:32:\"07fde5441dd08dbe297db3a6c038673f\";s:10:\"13-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";s:9:\"3-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";i:288;s:32:\"07fde5441dd08dbe297db3a6c038673f\";i:323;s:32:\"07fde5441dd08dbe297db3a6c038673f\";i:1376;b:0;i:1377;b:0;i:1378;b:0;i:1379;b:0;i:293;s:32:\"07fde5441dd08dbe297db3a6c038673f\";s:9:\"5-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";s:9:\"8-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";s:9:\"6-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";i:189;s:32:\"07fde5441dd08dbe297db3a6c038673f\";s:10:\"11-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";s:10:\"14-archive\";s:32:\"b55ecf046e449b09052fcb63096d86bd\";i:264;s:32:\"07fde5441dd08dbe297db3a6c038673f\";i:1380;b:0;i:1381;b:0;i:1382;b:0;i:1383;b:0;i:1384;b:0;i:1385;b:0;i:1386;b:0;i:1387;b:0;i:1388;b:0;}','yes'),(8336,'fusion_dynamic_css_time','1620196268','yes'),(8342,'_transient_timeout_fusion_dynamic_css_bda5acfb3b29a542cf7b6217be196b88','1557892146','no'),(8387,'_site_transient_fusion_wordpress_org_plugins','a:5:{s:11:\"woocommerce\";a:25:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:5:\"3.6.2\";s:6:\"author\";s:48:\"<a href=\"https://woocommerce.com\">Automattic</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/woothemes\";s:12:\"contributors\";a:9:{s:10:\"automattic\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/automattic\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/687b3bf96c41800814e3b93766444283?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Automattic\";}s:10:\"mikejolley\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/mikejolley\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/9b87f99f47e30735e1136c5141531fdf?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Mike Jolley\";}s:11:\"jameskoster\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/jameskoster\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/19a6a101c57df54bc1c40adcfba785d8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"James Koster\";}s:14:\"claudiosanches\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/claudiosanches\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/908480753c07509e76322dc17d305c8b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Claudio Sanches\";}s:12:\"claudiulodro\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/claudiulodro\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/ef37f6ac5bb6d898709078c843699fa8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Claudiu Lodromanean\";}s:5:\"kloon\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/kloon\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/e5aff129655270463bb81a469440e5fc?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Gerhard Potgieter\";}s:13:\"rodrigosprimo\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/rodrigosprimo\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/f2271ae6814a29d8cbf38ae2d0305a72?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Rodrigo Primo\";}s:7:\"jshreve\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/jshreve\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/9ea5b460afb2859968095ad3afe4804b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Justin Shreve\";}s:10:\"coderkevin\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/coderkevin\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/397ff4bd8373fc3cbed81400db94b2de?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"coderkevin\";}}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"5.2\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:92;s:7:\"ratings\";a:5:{i:5;i:2772;i:4;i:132;i:3;i:67;i:2;i:68;i:1;i:226;}s:11:\"num_ratings\";i:3265;s:15:\"support_threads\";i:1519;s:24:\"support_threads_resolved\";i:1118;s:15:\"active_installs\";i:4000000;s:12:\"last_updated\";s:21:\"2019-05-07 4:28pm GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:16156:\"<p>WooCommerce is a flexible, open-source eCommerce solution built on WordPress. Whether you’re launching a business, taking an existing brick and mortar store online, or designing sites for clients you can get started quickly and build exactly the store you want.</p>\n<p>Activate the free WooCommerce plugin on a new or existing WordPress site, follow the optional guided tour, and set up a new store in minutes with:</p>\n<ul>\n<li>Product, Cart, and Checkout pages</li>\n<li>Secure payments by credit card and alternatives</li>\n<li>Configurable shipping options, including flat rates and <a href=\"https://woocommerce.com/products/shipping/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">label printing</a></li>\n<li>Integrate content and commerce across your site via modular blocks</li>\n<li><a href=\"https://woocommerce.com/products/tax/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Automated tax calculations</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-google-analytics/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Google Analytics</a>, <a href=\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">MailChimp</a>, and <a href=\"https://woocommerce.com/products/facebook/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Facebook</a> integration</li>\n<li><a href=\"https://woocommerce.com/posts/woocommerce-admin-a-new-central-dashboard-for-woocommerce/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Central store dashboard</a> with key metrics, and more.</li>\n</ul>\n<p>Beyond the basics, WooCommerce is fully customizable and extendable:</p>\n<ul>\n<li>Choose a design to suit your brand and industry.</li>\n<li>Enhance your store with free and paid extensions: add features and integrate with local and global eCommerce web services.</li>\n<li>Inspect and modify any aspect of the core plugin code.</li>\n<li>Leverage hooks and filters to modify functions.</li>\n<li>Build on top of the REST API and webhooks.</li>\n</ul>\n<p>Open-source freedoms mean full ownership of content and data forever – plus the expertise of a friendly <a href=\"https://woocommerce.com/meetups/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">global community</a>.</p>\n<p>WooCommerce is built to allow store managers to run an eCommerce site themselves, no web developer needed. There is also a free WooCommerce <a href=\"https://woocommerce.com/mobile/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">mobile app</a> (Android and iOS) for store management on the go.</p>\n<p>WooCommerce is developed and supported by Automattic, the creators of Jetpack and WordPress.com, along with independent contributors. The <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">official extension marketplace</a> is on WooCommerce.com.</p>\n<h4>From subscriptions to gym classes to luxury cars</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, complex configurations, and instant downloads to shoppers; and even sell affiliate goods from online marketplaces.</p>\n<p>And those are just the out-of-the-box options. With paid extensions, you can extend your WooCommerce store to take bookings, offer memberships, set up recurring payments by subscription, create dynamic pricing rules, and much more.</p>\n<p>Start a monthly wine subscription box, offer a discount on yoga mats to members who’ve attended 10+ classes, offer configurable hampers or personalized jewelry – it’s all possible with WooCommerce.</p>\n<h4>Comprehensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, alternative payment methods, BACS (bank transfers), and cash on delivery.</p>\n<p>For additional options, WooCommerce also integrates with more than 140 region-specific gateways including popular choices like <a href=\"https://woocommerce.com/products/stripe/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Stripe</a>, <a href=\"https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">PayPal</a>, <a href=\"https://woocommerce.com/products/square/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Square</a> and <a href=\"https://woocommerce.com/products/pay-with-amazon/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Amazon Pay</a>. <a href=\"https://woocommerce.com/apple-pay/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Apple Pay</a> and Google Pay are also supported.</p>\n<p>Search for your payment service provider of choice on the <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">official marketplace</a>.</p>\n<h4>Ship locally and globally</h4>\n<p>Shipping with WooCommerce is highly configurable. Adjust the built-in settings to offer free shipping or flat rate shipping, limit your shipments to specific countries by setting up shipping zones, or open your store up to the world.</p>\n<p>Official extensions connect you with hundreds of local and international carriers – including <a href=\"https://woocommerce.com/products/royal-mail/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Royal Mail</a>, <a href=\"https://woocommerce.com/products/fedex-shipping-module/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">FedEx</a>, and <a href=\"https://woocommerce.com/products/australia-post-shipping-method/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Australia Post</a> – and let you integrate with <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/inventory-fulfillment/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">inventory management and fulfilment providers</a>.</p>\n<p>There are also extensions available to add <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/delivery-shipping-options/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">delivery and shipping options</a> and support strategies like buy-one-get-one free, free gifts, and add-ons. <a href=\"https://woocommerce.com/products/shipping/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">WooCommerce Shipping</a> supports real-time calculations and printing labels at home.</p>\n<h4>Design your store with themes and blocks</h4>\n<p>WooCommerce store design starts with a theme of your choice. There are hundreds of free and paid themes available, including <a href=\"https://woocommerce.com/storefront/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Storefront</a> by Automattic — it’s free to all stores and you can choose to have it installed for you during the hguided setup.</p>\n<p>Storefront offers deep WooCommerce integration and prioritizes speed and uptime. You can add your brand and define your style by customizing Storefront yourself or adding one of several industry-themed <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Storefront child themes</a>.</p>\n<p>Personalize your store’s design even more with WooCommerce Blocks (available in WooCommerce 3.6 and above) — use them to add selections of or single products to any page, for a seamless blending of commerce into content.</p>\n<h4>Customize your store with extensions</h4>\n<p>The easiest way to add features and functionality to a WooCommerce store is with an extension:</p>\n<ul>\n<li>Sell anything – <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Subscriptions</a>, <a href=\"https://woocommerce.com/products/woocommerce-memberships/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Memberships</a>, <a href=\"https://woocommerce.com/products/woocommerce-bookings/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Bookings</a>, <a href=\"https://woocommerce.com/products/product-bundles/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Product Bundles</a>, and <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/product-type/\" rel=\"nofollow\">more</a>.</li>\n<li>Make your store, your way – <a href=\"https://woocommerce.com/products/product-add-ons/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Product Add-Ons</a>, <a href=\"https://woocommerce.com/products/woocommerce-checkout-field-editor/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Checkout Field Editor</a>, <a href=\"https://woocommerce.com/products/woocommerce-additional-variation-images/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Additional Variation Images</a>, and <a href=\"https://woocommerce.com/customize-product-pages?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">more</a>.</li>\n<li>Customize your shipping options – <a href=\"https://woocommerce.com/products/table-rate-shipping/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Table Rate Shipping</a>, <a href=\"https://woocommerce.com/products/shipment-tracking/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Shipment Tracking</a>, live rates from <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">top carriers</a>, and <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">more</a>.</li>\n<li>Find your audience, market to them your way – <a href=\"https://woocommerce.com/products/google-product-feed/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Google Product Feed</a>, <a href=\"https://woocommerce.com/products/livechat/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">LiveChat</a>, <a href=\"https://woocommerce.com/products/amazon-ebay-integration/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Amazon/eBay marketplace integration</a>, and <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/marketing-extensions/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">more</a>.</li>\n<li>Drive sales – <a href=\"https://woocommerce.com/products/dynamic-pricing/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Dynamic Pricing</a>, <a href=\"https://woocommerce.com/products/smart-coupons/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Smart Coupons</a>, <a href=\"https://woocommerce.com/products/google-ads/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Google Ads</a>, and <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/marketing-extensions/promotions/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">more</a>.</li>\n</ul>\n<p>There are hundreds of official extensions reviewed by WooCommerce developers available on the WooCommerce.com marketplace, and many in the WordPress.org repository and on the wider web.</p>\n<h4>Control your data forever</h4>\n<p>WooCommerce gives you complete control – from taxes to stock levels to customer accounts. Add and remove extensions, change your store’s design, and switch themes or hosts or payment service providers, all as you please.</p>\n<p>In a world increasingly aware of the importance of data protection, WooCommerce gives you full ownership over what is tracked and stored. If you opt to share <a href=\"https://woocommerce.com/usage-tracking/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">usage data</a> with us, your data is anonymized and kept secure. At any stage, you can opt out of all forms of tracking while still enjoying all of WooCommerce’s capabilities.</p>\n<p>With WooCommerce, your data belongs to you. One of the risks of using a hosted eCommerce platform the risk of losing your store if the provider closes. WooCommerce store data is future-proof — you’re are free to export all your content and take your site wherever you choose.</p>\n<h4>Why developers like WooCommerce</h4>\n<p>WooCommerce was originally created with developers in mind. Built with a REST API, it integrates with virtually any service. Store data can be accessed anywhere, anytime, 100% securely.</p>\n<p>WooCommerce allows developers to easily create, modify, and scale a store that meets client’s specifications, and to make enhancements either with extensions or with customs solution.</p>\n<p>No matter the size of the store you want to build, WooCommerce has a robust framework that supports stores from basic to enterprise – with content and commerce in a single, central location.</p>\n<p>WooCommerce is audited by a dedicated team of developers who work across time zones to identify and patch any and all discovered bugs. There is comprehensive, easily-accessible documentation that is updated with each release. With our docs, you’ll learn how to create the site your client needs.</p>\n<h4>Join our growing community</h4>\n<p>WooCommerce is one of the fastest-growing eCommerce communities. We’re proud that the helpfulness of the community and wealth of resources available online are frequently cited as reasons our users love it.</p>\n<p>There are 80+ <a href=\"https://woocommerce.com/woocommerce/meetups/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">WooCommerce Meetups</a> taking place in cities across the world that you can attend for free and even get involved in running. WooCommerce also has a regular presence at WordCamps across the globe – and we’d love to meet you.</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head to the <a href=\"https://github.com/woocommerce/woocommerce?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>WooCommerce is currently 100% translated into 24 languages, including Danish, Ukranian, and Persian. If you’re interested in helping to localize WooCommerce by adding your local language, visit <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<h3>Contributors & Developers</h3>\n<p>“WooCommerce” has been translated into 55 locales. Thank you to <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce/contributors\" rel=\"nofollow\">the translators</a> for their contributions. <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Translate “WooCommerce” into your language</a>.</p>\n<p>INTERESTED IN DEVELOPMENT?<br />\n<a href=\"https://plugins.trac.wordpress.org/browser/woocommerce/\" rel=\"nofollow\">Browse the code</a>, check out the <a href=\"https://plugins.svn.wordpress.org/woocommerce/\" rel=\"nofollow\">SVN repository</a>, or subscribe to the <a href=\"https://plugins.trac.wordpress.org/log/woocommerce/\" rel=\"nofollow\">development log</a> by <a href=\"https://plugins.trac.wordpress.org/log/woocommerce/?limit=100&mode=stop_on_copy&format=rss\" rel=\"nofollow\">RSS</a>.</p>\n\";s:12:\"installation\";s:2299:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 7.2 or greater is recommended</li>\n<li>MySQL 5.6 or greater is recommended</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option — WordPress will handles the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”</p>\n<p>In the search field type “WooCommerce,” then click “Search Plugins.” Once you’ve found us, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Clicki “Install Now,” and WordPress will take it from there.</p>\n<h4>Manual installation</h4>\n<p>Manual installation method requires downloading the WooCommerce plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work smoothly, but we still recommend you back up your site.</p>\n<p>If you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress > Settings > Permalinks and hitting “Save.” That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a>. You can also use the core <a href=\"https://docs.woocommerce.com/document/product-csv-importer-exporter/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">CSV Import Suite extension</a> to import sample_products.csv</p>\n\";s:3:\"faq\";s:2755:\"\n<h4>Where can I find WooCommerce documentation and user guides?</h4>\n<p>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">codex</a>.</p>\n</p>\n<h4>Where can I get support or talk to other users?</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with paid extensions from WooCommerce.com, use <a href=\"https://woocommerce.com/my-account/tickets/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">our helpdesk</a>.</p>\n</p>\n<h4>Will WooCommerce work with my theme?</h4>\n<p>\n<p>Yes! WooCommerce will work with any theme, but may require some styling. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">codex</a> for help. If you’re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">Storefront</a>.</p>\n</p>\n<h4>Where can I request new features, eCommerce themes, and extensions?</h4>\n<p>\n<p>You can vote on and request new features and extensions on our <a href=\"http://ideas.woocommerce.com/forums/133476-woocommerce?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">WooIdeas board</a></p>\n</p>\n<h4>Where can I report bugs or contribute to the project?</h4>\n<p>\n<p>Report bugs on the <a href=\"https://github.com/woocommerce/woocommerce/issues?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">WooCommerce GitHub repository</a>. You can also report them in our <a href=\"https://wordpress.org/support/plugin/woocommerce\">support forum</a>.</p>\n</p>\n<h4>Where can I find the REST API documentation?</h4>\n<p>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</p>\n<h4>WooCommerce is awesome! Can I contribute?</h4>\n<p>\n<p>Yes you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow\">GitHub repository</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:24713:\"<h4>3.6.2 – 2019-04-24</h4>\n<ul>\n<li>Fix – [3.6.x] Fix CSS classname conflict with themes due to missing product object global. #23377</li>\n<li>Fix – [3.6.x] Fix security check on email template preview page. #23356</li>\n<li>Fix – [3.6.x] Prevent <code>wc_ascii_uasort_comparison</code> throwing notices in some server configs. #23363</li>\n<li>Fix – [3.6.x] <code>is_request_to_rest_api</code> should check for wc endpoints only. #23372</li>\n<li>Fix – [3.6.x] Fixed use of get_term_meta in REST API endpoints. #23457</li>\n<li>Fix – [3.6.x] Fixed missing closing tag for log-in link for reviews. #23445</li>\n<li>Fix – [3.6.x] Fixed average_rating in the db upgrade routine for lookup table. #23465</li>\n<li>Fix – [3.6.x] More useful update notices if cron is disabled. #23383</li>\n<li>Fix – [3.6.x] Prevent term ordering queries inserted by wc_terms_clauses from conflicting with custom where clauses. #23449</li>\n<li>Fix – [3.6.x] When product lookup table is generating for the first time, avoid wrong stock statuses being set for variable products. #23455</li>\n<li>Fix – [3.6.x] Ensure webhooks respect registered order args. #23444</li>\n<li>Fix – [3.6.x] REST API – Return custom attribute with defined name instead of lowercase name. #23482</li>\n<li>Fix – [3.6.x] Fix 3.6 conflict with Woo Blocks plugin 1.4. #23399</li>\n<li>Fix – [3.6.x] Allow default sorting of WC taxonomies to be overwritten by get_terms orderby. #23477</li>\n<li>Fix – [3.6.x] Improve wc_rating_count lookup table generation with large numbers of posts. #23486</li>\n<li>Fix – [3.6.x] Avoid recurring event for suggestions updates. #23484</li>\n<li>Fix – Revert selectWoo escaping change and instead escape user names. Avoids issues displaying slash characters. #23334</li>\n<li>Fix – If an empty array is passed to the v3 API for images, images should be unset. #23339</li>\n<li>Fix – Fix attribute renaming when dealing with unicode characters. #23132</li>\n<li>Fix – Preserve full-stops in external product URLs. #23196</li>\n<li>Fix – Add check for VAT exemption inside <code>display_prices_including_tax</code>. #23201</li>\n<li>Fix – Avoid post update in <code>wc_update_product_stock</code> to prevent product titles being updated. #23249</li>\n<li>Fix – Updated Back to Items link when editing attribute terms. #23238</li>\n<li>Fix – Network orders widget not showing orders when installed as a network plugin. #23270</li>\n<li>Fix – Correctly map attributes in CSV when the number is not at the end of the cell. #23251</li>\n<li>Fix – Fixed highlighting of Orders list item in My Account when looking at individual order. #23236</li>\n<li>Fix – Applies <code>wp_strip_all_tags</code> to the line item name when building PayPal request URL. #23297</li>\n<li>Fix – Non int value handling in <code>wc_let_to_num</code>. #23329</li>\n<li>Fix – Style span.description elements after select2 boxes. #23252</li>\n<li>Fix – Switch to subquery for sale products to prevent large query errors on some hosting environments. #23266</li>\n<li>Fix – Add offerCount to variable product structured data. #23349</li>\n<li>Fix – Cart widget – Allow title to be removed. #23370</li>\n<li>Fix – Prevent order data being escaped incorrectly on save when using quotes. #23380</li>\n<li>Fix – Prevent plugins causing notices by calling get_catalog_ordering_args incorrectly. #23451</li>\n<li>Fix – Product list view shipping class filter display correct products. #23446</li>\n<li>Fix – Twenty Seventeen On Sale badge hidden behind product image. #23450</li>\n<li>Fix – Correct postcode validation on my-account page. #23483</li>\n<li>Fix – Fixed compatibility with the Jetpack Beta Tester plugin when loading the Tracks client library. #23397</li>\n<li>Fix – Updated anchor for “How to create a child theme” with the correct target address in the Codex. #23469</li>\n<li>Tweak – Update action scheduler to version 2.2.5. #23489</li>\n<li>Tweak – Removed 2 old admin notices for featured moved in past versions. #23263</li>\n<li>Localization – Make the state/county field optional at checkout for Greece. #23365</li>\n</ul>\n<h4>3.6.1 – 2019-04-18</h4>\n<ul>\n<li>Fix – [3.6.x] Remove calls to ‘header_register_callback’ to prevent conflicts with some hosting providers and PHP versions.</li>\n</ul>\n<h4>3.6.0 – 2019-04-17</h4>\n<ul>\n<li>Enhancement – Merged WooCommerce Gutenberg Products Block feature plugin. Adds blocks for the new editor, including<br />\n hand picked products, featured products, products by category/attribute, sale products, new products, top rated<br />\n products, and best selling products. #22954</li>\n<li>Enhancement – Only include order erasure bulk action if erasure is enabled in settings. #22354</li>\n<li>Enhancement – Customer notes containing URLs now automatically converts to clickable links. #21927</li>\n<li>Enhancement – Add increase and decrease stock options to bulk edit form. #22475</li>\n<li>Enhancement – Allow states in zones to be searched by country name. #22339</li>\n<li>Enhancement – Added registration success notices to account pages. #22650</li>\n<li>Enhancement – Store notice is visible again if the notice text is changed. #22645</li>\n<li>Enhancement – Add aria-label attribute to shop orderby selector to improve accessibility. #22683</li>\n<li>Enhancement – When adding, editing, and deleting items manually from orders, the corresponding product stock will be<br />\n updated to reflect the event and an order note will log the event. #22329</li>\n<li>Enhancement – Added suggestions for official extensions to Products, Edit Product and Orders screens.</li>\n<li>Enhancement – Store attribute values as post_excerpt for variations to support easier searching for variations. #22083</li>\n<li>Enhancement – Improved username generation and introduced wc_create_new_customer_username function. #23145</li>\n<li>Enhancement – Allow opting out of Marketplace Suggestions 23218</li>\n<li>Tweak – Generalize shipping estimate text on cart page. #22467</li>\n<li>Tweak – Include auto draft orders in order list filters. #22380</li>\n<li>Tweak – Only include the network orders widget on the main site dashboard. #22318</li>\n<li>Tweak – Only show available shipping continents when selecting shipping zone region. #22131</li>\n<li>Tweak – Use Shortcode block on default WooCommerce pages. #21817</li>\n<li>Tweak – Show full category hierarchy in product URLs when term IDs are not sequential. #22526</li>\n<li>Tweak – Make sure account and checkout endpoints only work under account and checkout pages. #22631</li>\n<li>Tweak – Show loading graphic when order form is submitted. #22664</li>\n<li>Tweak – Add alt text to gallery images #22863</li>\n<li>Tweak – Improved <code>display_name</code> generation during checkout. #22786</li>\n<li>Tweak – Send correct calling code and phone number to PayPal standard when using non-US addresses. #22693</li>\n<li>Tweak – Added tooltip to refund-amount input box and made it readonly when taxes are enabled. #22820</li>\n<li>Tweak – Remove admin alert for the WooCommerce Gutenberg Products Block feature plugin. #22982</li>\n<li>Tweak – Setup Wizard: support keyboard navigation to toggle on/off features. #22936</li>\n<li>Tweak – Set reply-to address for all emails. #22979</li>\n<li>Tweak – Setup wizard redirection improvements. #22977</li>\n<li>Tweak – Simplify display of discount amounts within orders. #22949</li>\n<li>Tewak – Remove Marketplace Suggestions from product listing page. #23211</li>\n<li>Template – Moved the order of rememberme checkboxes for accessibility so they tab in order. #21454</li>\n<li>Template – New structure for attributes template, including new <code>woocommerce_display_product_attributes</code> filter. #22480</li>\n<li>Template – Admin cancelled order email reworded. #22971</li>\n<li>Dev – Update action scheduler to version 2.2.2. #23162</li>\n<li>Dev – Update action scheduler to version 2.2.1. #23016</li>\n<li>Dev – Use ActionScheduler for database updates. Improved update notice. #22904</li>\n<li>Dev – Introduce <code>woocommerce_reviews_title</code> filter. #22216</li>\n<li>Dev – Added <code>woocommerce_cheque_process_payment_order_status</code> filter allowing plugins to change the order status to the Cheque gateway. #21402</li>\n<li>Dev – Add the current coupon object to the <code>woocommerce_get_shop_coupon_data</code> filter. #21442</li>\n<li>Dev – New filter <code>woocommerce_gallery_image_html_attachment_image_params</code> for manipulating gallery images. #22005</li>\n<li>Dev – New filter <code>woocommerce_widget_get_current_page_url</code> for manipulating links in widgets. #21537</li>\n<li>Dev – Move wc_get_template filter to allow plugins to register locations for template files that do not exist in WooCommerce core. #21764</li>\n<li>Dev – Add support for custom classes on global/quantity-input.php. #21553</li>\n<li>Dev – Pass product object to <code>woocommerce_add_to_cart_redirect</code> filter where appropriate. #22123</li>\n<li>Dev – Add support for forgetting the cart contents and user session when switching between accounts using the User Switching plugin. #21991</li>\n<li>Dev – Added a consistent form class to the Track Order Form. #21991</li>\n<li>Dev – Add $orderby and $order params to filter <code>woocommerce_get_catalog_ordering_args</code>. #22257</li>\n<li>Dev – Add new pre query filter to WC_Product_Data_Store_CPT::search_products(). #22165</li>\n<li>Dev – Added additional parameters to the <code>woocommerce_variation_option_name</code> filter. #21153</li>\n<li>Dev – Added new filter <code>woocommerce_get_min_max_price_meta_query</code>. #22255</li>\n<li>Dev – Added a filter to WC_REST_CRUD_Controller::get_collection_params method to allow developers to change params in<br />\n the same way as WP_Rest_Posts_controller::get_collection_params. #21562</li>\n<li>Dev – Add $zone param to woocommerce_shipping_zone_before_methods_table and woocommerce_shipping_zone_after_methods_table actions. #21961</li>\n<li>Dev – Added <code>woocommerce_geolocation_ajax_get_location_hash</code> filter. #22350</li>\n<li>Dev – Added <code>woocommerce_variation_prices_array</code> filter. #21003</li>\n<li>Dev – Added <code>wc_emptied_cart</code> javascript event when cart is emptied. #22469</li>\n<li>Dev – Switched <code>woocommerce_ordered_again</code> hook to ref_array. #22425</li>\n<li>Dev – <code>woocommerce_checkout_before_order_review_heading</code> action added in checkout form template. #22481</li>\n<li>Dev – Added <code>woocommerce_variation_header</code> hook in variations list. #21341</li>\n<li>Dev – Add a filter, woocommerce_current_user_can_edit_customer_meta_fields, to bypass manage_woocommerce when editing customer meta fields. #22277</li>\n<li>Dev – Adds filter on the return value of function ‘get_item_tax_rates’. This gives developers the possibility to<br />\n prevent the mandatory caching of tax rates. #22488</li>\n<li>Dev – Add filters for mail callback in WC_Email::send method. #22394</li>\n<li>Dev – Add an instance method to WC_Admin_Taxonomies. #21884</li>\n<li>Dev – Added <code>woocommerce_order_is_pending_statuses</code> filter and <code>wc_get_is_pending_statuses</code> function. #22409</li>\n<li>Dev – Filter save_payment_method_checkbox to allow “Save to account” checkbox to be removed from the checkout form. #21859</li>\n<li>Dev – Added triggers to the gallery script to allow 3rd parties to run scripts before and after initialization. #22501</li>\n<li>Dev – Added <code>woocommerce_add_to_cart_qty_html</code> filter. #21069</li>\n<li>Dev – Prevent extract from polluting hook arguments in wc_get_template(). #21722</li>\n<li>Dev – Add <code>woocommerce_pre_remove_cart_item_from_session</code> hook to allow removal of cart items when the cart is loaded from the session. #22290</li>\n<li>Dev – Add <code>$attribute</code> to <code>woocommerce_product_option_terms</code> filter. #21648</li>\n<li>Dev – Added error handling and timeout to cart fragment ajax call. #21043</li>\n<li>Dev – Remove unused legacy ‘woocommerce_lock_down_admin’ option and use filter only instead. #17796</li>\n<li>Dev – Allow custom settings sections in the Shipping tab. #21719</li>\n<li>Dev – Update Emogrifier library to 2.1. #22342</li>\n<li>Dev – Moved core state codes to a single file. #22339</li>\n<li>Dev – Adds filter for product categories displayed by <code>product_categories</code> shortcode. #22571</li>\n<li>Dev – Moves cart hash calculation to WC_Cart class. #21050</li>\n<li>Dev – Removed deprecated Simplify gateway. #22410</li>\n<li>Dev – Added <code>woocommerce_paypal_force_one_line_item</code> filter to control how items are sent to PayPal. #22653</li>\n<li>Dev – Added <code>woocommerce_update_product_stock_query</code> to filter the direct sql query to update product stock. #22672</li>\n<li>Dev – Added <code>woocommerce_product_loop_title_classes</code> filter to modify product title loop classes. #22717</li>\n<li>Dev – Delay <code>woocommerce_loaded</code> hook until all plugins are loaded. #22536</li>\n<li>Dev – Added <code>woocommerce_product_price_class</code> filter to modify product price classes. #22748</li>\n<li>Dev – <code>woocommerce_product_stock_status_options</code> filter added for stock status options. #22834</li>\n<li>Dev – <code>woocommerce_before_cart_emptied</code> action before cart is emptied. #22846</li>\n<li>Dev – Added filters for shipping options – <code>woocommerce_shipping_ID_option</code> and <code>woocommerce_shipping_ID_instance_option</code>. #22771</li>\n<li>Dev – Refactor comment/rating update functions. #22909</li>\n<li>Dev – Introduced wc_sanitize_phone_number() function. #22962</li>\n<li>Dev – Added <code>woocommerce_get_product_subcategories_cache_key</code> filter to allow the cache to be renamed if for instance<br />\n the site runs in multiple languages and needs a unique cache per language. #22915</li>\n<li>Dev – Inactive, MU, Dropin plugins and WooCommerce.com account connection status added to System Status Report. #22887</li>\n<li>Dev – Make error handling consistent in payment processing for pay page and checkout. #22916</li>\n<li>Dev – Improved usage and event tracking (if opted in). #22955</li>\n<li>Dev – Pass class context to woocommerce_email_styles filter. #23027</li>\n<li>Fix – Use correct address for taxes when applying/removing coupons. #22802</li>\n<li>Fix – Hide ratings on the shop page when reviews are disabled. #22476</li>\n<li>Fix – Fix W3C validation of single product page quantity input. #22333</li>\n<li>Fix – Give product variations a unique guid after creation. #22324</li>\n<li>Fix – Deduct correct refunded amounts in calculated net daily sales export CSV. #22518</li>\n<li>Fix – Country sorting for stores which use a language that uses a lot of accented characters, e.g. Spanish. #22417</li>\n<li>Fix – Customer VAT exempt status now carries through to order when placed via checkout. #22458</li>\n<li>Fix – Handle full refunds for taxes by code report. #21843</li>\n<li>Fix – Option “Used for variations” should show only for variable products when saving attributes. #22524</li>\n<li>Fix – Allow pa_ in product attribute slugs. #22112</li>\n<li>Fix – Fix customer creation dates in API. #22269</li>\n<li>Fix – Get widget instance setting defaults so it shows in customiser before save. #22345</li>\n<li>Fix – PR state codes. #22339</li>\n<li>Fix – Allow selecting states from the Country / State drop-down for your store address when you have the option<br />\n enabled to sell to specific countries. #22339</li>\n<li>Fix – Restrict the price filter widget to filtering the main product query. #22621</li>\n<li>Fix – Default placeholder image resizing. #22443</li>\n<li>Fix – HTML tags should be stripped from description in Structured Data of Product. #22596</li>\n<li>Fix – For logged in customers, pull default address fields from customer object, not session object, to avoid incorrect mixes of data. #22392</li>\n<li>Fix – Misc tax rounding improvements. #22420</li>\n<li>Fix – Respect shop page subcategories setting when <code>page/N/</code> is added to the URL. #22589</li>\n<li>Fix – Check for decoded taxonomy name when unsetting product terms. #22740</li>\n<li>Fix – If date paid is not set but payment complete status has passed, set it. #22735</li>\n<li>Fix – Prevent webhooks for drafts, and correct create vs updated for manual orders. #22731</li>\n<li>Fix – Ignore invalid default customer locations. #22357</li>\n<li>Fix – The state select field was missing a placeholder. #22357</li>\n<li>Fix – Fix state field rendering when customer address is not in a valid selling country. #22357</li>\n<li>Fix – Correctly handle negative fees when using the REST API. #22782</li>\n<li>Fix – Make sure local_pickup taxes do not hang around when local_pickup is not available for the selected location during checkout. #22826</li>\n<li>Fix – Remove Plugin and Theme background installer hooks, cannot run as there are no events scheduled for it. #22799</li>\n<li>Fix – Trigger zoom if moving cursor over image quickly in product gallery. #22784</li>\n<li>Fix – PayPal: Add meta data, before changing order status. #22892</li>\n<li>Fix – Make price filter widget tax aware when you have excl prices entered but show prices incl of tax. #22540</li>\n<li>Fix – Loop attribute panels to disable options rather than look at values to prevent notices. #22891</li>\n<li>Fix – When deleting zone methods, also remove setting options. #22867</li>\n<li>Fix – Correctly show state fields after posting the edit address form. #22948</li>\n<li>Fix – Validate coupon usage limit for manual orders correctly before order is saved. #22980</li>\n<li>Fix – Make coupon code sanitization match post_title sanitization. #22945</li>\n<li>Fix – Ensure WC_Helper sees plugin activation events via CLI. #22972</li>\n<li>Fix – Setup wizard redirection improvements. #22977</li>\n<li>Fix – Correctly show stock status for products when manually creating an order in the admin. #22997</li>\n<li>Fix – After logging in update customer session ID. #23001</li>\n<li>Fix – Narrow viewport css in setup wizard. #23033</li>\n<li>Fix – Allow entering of date only ( no time ) when placing a singular product on sale. #22973</li>\n<li>Fix – Download link URL in helper. #23146</li>\n<li>Fix – Completed email wording update. #23128</li>\n<li>Fix – REST API: Allow filtering by future status #23138</li>\n<li>Fix – Update refund reason to make it clear process is manual. #23149</li>\n<li>Fix – Hide stock status for variations when the parent is managing stock. #23069</li>\n<li>Fix – Force variation product type in WC_Ajax::add_variation. #23131</li>\n<li>Fix – WooCommerce writes current_theme_supports_woocommerce option on every regular page view. #23035</li>\n<li>Fix – Update the rating request text in the footer to be friendlier for screen reader users. #23039</li>\n<li>Fix – Null check variable before accessing its properties on checkout page. #23047</li>\n<li>Fix – Recognize all input fields with ID for checkout fields. #23050</li>\n<li>Fix – Avoid regenerating thumbnails on every page load. #21800</li>\n<li>Fix – Changed ‘private’ methods on WC_Breadcrumb class to ‘protected’. #23057</li>\n<li>Fix – Jumping to top of page when dismissing store notice. #23066</li>\n<li>Fix – Backwards compatibility issues with wc_get_template #23197</li>\n<li>Fix – Remove date restriction of Facebook Plugin feature in OBW #23210</li>\n<li>Fix – Updates to usage tracking logic #23231</li>\n<li>Fix – Add get_post_status helper method and ensure prefix gets added for most statuses #23203</li>\n<li>Fix – Add link to suggstions management #23229</li>\n<li>Fix – Make usage tracking opt-out text more clear #23216</li>\n<li>Fix – CSS Issues with suggestions display #23241</li>\n<li>Fix – Product search may fail to return valid results when using the ‘include’ flag to search within a limited set.</li>\n<li>Fix – Change aria-labelledby to aria-label on quantity input. #23186</li>\n<li>Performance – Product meta data lookup table used for sorting and slow queries. #22718</li>\n<li>Performance – Prime caches when reading variations. #22587</li>\n<li>Performance – Only include REST API classes and objects during <code>rest_api_init</code> hook. #22615</li>\n<li>Performance – Improved how versioned transients are set/cleanup to avoid cron. #22511</li>\n<li>Performance – Optimized product CSS class functions to avoid multiple product reads and duplication. #22610</li>\n<li>Performance – Improved caching of template loader, product types, and layered nav widget. #22612</li>\n<li>Performance – Remove external lookup of IP addresses on localhost. #22608</li>\n<li>Performance – Improved speed of the <code>find_matching_product_variation</code> variation lookup function. #22423</li>\n<li>Performance – Prevent frontend code from being loaded during REST API. #21090</li>\n<li>Performance – Load only active webhooks on pages and allow limits to be set by developers. #22760</li>\n<li>Performance – Index on downloadable_product_permissions to improve speed when fetching downloads for customers. #22906</li>\n<li>Performance – Improved term ordering queries, making the sorting apply by default via the DB query rather than sorting<br />\n all terms with PHP. Removed legacy term meta table usage. #22570</li>\n<li>Performance – Use day, not time, in status widget for caching. #22950</li>\n<li>Performance – Improve slow term ordering by using queries instead of php. #22570</li>\n<li>Performance – Removes legacy woocomerce_termmeta table and swap out all calls to legacy term meta functions to the new WP ones. #22570</li>\n<li>Performance – Apply term sorting using get_terms_defaults hook instead of custom parameters. #22570</li>\n<li>Performance – Use pre_get_terms hook to detect menu_order sorting param and apply to the term query. Meta sorting is now possible through WP. #22570</li>\n<li>Performance – Use terms_clauses hook to support numeric name sorting and to improve the menu order sorting so it works if meta is missing. #22570</li>\n<li>Performance – Added caching to System Status Report. #22887</li>\n<li>Performance – Delete empty meta on update in data-stores. #22773</li>\n<li>Performance – Image regeneration edge cases. #22818</li>\n<li>Performance – Don’t query for an order count unnecessarily. #22984</li>\n<li>Performance – Add caching to attribute functions. #22938</li>\n<li>Performance – Add ability to run product lookup table updates via WP CLI. #23031</li>\n<li>Localization – Modify administrative regions of Greece to default to their english ISO 3166-2 names, instead of using the native GR names. #21945</li>\n<li>Localization – Added US Minor Outlying Islands as states to avoid confusion with US. #22468</li>\n<li>Localization – Dutch postcode validation. #22316</li>\n<li>Localization – Made municipality address field optional for Latvia. #22487</li>\n<li>Localization – Added new Venezuelan currency Bs S. #22435</li>\n<li>Localization – Added Danish locale. #22495</li>\n<li>Localization – Update Peruvian currency. #22602</li>\n<li>Localization – Update CA address format. #22692</li>\n<li>Localization – Updated JP field order. #22774</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1035:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.jpg?rev=2074177\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.jpg?rev=2074177\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.jpg?rev=2074177\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.jpg?rev=2074177\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.jpg?rev=2074177\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.jpg?rev=2074177\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.jpg?rev=2074177\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.jpg?rev=2074177\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.jpg?rev=2074177\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.jpg?rev=2074177\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.jpg?rev=2074177\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.jpg?rev=2074177\" alt=\"\"></a></li></ol>\";s:7:\"reviews\";s:13951:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">the best management e comerce software</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/kedeh\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/33955365841ae82477911074830ee551?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/33955365841ae82477911074830ee551?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/kedeh\" class=\"reviewer-name\">kedeh</a> on <span class=\"review-date\">May 14, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">good software management for online shop </div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Did Not Work On My Site</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/erikawithakdc\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1b0039c26aeacb7f379d6c00b2ab9e92?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/1b0039c26aeacb7f379d6c00b2ab9e92?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/erikawithakdc\" class=\"reviewer-name\">erikawithakdc</a> on <span class=\"review-date\">May 14, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Even after creating a login for them to troubleshoot their response was mostly *shrug*. Terrible customer service and not a good product.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Good, but not perfect</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/vcshop2\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8cab1e9167bba9397cc4f6f8d31155d9?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/8cab1e9167bba9397cc4f6f8d31155d9?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/vcshop2\" class=\"reviewer-name\">vcshop2</a> on <span class=\"review-date\">May 13, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Pros: \nFree\nWorks out the box\nLots of extensions\n\nCons:\nUpdates can break customisation\nExtensions can have large annual costs</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">jako skrypt sklepowy jest ciekawy i obiecujący</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/josephkozubek\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ac40a133d93cba1991885be5a80b21b7?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/ac40a133d93cba1991885be5a80b21b7?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/josephkozubek\" class=\"reviewer-name\">josephkozubek</a> on <span class=\"review-date\">May 13, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Otrzymuje 5 gwiazdek bo przy starcie nie ma zastrzeżeń. W zasadzie plugin \'woocommerce\' jest gotowy do natychmiastowego użycia. Mógłby być szybszy bo przy moim łączu 1 GB (Admin) jest wolny, ponadto skrypt ten jest zainstalowany na dobrym serwerze i łączu 40 krotny szybsze niż mój jako edytora.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Excellent Shopping</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/gokturk\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c5d6661fa6de7938bc766dea3eaf606d?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/c5d6661fa6de7938bc766dea3eaf606d?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/gokturk\" class=\"reviewer-name\">gokturk</a> on <span class=\"review-date\">May 12, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Thank you very much woo :)</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Awesome E-Commerce Plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/grantvictoria\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/bd2e62ae661036bcd32f39c6b30f7cd6?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/bd2e62ae661036bcd32f39c6b30f7cd6?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/grantvictoria\" class=\"reviewer-name\">grantvictoria</a> on <span class=\"review-date\">May 12, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Easy to use, definitely must have! I installed it on my bike shop site and works great.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Disappointed in out-of- the-box functionality</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/irenelinda\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2f3e8887215783cdf0700dc0dcbdaf0a?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/2f3e8887215783cdf0700dc0dcbdaf0a?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/irenelinda\" class=\"reviewer-name\">IreneLinda</a> on <span class=\"review-date\">May 10, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I hate to give any WordPress product so low a rating, but I\'ve become frustrated trying to get it to work for our needs.\n\nWe don\'t have a store as such; we\'re selling 1 digital product with 3 versions, all accessed online, no downloads.\n\nWooCommerce may be free, but every time I need to do something, I have to purchase another plugin and, for a small business, that gets very expensive.\n\nWhy isn\'t key functionality built into WooCommerce itself? I\'d rather pay something for WooCommerce and have it do what the user expects without all these (often pricey) extensions.\n\nPlease try to make this potentially great product into an all-in-one product. Right now it feels like buying a top-of-the-line Lexus only to be told the engine and transmission are extra!\n\nLinda</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Sorry, wrong topic!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/dvrensk\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/94952ae2519ff1b9b5d982863bcb37f3?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/94952ae2519ff1b9b5d982863bcb37f3?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/dvrensk\" class=\"reviewer-name\">dvrensk</a> on <span class=\"review-date\">May 9, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Sorry, I posted in the wrong place and now I can\'t find a way to delete the post :(</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Best e-Commerce Plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/shivamg1\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/df0810486de0f37143b04fa6025fc116?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/df0810486de0f37143b04fa6025fc116?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/shivamg1\" class=\"reviewer-name\">shivamg1</a> on <span class=\"review-date\">May 9, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Best Plugin for e-Commerce</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Nice</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/fitpolo77\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/21cf37197e741301c10f0c2a4d50c701?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/21cf37197e741301c10f0c2a4d50c701?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/fitpolo77\" class=\"reviewer-name\">fitpolo77</a> on <span class=\"review-date\">May 9, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Really helpfull</div>\n</div>\n\";}s:13:\"download_link\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.jpg?rev=2074177\";s:7:\"caption\";b:0;}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.jpg?rev=2074177\";s:7:\"caption\";b:0;}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.jpg?rev=2074177\";s:7:\"caption\";b:0;}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.jpg?rev=2074177\";s:7:\"caption\";b:0;}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.jpg?rev=2074177\";s:7:\"caption\";b:0;}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.jpg?rev=2074177\";s:7:\"caption\";b:0;}}s:4:\"tags\";a:5:{s:10:\"e-commerce\";s:10:\"e-commerce\";s:9:\"ecommerce\";s:9:\"ecommerce\";s:5:\"sales\";s:5:\"sales\";s:4:\"sell\";s:4:\"sell\";s:5:\"store\";s:5:\"store\";}s:8:\"versions\";a:57:{s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"3.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip\";s:5:\"3.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"3.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip\";s:5:\"3.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip\";s:5:\"3.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip\";s:12:\"3.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip\";s:10:\"3.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip\";s:10:\"3.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip\";s:5:\"3.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip\";s:5:\"3.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip\";s:5:\"3.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip\";s:5:\"3.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"3.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"3.5.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip\";s:5:\"3.5.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"3.5.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip\";s:5:\"3.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip\";s:12:\"3.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip\";s:10:\"3.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip\";s:10:\"3.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip\";s:10:\"3.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip\";s:5:\"3.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip\";s:5:\"3.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2075035\";s:4:\"high\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2075035\";}}s:13:\"wordpress-seo\";a:25:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:7:\"version\";s:6:\"11.1.1\";s:6:\"author\";s:43:\"<a href=\"https://yoa.st/1uk\">Team Yoast</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/joostdevalk\";s:12:\"contributors\";a:6:{s:5:\"yoast\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/yoast\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/2d6543ef6d3e1336c47d008809b87816?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Yoast\";}s:11:\"joostdevalk\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/joostdevalk\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/f08c3c3253bf14b5616b4db53cea6b78?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Joost de Valk\";}s:9:\"tacoverdo\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/tacoverdo\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d2d3ecb38cacd521926979b5c678297b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Taco Verdonschot\";}s:9:\"omarreiss\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/omarreiss\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/86aaa606a1904e7e0cf9857a663c376e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Omar Reiss\";}s:7:\"atimmer\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/atimmer\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/b3acbabfdd208ecbf950d864b86fe968?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Anton Timmermans\";}s:8:\"jipmoors\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/jipmoors\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/1751c5afc377ef4ec07a50791db1bc52?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Jip Moors\";}}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:3:\"5.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:6:\"rating\";i:98;s:7:\"ratings\";a:6:{i:5;i:25305;i:4;i:594;i:3;i:139;i:2;i:103;i:1;i:503;i:0;i:1;}s:11:\"num_ratings\";i:26645;s:15:\"support_threads\";i:516;s:24:\"support_threads_resolved\";i:371;s:15:\"active_installs\";i:5000000;s:12:\"last_updated\";s:21:\"2019-05-06 9:23am GMT\";s:5:\"added\";s:10:\"2010-10-11\";s:8:\"homepage\";s:18:\"https://yoa.st/1uj\";s:8:\"sections\";a:5:{s:11:\"description\";s:5633:\"<h3>Yoast SEO: the #1 WordPress SEO plugin</h3>\n<p>Need some help with your search engine optimization? Need an SEO plugin that helps you reach for the stars? Yoast SEO is the original WordPress SEO plugin since 2008. It is the favorite tool of millions of users, ranging from the bakery around the corner to some of the most popular sites on the planet. With Yoast SEO, you get a solid toolset that helps you aim for that number one spot in the search results. Yoast: SEO for everyone.</p>\n<p>Yoast SEO does everything in its power to please both visitors and search engine spiders. How? Below you’ll find a small sampling of the powers of Yoast SEO:</p>\n<h4>Taking care of your WordPress SEO</h4>\n<ul>\n<li>The most advanced XML Sitemaps functionality at the push of a button.</li>\n<li>Full control over site breadcrumbs: add a piece of code and you’re good to go.</li>\n<li>Set canonical URLs to avoid duplicate content. Never have to worry about Google penalties again.</li>\n<li>Title and meta description templating for better branding and consistent snippets in the search results.</li>\n<li><strong>[Premium]</strong> Expand Yoast SEO with the News SEO, Video SEO, Local SEO and WooCommerce SEO extensions.</li>\n<li><strong>[Premium]</strong> Need help? Yoast SEO Premium users get 1 year free access to our awesome support team.</li>\n</ul>\n<blockquote>\n<p>Note: some features are Premium. Which means you need Yoast SEO Premium to unlock those features. You can <a href=\"https://yoa.st/1v8\" rel=\"nofollow\">get Yoast SEO Premium here</a>!</p>\n</blockquote>\n<h4>Write killer content with Yoast SEO</h4>\n<ul>\n<li>Content & SEO analysis: Invaluable tools to write SEO-friendly texts.</li>\n<li>The snippet preview shows you how your post or page will look in the search results – even on mobile. Yoast SEO Premium even has social media previews!</li>\n<li><strong>[Premium]</strong> The Insights tool shows you what your text focuses on so you can keep your article in line with your keyphrases.</li>\n<li><strong>[Premium]</strong> Synonyms & related keyphrases: Optimize your article for synonyms and related keyphrases.</li>\n<li><strong>[Premium]</strong> Automatic internal linking suggestions: write your article and get automatic suggested posts to link to.</li>\n</ul>\n<h4>Keep your site in perfect shape</h4>\n<ul>\n<li>Yoast SEO tunes the engine of your site so you can work on creating great content.</li>\n<li>Our cornerstone content and internal linking features help you optimize your site structure in a breeze.</li>\n<li>Manage SEO roles: Give your colleagues access to specific sections of the Yoast SEO plugin.</li>\n<li>Bulk editor: Make large-scale edits to your site.</li>\n<li><strong>[Premium]</strong> Social previews to manage the way your page is shared on social networks like Facebook and Twitter.</li>\n<li><strong>[Premium]</strong> Redirect manager: It keeps your site healthy by easily redirecting deleted pages and changed URLs.</li>\n</ul>\n<h3>Premium support</h3>\n<p>The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums, as we prioritize our email support. One-on-one email support is available to people who <a href=\"https://yoa.st/1v8\" rel=\"nofollow\">bought Yoast SEO Premium</a> only.</p>\n<p>Note that the <a href=\"https://yoa.st/1v8\" rel=\"nofollow\">Yoast SEO Premium</a> also has several extra features too, including the option to have synonyms and related keyphrases, internal linking suggestions, cornerstone content checks and a redirect manager, so it is well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoa.st/1uu\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoa.st/1uv\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoa.st/1uw\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. They work with the free version of Yoast SEO already, and these premium extensions of course come with support too.</p>\n<h3>Bug reports</h3>\n<p>Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.</p>\n<h3>Further Reading</h3>\n<p>For more info on search engine optimization, check out the following:</p>\n<ul>\n<li>The <a href=\"https://yoa.st/1v8\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>The <a href=\"https://yoa.st/1va\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoa.st/1v6\" rel=\"nofollow\">WordPress SEO – The definitive Guide by Yoast</a>.</li>\n<li>Other <a href=\"https://yoa.st/1v9\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> & <a href=\"https://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Yoast SEO’</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You’re done!</li>\n</ol>\n\";s:3:\"faq\";s:124:\"<p>You’ll find answers to many of your questions on <a href=\"https://yoa.st/1va\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n\";s:9:\"changelog\";s:2935:\"<h4>11.1.1</h4>\n<p>Release Date: May 6th, 2019</p>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where an empty width and height would be outputted in the image schema when there was no retrievable width and height.</li>\n<li>Fixes a bug where using the <code>$context</code> argument in the deprecated <code>wpseo_json_ld_output</code> filter would result in a fatal error when using PHP 7.1 or higher.</li>\n</ul>\n<p>Other</p>\n<ul>\n<li>Adds a notification to explain why users’ Google Search Console reports are no longer showing any entries. <a href=\"https://yoa.st/gsc-dep-changelog\" rel=\"nofollow\">Read more about the reasons behind this</a>.</li>\n<li>Removes the Google Search Console step from the configuration wizard.</li>\n</ul>\n<h4>11.1.0</h4>\n<p>Release Date: April 30th, 2019</p>\n<p>Enhancements:</p>\n<ul>\n<li>Improves how we generate the image parts for the Schema output. <a href=\"https://yoa.st/image-schema\" rel=\"nofollow\">Read more about the ImageObject output</a>.</li>\n<li>Adds <code>filesize</code> to whitelisted properties on <code>$image</code>. Props to <a href=\"https://github.com/cmmarslender\" rel=\"nofollow\">cmmarslender</a>.</li>\n<li>Optimizes the code to avoid an unnecessary DB query to remove notifications storage when it’s already empty. Props to <a href=\"https://github.com/rmc47\" rel=\"nofollow\">rmc47</a>.</li>\n<li>Improves the breadcrumbs accessibility by adding <code>aria-current</code> to the active item.</li>\n</ul>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes a bug where the position of the buttons in the FAQ and How-To structured data blocks was compromised when running the development build of Gutenberg.</li>\n<li>Fixed a bug where social profile settings would be empty because it was relying on the user choosing whether the site represents a company or a person.</li>\n</ul>\n<h4>11.0.0</h4>\n<p>Release Date: April 16th, 2019</p>\n<p>We’ve made huge changes to the schema.org markup we output, adding multiple different types of Schema. Be sure to check <a href=\"https://yoa.st/schema-release-post\" rel=\"nofollow\">our posts on yoast.com about this release</a>!</p>\n<p>Enhancements:</p>\n<ul>\n<li>Schema changes:\n<ul>\n<li>Adds <code>Person</code> markup for author pages.</li>\n<li>Adds <code>WebPage</code> markup for all pages.</li>\n<li>Adds <code>Article</code> markup for posts, with <code>Person</code> markup for the author.</li>\n<li>Changes the ‘Organization or Person’ section of the Knowledge graph settings to allow selecting an author that is the ‘Person’ that the website represents.</li>\n</ul>\n</li>\n<li>Adds MySpace, SoundCloud, Tumblr and YouTube URL input fields to people’s profiles.</li>\n</ul>\n<p>Bugfixes:</p>\n<ul>\n<li>Fixes an issue where the metabox would not display on term edit pages when running the development build of Gutenberg.</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to https://yoa.st/yoast-seo-changelog</p>\n\";s:11:\"screenshots\";s:1928:\"<ol><li><a href=\"https://ps.w.org/wordpress-seo/assets/screenshot-1.png?rev=1961113\"><img src=\"https://ps.w.org/wordpress-seo/assets/screenshot-1.png?rev=1961113\" alt=\"The Yoast SEO plugin general meta box. You'll see this on edit post pages, for posts, pages and custom post types.\"></a><p>The Yoast SEO plugin general meta box. You\'ll see this on edit post pages, for posts, pages and custom post types.</p></li><li><a href=\"https://ps.w.org/wordpress-seo/assets/screenshot-2.png?rev=1961113\"><img src=\"https://ps.w.org/wordpress-seo/assets/screenshot-2.png?rev=1961113\" alt=\"Example of the SEO analysis functionality.\"></a><p>Example of the SEO analysis functionality.</p></li><li><a href=\"https://ps.w.org/wordpress-seo/assets/screenshot-3.png?rev=1961113\"><img src=\"https://ps.w.org/wordpress-seo/assets/screenshot-3.png?rev=1961113\" alt=\"Example of the readability analysis functionality.\"></a><p>Example of the readability analysis functionality.</p></li><li><a href=\"https://ps.w.org/wordpress-seo/assets/screenshot-4.png?rev=1834347\"><img src=\"https://ps.w.org/wordpress-seo/assets/screenshot-4.png?rev=1834347\" alt=\"Overview of site-wide SEO problems and possible improvements.\"></a><p>Overview of site-wide SEO problems and possible improvements.</p></li><li><a href=\"https://ps.w.org/wordpress-seo/assets/screenshot-5.png?rev=1834347\"><img src=\"https://ps.w.org/wordpress-seo/assets/screenshot-5.png?rev=1834347\" alt=\"Control over which features you want to use.\"></a><p>Control over which features you want to use.</p></li><li><a href=\"https://ps.w.org/wordpress-seo/assets/screenshot-6.png?rev=1834347\"><img src=\"https://ps.w.org/wordpress-seo/assets/screenshot-6.png?rev=1834347\" alt=\"Easily import SEO data from other SEO plugins like All In One SEO pack, HeadSpace2 SEO and wpSEO.de.\"></a><p>Easily import SEO data from other SEO plugins like All In One SEO pack, HeadSpace2 SEO and wpSEO.de.</p></li></ol>\";s:7:\"reviews\";s:13339:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Un provvidenziale assistente alla scrittura</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/monicamontanari\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/33715e84c0e6d172683df00d2b506c09?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/33715e84c0e6d172683df00d2b506c09?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/monicamontanari\" class=\"reviewer-name\">monicamontanari</a> on <span class=\"review-date\">May 14, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Ha enormemente facilitato il lavoro di scrittura e incoraggia l\'utilizzo di un linguaggio piano e facilmente comunicativo. Vi saprò dire se ciò porterà tanti visitatori, ma il controllo preventivo sui testi dà sicurezza a chi come me, a volte, realizza siti per persone che si affidano completamente e con le quali non si vuol rischiare di essere criticabili. Dovrebbero creare uno strumento di assistenza simile anche per i post social e, perché no, per la scrittura commerciale, divulgativa e narrativa per l\'intrattenimento. Magari come estensione di Scrivener di Litterature & Latte. Insomma, grazie, Yoast Seo!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">جام</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/jaamads\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/29edc7506d3b98aa159c7b6b3a86f5fe?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/29edc7506d3b98aa159c7b6b3a86f5fe?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/jaamads\" class=\"reviewer-name\">jaamads</a> on <span class=\"review-date\">May 14, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">عالیه</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Plugin Imprescindible y fundamental</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/cumboandrea\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/853f01240c7c1f35851984c532acf230?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/853f01240c7c1f35851984c532acf230?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/cumboandrea\" class=\"reviewer-name\">Andrea <small>(cumboandrea)</small></a> on <span class=\"review-date\">May 14, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Uno de los plugin que hay que tener instalado en cualquier sito wordpress en producción.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">ฟาร์ม</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/wannarart\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/924ee174c5b649b957b62dbfc6de3775?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/924ee174c5b649b957b62dbfc6de3775?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/wannarart\" class=\"reviewer-name\">wannarart</a> on <span class=\"review-date\">May 13, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">ฟาร์ม</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">GOOGLE ANALYTICAL</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/indiataxguide\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/77e2432933c4566885305d52bc851317?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/77e2432933c4566885305d52bc851317?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/indiataxguide\" class=\"reviewer-name\">indiataxguide</a> on <span class=\"review-date\">May 13, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">very good integrated with wordpress</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">good</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/bdstrangia\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/07cb92e8f602b764df4acdf25617ae95?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/07cb92e8f602b764df4acdf25617ae95?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/bdstrangia\" class=\"reviewer-name\">Bất động sản Trần Gia <small>(bdstrangia)</small></a> on <span class=\"review-date\">May 13, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">good</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">best SEO plugins!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ituser96\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2a25fd50da4980835aa5bc49aed464aa?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/2a25fd50da4980835aa5bc49aed464aa?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/ituser96\" class=\"reviewer-name\">ituser96</a> on <span class=\"review-date\">May 13, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">wow! it is the best SEO plugins.\nvery nice.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Отличный плагин</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/sergey7311\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/458b14785125866099173399f368547f?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/458b14785125866099173399f368547f?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/sergey7311\" class=\"reviewer-name\">sergey7311</a> on <span class=\"review-date\">May 11, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Отличный помощник</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great seo plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/gang618\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/74fca434a359aad90663836411ef688c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/74fca434a359aad90663836411ef688c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/gang618\" class=\"reviewer-name\">gang618</a> on <span class=\"review-date\">May 11, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Thank you guys for this great plugin.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Yoast Seo is the BEST!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/fzpassociates6\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/12040b0fd1f32cd3b5b96fe3529b33e4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/12040b0fd1f32cd3b5b96fe3529b33e4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/fzpassociates6\" class=\"reviewer-name\">fzpassociates6</a> on <span class=\"review-date\">May 11, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">My agency has Yoast SEO for 6 years and we love it!</div>\n</div>\n\";}s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.11.1.1.zip\";s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-1.png?rev=1961113\";s:7:\"caption\";s:114:\"The Yoast SEO plugin general meta box. You\'ll see this on edit post pages, for posts, pages and custom post types.\";}i:2;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-2.png?rev=1961113\";s:7:\"caption\";s:42:\"Example of the SEO analysis functionality.\";}i:3;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-3.png?rev=1961113\";s:7:\"caption\";s:50:\"Example of the readability analysis functionality.\";}i:4;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-4.png?rev=1834347\";s:7:\"caption\";s:61:\"Overview of site-wide SEO problems and possible improvements.\";}i:5;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-5.png?rev=1834347\";s:7:\"caption\";s:44:\"Control over which features you want to use.\";}i:6;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-6.png?rev=1834347\";s:7:\"caption\";s:100:\"Easily import SEO data from other SEO plugins like All In One SEO pack, HeadSpace2 SEO and wpSEO.de.\";}}s:4:\"tags\";a:4:{s:16:\"content-analysis\";s:16:\"Content analysis\";s:11:\"readability\";s:11:\"Readability\";s:3:\"seo\";s:3:\"seo\";s:11:\"xml-sitemap\";s:11:\"xml sitemap\";}s:8:\"versions\";a:52:{s:4:\"10.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.0.zip\";s:6:\"10.0.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.0.1.zip\";s:4:\"10.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.1.zip\";s:6:\"10.1.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.1.1.zip\";s:6:\"10.1.2\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.1.2.zip\";s:6:\"10.1.3\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.10.1.3.zip\";s:4:\"11.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.11.0.zip\";s:4:\"11.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.11.1.zip\";s:6:\"11.1.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.11.1.1.zip\";s:3:\"7.0\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.0.zip\";s:5:\"7.0.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.0.1.zip\";s:5:\"7.0.2\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.0.2.zip\";s:5:\"7.0.3\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.0.3.zip\";s:3:\"7.1\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.1.zip\";s:3:\"7.2\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.2.zip\";s:3:\"7.3\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.3.zip\";s:3:\"7.4\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.4.zip\";s:5:\"7.4.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.4.1.zip\";s:5:\"7.4.2\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.4.2.zip\";s:3:\"7.5\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.5.zip\";s:5:\"7.5.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.5.1.zip\";s:5:\"7.5.3\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.5.3.zip\";s:3:\"7.6\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.6.zip\";s:5:\"7.6.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.6.1.zip\";s:3:\"7.7\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.7.zip\";s:5:\"7.7.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.7.1.zip\";s:5:\"7.7.2\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.7.2.zip\";s:5:\"7.7.3\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.7.3.zip\";s:3:\"7.8\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.8.zip\";s:3:\"7.9\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.9.zip\";s:5:\"7.9.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.9.1.zip\";s:3:\"8.0\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.0.zip\";s:3:\"8.1\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.1.zip\";s:5:\"8.1.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.1.1.zip\";s:5:\"8.1.2\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.1.2.zip\";s:3:\"8.2\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.2.zip\";s:5:\"8.2.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.2.1.zip\";s:3:\"8.3\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.3.zip\";s:3:\"8.4\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.8.4.zip\";s:3:\"9.0\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.0.zip\";s:5:\"9.0.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.0.1.zip\";s:5:\"9.0.2\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.0.2.zip\";s:5:\"9.0.3\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.0.3.zip\";s:3:\"9.1\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.1.zip\";s:3:\"9.2\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.2.zip\";s:5:\"9.2.1\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.2.1.zip\";s:3:\"9.3\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.3.zip\";s:3:\"9.4\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.4.zip\";s:3:\"9.5\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.5.zip\";s:3:\"9.6\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.6.zip\";s:3:\"9.7\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.9.7.zip\";s:5:\"trunk\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";}s:11:\"donate_link\";s:18:\"https://yoa.st/1up\";s:7:\"banners\";a:2:{s:3:\"low\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";s:4:\"high\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";}}s:7:\"bbpress\";a:25:{s:4:\"name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:7:\"version\";s:6:\"2.5.14\";s:6:\"author\";s:55:\"<a href=\"https://bbpress.org\">The bbPress Community</a>\";s:14:\"author_profile\";s:46:\"https://profiles.wordpress.org/johnjamesjacoby\";s:12:\"contributors\";a:4:{s:4:\"matt\";a:3:{s:7:\"profile\";s:35:\"https://profiles.wordpress.org/matt\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/767fc9c115a1b989744c755db47feb60?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Matt Mullenweg\";}s:15:\"johnjamesjacoby\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/johnjamesjacoby\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/7a2644fb53ae2f7bfd7143b504af396c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:3:\"JJJ\";}s:6:\"jmdodd\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/jmdodd\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/6a7c997edea340616bcc6d0fe03f65dd?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Jennifer M. Dodd\";}s:6:\"netweb\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/netweb\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Stephen Edgar\";}}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:80;s:7:\"ratings\";a:5:{i:5;i:171;i:4;i:40;i:3;i:22;i:2;i:18;i:1;i:37;}s:11:\"num_ratings\";i:288;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:300000;s:12:\"last_updated\";s:21:\"2019-02-26 8:16pm GMT\";s:5:\"added\";s:10:\"2010-01-13\";s:8:\"homepage\";s:19:\"https://bbpress.org\";s:8:\"sections\";a:5:{s:11:\"description\";s:472:\"<p>Have you ever been frustrated with forum or bulletin board software that was slow, bloated and always got your server hacked? bbPress is focused on ease of integration, ease of use, web standards, and speed.</p>\n<p>We’re keeping things as small and light as possible while still allowing for great add-on features through WordPress’s extensive plugin system. What does all that mean? bbPress is lean, mean, and ready to take on any job you throw at it.</p>\n\";s:12:\"installation\";s:1293:\"<h4>From your WordPress dashboard</h4>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘bbPress’</li>\n<li>Activate bbPress from your Plugins page. (You’ll be greeted with a Welcome page.)</li>\n<li>Visit ‘Forums > Add New’ and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>From WordPress.org</h4>\n<ol>\n<li>Download bbPress.</li>\n<li>Upload the ‘bbpress’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)</li>\n<li>Activate bbPress from your Plugins page. (You’ll be greeted with a Welcome page.)</li>\n<li>Visit ‘Forums > Add New’ and create some forums. (You can always delete these later.)</li>\n<li>If you have pretty permalinks enabled, visit yourdomain.com/forums, or if you do not have pretty permalinks enabled, visit yourdomain.com?post_type=forum</li>\n</ol>\n<h4>Extra</h4>\n<ol>\n<li>Visit ‘Settings > Forums’ and adjust your configuration.</li>\n<li>Adjust the CSS of your theme as needed, to make everything pretty.</li>\n</ol>\n\";s:9:\"changelog\";s:9239:\"<h4>2.5.14</h4>\n<ul>\n<li>Improved support for PHP 7.1 and higher</li>\n<li>Improved pagination for non-public post statuses</li>\n<li>Fix converter row-limit boundaries</li>\n</ul>\n<h4>2.5.13</h4>\n<ul>\n<li>Improved support for <code>post_parent__in</code> type queries</li>\n</ul>\n<h4>2.5.12</h4>\n<ul>\n<li>Fix role initialization bug</li>\n</ul>\n<h4>2.5.11</h4>\n<ul>\n<li>Improved support for WordPress 4.7</li>\n<li>Improved localization of role names</li>\n<li>Increase minimum WordPress version to 4.2</li>\n</ul>\n<h4>2.5.10</h4>\n<ul>\n<li>Improved user display-name rendering</li>\n</ul>\n<h4>2.5.9</h4>\n<ul>\n<li>Improved user mentions</li>\n</ul>\n<h4>2.5.8</h4>\n<ul>\n<li>Improved ajax actions</li>\n<li>Improved user query parsing</li>\n<li>Fix BuddyPress Groups notice</li>\n</ul>\n<h4>2.5.7</h4>\n<ul>\n<li>Improved output of certain URLs</li>\n</ul>\n<h4>2.5.6</h4>\n<ul>\n<li>Improved notification & subscription email sending</li>\n</ul>\n<h4>2.5.5</h4>\n<ul>\n<li>Improved bulk editing of users</li>\n<li>Improved suggesting of topics & authors for moderators</li>\n<li>Improved converter tool access</li>\n</ul>\n<h4>2.5.4</h4>\n<ul>\n<li>Fix reply editing causing polluted hierarchy</li>\n<li>Add tool for repairing reply positions within topics</li>\n<li>Improved custom slug and displayed user field sanitization</li>\n<li>Improved SSL support when relying on theme compatibility</li>\n</ul>\n<h4>2.5.3</h4>\n<ul>\n<li>WordPress 3.8 support (dashicons, new color schemes)</li>\n<li>Fix dropdown selects in settings pages</li>\n<li>Fix accidental topic subscription removal on reply form</li>\n<li>Fix poor grammar in profile title element</li>\n<li>Fix admin area SSL support</li>\n</ul>\n<h4>2.5.2</h4>\n<ul>\n<li>Fix BuddyPress (1.9.1) Notification integration</li>\n</ul>\n<h4>2.5.1</h4>\n<ul>\n<li>Updated subscriptions setting description</li>\n<li>Fix forum subscriptions not appearing on profiles for some users</li>\n<li>Allow links to have targets</li>\n<li>Improve Windows compatibility</li>\n</ul>\n<h4>2.5</h4>\n<ul>\n<li>Added forum subscriptions</li>\n<li>Added importers for AEF, Drupal, FluxBB, Kunena Forums (Joomla), MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, Xenforo and XMB</li>\n<li>Added BuddyPress Notifications integration</li>\n<li>Added ability to enqueue scripts and styles in the template stack</li>\n<li>Fix various existing importer scripts</li>\n<li>Fix forum visibility meta saving</li>\n<li>Fix Akismet anonymous user meta checking</li>\n<li>Fix inconsistent bbp_dropdown() results</li>\n<li>Fix topic and reply ping-status inconsistencies</li>\n</ul>\n<h4>2.4.1</h4>\n<ul>\n<li>Fix forum status saving</li>\n<li>Fix widget settings saving</li>\n<li>Fix custom wp_title compatibility</li>\n<li>Fix search results custom permalink compatibility</li>\n<li>Fix custom user topics & replies pages</li>\n<li>Fix hierarchical reply handling in converter</li>\n</ul>\n<h4>2.4</h4>\n<ul>\n<li>Added hierarchical reply support</li>\n<li>Added ability to disable forum search</li>\n<li>Reorganized settings page</li>\n<li>Improved rewrite rules</li>\n<li>Improved responsive CSS</li>\n<li>Improved code posting</li>\n<li>Improved user capability integration</li>\n<li>Improved cache getting and setting</li>\n<li>Audit strict type comparisons</li>\n<li>Audit GlotPress string escaping</li>\n<li>Audit title attribute usage</li>\n<li>Audit WordPress core function usage</li>\n<li>General code clean-up</li>\n</ul>\n<h4>2.3.2</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Improved theme compatibility CSS</li>\n<li>Improved BuddyPress Activity Streams integration</li>\n</ul>\n<h4>2.3.1</h4>\n<ul>\n<li>Improved posting of preformatted code</li>\n<li>Fix deleting of post cache group</li>\n<li>Fix moderators not having view_trash capability</li>\n</ul>\n<h4>2.3</h4>\n<ul>\n<li>Added forum search functionality</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved allowed tags in topics and replies</li>\n<li>Added template stack support to theme compatability</li>\n<li>Added more forum migration options</li>\n</ul>\n<h4>2.2.4</h4>\n<ul>\n<li>Prepare converter queries</li>\n<li>Improve validation and sanitization of form values</li>\n</ul>\n<h4>2.2.3</h4>\n<ul>\n<li>Improve compatibility with some themes</li>\n<li>Fix integration with BuddyPress Group Forums</li>\n<li>Fix BuddyPress Activity Stream integration</li>\n</ul>\n<h4>2.2.2</h4>\n<ul>\n<li>RTL and i18n fixes</li>\n<li>Improved user profile theme compatibility</li>\n<li>Fixed incorrect link in credits page</li>\n<li>Fixed admin area JS issues related to topic suggest</li>\n<li>Fixed template part reference in extras user edit template</li>\n</ul>\n<h4>2.2.1</h4>\n<ul>\n<li>Fix role mapping for non-WordPress roles</li>\n<li>Fix issue with private forums being blocked</li>\n<li>Allow moderators to see hidden forums</li>\n</ul>\n<h4>2.2</h4>\n<ul>\n<li>Improved user roles and capabilities</li>\n<li>Improved theme compatibility</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved forums conversion tool</li>\n<li>Improved forums tools and settings</li>\n<li>Improved multisite support</li>\n<li>Added What’s New and Credits pages</li>\n<li>WordPress 3.5 and BuddyPress 1.7 ready</li>\n</ul>\n<h4>2.1.2</h4>\n<ul>\n<li>Fixed admin-side help verbiage</li>\n<li>Fixed reply height CSS</li>\n<li>Fixed password converter</li>\n<li>Fixed child post trash and delete functions</li>\n</ul>\n<h4>2.1.1</h4>\n<ul>\n<li>Fixed Invision, phpBB, and vBulletin importers</li>\n<li>Fixed private/hidden forum bugs</li>\n<li>Fixed topic split meta values</li>\n<li>Fixed theme compatibility logic error</li>\n<li>Fixed role mask issues for shared user installs</li>\n<li>Fixed missing function cruft</li>\n<li>Fixed missing filter on displayed user fields</li>\n</ul>\n<h4>2.1</h4>\n<ul>\n<li>WordPress 3.4 compatibility</li>\n<li>Deprecate $bbp global, use bbpress() singleton</li>\n<li>Private forums now visible to registered users</li>\n<li>Updated forum converter</li>\n<li>Topic and reply edits now ran through Akismet</li>\n<li>Fixed Akismet edit bug</li>\n<li>Fixed Widgets nooping globals</li>\n<li>Fixed translation load order</li>\n<li>Fixed user-edit bugs</li>\n<li>Fixed settings screen regressions</li>\n<li>Improved post cache invalidation</li>\n<li>Improved admin-side nonce checks</li>\n<li>Improved admin settings API</li>\n<li>Improved bbPress 1.1 converter</li>\n<li>Improved BuddyPress integration</li>\n<li>Improved Theme-Compatibility</li>\n<li>Improved template coverage</li>\n<li>Improved query performance</li>\n<li>Improved breadcrumb behavior</li>\n<li>Improved multisite integration</li>\n<li>Improved code clarity</li>\n<li>Improved RTL styling</li>\n<li>Added 2x menu icons for HiDPI displays</li>\n<li>Added fancy editor support</li>\n<li>Added fallback theme picker</li>\n<li>Added tools for importing, resetting, and removing</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>Released on September 21, 2011</li>\n</ul>\n<h4>2.0-rc-5</h4>\n<ul>\n<li>Fixed Genesis incompatibilities</li>\n<li>Fixed BuddyPress activity stream issues</li>\n<li>Fixed Subscription email sending issues</li>\n<li>Fixed Theme Compat display issues for some themes</li>\n<li>Improved Theme Compat class</li>\n<li>More future proofing internal API’s</li>\n</ul>\n<h4>2.0-rc-4</h4>\n<ul>\n<li>BuddyPress @mention integration</li>\n<li>Improved Akismet user agent handling</li>\n<li>Added blacklist_keys support</li>\n<li>Fixed spam/deleted user handling</li>\n<li>Updated green admin color scheme for WordPress 3.2</li>\n<li>Added actions to topic/reply forms</li>\n<li>Improved support for future ajaxification</li>\n</ul>\n<h4>2.0-rc-3</h4>\n<ul>\n<li>Fixed activation/deactivation</li>\n<li>Added Forum Participant role for multisite use</li>\n</ul>\n<h4>2.0-rc-2</h4>\n<ul>\n<li>BuddyPress activity action integration</li>\n<li>Multisite integration</li>\n<li>Fixed a bushel of bugs</li>\n<li>Fixed tag pagination again</li>\n<li>Fixed ajax priority loading</li>\n</ul>\n<h4>2.0-rc-1</h4>\n<ul>\n<li>Fixed tag pagination</li>\n<li>Broke tag pagination</li>\n<li>Squashed a bunch of bugs</li>\n</ul>\n<h4>2.0-beta-3b</h4>\n<ul>\n<li>Fix regression in forum index theme compatibility template</li>\n<li>Audit usage of get strings for moderator level and above users</li>\n</ul>\n<h4>2.0-beta-3</h4>\n<ul>\n<li>Akismet integration</li>\n<li>Fixes replies within wp-admin</li>\n<li>Fixes reply notification links</li>\n<li>Fixes inconsistent breadcrumb behavior</li>\n<li>Fixes theme compatibility issues</li>\n<li>Fixes archive and page conflicts</li>\n<li>Improvements to unpretty permalink support</li>\n<li>Improvements to importer</li>\n<li>Improvements to multisite support</li>\n<li>Normalize theme, shortcodes, and template parts</li>\n<li>Add humans.txt</li>\n<li>Add empty index.php files to prevent snooping</li>\n<li>Add max length to topic titles (default 80 chars)</li>\n</ul>\n<h4>2.0-beta-2</h4>\n<ul>\n<li>GlotPress integration</li>\n<li>Fixes Forum archive bug</li>\n<li>Fixes and improvements to importer</li>\n<li>Adds home link support to breadcrumb</li>\n<li>Improvements to Theme Compatibility</li>\n<li>Numerous template and CSS improvements</li>\n<li>RTL support</li>\n<li>Improved multisite support</li>\n<li>Add filters for future anti-spam support</li>\n<li>Add missing breadcrumbs to various template files</li>\n<li>Topic/reply trash fixes</li>\n</ul>\n<h4>2.0-beta-1</h4>\n<ul>\n<li>In development</li>\n</ul>\n\";s:11:\"screenshots\";s:1136:\"<ol><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\"><img src=\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\" alt=\"\"></a></li></ol>\";s:7:\"reviews\";s:14451:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">No support</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/process_of_illumination\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/dcbf5a345b441632629dad04e8b0eed1?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/dcbf5a345b441632629dad04e8b0eed1?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/process_of_illumination\" class=\"reviewer-name\">Process of Illumination <small>(Process_of_Illumination)</small></a> on <span class=\"review-date\">March 12, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">You are simply left alone. BBpress is nothing but a constant frustration.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Awesome Plugin for Forms</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/webhostinginsights\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1f22b8820654d1c987113ec7395a48b0?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/1f22b8820654d1c987113ec7395a48b0?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/webhostinginsights\" class=\"reviewer-name\">WebHostingInsights <small>(webhostinginsights)</small></a> on <span class=\"review-date\">March 9, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">The bbpress plugin is really lightweight and awesome plugin.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Thanks</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/mariellasilvapetshop\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4d3c35faf9d1be2acc0fdb6aa15cfba2?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/4d3c35faf9d1be2acc0fdb6aa15cfba2?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/mariellasilvapetshop\" class=\"reviewer-name\">Mariella <small>(mariellasilvapetshop)</small></a> on <span class=\"review-date\">February 19, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">It works with basic forums </div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great lightweight free forum</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ceylonthemes\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b70b48ff638b722aa7f606bb191ccb27?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b70b48ff638b722aa7f606bb191ccb27?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/ceylonthemes\" class=\"reviewer-name\">Ceylon Themes <small>(ceylonthemes)</small></a> on <span class=\"review-date\">January 25, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Much better if integrated with woocommerce...</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Although it's a little bit Outdated</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/melialvemel\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/7702fa885dee463148e4ac21f6094ddc?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/7702fa885dee463148e4ac21f6094ddc?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/melialvemel\" class=\"reviewer-name\">melialvemel</a> on <span class=\"review-date\">December 21, 2018</span> </p>\n </div>\n </div>\n <div class=\"review-body\">One of the best choice for forums</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Its really working for me</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/treckoshw\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/276b7a3dbb4f2d96c784b858ac1d5203?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/276b7a3dbb4f2d96c784b858ac1d5203?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/treckoshw\" class=\"reviewer-name\">treckoshw</a> on <span class=\"review-date\">October 29, 2018</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I am using this plugin and overall it is simply superb and really nice working. Just minor css issues needs to improve.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">¡¡¡Awesome!!!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/macsgv\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/060017bcb3153b906b9c9d724f427be6?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/060017bcb3153b906b9c9d724f427be6?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/macsgv\" class=\"reviewer-name\">MCD Web <small>(macsgv)</small></a> on <span class=\"review-date\">October 12, 2018</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Hello, first of all my congratulations to the developers of excellent plugin, I highly recommend it, although the learning curve is a little high at the beginning with a little bit of will and patience you can achieve impressive results. You also have free add-ons to get new features.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Very outdated, if you need a forum others options are out there</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/adamfartassi\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/28b35614c211be3e686b59f584aa0432?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/28b35614c211be3e686b59f584aa0432?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/adamfartassi\" class=\"reviewer-name\">adamfartassi</a> on <span class=\"review-date\">September 29, 2018</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This plugin is a big mess stuck in development hell. I don\'t think they\'ll improve anything, the devs are lazy because it\'s free and they\'re not getting their sweet money for it. In the same time if you criticize anything they\'ll say that you should be thankful for their work lol.\n\nSeriously, I managed to get it work as I want but oh boy the hacks that I needed to do just to display the subforums correctly. And still I\'m using five others plugins to add some functions into this crap. \n\nNow it\'s barely good, I still have few bugs but I can\'t fix them since I don\'t want to recode all their mess. I still needed BBpress because my theme is sold with it and Learnpress (another big mess) can use it to give permission only to people who bought some products from you.\n\nJust stay away from this plugin if you only need a \"forum plugin\" just check wordpress.org, there are many others plugins for that. </div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Good community plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/debernd\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/84c46332e26057936690babecbb90c58?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/84c46332e26057936690babecbb90c58?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/debernd\" class=\"reviewer-name\">Bernd D. <small>(debernd)</small></a> on <span class=\"review-date\">September 22, 2018</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I used it on several projects, like for local clubs to bring in the social aspect into web projects. It works just fine. There could be a bit more documentation.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Форум хороший, но глючный</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/kolyasamarkin\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/19212e1d4602cf85a1135f76d7313bb2?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/19212e1d4602cf85a1135f76d7313bb2?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/kolyasamarkin\" class=\"reviewer-name\">kolyasamarkin</a> on <span class=\"review-date\">September 15, 2018</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Форум хороший, но глючный</div>\n</div>\n\";}s:13:\"download_link\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:11:\"screenshots\";a:7:{i:1;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\";s:7:\"caption\";b:0;}i:2;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\";s:7:\"caption\";b:0;}i:3;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\";s:7:\"caption\";b:0;}i:4;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\";s:7:\"caption\";b:0;}i:5;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\";s:7:\"caption\";b:0;}i:6;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\";s:7:\"caption\";b:0;}i:7;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\";s:7:\"caption\";b:0;}}s:4:\"tags\";a:5:{s:7:\"akismet\";s:7:\"akismet\";s:10:\"discussion\";s:10:\"discussion\";s:6:\"forums\";s:6:\"forums\";s:7:\"support\";s:7:\"support\";s:5:\"theme\";s:5:\"theme\";}s:8:\"versions\";a:55:{s:3:\"2.0\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.0.zip\";s:10:\"2.0-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-1.zip\";s:11:\"2.0-beta-2b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-2b.zip\";s:10:\"2.0-beta-3\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3.zip\";s:11:\"2.0-beta-3b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3b.zip\";s:8:\"2.0-rc-2\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-2.zip\";s:8:\"2.0-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-3.zip\";s:8:\"2.0-rc-4\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-4.zip\";s:8:\"2.0-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-5.zip\";s:5:\"2.0.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.1.zip\";s:5:\"2.0.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.2.zip\";s:5:\"2.0.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.3.zip\";s:3:\"2.1\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.1.zip\";s:10:\"2.1-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.1-beta-1.zip\";s:7:\"2.1-rc1\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc1.zip\";s:7:\"2.1-rc2\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc2.zip\";s:7:\"2.1-rc3\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc3.zip\";s:7:\"2.1-rc4\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc4.zip\";s:5:\"2.1.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.1.zip\";s:5:\"2.1.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.2.zip\";s:5:\"2.1.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.3.zip\";s:3:\"2.2\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.2.zip\";s:5:\"2.2.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.1.zip\";s:5:\"2.2.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.2.zip\";s:5:\"2.2.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.3.zip\";s:5:\"2.2.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.4.zip\";s:3:\"2.3\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.3.zip\";s:9:\"2.3-beta1\";s:60:\"https://downloads.wordpress.org/plugin/bbpress.2.3-beta1.zip\";s:5:\"2.3.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.1.zip\";s:5:\"2.3.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.2.zip\";s:3:\"2.4\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.4.zip\";s:5:\"2.4.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.4.1.zip\";s:3:\"2.5\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.5.zip\";s:5:\"2.5.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.1.zip\";s:6:\"2.5.10\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.10.zip\";s:6:\"2.5.11\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.11.zip\";s:6:\"2.5.12\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.12.zip\";s:6:\"2.5.13\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip\";s:6:\"2.5.14\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"2.5.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.2.zip\";s:5:\"2.5.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.3.zip\";s:5:\"2.5.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.4.zip\";s:5:\"2.5.5\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.5.zip\";s:5:\"2.5.6\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.6.zip\";s:5:\"2.5.7\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.7.zip\";s:5:\"2.5.8\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.8.zip\";s:5:\"2.5.9\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.9.zip\";s:10:\"2.6-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-1.zip\";s:10:\"2.6-beta-2\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-2.zip\";s:8:\"2.6-rc-1\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-1.zip\";s:8:\"2.6-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip\";s:8:\"2.6-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-5.zip\";s:8:\"2.6-rc-6\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-6.zip\";s:8:\"2.6-rc-7\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-7.zip\";s:5:\"trunk\";s:50:\"https://downloads.wordpress.org/plugin/bbpress.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";s:4:\"high\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";}}s:19:\"the-events-calendar\";a:25:{s:4:\"name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:7:\"4.9.1.1\";s:6:\"author\";s:51:\"<a href=\"http://m.tri.be/1x\">Modern Tribe, Inc.</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:12:\"contributors\";a:30:{s:11:\"moderntribe\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/9bfb26600a68a2e1bbadb259d323ccba?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Modern Tribe, Inc.\";}s:7:\"borkweb\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/borkweb\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/1e656e49ac69899daa3ff81232b041eb?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Matthew Batchelder\";}s:13:\"barryhughes-1\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/barryhughes-1\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/4d7aea8e7879e3ea257ddb4a99a300f1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Barry\";}s:7:\"bordoni\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/bordoni\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/c412fa91c51f4e2cff375f74efb663e3?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Gustavo Bordoni\";}s:11:\"brianjessee\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/brianjessee\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/a35212d9e01d2ca4e96ecdd05b110b4a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Brian\";}s:6:\"aguseo\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/aguseo\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/57554805e57d21c1036c8b91f944c8ca?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"András Guseo\";}s:12:\"cliffpaulick\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/cliffpaulick\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/9d6a1dc1b8a9d8ae30091df24801a166?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Clifford Paulick\";}s:9:\"courane01\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/courane01\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/03ff681abf60368b6ce5f5edcf9be310?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:24:\"Courtney Engle Robertson\";}s:9:\"faction23\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/faction23\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/0e35ddcfbeff4291fbe9759e0dc6d78e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"faction23\";}s:8:\"geoffbel\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/geoffbel\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/7d6fd85658178125baa17b6055dd3be1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"GeoffBel\";}s:11:\"geoffgraham\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/geoffgraham\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/ac0d6274a6cea04669e66a20ec0ea204?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"geoffgraham\";}s:6:\"ggwicz\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/ggwicz\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/19cdf67614e5c802e1f6ad23439d792a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"ggwicz\";}s:8:\"jbrinley\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/jbrinley\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/8398939a88a8ac7bb49e36a4ed0001f5?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Jonathan Brinley\";}s:7:\"jentheo\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/jentheo\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/e02959cfbac1b4fab42cd6019c0e70c6?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"Jennifer\";}s:11:\"leahkoerper\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/leahkoerper\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/9fe5fa3836f54c58936a3979212da076?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"leahkoerper\";}s:8:\"lucatume\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/lucatume\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d393fcb75e0801c42fe5559ae1e846e6?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"lucatume\";}s:10:\"mastromktg\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/mastromktg\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/2b00cd58bc464b8c7f42444f4859489f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"mastromktg\";}s:6:\"mzaweb\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/mzaweb\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/e59d0777ab3367f9f0716a34cf0f2519?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Daniel Dvorkin\";}s:11:\"neillmcshea\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/neillmcshea\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/43599a71b1b6506a26d029221f1d61a9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"neillmcshea\";}s:10:\"nicosantos\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/nicosantos\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/95c71861e932eb1fa3ae45787414b256?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"nicosantos\";}s:19:\"patriciahillebrandt\";a:3:{s:7:\"profile\";s:50:\"https://profiles.wordpress.org/patriciahillebrandt\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/c03a2dae8f08c2a6073d0f71b436314b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"patriciahillebrandt\";}s:12:\"peterchester\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/peterchester\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/651c904bff2b7ba2365a3c9a798360d3?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Peter Chester\";}s:12:\"reidpeifer-1\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/reidpeifer-1\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/d64a708c47677a16cf4a89c6cc23a6ca?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"reid.peifer\";}s:10:\"roblagatta\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/roblagatta\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/c2717ee8bd708182011d2bc1fd1da67d?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Rob La Gatta\";}s:10:\"ryancurban\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/ryancurban\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/11614d0224a5e19da0b7f0d3c81b6016?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Ryan Urban\";}s:13:\"shanepearlman\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/shanepearlman\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/c1bfc093791f1d872b38a87d6e425ba2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Shane Pearlman\";}s:9:\"tribecari\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/tribecari\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/28fe59a13c190ef03d1c591b21f46ccc?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"Caroline\";}s:6:\"vicskf\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/vicskf\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/3a2a95b83191dc10b76ba61aba61c618?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Victor Zarranz\";}s:9:\"zbtirrell\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/zbtirrell\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/eeb48b1ae8eca09700c2c2642a1f7dcf?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Zach Tirrell\";}s:7:\"juanfra\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/juanfra\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/8f1aff2353626680d863c7fb4c5e7f66?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Juanfra Aldasoro\";}}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";s:3:\"5.6\";s:6:\"rating\";i:88;s:7:\"ratings\";a:5:{i:5;i:1317;i:4;i:90;i:3;i:57;i:2;i:42;i:1;i:145;}s:11:\"num_ratings\";i:1651;s:15:\"support_threads\";i:199;s:24:\"support_threads_resolved\";i:43;s:15:\"active_installs\";i:700000;s:12:\"last_updated\";s:21:\"2019-05-06 7:22pm GMT\";s:5:\"added\";s:10:\"2010-01-19\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:6:{s:11:\"description\";s:10170:\"<p>Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust.</p>\n<p>Packed with loads of useful features, The Events Calendar by Modern Tribe is ready to go right out of the box. It’s extensible, easy to use, and completely customizable.</p>\n<p>Just getting started? Read through the <a href=\"http://m.tri.be/2d\" rel=\"nofollow\">New User Primer</a> to get set up.</p>\n<p>Looking for additional functionality including recurring events, ticket sales, publicly submitted events, automatic imports, and more?</p>\n<p><strong>Check out <a href=\"http://m.tri.be/mj\" rel=\"nofollow\">Events Calendar PRO</a> and <a href=\"http://m.tri.be/2a\" rel=\"nofollow\">other add-ons</a></strong></p>\n<blockquote>\n<p><strong>New Import Tool!</strong><br />\n We’ve made bulk event imports easier to manage than ever. This add-on service for The Events Calendar allows you to import events from your favorite sources, including Meetup, Google Calendar, iCalendar, CSV, ICS and Other URLs (beta).<br />\n <a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Check out Event Aggregator now</a>.</p>\n</blockquote>\n<h4>Built solid & supported</h4>\n<p>The Events Calendar is crafted the WordPress way with hours of strategy, design, development, and testing going into each release. We stand behind our work and offer light support weekly for the community via the WordPress.org support forums.</p>\n<p>If you need a deeper level of support or a faster response to your specific question, our Events Calendar PRO add-on includes access to our premium support forums with a 24-48 hour response time during the workweek.</p>\n<p>Enjoy using The Events Calendar, know how to customize it, and want to make money helping people? We’re growing our community team and would love to hear from you. If you’re interested, <a href=\"http://m.tri.be/mk\" rel=\"nofollow\">check this out!</a></p>\n<h4>Plug-n-play & highly customizable</h4>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you’ll be making events in less than 5 minutes.</p>\n<p>By developers, for developers… it’s ready to be the foundation for your wildest hack sessions. Complete with a skeleton stylesheet to theme fast and efficiently, loads of tools including partial template overrides, a host of template tags, hooks and filters, <a href=\"http://m.tri.be/eu\" rel=\"nofollow\">careful documentation</a>, as well as a <a href=\"http://m.tri.be/ext\" rel=\"nofollow\">library of free extensions</a>. The Events Calendar is built FOR people who build websites.</p>\n<p>Whether your vision is big or small, you’re in good company. Hundreds of thousands of churches, eateries, small businesses, musicians, venues, and non-profits are publishing and promoting their events with The Events Calendar.</p>\n<p>The Events Calendar has been scaled to work on networks with over 25 million unique visitors per month and hundreds of thousands of events. Fortune 100 companies, major universities, government institutions, and some seriously epic startups showcase their events with our platform.</p>\n<h4>Features</h4>\n<p>Whether you’re operating a hyperlocal hub listing thousands of events, a university with many thousands of users, or you’re a sole business owner listing your classes, The Events Calendar has your back.</p>\n<ul>\n<li>Rapidly create events</li>\n<li>Saved venues & organizers</li>\n<li>Calendar month view with tooltips</li>\n<li>Event List view</li>\n<li>Day view</li>\n<li>Event search</li>\n<li>Google maps</li>\n<li>Widget: Upcoming events list</li>\n<li>Events Taxonomies (Categories & Tags)</li>\n<li>Google Calendar and iCal exporting</li>\n<li>WP REST API endpoints</li>\n<li>Completely ajaxified for super smooth browsing</li>\n<li>Completely responsive from mobile to tablet to desktop</li>\n<li>Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.</li>\n<li>Increase your SEO with Microformats</li>\n<li>Internationalized & translated</li>\n<li>Multiple stylesheets to improve integration</li>\n<li>Extensive template tags for customization</li>\n<li>Hooks & filters galore</li>\n<li>Caching support</li>\n<li>Debug mode for developers</li>\n<li><a href=\"http://m.tri.be/1a0r\" rel=\"nofollow\">Library of extensions</a></li>\n</ul>\n<h4>Submitting Patches</h4>\n<p>If you’ve identified a bug and have a fix, we’d welcome it at our <a href=\"https://github.com/moderntribe/the-events-calendar\" rel=\"nofollow\">GitHub page for The Events Calendar</a>. Simply submit a pull request so we can review as part of our <a href=\"http://m.tri.be/release-schedule\" rel=\"nofollow\">release cycle</a> and merge into the codebase if appropriate from there. If a pull request is rejected, we’ll do our best to tell you why. Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!</p>\n<h3>Documentation</h3>\n<p>All of our online documentation can be found on <a href=\"http://m.tri.be/eu\" rel=\"nofollow\">our documentation site</a>.</p>\n<p>Some links you may find particularly useful are:</p>\n<ul>\n<li><a href=\"http://m.tri.be/2l\" rel=\"nofollow\">The Events Calendar New User Primer</a></li>\n<li><a href=\"http://m.tri.be/2m\" rel=\"nofollow\">The Themer’s Guide to The Events Calendar</a></li>\n<li><a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">Knowledgebase</a></li>\n</ul>\n<p>If you have any questions about this plugin, you can post a thread in our <a href=\"https://wordpress.org/support/plugin/the-events-calendar\">WordPress.org forum</a>. Please search existing threads before opening a new one.</p>\n<p>The <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Modern Tribe premium support forums</a> are available for you to read. You won’t, however, be able to post a message in any forums beyond Pre-Sale Questions unless you have purchased a premium license.</p>\n<h3>Add-Ons</h3>\n<p>But wait: there’s more! We’ve got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over on <a href=\"http://m.tri.be/18wn\" rel=\"nofollow\">our website</a>.</p>\n<p>Our Free Plugins:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/event-tickets/\">Event Tickets</a></li>\n<li><a href=\"https://wordpress.org/plugins/advanced-post-manager/\">Advanced Post Manager</a></li>\n<li><a href=\"https://wordpress.org/plugins/gigpress/\">GigPress</a></li>\n<li><a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a></li>\n</ul>\n<p>Our Premium Plugins and Services:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a></li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> (service)</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a></li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a></li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a></li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a></li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">Eventbrite Tickets</a></li>\n</ul>\n<h3>Help</h3>\n<p>Welcome to The Events Calendar, a full-featured events management system for WordPress. Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you be awesome.</p>\n<p>If you aren’t familiar with The Events Calendar, check out our <a href=\"http://m.tri.be/2p\" rel=\"nofollow\">new user primer</a>. It’ll introduce you to the basics of what the plugin has to offer and will have you creating events in no time. From there, the resources below — extensive template tag documentation, FAQs, video walkthroughs and more — will give you a leg up as you dig deeper.</p>\n<p>Additional resources available include:</p>\n<ul>\n<li><a href=\"https://theeventscalendar.com/release-schedule/\" rel=\"nofollow\">Release Schedule</a></li>\n<li><a href=\"https://theeventscalendar.com/known-issues/\" rel=\"nofollow\">Known Issues</a></li>\n<li><a href=\"http://m.tri.be/eu\" rel=\"nofollow\">Documentation</a></li>\n<li><a href=\"http://m.tri.be/2n\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"http://m.tri.be/2t\" rel=\"nofollow\">Help Videos</a></li>\n<li><a href=\"http://m.tri.be/2u\" rel=\"nofollow\">Tutorials</a></li>\n<li><a href=\"http://m.tri.be/2v\" rel=\"nofollow\">Release Notes</a></li>\n<li><a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Forums</a></li>\n</ul>\n<p>We hit the <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\">The Events Calendar forum here on WordPress.org</a> about once a week, assisting users with basic troubleshooting and identifying bugs that have been reported. (If you are looking for more active support, might we suggest buying a PRO license? Our team hits the <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Premium Forums</a> daily.)</p>\n<p>Some things to consider before posting on the forum:</p>\n<ul>\n<li>Look through existing threads before posting a new one and check that there isn’t already a discussion going on for your issue.</li>\n<li>Your issue will be solved more quickly if you run a few checks before making a support request. Deactivate your plugins one by one – if the issue is fixed by deactivating a plugin you know you’ve got a plugin conflict. To test your Theme, revert to the default Twenty Twelve Theme to see if you are still experiencing the problem. If not, your Theme is the issue. Please provide this information when making your support request.</li>\n<li>Sometimes, just resetting your permalinks can fix the issue. Visit Events -> Settings -> Permalinks, save your permalinks with a different option and then save with your preferred choice again. This can solve events-related problems and is worth a shot before creating a new thread.</li>\n</ul>\n<p>Still not happy? Shoot us an email to support@theeventscalendar.com or tweet to <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">@TheEventsCal</a> and tell us why. We’ll do what we can to make it right.</p>\n\";s:12:\"installation\";s:999:\"<h4>Install & Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins –> Add New.</li>\n<li>Select the Upload option and hit “Choose File.”</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The ‘x.x’ will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That’s it! Just configure your settings as you see fit, and you’re on your way to creating events in style. Need help getting things started? Check out our <a href=\"http://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n\";s:3:\"faq\";s:5561:\"\n<h4>Are there any troubleshooting steps you’d suggest I try that might resolve my issue before I post a new thread?</h4>\n<p>\n<p>First, make sure that you’re running the latest version of The Events Calendar (4.6 as of this release). If you’re running Events Calendar PRO it needs to match the version number of The Events Calendar. And if you’ve got any other add-ons, make sure those are current / running the latest code as well.</p>\n<p>The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just The Events Calendar is running on your site. If the issue persists from there, revert to the default Twenty Fourteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you’ll know that is the source of the conflict.</p>\n<p>Note that we aren’t going to say “tough luck” if you identify a plugin/theme conflict. While we can’t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.</p>\n</p>\n<h4>I’m still stuck. Where do I go to file a bug or ask a question?</h4>\n<p>\n<p>Users of the free The Events Calendar should post their questions in the plugin’s <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\">WordPress.org forum</a>, which we hit about once a week (usually on Wednesdays). Please make sure to read <a href=\"http://m.tri.be/19oc\" rel=\"nofollow\">our sticky post</a> providing an overview of the support we provide free users BEFORE posting. If you find you’re not getting support in as timely a fashion as you wish, you might want to consider purchasing a PRO license.</p>\n<p>If you’re already a PRO user, you’re entitled access to our more actively-monitored <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Events Calendar PRO forum</a> on our website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all comments within 24-48 hours during the business week.</p>\n</p>\n<h4>Events Calendar PRO looks awesome! I’m sold! How can I get my hands on it?</h4>\n<p>\n<p>Events Calendar PRO can be purchased directly on <a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">our website</a>. There are five (5) license types available, and all licenses include access to premium support, new feature releases, and regular maintenance updates.</p>\n</p>\n<h4>I’m interested in PRO or another add-on, but there are a few questions I’ve got before making the purchase. Can you help me get those addressed?</h4>\n<p>\n<p>Absolutely. If you’re not finding your questions answered on the product pages, hit up our <a href=\"http://m.tri.be/2w\" rel=\"nofollow\">pre-sales forum</a> on our site. You can save yourself some time by reviewing the threads first to verify if your question has already been asked. If it hasn’t, post a new thread as a guest. We’ll get you a reply as quickly as we can, so you can make an informed decision regarding purchase.</p>\n</p>\n<h4>What add-ons are available for The Events Calendar, and where can I read more about them?</h4>\n<p>\n<p>The following add-ons are available for The Events Calendar:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a>, for adding premium calendar features like recurring events, advanced views, cool widgets, shortcodes, additional fields, and more!</li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a>, a service that effortlessly fills your calendar with events from Meetup, Google Calendar, iCalendar, Eventbrite, CSV, and ICS.</li>\n<li><a href=\"http://m.tri.be/18wj\" rel=\"nofollow\">Event Tickets</a> (free), which allows you to collect RSVPs to events. It can run alongside The Events Calendar or as a standalone plugin that adds RSVP functionality to WordPress posts and pages.</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a>, which allows you to sell tickets for your events using your favorite e-commerce platform.</li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a>, for allowing frontend event submission from your readers.</li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a>, which allows event organizers to sell tickets to the events they submit via Community Events.</li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a>, for adding advanced frontend filtering capabilities to your events calendar.</li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">Eventbrite Tickets</a>, for selling tickets to your event directly through Eventbrite.</li>\n</ul>\n</p>\n<h4>I have a feature idea. What’s the best way to tell you about it?</h4>\n<p>\n<p>We’ve got a <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas\" rel=\"nofollow\">UserVoice page</a> where we’re actively watching for feature ideas from the community. Vote up existing feature requests or add your own, and help us shape the future of the products business in a way that best meets the community’s needs.</p>\n</p>\n<h4>I’ve still got questions. Where can I find answers?</h4>\n<p>\n<p>Check out our extensive <a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">knowledgebase</a> for articles on using, tweaking, and troubleshooting our plugins.</p>\n</p>\n\n\";s:9:\"changelog\";s:136528:\"<h4>[4.9.1.1] 2019-05-06</h4>\n<ul>\n<li>Fix – Prevent Composer autoloader from throwing Fatal due to unexistent <code>setClassMapAuthoritative()</code> method [126590]</li>\n</ul>\n<h4>[4.9.1] 2019-05-02</h4>\n<ul>\n<li>Fix – Prevent recurring events all page to throw 404 when events are in the past [126790]</li>\n<li>Fix – Backwards compatibility for <code>eventDiplay</code> usage around <code>list</code> and <code>day</code> only showing upcoming events [126686]</li>\n<li>Fix – List events Widget will display events until their end date has passed [126837]</li>\n<li>Tweak – Add values for the JSON-LD object to avoid Google console errors. Fields added: <code>offers.availability</code>, <code>offers.category</code>, <code>offers.priceCurrency</code>, <code>offers.validFrom</code> and <code>performer</code> [120193]</li>\n<li>Tweak – Add <code>tribe_events_cost_unformatted</code> filter to allow WPML support for WooCommerce Multilingual</li>\n<li>Language – 0 new strings added, 168 updated, 0 fuzzied, and 5 obsoleted</li>\n</ul>\n<h4>[4.9.0.3] 2019-04-26</h4>\n<ul>\n<li>Fix – Prevent Composer autoloader from throwing Fatal due to unexistent <code>setClassMapAuthoritative()</code> method [126590]</li>\n</ul>\n<h4>[4.9.0.2] 2019-04-25</h4>\n<ul>\n<li>Fix – Avoid fatals due to Query method not been present by bumping version of Event Tickets required to 4.10.4.2</li>\n</ul>\n<h4>[4.9.0.1] 2019-04-25</h4>\n<ul>\n<li>Fix – Modifications to <code>tribe_get_events()</code> to resolve problems introduced by latest release <code>4.9.0</code></li>\n<li>Fix – Backwards compatibility for <code>\'eventDisplay\' => \'upcoming\'</code> on <code>tribe_get_events()</code>. Thanks @softwebteam, @mrwweb and @karks88 [126124]</li>\n<li>Fix – Single navigation to next and previous events using the Object Relational Mapping classes [126144]</li>\n<li>Fix – Events displayed correctly on all views, using End date instead of Start Date. Making sure events that are not over still show on upcoming [126259]</li>\n</ul>\n<h4>[4.9.0] 2019-04-17</h4>\n<ul>\n<li>Feature – Refactor the Database Connection to start using an Object Relational Mapping tool for a better tested codebase</li>\n<li>Feature – Add the <code>tribe_events()</code> function as entry-point to the Events ORM and the supporting filter code [116356, 115579]</li>\n<li>Feature – Add the <code>tribe_venues()</code> function as entry-point to the Venues ORM and the supporting filter code [116356, 115579]</li>\n<li>Feature – Add the <code>tribe_organizers()</code> function as entry-point to the Organizers ORM and the supporting filter code [116356, 115579]</li>\n<li>Feature – Add additional caching to The Events Calendar REST API archives and the Post Repository event/venue/organizer responses [117159]</li>\n<li>Feature – Include Freemius integration on to allow opt-in information collection for 10% of new users</li>\n<li>Tweak – Setting the site of Timezones will trigger queries using UTC to equalize event dates on Views</li>\n<li>Tweak – Add filter to allow deactivating Freemius <code>tribe_events_integrations_should_load_freemius</code></li>\n<li>Tweak – Include a way for third-party to handle Known Range rebuilding of events <code>tribe_events_rebuild_known_range</code></li>\n<li>Tweak – All new granular handling for UTC and Timezone saving on the Classic editor</li>\n<li>Tweak – Add support for the <code>tribe_suppress_query_filters</code> query variable to prevent the plugin’s own query filters from applying [116356, 115579]</li>\n<li>Tweak – Add the <code>tribe_events_has_next_args</code> and <code>tribe_events_has_previous_args</code> filters to allow filtering the arguments that check if next/previous archive pages or events are available [123950]</li>\n<li>Fix – Include second param for the <code>the_title</code> for Events, Venue and Organizer Rest API endpoints amd prevent warnings. Props to Alex [123317]</li>\n<li>Language – 5 new strings added, 167 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.8.2] 2019-03-04</h4>\n<ul>\n<li>Fix – Resolve console warnings around React key usage for Blocks Editor [121198]</li>\n<li>Fix – Improve our <code>tribe_paged</code> URL parameter sanitization, preventing themes from printing the variable and causing XSS security issues [123616]</li>\n<li>Fix – Change ordering for Eventbrite Tickets on Event Aggregator, Ascending order by date is now the default [121979]</li>\n<li>Tweak – Day light savings notice will now reset 4 times per year when using any UTC Timezone [123221]</li>\n<li>Tweak – Start date for Event Aggregator is now required on Eventbrite Tickets [121979]</li>\n<li>Language – 3 new strings added, 172 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.8.1] 2019-02-14</h4>\n<ul>\n<li>Feature – Introduced new “(do not override)” default post status for Eventbrite imports in Event Aggregator. This preserves events’ original statuses from Eventbrite.com upon import (e.g., “draft” events will not be automatically set to “publish” upon import) [112346]</li>\n<li>Fix – Make sure the setting for “Default mobile view” is respected. Thanks to Kathleen, Tim and others for reporting this! [119271]</li>\n<li>Fix – Apply block closer to price block [120108]</li>\n<li>Tweak – Added new filter <code>tribe_aggregator_new_event_post_status_before_import</code> to allow for custom handling of an event’s post status before EA an import is completed [112648]</li>\n<li>Tweak – Added filters: <code>tribe_events_admin_js_ajax_url_data</code></li>\n<li>Tweak – Unload Image Widget Plus version 1.0.2 or older to Prevent it from creating fatals on The Events Calendar</li>\n<li>Language – 2 new strings added, 150 updated, 1 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.8] 2019-02-04</h4>\n<ul>\n<li>Feature – Introduced new “(do not override)” default post status for Eventbrite imports in Event Aggregator. This preserves events’ original statuses from Eventbrite.com upon import (e.g., “draft” events will not be automatically set to “publish” upon import) [112346]</li>\n<li>Fix – Make sure the setting for “Default mobile view” is respected. Thanks to Kathleen, Tim and others for reporting this! [119271]</li>\n<li>Fix – Apply block closer to price block [120108]</li>\n<li>Tweak – Added new filter <code>tribe_aggregator_new_event_post_status_before_import</code> to allow for custom handling of an event’s post status before EA an import is completed [112648]</li>\n<li>Tweak – Added filters: <code>tribe_events_admin_js_ajax_url_data</code></li>\n<li>Tweak – Unload Image Widget Plus version 1.0.2 or older to Prevent it from creating fatals on The Events Calendar</li>\n<li>Language – 2 new strings added, 150 updated, 1 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.8.0.1] 2019-02-07</h4>\n<ul>\n<li>Fix – Modify extension dependency checking with new system to determine if it can load [122368]</li>\n<li>Tweak – Prevent most extensions from loading if Event Tickets is on an older version to prevent conflicts [122368]</li>\n</ul>\n<h4>[4.8] 2019-02-05</h4>\n<ul>\n<li>Feature – Add check and enforce PHP 5.6 as the minimum version [116282]</li>\n<li>Feature – Add system to check plugin versions to inform you to update and prevent site breaking errors [116841]</li>\n<li>Tweak – Added filters: <code>tribe_not_php_version_names</code></li>\n<li>Deprecated – Constants MIN_ET_VERSION and MIN_COMMON_VERSION in Tribe__Events__Main, use $min_et_version property and no replacement for MIN_COMMON_VERSION</li>\n<li>Deprecated – The <code>is_delayed_activation()</code>, <code>maybe_delay_activation_if_outdated_common()</code>, and <code>checkAddOnCompatibility()</code> method has been deprecated in <code>Tribe__Events__Main</code> in favor of new Dependency Checking System</li>\n<li>Language – 7 new strings added, 139 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.7.4] 2019-01-21</h4>\n<ul>\n<li>Fix – Display the tags block delimiter in the editor [119393]</li>\n<li>Fix – Fixed a number of small layout bugs with the new Twenty Nineteen core theme [119689]</li>\n<li>Fix – Save the “Event Options” when using the block editor [120168]</li>\n<li>Fix – Filter correctly when in Classic Editor page [120137]</li>\n<li>Fix – Give the ability to switch back from all day events in date time block [120266]</li>\n<li>Fix – Properly align the search or create results [120460]</li>\n<li>Fix – iCal export content for events created with the block editor [118679]</li>\n<li>Fix – Moved the “Remove venue” button for a better user experience when removing venues from an event [120267]</li>\n<li>Fix – Date/time block conflicts when clicking to open the block options [119413]</li>\n<li>Fix – Layout bugs with the new Twenty Nineteen core theme [119689]</li>\n<li>Fix – Include UTC dates meta on the event creation from the block editor [120399]</li>\n<li>Tweak – Ensure we don’t re-apply <code>wpautop()</code> to content that has had it removed [120562]</li>\n<li>Tweak – Added <code>tribe_events_admin_js_ajax_url_data</code> filter to make filtering the JS vars of TEC’s admin JS easier [116973]</li>\n<li>Tweak – Adjusted content in the admin welcome page that users are brought to upon newly activating The Events Calendar [117795]</li>\n<li>Tweak – Changed views: <code>blocks/event-tags</code></li>\n<li>Language – 3 new strings added, 21 updated, 1 fuzzied, and 5 obsoleted</li>\n</ul>\n<h4>[4.7.3] 2018-12-19</h4>\n<ul>\n<li>Tweak – Tweak the registration of the Event, Venue, and Organizer post types so they use some new post type labels introduced in WordPress 5.0 like <code>item_updated</code>, <code>item_scheduled</code>, etc. [119451]</li>\n<li>Fix – Password protected events breaking the month view. Thanks to Lindsay, Simon and others for flagging this out! [117385]</li>\n<li>Fix – Add proper capitalization for Event Price for Blocks Editor [119140]</li>\n<li>Fix – Make sure Datetime Format for Datepickers are respected on the Blocks Editor [117428]</li>\n<li>Fix – Correct text domain and remove old <code>events-gutenberg</code> [118656]</li>\n<li>Fix – Properly display recurrence description on Blocks Editor view [119354]</li>\n<li>Fix – Point support links to the correct places [117795]</li>\n<li>Language – 27 new strings added, 106 updated, 0 fuzzied, and 13 obsoleted</li>\n</ul>\n<h4>[4.7.2] 2018-12-13</h4>\n<ul>\n<li>Feature – Added new action <code>tribe_events_before_event_template_data_date_display</code> and <code>tribe_events_after_event_template_data_date_display</code></li>\n<li>Tweak – Corrected font on time picker components in Event Date Time block [116907]</li>\n<li>Tweak – Adjusted padding on the Event Date Time block [118697]</li>\n<li>Tweak – Set default start time to 8:00am and default end time to 5:00pm in Event Date Time block [118112]</li>\n<li>Fix – Corrected an issue where feature detection of async-process support would fire too many requests [118876]</li>\n<li>Fix – Removed tribe_events_template_data()’s dependency on Events Calendar PRO, which could lead to a fatal error under some conditions [119263]</li>\n<li>Fix – Made the Event Date Time block respect the timezone settings [118682]</li>\n<li>Fix – Removed Price block dashboard gap [118683]</li>\n<li>Fix – Made sure all block editor code for Meta saving is PHP 5.2 compatible</li>\n<li>Fix – Prevented <code>undefined</code> from been displayed at the Event Date Time separator fields [119337]</li>\n<li>Fix – Solved 500 error when trying to update an event [118058]s</li>\n</ul>\n<h4>[4.7.1] 2018-12-05</h4>\n<ul>\n<li>Feature – Added additional caching to TEC REST API archives and the Post Repository event/venue/organizer responses [117159]</li>\n<li>Feature – Added new <code>tribe_events_set_month_view_events_from_cache</code> action to make it easier to listen for when Month View events are retrieved from the Month View cache [116124]</li>\n<li>Fix – Importing CSV files with whitespace at the beginning of the rows won’t remove headers and skip columns on Preview [117236]</li>\n<li>Fix – Prevent JavaScript error in Month View when the Date filter is removed from the Tribe Bar (thank you to @tyrann0us on GitHub for submitting this fix!) [116995]</li>\n<li>Fix – Facilitate automated updates for Events Calendar PRO even if it’s requirements have not been met</li>\n</ul>\n<h4>[4.7.0.1] 2018-11-30</h4>\n<ul>\n<li>Fix – Update common library to maximize compatibility with earlier PHP versions (our thanks to @megabit81 for highlighting this problem) [119073]</li>\n<li>Fix – Update common library to ensure better compatibility with addons running inside multisite networks [119044]</li>\n<li>Language – 0 new strings added, 141 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.7] 2018-11-29</h4>\n<ul>\n<li>Feature – added new setting to activate the block editor on events for users running the WordPress 5.0 beta.</li>\n<li>Feature – added an Event Date Time block to add and display the event date and time</li>\n<li>Feature – added an Event Price block to add and display the event price and optional event description</li>\n<li>Feature – added an Event Organizer block to add and display an organizer on an event single</li>\n<li>Feature – added an Event Venue block to add and display the event venue information including optional link or map</li>\n<li>Feature – added an Event Website block to add and display an external website link as a button with custom label</li>\n<li>Feature – added an Event Sharing block to display event export options and allow for more customization</li>\n<li>Feature – added an Event Details Classic block to maintain a combined content display as in the classic editor</li>\n<li>Feature – added a Featured Image block to display an event’s featured image in the editor content</li>\n<li>Feature – added a Tags block to display an event’s tags in the editor content</li>\n<li>Feature – added an Event Categories block to display an event’s categories in the editor content</li>\n<li>Feature – added a new Events Blocks section to the block inserter</li>\n<li>Tweak – Added filters: <code>tribe_blocks_editor_update_classic_content_params</code>, <code>tribe_blocks_editor_update_classic_content</code>, <code>tribe_events_editor_default_classic_template</code>, <code>tribe_events_editor_default_template</code>, <code>tribe_events_google_maps_api</code>, <code>tribe_events_editor_assets_should_enqueue_frontend</code>, <code>tribe_events_single_map_zoom_level</code>, <code>tribe_events_single_event_time_formatted</code>, <code>tribe_events_single_event_time_title</code>, <code>tribe_events_event_block_datetime_use_yearless_format</code>, <code>tribe_get_event_website_link_target</code>, <code>tribe_events_single_event_time_formatted</code>, <code>tribe_events_single_event_time_title</code></li>\n<li>Tweak – Added actions: <code>tribe_blocks_editor_flag_post_classic_editor</code>, <code>tribe_events_editor_register_blocks</code>, <code>tribe_events_single_event_meta_primary_section_start</code>, <code>tribe_events_single_event_meta_primary_section_end</code>, <code>tribe_events_single_event_meta_secondary_section_start</code>, <code>tribe_events_single_event_meta_secondary_section_end</code>, <code>tribe_events_single_meta_details_section_start</code>, <code>tribe_events_single_meta_details_section_end</code>, <code>tribe_events_single_meta_map_section_start</code>, <code>tribe_events_single_meta_map_section_end</code>, <code>tribe_events_single_meta_organizer_section_start</code>, <code>tribe_events_single_meta_organizer_section_end</code>, <code>tribe_events_single_meta_venue_section_start</code>, <code>tribe_events_single_meta_venue_section_end</code></li>\n<li>Tweak – Changed views: <code>blocks/classic-event-details</code>, <code>blocks/event-category</code>, <code>blocks/event-datetime</code>, <code>blocks/event-links</code>, <code>blocks/event-organizer</code>, <code>blocks/event-price</code>, <code>blocks/event-tags</code>, <code>blocks/event-venue</code>, <code>blocks/event-website</code>, <code>blocks/featured-image</code>, <code>blocks/parts/details</code>, <code>blocks/parts/map</code>, <code>blocks/parts/organizer</code>, <code>blocks/parts/venue</code>, <code>silence</code>, <code>single-event-blocks</code>, <code>single-event</code>, <code>single-event/back-link</code>, <code>single-event/comments</code>, <code>single-event/content</code>, <code>single-event/footer</code>, <code>single-event/notices</code>, <code>single-event/title</code></li>\n<li>Language – 11 new strings added, 0 updated, 0 fuzzied, and 30 obsoleted</li>\n</ul>\n<h4>[4.6.26.1] 2018-11-21</h4>\n<ul>\n<li>Fix – Resolved a compatibility issue with WordPress version 4.7.11 and earlier (our thanks to @placer69 and @earthnutvt for flagging this) [118627]</li>\n</ul>\n<h4>[4.6.26] 2018-11-13</h4>\n<ul>\n<li>Fix – Fixed the setting-up of strings in the Tribe Bar datepicker to ensure they’re translatable into languages other than English [115286]</li>\n<li>Tweak – Improved the legibility of text in Featured Events that are in the Event List widget [116702]</li>\n<li>Tweak – Clarified a number of maps-related settings strings [114865]</li>\n</ul>\n<h4>[4.6.25] 2018-10-22</h4>\n<ul>\n<li>Fix – List only enabled views on the “Default View” option. Thanks to wescole, John Meuse and others for reporting! [114807]</li>\n<li>Fix – Handle left-over Facebook scheduled imports and notices [114831]</li>\n<li>Fix – Fixed event navigation when the mini calendar widget was on the event page. Props to Matt and wescole for flagging this [114359]</li>\n<li>Fix – Ensure columns without headers are handled in CSV imports [114199]</li>\n<li>Tweak – Added notice for the Events Gutenberg extension and eBook download [115543]</li>\n<li>Tweak – Avoid unnecessary HTTP calls in the Settings screens [114013]</li>\n<li>Tweak – Show only applicable refinements for the Eventbrite source types in Event Aggregator imports [107009]</li>\n<li>Tweak – Added <code>tribe_aggregator_resolve_geolocation</code> filter to allow for disabling of Geocoding using the EA service [114171]</li>\n<li>Tweak – Added <code>tribe_aggregator_clean_unsupported</code> filter to specify whether unsupported origin records should be removed or not</li>\n</ul>\n<h4>[4.6.24.1] 2018-10-08</h4>\n<ul>\n<li>Fix – Fixed an issue where a fatal error could be generated when trying to save a new Event Aggregator scheduled import [115339]</li>\n<li>Fix – Handle left-over Facebook scheduled imports and notices [114831]</li>\n<li>Tweak – Added the <code>tribe_aggregator_import_setting_origins</code> filter to the origins available for default import settings [115704]</li>\n</ul>\n<h4>[4.6.24] 2018-10-03</h4>\n<ul>\n<li>Fix – Prevent broken and low-resolution Google Maps if user has not provided a Google Maps API key of their own by providing our own fallback API key [114442]</li>\n<li>Fix – Only load widget assets when widget is active on the page [113141]</li>\n<li>Fix – Ensure that venue, organizer, and meta information doesn’t show on password-protected events [102643]</li>\n<li>Fix – Correct the Google Maps API link in the Settings help text to point to the correct API page [112322]</li>\n<li>Fix – Restores the event categories and tags creation summary in CSV imports [105888]</li>\n<li>Fix – Updated the Events Gutenberg extension install check to show only when the extension is not active [114577]</li>\n<li>Fix – Stop potential fatal errors from debug logging when running EA import actions from command line [114555]</li>\n<li>Fix – Fixed a bug where it was often not possible to un-check the “Enable JSON-LD” option in the Events List Widget (thanks to @myrunningresource and @craigwilcox for reporting this!) [113541]</li>\n<li>Fix – Ensure that the <code>tribe-events-bar-should-show</code> filter functions as aspected; if <code>__return_false</code> is passed, the Tribe Bar will be totally hidden (thanks @debranettles for reporting this!) [112260]</li>\n<li>Fix – Added checks to prevent JS Type Error in mobile view. Thanks szenenight, agrilife and others for flagging this! [113524]</li>\n<li>Tweak – Added the <code>tribe_events_month_daily_events</code> filter to the Month view [114041]</li>\n<li>Tweak – Move Google Maps API loading to tribe_assets and only load once on single views when PRO is active, thanks to info2grow first reporting [112221]</li>\n<li>Tweak – Accept 0 as an argument in tribe_get_events() so that <code>\'post_parent\' => 0</code> works, thanks Cy for the detailed report [111518]</li>\n<li>Fix – handle left-over Facebook scheduled imports and notices [114831]</li>\n<li>Tweak – Added new filters for customizing the fallback Google Maps embeds: <code>tribe_is_using_basic_gmaps_api</code>, <code>tribe_get_basic_gmap_embed_url</code>, and <code>tribe_get_basic_gmap_embed_url_args</code> [114442]</li>\n<li>Tweak – Fixed the handling of the global $post variable in some Month View templates to make it easier for themers to customize those templates [113283]</li>\n<li>Tweak – Ensure linked posts are listed alphabetically in metabox dropdowns, as they are in all other admin locations [108120]</li>\n<li>Tweak – Added the <code>tribe_events_month_daily_events</code> filter to the Month view [114041]</li>\n<li>Tweak – Move Google Maps API loading to tribe_assets and only load once on single views when PRO is active, thanks to info2grow first reporting [112221]</li>\n<li>Tweak – Accept 0 as an argument in tribe_get_events() so that <code>\'post_parent\' => 0</code> works, thanks Cy for the detailed report [111518]</li>\n<li>Tweak – Added the <code>tribe_aggregator_record_by_origin</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_aggregator_service_post_import_args</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_aggregator_import_validate_meta_by_origin</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_events_aggregator_refine_keyword_exclusions</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_events_aggregator_refine_location_exclusions</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_aggregator_event_translate_service_data_field_map</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_aggregator_event_translate_service_data_venue_field_map</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_aggregator_event_translate_service_data_organizer_field_map</code> filter to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_events_status_third_party</code> action to allow new EA origins [114652]</li>\n<li>Tweak – Added the <code>tribe_events_aggregator_import_form</code> action to allow new EA origins [114652]</li>\n<li>Tweak – Added <code>$origin_show_map_options</code> parameter to the <code>tribe_aggregator_fields</code> filter to allow new EA origins to make use of them [114652]</li>\n<li>Fix – Fixed an issue where a fatal error could be generated when trying to save a new Event Aggregator scheduled import [115339]</li>\n</ul>\n<h4>[4.6.23] 2018-09-12</h4>\n<ul>\n<li>Fix – Fixed the “Full Styles” mobile view. Thanks Matthew, Laura and others for flagging this! [112301]</li>\n<li>Fix – Modify resource url function to work in mu-plugin directory, thanks to Doug for reporting it [86104]</li>\n<li>Fix – Remove references to and settings for Facebook importing in Event Aggregator [112432]</li>\n<li>Fix – Ensure Event Aggregator allows for importing events from Eventbrite sites other than eventbrite.com, including but not limited to eventbrite.ca, .co.uk, and .co.nz [107821]</li>\n<li>Fix – Allow venue location fields to be intentionally empty on Venue Singular REST API calls [108834]</li>\n<li>Tweak – Add the WordPress Custom Fields Metabox show|hide settings from the Events Calendar Pro [109815]</li>\n<li>Tweak – Allow changing Event Aggregator import process system between the asynchronous and the cron-based one; previously only available as a filter [113418, 113475]</li>\n<li>Tweak – Allow stopping and clearing asynchronous queue processes from the admin UI [113418, 113475]</li>\n<li>Deprecated – <code>Tribe__Events__Aggregator__Record__Facebook</code></li>\n</ul>\n<h4>[4.6.22.1] 2018-08-27</h4>\n<ul>\n<li>Fix – Allow user to choose venues not created by them. Props to @integrity, @nomadadmin, and many others for reporting this! [113147]</li>\n</ul>\n<h4>[4.6.22] 2018-08-22</h4>\n<ul>\n<li>Add – Allow filtering events, in REST API requests, by their post ID with <code>include</code> [94326]</li>\n<li>Add – Enable future event display to get all events in the future that have not started [70769]</li>\n<li>Add – Allow filtering events, in REST API requests, by their post ID with <code>include</code> [94326]</li>\n<li>Add – Enable future event display to get all events in the future that have not started [70769]</li>\n<li>Fix – Prevent subsequent CSV imports from duplicating events in some instances [102745]</li>\n<li>Fix – The “Import events but preserve local changes to event fields” Event Aggregator change authority setting will now behave as expected [87443]</li>\n<li>Fix – Multiple fixes regarding linked post types (e.g. Organizers and custom post types) – props to @natureslens and others for reporting these [105116]:\n<ul>\n<li>Now correctly saves in their drag-and-drop order</li>\n<li>Deprecated the functions added in version 4.6.13 that previously attempted to fix ordering logic but was not done in a backwards-compatible way: <code>get_order_meta_key()</code> and <code>tribe_sanitize_organizers()</code></li>\n<li>We no longer rely on a separate postmeta value dedicated to ordering linked posts (e.g. <code>_EventOrganizerID_Order</code>), and you may want to remove all such values from your database after re-saving any events that have linked posts and their ordering is important</li>\n<li><code>tribe_get_linked_posts_by_post_type()</code> now works as expected, no longer returning zero results in error, nor returning all of the post type’s posts if there are none linked. The <code>tribe_events_return_all_linked_posts_if_none</code> filter was added, as it is necessary for this fix.</li>\n<li>Editing an existing event no longer loses the linked posts just because they were not part of the submission. Example of the bug in prior versions: If organizers are editable in the wp-admin event edit screen but not on the Community Events “event edit” form (via template override or other custom code), all pre-existing organizers were removed in error.</li>\n</ul>\n</li>\n<li>Fix – Handle the case where Event Aggregator import queues might get stuck when deleting import records [111856]</li>\n<li>Fix – Only show admin notice when it is a top-level page with the event slug, thanks to MikeNGarrett for the code fix! [111186]</li>\n<li>Fix – Change template_redirect to an action for some legacy view redirects, thanks barryceelen! [110463]</li>\n<li>Fix – Correctly import and set Organizers for iCal and ICS files Event Aggregator imports [96059]</li>\n<li>Fix – Retain category title in month view and month view shortcode, thanks corthoover for the first report [108258]</li>\n<li>Fix – The “Import events but preserve local changes to event fields” Event Aggregator change authority setting will now behave as expected [87443]</li>\n<li>Fix – Handle the case where Event Aggregator import queues might get stuck when deleting import records [111856]</li>\n<li>Fix – Prevent subsequent CSV imports from duplicating events in some instances [102745]</li>\n<li>Fix – Fix the classic header option not working. Thanks @hanemac, David Luyendyk and others for flagging this! [111672]</li>\n<li>Tweak – Namespace javascript debug function to prevent conflicts causing a function found, thanks to Tom-Mulvey for the fix [110462]</li>\n<li>Tweak – Add venue name to address string for iCal and gCal export, thanks for the coding from sylviavanos [110464]</li>\n<li>Tweak – Drop the order from the query WPML linked query as it is set later in the method, thanks to dgwatkins for the PR [110459]</li>\n<li>Tweak – Display JS debug messages only if setting is set or through the <code>tribe_events_js_debug</code> filter. Thanks to Rob, @aand and others for flagging this! [82781]</li>\n</ul>\n<h4>[4.6.21] 2018-08-01</h4>\n<ul>\n<li>Add – Make global $post obj available to tribe_events_get_the_excerpt() with setup_postdata($post) [108043]</li>\n<li>Add – Added WPML metadata improvements for Organizers and Venue. Thanks to David Garcia Watkins and the entire WPML team for their contribution [106798]</li>\n<li>Fix – Ensure no console errors are being displayed if there’s no Google Maps API key present. Thanks Greg for flagging this [95312]</li>\n<li>Fix – Fixed an issue where saving Event Aggregator scheduled imports with an empty preview would generate PHP notices [110311]</li>\n<li>Fix – Escape each closing html element in month view tooltip to prevent PHP parser from exposing html, thanks to Karen for a solution [64834]</li>\n<li>Fix – Sending empty ‘categories’ and ‘tags’ for the REST API event endpoints when inserting and updating events [109627]</li>\n<li>Fix – Prevent selection of past dates when setting up Scheduled Other URL Imports in Event Aggregator [111227]</li>\n<li>Tweak – Manage plugin assets via <code>tribe_assets()</code> [40267]</li>\n<li>Deprecated – Tribe__Events__Asset__Abstract_Asset in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Abstract_Events_Css in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Admin_Menu in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Admin_Ui in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Admin in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Ajax_Calendar in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Ajax_Dayview in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Ajax_List in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Bootstrap_Datepicker in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Calendar_Script in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Chosen in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Datepicker in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Dialog in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Dynamic in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Ecp_Plugins in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Events_Css_Default in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Events_Css_Full in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Events_Css_Skeleton in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Events_Css in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Factory in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Jquery_Placeholder in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Jquery_Resize in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__PHP_Date_Formatter in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Settings in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Smoothness in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Tribe_Events_Bar in favor of using <code>tribe_asset</code></li>\n<li>Deprecated – Tribe__Events__Asset__Tribe_Select2 in favor of using <code>tribe_asset</code></li>\n</ul>\n<h4>[4.6.20.1] 2018-07-10</h4>\n<ul>\n<li>Fix – Fix an issue where Event Aggregator imports might get blocked at 1% progress [110258]</li>\n<li>Fix – Fix the error displayed when navigating the month view via shortcode. Thanks Lam, @ltcalendar, Disk and others for flagging this! [109589]</li>\n</ul>\n<h4>[4.6.20] 2018-07-09</h4>\n<ul>\n<li>Feature – Add featured event column support for CLI imports [108027]</li>\n<li>Fix – Display the exact search term in the “no results” notice on the events page [106991]</li>\n<li>Fix – Allow venue and organizer fields to be intentionally empty on Event Singular REST API calls [109482]</li>\n<li>Fix – Added basic checks to prevent saving obviously-invalid event meta values, such as sending <code>EventStartMinute</code> of <code>60</code> (since it should be 0-59) to <code>tribe_create_event()</code>. This prevents falling back to “zero” values (e.g. Unix Epoch) when another value was intended. Thanks to @compton-bob for flagging this via our Help Desk. [109722]</li>\n<li>Fix – Add Privacy Policy guide for The Events Calendar [108454]</li>\n<li>Tweak – Added event ID parameter to <code>tribe_events_event_classes</code> filter to make it more useful [64807]</li>\n<li>Tweak – Added the <code>tribe_aggregator_record_finalized</code> action to allow developers to act before Event Aggregator imports start [109938]</li>\n</ul>\n<h4>[4.6.19] 2018-06-20</h4>\n<ul>\n<li>Feature – CSV importer now supports a featured event column [72376]</li>\n<li>Add – Add Eventbrite Icon to Third Party Accounts on the help page [105388]</li>\n<li>Add – Accessibility repair: new title-bar template for loop views included above the filter bar and content containing the page title in a <code>h1</code> tag.</li>\n<li>Fix – Accessibility repair: adjust main content container element from <code>div</code> to <code>main</code>.</li>\n<li>Fix – More robust handling of errors and exceptions during Event Aggregator imports [107929]</li>\n<li>Fix – Ensure that the “Export Events” button is properly displayed in month view when paginating. Thanks to @linpleva, Steven, Will and others for flagging this! [104751]</li>\n<li>Fix – Month view pagination for datepicker formats: YYYY.MM.DD, MM.DD.YYYY, and DD.MM.YYYY. Thanks @netzwerk, @wdburgdorf, @oliverwick and others for notifying us! [105443]</li>\n<li>Fix – Resolved customizer inconsistencies with month/week views and full styles [69758]</li>\n<li>Fix – Check the Events Aggregator license each time the page is accessed [67864]</li>\n<li>Fix – Improve Event Import message responses from Event Aggregator for certain cases where “Unknown service message” would be returned [107606]</li>\n<li>Fix – Make the date picker respect the “Start of the week” Setting. Thanks to @websource, @dsb and others for flagging this! [76320]</li>\n<li>Fix – Correct the “View All” link when using the events month view and plain permalinks. props to Kay and Robert for notifying us [72544]</li>\n<li>Fix – Keep filter bar date when changing from month to list view, with all datepicker formats. Thanks to Caio for reporting this! [83018]</li>\n<li>Fix – Correct the pagination in list view when a keyword is being searched. Thanks to @versi, @akr and Mary for reporting this! [94613]</li>\n<li>Fix – Split linked posts (Organizers and Venues) by ownership, for all users [71349]</li>\n<li>Fix – The connected status for Eventbrite under Third Party Accounts on the Help page [106868]</li>\n<li>Fix – Fixed two PHP 5.2 errors on the Events > Help page [108338]</li>\n<li>Fix – Display the correct Import Settings when Eventbrite Tickets is enabled [106947]</li>\n<li>Tweak – Modify the default values for the CSV settings if there’s no EA license [94426]</li>\n<li>Tweak – Added classes to meta output in Single Event meta templates to facilitate customization [62704]</li>\n<li>Tweak – Add the <code>tribe_aggregator_async_insert_event</code> filter to allow overriding the Event Aggregator asynchronous event insertion [107929]</li>\n<li>Tweak – Add the <code>\'tribe_aggregator_async_import_event_task</code> filter to allow overriding the Event Aggregator asynchronous import task [107929]</li>\n<li>Tweak – Added venue google map link to events in Day view [91610]</li>\n<li>Tweak – Renamed the Time zone mode option “Use the local time zones for each event” to “Use manual timezones for each event” (thanks @hikeitbaby for the suggestion) [67148]</li>\n<li>Tweak – Accessibility repair: heading hierarchy improvements throughout.</li>\n<li>Tweak – Accessibility repair: make sure all elements have unique <code>id</code> attributes.</li>\n<li>Tweak – Accessibility repair: remove redundant tab stops on feature image links.</li>\n<li>Tweak – Accessibility repair: filter bar view selector adjustments.</li>\n<li>Tweak – Accessibility repair: provide meaningful aria labels for filter bar inputs.</li>\n<li>Tweak – Accessibility repair: hide Google Map embeds from screen readers.</li>\n<li>Tweak – Enable only url imports for Eventbrite when that plugin is not active [107415]</li>\n<li>Tweak – The EB 4.5 migration process to better detect events for migration and insure all fields are migrated [106623]</li>\n<li>Tweak – Add <code>tribe_events_month_has_events_filtered</code> function and filter to see if there are events on a certain month, with filters (categories, search) [67607]</li>\n<li>Language – 68 new strings added, 406 updated, 3 fuzzied, and 37 obsoleted</li>\n</ul>\n<h4>[4.6.18] 2018-06-04</h4>\n<ul>\n<li>Add – Eventbrite to Event Aggregator import origins [61172]</li>\n<li>Add – Priority attribute to Import Setting fields to be able to customize order of fields [61173]</li>\n<li>Add – Default category and change authority for Eventbrite Imports [61173]</li>\n<li>Add – Ability to schedule Eventbrite imports through Event Aggregator [35454]</li>\n<li>Add – Preview for Eventbrite events in the import screen ordered from farthest future event to closest [70130]</li>\n<li>Add – Import Eventbrite events using the Other URL import origin [81825]</li>\n<li>Add – Ability to preview and import multiple Eventbrite events using the Organizer URL [94284]</li>\n<li>Add – Import from Eventbrite Location Search URL, i.e. https://www.eventbrite.com/d/or–portland/events/ [94588]</li>\n<li>Tweak – Move Eventbrite settings from Legacy Import to Settings Import Tab [94388]</li>\n<li>Tweak – Add Eventbrite imports to the Import History Tab [81826]</li>\n<li>Tweak – Remove Legacy Imports UI [81829]</li>\n</ul>\n<h4>[4.6.17] 2018-05-29</h4>\n<ul>\n<li>Tweak – Add tribe_redirected parameter to enable a visitor to select another view after default mobile redirect, thanks to Marcella for notifying us [102743]</li>\n<li>Fix – Hide any errors generated by servers that don’t support <code>set_time_limit()</code> (props to @jsww for flagging this!) [64183]</li>\n<li>Fix – Add a warning when the site Timezone is set to UTC [105217]</li>\n<li>Fix – An issue with organizers and venues not being attached to events on Eventbrite import [106869]</li>\n<li>Language – 4 new strings added, 170 updated, 1 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.16] 2018-05-16</h4>\n<ul>\n<li>Tweak – Replaced the Aggregator queue processing system to run independently of WP Cron (not for CSV) [105650]</li>\n<li>Fix – Prevents notices for Events Community when handling State and Province fields [106415]</li>\n</ul>\n<h4>[4.6.15] 2018-05-09</h4>\n<ul>\n<li>Feature – Added wp-cli command to import events from a source with Event Aggregator. See <code>wp event-aggregator import-from --help</code> to know more [104426]</li>\n<li>Feature – Added wp-cli command to run scheduled imports with Event Aggregator. See <code>wp event-aggregator run-import --help</code> to know more [104426]</li>\n<li>Fix – Ensure that organizers can be deleted when an event has multiple organizers [103715]</li>\n<li>Fix – Fixed a bug where the <code>[tribe_events]</code> Month View pagination would fail when no Tribe Bar was visible and plain permalinks were being used [95720]</li>\n<li>Fix – Prevent <code>url_to_postid</code> from running when on the main events page to avoid query conflicts [94328]</li>\n<li>Fix – Prevent 404s and malformed URLs that would sometimes arise when navigating to a past-events view from the “All”-events view on a single recurring event [43925]</li>\n<li>Fix – Make the <code>[tribe_events]</code> shortcode’s output scroll to top when using the List View to match the non-shortcode List View [81509]</li>\n<li>Fix – Ensure that default venue and address values are used throughout various venue-creation forms [63915]</li>\n<li>Tweak – Honor the return types for <code>tribe_has_next_event</code> and <code>tribe_has_previous_event</code> when the global query is null</li>\n<li>Language – 28 new strings added, 290 updated, 29 fuzzied, and 7 obsoleted</li>\n</ul>\n<h4>[4.6.14.1] 2018-04-18</h4>\n<ul>\n<li>Fix – Fixed fatal error that would sometimes arise when The Events Calendar was set to display on the front page</li>\n</ul>\n<h4>[4.6.14] 2018-04-18</h4>\n<ul>\n<li>Fix – Updated the “front page” logic to store the value in the DB instead of “mocking” the view via JS [100832]</li>\n<li>Fix – Fixed the generation of PHP warnings on retrieval of posts if the “Include events in main blog loop” option is checked (thanks to Colin Carmichael for reporting this problem) [97667]</li>\n<li>Fix – Made the <code>tribe-ea-record</code> custom post type (used to store Event Aggregator record information) private [99106]</li>\n<li>Fix – Expanded the size of the time zone input in the admin to allow for better visibility for long names [100363]</li>\n<li>Fix – If the main events page is set to be the site’s front page, ensure it shows as “selected” in the Customizer’s front page option [100832]</li>\n<li>Fix – Fixed an issue where failed Event Aggregator scheduled imports would re-attempt the import too soon [102489]</li>\n<li>Fix – Ensure the Tribe Bar displays all the available ranges of dates and times [100646]</li>\n<li>Fix – Hid the filters in the Tribe Bar if a unique view is enabled [75114]</li>\n<li>Fix – Fixed some imported-event handling so that events with no time and that aren’t all-day events do not display on the front-end [93979]</li>\n<li>Fix – Changed the HTTP status codes of empty event, venue, organizer, category, and tag archives from 404 to 200 and return empty arrays to stick with WP REST API standard [102283]</li>\n<li>Fix – Better “guessing” on column mapping during the import of CSV file (thanks to April in our Help Desk for flagging this problem!) [96162]</li>\n<li>Fix – Add new <code>tribe_events_linked_post_type_meta_key</code> filter, required to be set for each custom linked post type, to output custom linked post types in their drag-and-drop order (thanks @natureslens for highlighting the issue) [100733]</li>\n<li>Tweak – Added the <code>tribe_aggregator_find_matching_organizer</code> and <code>tribe_aggregator_find_matching_venue</code> filters in Events Aggregator to allow the definition of custom Venue and Organizer match criteria [97292]</li>\n<li>Tweak – Display the retry time for a failed Event Aggregator scheduled import in the Scheduled tab [102489]</li>\n<li>Tweak – Add new filter, <code>tribe_events_import_event_duplicate_matches</code>, to determine if an event is part of the duplicates matches [77956]</li>\n<li>Tweak – Ensure “secondary” maps, e.g. in the sidebar, have the same full-width behavior as “main” maps [74052]</li>\n<li>Tweak – Restore some missing header navigation elements [99742]</li>\n<li>Tweak – Add notice if an import is missing required columns [67886]</li>\n<li>Tweak – Save time zone and time zone abbreviation fields (if provided) even if date was not changed when saving event through API [102705]</li>\n</ul>\n<h4>[4.6.13] 2018-03-28</h4>\n<ul>\n<li>Feature – Added facilities allowing users to trash or permanently delete expired events [98826]</li>\n<li>Fix – Corrected the behavior of the previous/next event links rendered on single event pages (props to @jeremyfelt for fixing this) [101757]</li>\n<li>Fix – Save order of organizers as displayed in the admin (thanks to JobInfo and others for report) [79126]</li>\n<li>Tweak – Added Gutenberg compatibility for the Gutenberg Extension plugin</li>\n<li>Tweak – Added new filter <code>tribe_tickets_venue_action_links_edit_url</code> to modify the venue edit link for the sales and attendee reports [93923]</li>\n<li>Tweak – Altered day view to start at 00:00:00 and not 00:00:01 [99641]</li>\n</ul>\n<h4>[4.6.12] 2018-03-08</h4>\n<ul>\n<li>Fix – Resolved an oversight resulting in notice-level errors when the <code>tribe_event_is_on_date()</code> function was called incorrectly (props to @sharewisdom for pointing this out) [99117]</li>\n<li>Fix – Resolved errors within the admin environment when the “ticketed” view of events is generated [99266]</li>\n<li>Fix – Improved compatibility with WordPress SEO in relation to the default mobile events view [68716]</li>\n<li>Fix – Resolved Javascript errors in month view which were triggered under some conditions by the presence of password-protected events [99089]</li>\n<li>Fix – Improved logic responsible for identifying which events are expired (in the past) by using timezone-aware comparisons [91168]</li>\n<li>Fix – Corrected the export of upcoming events from single organizer pages (added to support changes in Events Calendar PRO) [70727]</li>\n<li>Tweak – Added safety checks around our use of the global $wp_query object (thanks @archetypalsxe for highlighting this issue!) [100199]</li>\n<li>Tweak – Renamed ‘Use Javascript to control date filtering’ option to ‘Enable live refresh’ and improved the associated helper text [98022]</li>\n<li>Tweak – Added caching to reduce the number of HTTP requests being made in relation to Event Aggregator within the admin environment [99486]</li>\n<li>Tweak – Improved performance by reducing the number of queries that run in single event pages (in relation to <code>tribe_get_prev_event_link()</code> and <code>tribe_get_next_event_link()</code> specifically) [94587]</li>\n<li>Tweak – Added pagination to single organizer and venue pages [97772]</li>\n<li>Tweak – Improved compatibility with the Twety Seventeen theme (ensuring the calendar is full-width if set to be the site’s homepage) [97977]</li>\n<li>Language – 3 new strings added, 161 updated, 1 fuzzied, and 2 obsoleted</li>\n</ul>\n<h4>[4.6.11.1] 2018-02-16</h4>\n<ul>\n<li>Fix – The render of the venue and organizer templates (thanks to Antonio and others for reporting this in our forums) [99550]</li>\n<li>Fix – Make sure events on calendar are not affected by DST changes [99537]</li>\n</ul>\n<h4>[4.6.11] 2018-02-14</h4>\n<ul>\n<li>Fix – Ensure parity of CSS styles between the default Month View and the embedded Month Views generated by Events Calendar PRO’s [tribe_events] shortcode (thanks @copoloff for reporting this bug!) [92329]</li>\n<li>Fix – If <code>tribe_ical_feed_calname</code> is empty the property <code>X-WR-CALNAME</code> is not added to the .ics file [46620]</li>\n<li>Fix – Stopped modifications of the main query if is in a single post to allow custom variables don’t affect the page loading when using shortcode (our thanks to Joseph Reckley and others for highlighting this problem) [91787]</li>\n<li>Tweak – Fixed a handful of small CSS bugs in the mobile views of the Twenty Sixteen, Twenty Fifteen, and Twenty Fourteen themes [95693]</li>\n<li>Tweak – Added new hooks (<code>tribe_events_ical_before</code>, <code>tribe_events_ical_events_list_args</code> and <code>tribe_events_ical_events_list_query</code>) to allow further customization of the iCal feed [86227]</li>\n<li>Tweak – Added safeguards to reduce conflicts when lodash and underscore are used on the same site [92205]</li>\n<li>Language – 0 new strings added, 41 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.10.1] 2018-01-26</h4>\n<ul>\n<li>Fix – Make sure rewrite rule for <code>/events</code> is not hardcoded and is based on dynamic option field (thanks to @earnjam and others for flagging this problem) [98463]</li>\n</ul>\n<h4>[4.6.10] 2018-01-23</h4>\n<ul>\n<li>Fix – Allow The Events Calendar REST API to be disabled using the <code>tribe_events_rest_api_enabled</code> filter [97209]</li>\n<li>Fix – Remove the errant <code>div.tribe-events-single-section</code> on the single event view when there is no venue [97615]</li>\n<li>Fix – Make sure the date for past events is set to the current date not the end of the day of the current date [71936]</li>\n<li>Fix – Use <code>featured_color_scheme_custom</code> if present as mechanism to overwrite the default color scheme for highlight color [96821]</li>\n<li>Fix – Make sure the date for past events is set to the current date not the end of the day of the current date [71936]</li>\n<li>Tweak – Trigger an event <code>map-created.tribe</code> when a map is created to allow flexibility on customization [91984]</li>\n<li>Tweak – Add a link to the knowledge base about ‘Setting Up Your Google Maps API Key’ [89761]</li>\n<li>Tweak – Add <code>the_title</code> filter to events called by <code>tribe_events_template_data</code> [38237]</li>\n<li>Tweak – Made the “events” and “event” slugs translatable by WPML and other multilingual plugins [95026]</li>\n<li>Tweak – Introduced the <code>tribe_events_query_force_local_tz</code> filter to allow for forcing non-UTC event start and end times in Tribe__Events__Query [92948]</li>\n<li>Tweak – Prevent empty or otherwise-invalid values for various date-format options in the Display settings [94725]</li>\n<li>Tweak – Brought day number headers in the Month View into compliance with WCAG 2.0 accessibility standards when using the “Tribe Events” stylesheet [68411]</li>\n<li>Tweak – Improved the alignment of the event cost on the single-event view (props to @canberraclimbersassociation for reporting this bug) [97208]</li>\n<li>Tweak – Added some more context to the labeling of the “Number of events per page” option (thanks to Todd H. for highlighting this label) [73659]</li>\n<li>Tweak – Improve performance on Event Admin List Count by removing JOIN and use cached results [63567]</li>\n<li>Tweak – Made the “/page/” component of some views’ URL string translatable [40976]</li>\n<li>Tweak – Button “Merge Duplicates” is always visible from now on [75208]</li>\n<li>Tweak – Allow queries to explicitly include or exclude events that are nominally hidden from event listings [91254]</li>\n</ul>\n<h4>[4.6.9] 2018-01-10</h4>\n<ul>\n<li>Feature – Add new utility functions tribe_is_events_home and tribe_is_events_front_page similar to native WP is_home and is_front_page [42195]</li>\n<li>Fix – Avoid issues when importing multiple organizers that specify images [96354]</li>\n<li>Fix – Make sure latitude and longitude information from iCal feeds is used if available [96363]</li>\n<li>Fix – Fixed an issue that prevented EA from importing images attached to Facebook events [96393]</li>\n<li>Fix – Remove the duplicate filter call that was running twice for <code>tribe_rest_venue_data</code> [96090]</li>\n<li>Tweak – Added new <code>tribe_aggregator_import_event_image</code>, <code>tribe_aggregator_import_venue_image</code> and <code>tribe_aggregator_import_organizer_image</code> filter so that users can control whether, during EA imports, images should be attached to post or not [96393]</li>\n<li>Tweak – Made it possible to translate the iCal feed’s description field (props @gafderks) [96677]</li>\n<li>Tweak – Improved escaping of map IDs (props LucaPipolo) [96772]</li>\n<li>Tweak – Added new REST API endpoint that allows looking up organizers by slug instead of ID at the path <code>organizers/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>organizers/{ID}</code> [96088]</li>\n<li>Tweak – Added new REST API endpoint that allows looking up venues by slug instead of ID at the path <code>venues/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>venues/{ID}</code> [96088]</li>\n<li>Tweak – Added <code>slug</code> to the REST API responses for organizer and venue data [96088]</li>\n<li>Tweak – Added <code>slug</code> to the REST API parameters allowed to use when inserting or updating an organizer or event [96088]</li>\n<li>Tweak – Added action: <code>tribe_events_venue_save</code> [96069]</li>\n<li>Tweak – Added action: <code>tribe_events_organizer_save</code> [96069]</li>\n<li>Tweak – Added filter: <code>tribe_events_rest_venue_prepare_postarr</code> [96069]</li>\n<li>Tweak – Added filter: <code>tribe_events_rest_organizer_prepare_postarr</code> [96069]</li>\n<li>Tweak – Old <code>tribe_rest_venue_data</code> filter was passing the venue and the event two the second parameter because of the duplication. Now it has the second parameter as $venue, third parameter as $event if event ID was provided [96090]</li>\n<li>Language – 5 new strings added, 30 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.8] 2017-12-18</h4>\n<ul>\n<li>Fix – Preserve filter bar checkbox selections when changing views [66749]</li>\n<li>Fix – Fix radio filters so they are only included as values when switching views when checked [72954]</li>\n<li>Fix – Ensure the correct properties are set for list widget queries, to avoid problems when running alongside Events Calendar PRO (props @KZeni) [94105]</li>\n<li>Fix – Fixed some layout issues with the “Buy Now” button and stock labels on mobile list views [81115]</li>\n<li>Fix – Fixed issue where left- or right-aligned images at the bottom of event descriptions would overlap event meta on single-event pages [71134]</li>\n<li>Fix – Fixed issue where Google Maps Link would display in some situations even when there is no address information for which to generate a link. [94909]</li>\n<li>Fix – Corrected reference to a Select2 asset (our thanks to @pyxis630 for flagging this problem and props to @andrasguseo for the fix) [95348]</li>\n<li>Fix – Ensure that when start and end dates are passed to the REST API, all events within the date range are correctly retrieved (thanks @braffenberg and others for highlighting this issue!) [90005]</li>\n<li>Tweak – Added Google Maps API key to all Google Maps URLs when the key is available, allowing maps to load more reliably on some hosting environments (props to @sfdfortnight, @thor, and many others for reporting this!) [62910]</li>\n<li>Tweak – Adjusted CSS to improve the display of venue URLs/phone numbers (especially when Events Calendar PRO is also active) (our thanks to Mathew on the forums for flagging this issue) [69127]</li>\n<li>Tweak – Added new REST API endpoint that allows looking up events by slug instead of ID at the path <code>events/by-slug/{slug}/</code>, it has the same functionality as the endpoint <code>events/{ID}</code> [92825]</li>\n<li>Tweak – Added <code>slug</code> to the REST API responses for event data [92825]</li>\n<li>Tweak – Added <code>slug</code> to the REST API parameters allowed to use when inserting or updating an event [92825]</li>\n<li>Tweak – Added new <code>tribe_events_rest_use_inclusive_start_end_dates</code> filter so that users can make the REST API return events from a more literal date range [90005]</li>\n<li>Language – 3 new strings added, 68 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.7] 2017-12-07</h4>\n<ul>\n<li>Fix – Fixed an issue where EA imports might not correctly create venues for iCalendar imports (thanks @starweb and others for highlighting this issue) [94323]</li>\n<li>Fix – Fixed an issue where Month View wouldn’t render correctly in X Theme with the “Events template” option set to “Default Page Template” [92554]</li>\n<li>Fix – Fixed a WPML incompatibility issue where language could be switched to the wrong one (thanks @dgwatkins) [94732]</li>\n<li>Tweak – Added the <code>tribe_events_x_theme_force_full_content()</code> filter to let users disable X Theme compatibility code [92554]</li>\n<li>Language – 0 new strings added, 2 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.6] 2017-11-21</h4>\n<ul>\n<li>Feature – Added Template class which adds a few layers of filtering to any template file included</li>\n<li>Tweak – Added clear warnings and errors to prevent and limit the import of iCalendar sources missing required fields [93600]</li>\n<li>Tweak – Included <code>tribe_callback_return</code> for static returns for Hooks</li>\n<li>Tweak – Improved Aggregator notices including error data on the responses [87326]</li>\n<li>Language – 4 new strings added, 79 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.5] 2017-11-16</h4>\n<ul>\n<li>Fix – Improved legacy URL redirect logic to prevent unwanted redirects (our thanks to wesleyanhq and Adam Schwartz for highlighting this issue) [86942]</li>\n<li>Fix – Modified tribe_get_template_part() to remove potential for multiple templates to be rendered in a single call [46630]</li>\n<li>Fix – Fixed an issue where Event Aggregator scheduled imports might remain stuck in pending status [90501, 92614, 91754]</li>\n<li>Fix – Removed code which was automatically populating various address fields with default values when creating a new venue from within the event editor [44732]</li>\n<li>Fix – Resolved some issues with the “Show Map” and “Show Map Link” options in CSV files not being reliably respected on import (props @joappf and many others for highlighting this issue) [82784]</li>\n<li>Fix – Added opportunities to override edit linked post links [89015]</li>\n<li>Fix – Fixed a bug where only some parts of event featured images were clickable in List Views (thanks @mattemkadia for highlighting this issue) [81392]</li>\n<li>Fix – Fixed the broken ‘Learn more’ URL received after an unsuccessful “Other URL” import preview [92890]</li>\n<li>Fix – Fixed issue in list view navigation with backwards previous/next classes (thanks @secondtoughest) [36230]</li>\n<li>Fix – Fixed an issue where venues and organizers would not be correctly assigned to events in CSV imports with import statuses other than “Publish” [79680]</li>\n<li>Tweak – Remove net import scheduled notes for on domand imports [79079]</li>\n<li>Tweak – Allow for non-Latin characters to be used as the Events URL slug and the Single Event URL slug (thanks @daviddweb for originally reporting this) [61880]</li>\n<li>Tweak – Remove net import scheduled notes for on domand imports [79079]</li>\n<li>Tweak – Fixed some layout issues that would emerge with “Events URL Slug” option when “Plain” permalinks were enabled [92314]</li>\n<li>Tweak – Tweaked some language in Event Aggregator’s metabox on individual edit-event screens to reduce confusion around the impact of the Update Authority on CSV imports [77957]</li>\n<li>Tweak – Fix PHP 7.1 compatibility with Event Aggregator (props @BJP NEALE) [90002]</li>\n<li>Tweak – Added new filter: <code>tribe_events_force_filtered_ical_link</code>. This makes the “Export Events” URL more easily modifiable (thanks to @tdudley07 for highlighting this issue) [43908]</li>\n<li>Tweak – Made the “End of Day Cutoff” option better accommodate 24-hour and other time formats (thanks @festivalgeneral for bringing this issue to our attention!) [78621]</li>\n<li>Tweak – Made the options presented by the timezone selector filterable (via the newly added <code>tribe_events_timezone_choice</code> hook – our thanks to National University’s Marketing Department for this idea) [92909]</li>\n<li>Tweak – Improved integration with Twenty Seventeen – main events page now uses full height header when set to front page (thanks @uncovery for pointing this out) [89767]</li>\n<li>Tweak – Ensured REST API taxonomy endpoints are only registered in WordPress versions 4.7 and higher (thanks @dnaber-de for reporting this) [93227]</li>\n<li>Language – 1 new strings added, 132 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.6.4] 2017-11-09</h4>\n<ul>\n<li>Tweak – Timepicker is now part of Tribe Common, it was removed from The Events Calendar</li>\n<li>Tweak – Required changes to make the plugin compatible with version 4.6 of Event Tickets</li>\n<li>Language – 10 new strings added, 167 updated, 0 fuzzied, and 2 obsoleted</li>\n</ul>\n<h4>[4.6.3] 2017-11-02</h4>\n<ul>\n<li>Fix – Prevent JS error when adding a Pro widget in the WP Customizer screen [72127]</li>\n<li>Fix – Fixed issue where the value of an event’s “Show Google Maps Link” option would not properly affect the displaying of the link on List View (props: @etechnologie) [75547]</li>\n<li>Fix – Added some more specification to our jquery-ui-datepicker CSS to limit conflicts with other plugins and themes [90577]</li>\n<li>Fix – Improve shortcode pagination/view change url so it is reusable (props: @der.chef and others) [70021]</li>\n<li>Fix – Ensure the <code>tribe_json_ld_{type}_object</code> filter is available to make modifications of event, venue and organizer JSON LD data possible (thanks to Mathew for flagging this problem) [89801]</li>\n<li>Fix – Improved JSON LD output for events by outputting the correct UTC offset where required (our thanks to Nina and many others for flagging this issue) [78233]</li>\n<li>Tweak – Fixed some display issues for the event schedule details (props @mia-caro)</li>\n<li>Tweak – Improved the clarity of and amount of context for some linked post labels to make translation of those labels a little easier and more nuanced (props @hnacc and others) [88589]</li>\n<li>Tweak – Changed the order in which the list view “next events” link is assembled for better translatability (with thanks to @alelouya for highlighting this problem) [72097]</li>\n<li>Tweak – Adjusted linked posts selector HTML to improve compatibility with Batcache [92049]</li>\n<li>Tweak – Improved datepicker handling so an end date on or later than the start date can always be selected [89825]</li>\n<li>Language – 0 new strings added, 7 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.6.2] 2017-10-18</h4>\n<ul>\n<li>Fix – Restored functionality to the “currency position” options in Events Settings, and in the per-event cost settings (props @schola and many others!) [89918]</li>\n<li>Fix – Fixed issue in Month view with multi-month events not appearing on subsequent months (thanks @shinno.kei & @schittly for helping isolate this) [89747]</li>\n<li>Fix – Made some changes to prevent Month View caching from breaking WPML support when in Month View (props: @mpike and many others!) [82286]</li>\n<li>Fix – Fixed start/end times being displayed in incorrect timezone in structured data (thanks @mtncreative & @esosa) [42125]</li>\n<li>Fix – Fixed an issue that would cause a 404 error if the selected default view was not enabled (thanks @pruneau) [45612]</li>\n<li>Fix – Improved translatability by adding missing textdomains for a number of strings (props @pedro-mendonca) [91071]</li>\n<li>Fix – Removed unneeded escaping to ensure the organizer link displays as expected (pros @f4w-pwharton) [91074]</li>\n<li>Tweak – Improvements to the readme.txt file surrounding plugin requirements (thanks @ramiy) [90285]</li>\n<li>Tweak – Improve site identification in multisite installations using Event Aggregator to avoid throttling issues [90489]</li>\n<li>Tweak – Avoid notice level errors when a non-existent category archive is requested (our thanks to Charles Simmons for highlighting this) [90697]</li>\n<li>Tweak – Added a new filter <code>tribe_events_ical_single_event_links</code> to make customizing the iCal and gCal export links on single-event views easier [90705]</li>\n</ul>\n<h4>[4.6.1] 2017-10-04</h4>\n<ul>\n<li>Fix – Fixed “Next Events” and “Previous Events” navigation links in list views, which would sometimes make a category-filtered list view lose its category filter as a user navigated through pages of future or past events (props @forumhelpdesk and @atomicdust for reporting this!) [72013]</li>\n<li>Fix – Fixed some layout issues with the Tribe Bar datepicker that would arise when using a Twentysixteen or Twentyfifteen child them (thanks to @stefanrueegger for reporting this) [46471]</li>\n<li>Fix – Prevented modification of event titles within the loop when using TRIBE_MODIFY_GLOBAL_TITLE [89273]</li>\n<li>Fix – Fixed issue when exporting all-day multi-day events via iCal where the end date was one day early (Thank you @fairmont for reporting this!) [87775]</li>\n<li>Fix – Fixed issues with the jQuery Timepicker vendor script conflicting with other plugins’ similar scripts (props: @hcny et al.) [74644]</li>\n<li>Fix – Fixed an issue that would prevent Event Aggregator scheduled imports from running [88395]</li>\n<li>Fix – Fixed the “Start Time” and “End Time” timepicker fields in the event-creation screen to make it impossible to have an end date/time that comes before the start date/time [72686]</li>\n<li>Tweak – Remove unnecessary parameters from some remove_action calls in the plugin (thanks to @JPry on GitHub for submitting this fix!) [88867]</li>\n<li>Tweak – Adjusted the EA cron start time so that it never gets created in the past [88965]</li>\n<li>Tweak – Improved options format in the Event Aggregator settings [88970]</li>\n<li>Tweak – Added a filter to CSV importer for altering the delimiter, escaping, and enclosing characters [70570]</li>\n<li>Tweak – Adjusted the <code>tribe_update_venue()</code> template tag so it no longer creates some unnecessary meta fields involving post_title, post_content, etc. (thanks @oheinrich for bringing this to our attention) [66968]</li>\n<li>Tweak – Improved the performance of The Events Calendar REST API tweaking some queries [89743]</li>\n<li>Tweak – Add support for a <code>found_posts</code> argument in <code>tribe_get_events</code>, <code>tribe_get_venues</code> and <code>tribe_get_organizers</code> functions to return the number of posts found matching the current query arguments [89743]</li>\n<li>Deprecated – Deprecated the <code>tribe-events-bar-date-search-default-value</code> filter; use <code>tribe_events_bar_date_search_default_value</code> instead [67482]</li>\n<li>Language – Improvements to aid translatability of text throughout plugin (props: @ramiy) [88982]</li>\n<li>Language – 7 new strings added, 180 updated, 4 fuzzied, and 3 obsoleted</li>\n</ul>\n<h4>[4.6] 2017-09-25</h4>\n<ul>\n<li>Feature – Added full CRUD REST support for Events, Organizers, Venues, Event Categories, and Tags</li>\n<li>Tweak – Updated Bootstrap Datepicker to v1.7.0</li>\n<li>Tweak – Added latitude/longitude to REST responses when available on venues</li>\n<li>Tweak – Added JSON-LD data to REST responses when available</li>\n<li>Tweak – Replaced deprecated first parameter of <code>tribe_get_organizers()</code> with a parameter that, when specified with a truthy value, returns only organizers with upcoming events attached to them</li>\n<li>Tweak – Added linked post filters: <code>tribe_{$this->post_type}_has_events_excluded_post_stati</code>, <code>tribe_events_tribe_organizer_create</code>, <code>tribe_events_tribe_organizer_update</code>, <code>tribe_event_venue_duplicate_post_fields</code>, <code>tribe_event_organizer_duplicate_custom_fields</code></li>\n<li>Tweak – Added action: <code>tribe_events_organizer_created</code></li>\n<li>Tweak – Added REST filters: <code>tribe_rest_organizer_default_only_with_upcoming</code>, <code>tribe_rest_venue_default_only_with_upcoming</code>, <code>tribe_events_rest_term_allow_delete</code></li>\n<li>Tweak – Added duplicate-detection filters: <code>tribe_duplicate_post_strategies</code>, <code>tribe_duplicate_post_strategy</code>, <code>tribe_duplicate_post_{$strategy}_strategy</code></li>\n<li>Language – 152 new strings added, 217 updated, 6 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.5.13] 2017-09-20</h4>\n<ul>\n<li>Feature – Add link to the featured image in the Events List widget. New filter introduced to control this: <code>tribe_events_list_widget_featured_image_link</code> (props to @cabadaj007 for the feature request) [84807]</li>\n<li>Feature – Remove ‘France, Metropolitan’ option from country list to prevent issues with Google Maps API (thanks @varesanodotfr for pointing this out) [78023]</li>\n<li>Feature – Ignored Events will restore previous status instead of setting to ‘publish’ [82213]</li>\n<li>Fix – Patched jQuery Resize vendor library to avoid JavaScript conflicts (props to @britner for the original report) [71994]</li>\n<li>Fix – Fixed a typo in the Event List widget options [71081]</li>\n<li>Fix – Addressed some PHP notices that would sometimes emerge in tag-filtered post lists in the wp-admin (thanks to @wfsec28 and others in the forums for reporting this!) [45274]</li>\n<li>Fix – When “Full Styles” or “Tribe Events Styles” are used, prevent duplicate featured images from showing up in the Twenty Seventeen theme (props to @want2what and others in the forums for reporting this) [80955]</li>\n<li>Fix – Fixed the issue that would prevent the start date and date range parameters from being taken into account when using ‘Other URL’ source in Event Aggregator</li>\n<li>Fix – Aggregator will no longer update comments while inactive [78890]</li>\n<li>Fix – Avoid issues when REST API archive request parameters are not in the original order (thanks @Nslaver for reporting this and providing a fix) [88748]</li>\n<li>Tweak – Aggregator prevents duplicated records with the same params from being created [68833]</li>\n<li>Tweak – Aggregator will now allow for some minor shifts in schedule execution time to help distribute requests to EA Service [86628]</li>\n<li>Tweak – Improve text in the Event Aggregator settings [77452]</li>\n<li>Tweak – Add actions before and after posts are inserted or updated by Event Aggregator to allow custom functions to kick in (<code>tribe_aggregator_before_insert_posts</code> and <code>tribe_aggregator_after_insert_posts</code>) [87530]</li>\n<li>Tweak – Allow users to import CSV with numerically-named categories by using a flag (currently <code>%n</code>) (thanks @Shamsi for reporting) [78340]</li>\n<li>Tweak – Allow date range and events count limits to be set on each type of import (except for ‘Other URL’) in Event Aggregator [79975]</li>\n</ul>\n<h4>[4.5.12.3] 2017-09-19</h4>\n<ul>\n<li>Fix – Display events on Month View correctly for WordPress version 4.8.2 and up (props @realcrozetva for reporting this) [88952]</li>\n</ul>\n<h4>[4.5.12.2] 2017-09-08</h4>\n<ul>\n<li>Fix – Fixed an issue where manually running Scheduled Imports would always result in a failed import [87321]</li>\n</ul>\n<h4>[4.5.12.1] 2017-09-07</h4>\n<ul>\n<li>Fix – Fixed an issue where events imported via Event Aggregator from an iCal-like source would be duplicated in place of being updated [87654]</li>\n</ul>\n<h4>[4.5.12] 2017-09-06</h4>\n<ul>\n<li>Fix – Fixed an issue where, with certain date formats chosen in the Events display settings, the “Next Month” link navigation wasn’t working (props to @tttammi and others for reporting this issue!) [86937]</li>\n<li>Fix – Fixed a typo in REST API Swagger documentation that mentioned “organizer” when it should have stated “venue”.</li>\n<li>Fix – Fixed issues with Event Aggregator queueing system where events might be duplicated or incorrectly updated [79975]</li>\n<li>Fix – Prevent notice when the Aggregator Record title is an array [82149]</li>\n<li>Fix – Allows Aggregator Google Map settings to extend the Global Setting by default (props to queerio for reporting this!) [67639]</li>\n<li>Fix – Prevent Warnings when throwing WordPress admin notices from Aggregator daily usage limit (props to cigarplanner for reporting this!) [83187]</li>\n<li>Fix – Resolved problem where Aggregator wouldn’t allow you to remove filtering terms for Records [76949]</li>\n<li>Fix – Allow any datepicker format to be used on Aggregator filtering Events (props to matthewseymour for reporting this!) [77819]</li>\n<li>Fix – Added check to see if log directory is readable before listing logs within it (thank you @rodrigochallengeday-org and @richmondmom for reporting this) [86091]</li>\n<li>Tweak – Datatables Head and Foot checkboxes will not select all items, only the current page [77395]</li>\n<li>Tweak – Included tooltip for Aggregator “Hide & Ignore” button for events [67890]</li>\n<li>Tweak – Added all the Aggregator Origins to the Admin Bar [68693]</li>\n<li>Tweak – Added filters: <code>tribe_get_state_options</code></li>\n<li>Tweak – Added template tags: <code>maybe_format_from_datepicker()</code></li>\n<li>Tweak – Added the <code>tribe_rest_single_event_data</code> filter to the single event REST API endpoint to allow filtering the returned data (thanks @mwender) [88748]</li>\n<li>Language – 2 new strings added, 90 updated, 0 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[4.5.11] 2017-08-24</h4>\n<ul>\n<li>Fix – Avoid Event Aggregator previews or scheduled imports being marked as failures [84259]</li>\n<li>Fix – Fixed start and end date limit parsing for events archive in the REST API code [78375]</li>\n<li>Fix – Fixed issue with <code>tribe_events_get_the_excerpt()</code> returning a read more link that sometimes pointed to the current page [70473]</li>\n<li>Fix – Fixed Post ID not being sent to the_title filter for Organizers and Venues (props Anna L.) [85206]</li>\n<li>Fix – Fixed issue where Month View tooltips would often go off-screen in some smaller viewport sizes [65136]</li>\n<li>Fix – Fixed an issue that would sometimes render Event Aggregator options invalid even with a valid license [78469]</li>\n<li>Fix – Fixed an issue where the mobile.php template file would often fail to include an event’s featured image [74291]</li>\n<li>Fix – Resolved issue where invalid linked post IDs prevent proper updates on linked posts (props to Mathew L. and a few others for highlighting this issue) [71802]</li>\n<li>Fix – Do not hijack the blog when the main events page is configured to appear on the site’s homepage (our thanks to Jason and others for flagging this problem) [72094]</li>\n<li>Fix – Remove extra trailing double-quotes at the end of the timepicker data-format attributes [85603]</li>\n<li>Fix – Fixed an issues where Event Aggregator scheduled imports could not run other than manually [81639]</li>\n<li>Tweak – Prevent stray commas from showing up for some event venues in the List View [72289]</li>\n<li>Tweak – Prevent stray commas from showing up for some event venues in the Day View [85429]</li>\n<li>Tweak – Modify certain event queries to widen the window of opportunity for query caching (props @garretjohnson) [84841]</li>\n<li>Tweak – Improve Event Aggregator message regarding Facebook token expiration [70376]</li>\n<li>Tweak – Support importing from URLs (Event Aggregator) where the protocol hasn’t been specified by defaulting to HTTP [76466]</li>\n<li>Tweak – Removed WP API adjustments [85996]</li>\n<li>Tweak – Added filter: <code>tribe_aggregator_meta_source</code> to filter the Event Aggregator import source</li>\n<li>Tweak – Added filter: <code>tribe_events_linked_post_meta_values_{$current_linked_post_meta_key}</code> for filtering the array of values retrieved for a specific linked post meta field</li>\n<li>Tweak – Updated views: <code>src/views/day/single-event.php</code> and <code>src/views/list/single-event.php</code></li>\n<li>Compatibility – Minimum supported version of WordPress is now 4.5</li>\n<li>Language – Improvements to various strings to improve ease of translation (props to @ramiy)</li>\n<li>Language – 5 new strings added, 56 updated, 1 fuzzied, and 3 obsoleted [the-events-calendar]</li>\n</ul>\n<h4>[4.5.10.1] 2017-08-16</h4>\n<ul>\n<li>Fix – Updates common library to resolve a range of issues preventing frontend assets from loading and breaking parts of our user interface [85017]</li>\n</ul>\n<h4>[4.5.10] 2017-08-09</h4>\n<ul>\n<li>Fix – Avoid duplicate events when importing from some iCal, Google Calendar and Facebook feeds in Event Aggregator (our thanks to Jason Sears, controlyours and many other users for highlighting these issues) [67038]</li>\n<li>Fix – Fixed bug that caused scheduled imports to get stuck in a perpetual state of failure when receiving error messages from the Event Aggregator service (our thanks to Antonio Jose and others for flagging this problem) [83767]</li>\n<li>Fix – Resolved issue where errors from the Event Aggregator service were not properly logging/visible on the History tab [83767]</li>\n<li>Tweak – Made linked post fields’ auto-save features more stringently check for empty values to prevent the plugin from trying to “save” empty values (our thanks to Jean-Marie for highlighting this problem) [80282]</li>\n<li>Tweak – Moved the organizer e-mail address field label a bit to better accommodate Community Events [80426]</li>\n<li>Tweak – Added filter to tribe_get_display_end_date()’s return value [77730]</li>\n<li>Tweak – Avoid notice-level errors while processing queues within Event Aggregator (our thanks to David Sharpe and others for reporting this) [84020]</li>\n<li>Tweak – Improve compatibility and avoid Javascript errors when running alongside Twenty Seventeen [70853]</li>\n<li>Compatibility – Minimum supported version of WordPress is now 4.4</li>\n<li>Language – 1 new strings added, 119 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[4.5.9] 2017-07-26</h4>\n<ul>\n<li>Fix – Send Aggregator callback URL with correct Scheme [83364]</li>\n<li>Fix – Scheduled Aggregator cron for inserting will re-enqueue to complete scheduled imports [83382]</li>\n<li>Fix – Avoid overwriting Venues and Organizers when importing FB events with similarly named Venues and Organizers [75370]</li>\n<li>Fix – Improve handling of large and/or slow Google Calendar and iCal feeds [79975]</li>\n<li>Tweak – Added period “.” separator to datepicker formats. [65282]</li>\n<li>Tweak – Added tribe_events_month_get_events_in_month filter to allow overriding of events used in month templates. [83317]</li>\n</ul>\n<h4>[4.5.8.1] 2017-07-21</h4>\n<ul>\n<li>Fix – Fixed an issue where failed EA Imports would hang for a long time before failing [83344]</li>\n</ul>\n<h4>[4.5.8] 2017-07-13</h4>\n<ul>\n<li>Fix – Remove permalink logic for recurring events (Events Calendar PRO will implement instead) [74153]</li>\n<li>Fix – Avoid type error when setting up one-time imports for Facebook URLs (our thanks to @J for flagging this!) [78664]</li>\n<li>Fix – Add a safety check in isOrganizer() function (our thanks to Kevin for flagging this!) [81645]</li>\n<li>Fix – Avoid EA Client hanging when no events are found while attempting an import from a Facebook source [82713]</li>\n<li>Fix – Improve compatibility of The Events Calendar when operating with WPML from within a subdirectory (props: @dgwatkins) [81998]</li>\n</ul>\n<h4>[4.5.7] 2017-06-28</h4>\n<ul>\n<li>Fix – Restore support for translated events category slugs when WPML is active [73478]</li>\n<li>Fix – Improve handling of shortcodes within event view excerpts (props: @awbauer) [81226]</li>\n<li>Fix – Improve compatibility with WPML in relation to event permalinks specifically (props: @dgwatkins) [81224]</li>\n<li>Fix – Improved handling of Venue fields that allows for better form validation in Community Events [76297]</li>\n<li>Tweak – Better detection and reporting of communication failures with the Event Aggregator server</li>\n<li>Tweak – Textual corrections (with thanks to @garrett-eclipse for highlighting many of these) [77196]</li>\n<li>Tweak – New filter added (“tribe_events_linked_posts_dropdown_enable_creation”) to facilitate more control over linked posts [80487]</li>\n<li>Tweak – Improve performance of theme compatibility code [71974]</li>\n<li>Tweak – Don’t show Event Aggregator system status in Help tab if there’s no Event Aggregator license in place [68506]</li>\n</ul>\n<h4>[4.5.6] 2017-06-22</h4>\n<ul>\n<li>Tweak – Improved how Cost field looks and it’s consistency across views [71092 & 71094]</li>\n<li>Fix – Resolved issue where the Meta Chunker attempted to inappropriately chunk meta for post post_types [80857]</li>\n<li>Tweak – Added actions: <code>tribe_events_inside_cost</code></li>\n<li>Tweak – Changed views: <code>day/single-event</code>, <code>day/single-featured</code>, <code>list/single-event</code>, <code>list/single-featured</code></li>\n<li>Language – 1 new strings added, 15 updated, 1 fuzzied, and 1 obsoleted [the-events-calendar]</li>\n<li>Language – 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.5] 2017-06-14</h4>\n<ul>\n<li>Fix – Removed extra double quotes in organizer link output [71133]</li>\n<li>Fix – Make the list and day view styles match more closely [63599]</li>\n<li>Fix – Better sanitization on CSV imports (thanks to Valentinos Chouris from NCC Group for reporting this) [80311]</li>\n<li>Fix – Prevent tabs from being incorrectly escaped in iCal output (props: KZeni) [80452]</li>\n<li>Fix – Fixed inconsistent font styling of Tribe Bar form labels. [27252]</li>\n<li>Tweak – Removed unused Javascript (jQuery UI Dialog) to help avoid warnings (our thanks to @gama6889 for flagging this) [80766]</li>\n<li>Tweak – Added new filter hooks ‘tribe_events_register_event_type_args’ and ‘tribe_events_register_event_cat_type_args’ [80658]</li>\n</ul>\n<h4>[4.5.4] 2017-06-06</h4>\n<ul>\n<li>Tweak – Minor tweaks to the CSS for linked post types (Organizer/Venues)</li>\n<li>Fix – Prevent drag and drop icon showing when singular linked post type is been displayed</li>\n<li>Fix – Resolved issue where scheduled imports sometimes failed to execute [79587]</li>\n<li>Fix – Better sanitization of data (Props to Valentinos Chouris for reporting this) [80310]</li>\n<li>Language – 2 new strings added, 156 updated, 0 fuzzied, and 4 obsoleted [the-events-calendar]</li>\n<li>Language – 4 new strings added, 20 updated, 1 fuzzied, and 0 obsoleted [tribe-common]</li>\n</ul>\n<h4>[4.5.3] 2017-06-01</h4>\n<ul>\n<li>Fix – Made it easier to translate the update confirmation message (our thanks to safu9 for highlighting this) [79729]</li>\n<li>Fix – Fixed compatibility issue with WPML which caused organizers and venues to disappear on translated events [67581]</li>\n<li>Fix — Fixed bug where venues and organizers would be duplicated when their associated event is previewed. [64088]</li>\n<li>Tweak – Other fixes to the plugin verbiage (with thanks to @garrett-eclipse and others)</li>\n</ul>\n<h4>[4.5.2.1] 2017-05-19</h4>\n<ul>\n<li>Fix – Prevent fatal errors occuring in PHP 5.5 and earlier [79208]</li>\n</ul>\n<h4>[4.5.2] 2017-05-17</h4>\n<ul>\n<li>Fix – Correct REST API reference URL (our thanks to Lindsey for flagging this) [78658]</li>\n<li>Fix – Improve Event Aggregator integration to avoid situations where imports continually restart but do not complete [77988]</li>\n<li>Tweak – Make the inclusion or exclusion of the year (within the event schedule string) filterable [78070]</li>\n<li>Tweak – Adjustments to help avoid false positive security alerts being generated in relation to our customizer integration [78355]</li>\n</ul>\n<h4>[4.5.1] 2017-05-04</h4>\n<ul>\n<li>Fix – Prevented errors on EA import screen that happened in exotic circumstance. Thanks @kathryn for reporting this! [75787]</li>\n<li>Fix – Made EA preserve custom dates after reimporting a Facebook Event when option is set. [75787]</li>\n<li>Fix – Enhance month view caching to minimize impact of JSON-LD generation [74656]</li>\n<li>Tweak – Styling/layout improvements within the Event Aggregator screen [77895]</li>\n</ul>\n<h4>[4.5.0.2] 2017-05-01</h4>\n<ul>\n<li>Fix – Ensure compatibility with WordPress version 4.4 and earlier</li>\n</ul>\n<h4>[4.5.0.1] 2017-05-01</h4>\n<ul>\n<li>Fix – Resolving issue where some premium plugins were falsely claiming they were out of date</li>\n</ul>\n<h4>[4.5] 2017-05-01</h4>\n<ul>\n<li>Feature – Event Aggregator now allows users to import from other sites with The Events Calendar [68139]</li>\n<li>Feature – Include a Events REST API endpoint for read operations [70711]</li>\n<li>Feature – Include granular Scheduling for Events Aggregator</li>\n<li>Tweak – Update Authority for modified fields now will include Organizer, Venues and Taxonomy changes [71152]</li>\n<li>Tweak – Clean up direct calls to get events and use wrapper <code>tribe_get_events()</code> which has a hook for customizing</li>\n<li>Tweak – Remove including Event Tickets for backwards compatibility as a vendor library [71908]</li>\n<li>Tweak – Create a global ID to increase consistency on all of the imported items with Event Aggregator [75218]</li>\n<li>Fix – Prevent Aggregator to run on Empty Queues thus generating fatals (props to @Donald for the report here) [75377]</li>\n<li>Fix – Categories and Tags are no longer cleared when importing with Event Aggregator (thank you @Nicolas for the report) [74264]</li>\n<li>Fix – Increase consistency on Column Mapping for CSV imports [76476]</li>\n<li>Tweak – Added filters for REST API: <code>tribe_events_rest_url_prefix</code>, <code>tribe_rest_url</code>, <code>tribe_events_rest_use_builtin</code>, <code>tribe_rest_events_archive_data</code>, <code>tribe_rest_event_max_per_page</code>, <code>tribe_rest_event_data</code>, <code>tribe_rest_venue_data</code>, <code>tribe_rest_organizer_data</code>, <code>tribe_rest_event_categories_data</code>, <code>tribe_rest_event_tags_data</code>, <code>tribe_rest_event_taxonomy_term_data</code>, <code>tribe_rest_event_featured_image</code>, <code>tribe_events_rest_api_enabled</code></li>\n<li>Tweak – Added filters for REST API Documentation: <code>tribe_rest_swagger_cost_details_documentation</code>, <code>tribe_rest_swagger_date_details_documentation</code>, <code>tribe_rest_swagger_image_details_documentation</code>, <code>tribe_rest_swagger_image_size_documentation</code>, <code>tribe_rest_swagger_term_documentation</code>, <code>tribe_rest_swagger_event_documentation</code>, <code>tribe_rest_swagger_organizer_documentation</code>, <code>tribe_rest_swagger_venue_documentation</code>, <code>tribe_rest_swagger_documentation</code></li>\n<li>Tweak – Added filters for Modified fields tracking: <code>tribe_tracker_post_types</code>, <code>tribe_tracker_excluded_meta_keys</code>, <code>tribe_tracker_enabled</code>, <code>tribe_tracker_enabled_for_terms</code>, <code>tribe_tracker_taxonomies</code></li>\n<li>Tweak – Added filters for Event Aggregator: <code>tribe_aggregator_localized_data</code>, <code>tribe_aggregator_service_messages</code>, <code>tribe_aggregator_url_import_range_options</code>, <code>tribe_aggregator_url_import_range_cap</code>, <code>tribe_aggregator_url_import_range_start</code>, <code>tribe_aggregator_url_import_range_end</code></li>\n<li>Tweak – Removed filters for Event Aggregator: <code>tribe_aggregator_track_modified_fields</code></li>\n<li>Tweak – Added actions for Initialization: <code>tribe_events_bound_implementations</code></li>\n<li>Tweak – Removed methods for <code>Tribe__Events__Main</code>: <code>track_event_post_field_changes</code>, <code>maybe_load_tickets_framework</code></li>\n<li>Tweak – Removed methods for <code>Tribe__Events__Aggregator__Service</code>: <code>has_service_message</code></li>\n</ul>\n<h4>[4.4.5] 2017-03-23</h4>\n<ul>\n<li>Fix – Local changes to events should be preserved in accordance with the Event Import Authority setting (thanks to @bryan for reporting this one) [72876]</li>\n<li>Fix – Correct the value for days of the week abbreviation (thanks @mmmmartin03 for the report) [75379]</li>\n<li>Tweak – Enable the month view cache by default on new installations [74867]</li>\n<li>Tweak – External links to Google maps changed from http to https (nice find by @bjf2000 – reported via the .org support page) [74930]</li>\n<li>Tweak – Links to WordPress.org changed from http to https (ultimately this is also credited to @bjf2000’s find. Thanks!) [72273]</li>\n</ul>\n<h4>[4.4.4] 2017-03-08</h4>\n<ul>\n<li>Fix – Avoid unnecessarily removing a callback from an action while inside the same action (improves PolyLang compatibility – props @Chouby) [73122]</li>\n<li>Fix – Resolving issue where sites that overrode the wp-admin path would fail to successfully perform a Facebook OAuth with Event Aggregator [74687]</li>\n<li>Tweak – Improve template loading for easier customization by developers and better support of the template hierarchy (props @QWp6t) [72842]</li>\n</ul>\n<h4>[4.4.3] 2017-02-22</h4>\n<ul>\n<li>Fix – Resolved issue where iCal exports on month view were exporting more events than intended (thanks to @s2ldesign for reporting in our forums) [72133]</li>\n<li>Fix – Resolved meta width issue for maps when Pro is active (gracias a @ANTONIO JOSE por el reporte del error) [69844, 72272]</li>\n<li>Fix – Resolved issue where featured images were not being imported via Event Aggregator Facebook imports (cheers to @Cody for the initial bug report) [72764]</li>\n<li>Fix – Resolved issue where translated ‘all’ slugs were not respected (thank you @Marianne for your report in the forums) [71996]</li>\n<li>Tweak – Translation improvements and fixes (@Katja – thanks! ) [70068]</li>\n<li>Tweak – Allow “-1” when specifying the “Month view events per day” setting [70497]</li>\n</ul>\n<h4>[4.4.2] 2017-02-09</h4>\n<ul>\n<li>Fix – Ensure the global and source-specific Google Map settings for imports are respected [67228]</li>\n<li>Fix – Prevent PHP 5.2 Strict mode from throwing notices due to usage of <code>is_a</code> [72812]</li>\n<li>Fix – Ensure the events list widget’s show/hide if there are upcoming events setting is respected [72965]</li>\n<li>Tweak – Add filters for template tag functions related to dates: <code>tribe_get_start_time</code>, <code>tribe_get_end_time</code>, <code>tribe_get_start_date</code> and <code>tribe_get_end_date</code> [67759]</li>\n</ul>\n<h4>[4.4.1.1] 2017-01-26</h4>\n<ul>\n<li>Fix – Resolved fatal caused when rendering themes that override tribe styles</li>\n</ul>\n<h4>[4.4.1] 2017-01-26</h4>\n<ul>\n<li>Fix – Resolve the Fatals related to undefined methods and Memory exhaustion [71958, 71912]</li>\n<li>Fix – iCal export for Single events working again [71916]</li>\n<li>Tweak – Changes the Search label to prevent duplicate words (props @oheinrich) [72149]</li>\n<li>Tweak – Add theme version to <code>tribe-event.css</code> (props @berler) [71973]</li>\n<li>Fix – Resolve JavaScript error when jQuery was been de-registered [71369]</li>\n<li>Fix – Prevent Fatals when Importing Images on Event Aggregator [70576]</li>\n<li>Fix – Prevent Third Party notes to be escaped, anchor link working again [71872]</li>\n<li>Fix – Google Maps now are using HTTPS instead of HTTP (props @cliffordp)</li>\n<li>Fix – Prevent Fatals on Event Aggregator Cron, due to Activity logging failure [71904]</li>\n<li>Fix – Elminate some cases of problem with Facebook manual import on Event Aggregator [69137]</li>\n<li>Fix – WPML integration smaller incompatibilities [70520, 70522]</li>\n</ul>\n<h4>[4.4.0.1] 2017-01-09</h4>\n<ul>\n<li>Fix – Adds safety check to ensure a smooth activation process when earlier versions of Tribe Common are active</li>\n</ul>\n<h4>[4.4] 2017-01-09</h4>\n<ul>\n<li>Feature – Add dynamic helper text to single event editor to display the events date and time [66484]</li>\n<li>Feature – Add support for featured events [65898]</li>\n<li>Feature – Add support for placing the main events archive on the site homepage [38757]</li>\n<li>Feature – Add support for the theme customizer [67489]</li>\n<li>Feature – Make it possible to adjust map pins via the theme customizer [65889]</li>\n<li>Feature – Support for Event Aggregator in a multisite network context added [61427]</li>\n<li>Fix – Add a link to The Events Calendar Help page in the Network Administration screen of multisite installations [68665]</li>\n<li>Fix – Multisite license editing and displaying consistency [68662]</li>\n<li>Tweak – Adjusted styles and added actions for featured events in the List Widget [65923]</li>\n<li>Tweak – Organizers and Venues are now with a better and cleaner interface [68430]</li>\n<li>Tweak – Eliminate duplicate meta data for organizer posts [25084]</li>\n<li>Tweak – Improved the start/end date user interface [66486, 66487, 66550]</li>\n<li>Tweak – iCal export now includes all events – up to a reasonable limit – rather than just those in the current view [65037]</li>\n<li>Tweak – Adjustments made to the default week view color scheme [69756]</li>\n<li>Tweak – Add AJAX and improve consistency of the venue and organizer UI [38129]</li>\n</ul>\n<h4>[4.3.5] 2016-12-20</h4>\n<ul>\n<li>Tweak – Updated the template override instructions in a number of templates [68229]</li>\n<li>Tweak – Improve behavior of tribe_get_events_title() in respect of single events [46313]</li>\n<li>Tweak – Event Aggregator will only load on the Administration, prevent bigger loads for Front-End users [70812]</li>\n<li>Tweak – Allow better filtering for Organizers and Venue Meta fields (Props: @Chouby from Polylang) [70894]</li>\n<li>Fix – Prevent JavaScript Notices related to Bumpdown [69886]</li>\n<li>Fix – Assets URL on Windows Servers are fully operational again [68377]</li>\n<li>Fix – JavaScript and CSS files will respect HTTPS on all pages [69561]</li>\n<li>Fix – Fixed comment count and visibility issues due to Event Aggregator records [68297]</li>\n<li>Fix – Fixed PHP notices and warnings raised when importing .ics files [69960]</li>\n<li>Fix – Only show link to Venues if Pro is active in List View [69887]</li>\n<li>Fix – Fixed and issue that would make Event Aggregator importing notices remain stuck in the Import screen [70614]</li>\n<li>Fix – Avoid error screen when saving licenses on multisite installations [68599]</li>\n<li>Fix – Fix calendar view links in WPML language switcher [67134]</li>\n</ul>\n<h4>[4.3.4.2] 2016-12-13</h4>\n<ul>\n<li>Fix – Correct an oversight leading to breakages of the /all/ events archive for Events Calendar PRO users [70662]</li>\n</ul>\n<h4>[4.3.4.1] 2016-12-09</h4>\n<ul>\n<li>Fix – Updates Tribe Common to remove some stray characters that were impacting page layouts (props: @Aetles) [70536]</li>\n</ul>\n<h4>[4.3.4] 2016-12-08</h4>\n<ul>\n<li>Tweak – Tribe Common now is loaded only once across our plugin suite, improves performance in some cases [65755]</li>\n<li>Fix – Featured Images for Event Aggregator imports are working as expected again. [69465]</li>\n<li>Fix – Google Calendar and iCalendar files are now updating their respective events [68684]</li>\n<li>Fix – On demand Event Aggregator records will update events correctly [69542]</li>\n</ul>\n<h4>[4.3.3] 2016-11-16</h4>\n<ul>\n<li>Feature – Added Tribe Extension class and loader, to make small addons easier to build [68188]</li>\n<li>Fix – Ordering on Month view is working as expected again [69123]</li>\n<li>Fix – Enable ampersand character in mobile month view titles (thanks @kate for the report of this) [45409]</li>\n<li>Fix – Prevent notices for Event Aggregator License checking [67981]</li>\n<li>Fix – Mismatched text domains are resolved, important for translations (props to @Hans) [68462]</li>\n<li>Fix – Sticky on Month View is working as expected again [68902]</li>\n<li>Fix – Prevent HTTPS websites from pointing to Assets in HTTP [68372]</li>\n<li>Fix – On <code>WP_Query</code> we will no-longer overwrite custom <code>post__not_in</code> params [42143]</li>\n</ul>\n<h4>[4.3.2] 2016-11-02</h4>\n<ul>\n<li>Fix – Fixes an issue where the text in the Location search field was URL encoded when using the back or forward button for navigation. [61742]</li>\n<li>Fix – Aggregator Errors will not show more than once daily as comments (Thanks @Jacob for your report on the forums) [68094]</li>\n<li>Fix – Event Aggregator ICS default configuration now are been Selected Correctly [67885]</li>\n<li>Fix – Shortcode Month view now will display tooltips correctly [68094]</li>\n<li>Fix – Avoid loading the select2 JavaScript library twice when Advanced Custom Fields is activated (props to @ryan for the initial report [43605]</li>\n<li>Fix – Avoid errors and notices on calendar page when X theme and WPML plugins are active (thanks @ingrid for reporting this one) [64400]</li>\n</ul>\n<h4>[4.3.1.1] 2016-10-20</h4>\n<ul>\n<li>Fix – Corrected a packaging issue from the 4.3.1 release [67936]</li>\n</ul>\n<h4>[4.3.1] 2016-10-20</h4>\n<ul>\n<li>Tweak – Implement the pruning of Event Aggregator history records after 7 days, filterable by tribe_aggregator_record_retention [68283]</li>\n<li>Tweak – Event Aggregator will now verify that the license key has uses remaining before creating a history record [68286]</li>\n<li>Tweak – Improve <code>tribe_create_event</code> documentation (Props to Keith) [44871]</li>\n<li>Fix – Resolved an issue where scheduled Event Aggregator imports marked as “On Demand” were being run by cron [68284]</li>\n<li>Fix – Resolved a bug where empty meta fields were being inserted into Event Aggregator record post meta [68290]</li>\n<li>Fix – Resolved a bug where Venue and Organizers urls were been generated incorrectly (Thanks @Matt) [68168]</li>\n<li>Fix – Pagination links on Month view are updating correctly [67977]</li>\n<li>Fix – Resolved the support for translated event category archive slug that could lead to broken links on the front-end while using WPML (Props to Wilco in the support Forums) [62018]</li>\n<li>Fix – Resolved a bug where searching for past events in the List view would always yield no results (Thanks for the report @Davide) [61863]</li>\n<li>Fix – Resolved an issue where long file names would break plugin updates on some Windows installations (pros to @Alan [62552]</li>\n<li>Fix – Resolved an issue where the <code>/all</code> link on recurring events on non English websites could be broken (reported by @lumiest – thanks!) [68062]</li>\n<li>Fix – Pagination links on Month view are updating correctly [67977]</li>\n</ul>\n<h4>[4.3.0.1] 2016-10-14</h4>\n<ul>\n<li>Fix – Preventing legacy Facebook events from being duplicated</li>\n</ul>\n<h4>[4.3] 2016-10-13</h4>\n<ul>\n<li>Feature – Added Event Aggregator to enable service-based event imports from iCal feeds, Facebook, and Meetup</li>\n<li>Feature – Revamped the CSV import screens to work within the new Event Aggregator pages</li>\n<li>Tweak – Adjusted some view logic to support the new Event Views shortcode in Pro [44800]</li>\n<li>Tweak – Added a button to copy the system infomation on the help tab [43709]</li>\n<li>Tweak – Added an option for users to opt into automatic system infomation so our support system can grab the system information found on the help tab automatically [31645]</li>\n<li>Tweak – Use an earlier hook for iCal feed generation (props @jlambe) [64141]</li>\n<li>Tweak – Revise and simplify integration with Event Tickets attendee screen [61992]</li>\n<li>Tweak – Added context to a set of strings to make translation easier (props @pedro-mendonca) [64586]</li>\n<li>Tweak – Deprecated various disused functions and classes relating to the Meta Factory [39905]</li>\n<li>Fix – Cease using GLOB_BRACE for including deprecated files due to limited server support [63172]</li>\n<li>Fix – Avoid problems that can occur when hooking and unhooking actions (props @Chouby) [63474]</li>\n<li>Fix – Resolves an issue where we were duplicating a core WordPress hook but with a different set of parameters (props @Chouby) [66455]</li>\n<li>Fix – Correct the datetime formatting issues within the iCal feed (props @henryk) [65968]</li>\n<li>Deprecated – <code>Tribe__Events__Main::initOptions()</code> has been deprecated with no replacement</li>\n<li>Deprecated – <code>Tribe__Events__Main::set_meta_factory_global()</code> has been deprecated in favor of using the <code>Tribe__Events__Meta_Factory</code> class</li>\n<li>Deprecated – The <code>setup_meta()</code> method in both the <code>Tribe__Events__Template__Single_Event</code> and <code>Tribe__Events__Template_Factory</code> classes has been deprecated</li>\n<li>Deprecated – The <code>the_title()</code>, <code>event_date()</code>, <code>event_category()</code>, <code>event_tag()</code>, <code>event_website()</code>, <code>event_origin()</code>, <code>organizer_name()</code>, <code>organizer_email()</code>, <code>venue_name()</code>, <code>venue_address()</code>, and <code>venue_map()</code> methods have been deprecated in the <code>Tribe__Events__Advanced_Functions__Register_Meta</code> class</li>\n<li>Deprecated – The <code>register()</code>, <code>check_exists()</code>, and <code>get_args()</code> methods have been deprecated in the <code>Tribe__Events__Meta_Factory</code> class</li>\n</ul>\n<h4>[4.2.7] 2016-09-15</h4>\n<ul>\n<li>Tweak – Additional support for plugin extensions</li>\n</ul>\n<h4>[4.2.6] 2016-08-31</h4>\n<ul>\n<li>Add – tribe_is_event_past() conditional to detect if event end time is past current time (Reported by @Jonathan in our support forums – thanks Jonathan.)</li>\n</ul>\n<h4>[4.2.5] 2016-08-17</h4>\n<ul>\n<li>Fix – Fixed inconsistent template filtering logic for single event template [62525]</li>\n<li>Tweak – Restored preview for published events [64874]</li>\n</ul>\n<h4>[4.2.4] 2016-08-03</h4>\n<ul>\n<li>Tweak – Changed “Event Add-Ons” to load faster [64286]</li>\n<li>Fix – Fixed default venue setting [64628]</li>\n<li>Fix – Fixed default venue state and province settings [64629]</li>\n</ul>\n<h4>[4.2.3] 2016-07-20</h4>\n<ul>\n<li>Fix – In month view, be sure to unhook JSON-LD output when calling unhook function</li>\n<li>Fix – Incorrect JSON-LD event start and end times (thank you @jjbte for reporting on .org forums)</li>\n<li>Fix – Show Google Map and Link checkbox so they show when editing an event (Reported originally by Michael of @NailedIT in the .org forum)</li>\n<li>Fix – Use Community Events Venue Edit Link when on Community Events Forms instead of Admin (also as a result of the report abve from @NailedIT. Thanks again.)</li>\n</ul>\n<h4>[4.2.2] 2016-07-06</h4>\n<ul>\n<li>Fix – Small CSS Issue on Welcome Page</li>\n<li>Fix – Month view on mobile device width doesn’t have links to prev/next months</li>\n<li>Fix – Reimport of updated CSV removes featured image (Bug #46149)</li>\n<li>Fix – Fixed the issue that would make multiple organizers details disappear when trying to submit invalid event data using Community</li>\n<li>Fix – Add a check to avoid being unable to switch view when Filter Bar plugin is active and at least one field is set to auto-complete mode</li>\n<li>Fix – Only add the events custom post type to the tag archive queries and not custom queries with tags [45635]</li>\n<li>Fix – When using the filter tribe_events_excerpt_allow_shortcode shortcodes will be maybe be processed in event excerpts in the list views [42289]</li>\n</ul>\n<h4>[4.2.1.1] 2016-06-28</h4>\n<ul>\n<li>Fix – Ensure translations load as expected with all supported versions of WordPress (thanks to @JacobALund for originally reporting this on .org forums)</li>\n</ul>\n<h4>[4.2.1] 2016-06-22</h4>\n<ul>\n<li>Tweak – Adjust the caching rules for Month View for faster loading</li>\n<li>Fix – Replace a bad return type to avoid unnecessary notices in the error log</li>\n<li>Fix – Add missing styles for correctly hide screen reader text</li>\n<li>Fix – Fixes <code>tribe_get_event_link()</code> which wasn’t working when passing second parameter as `true’</li>\n<li>Tweak – Reduce the ginormous font size of Month View titles in skeleton styles</li>\n<li>Fix – Add styling to adjust List View description to full width</li>\n<li>Fix – Miscellaneous tweaks to improve the Month and Day views</li>\n<li>Fix – Fix a shorthand array that was causing errors in PHP 5.2 and 5.3 when importing events</li>\n</ul>\n<h4>[4.2] 2016-06-08</h4>\n<ul>\n<li>Feature – Added Google Maps API key field in the Settings tab to avoid map timeouts and errors on larger sites (Thanks to Yan for reporting this!)</li>\n<li>Feature – Added support for featured image, multiple organizers, excerpt and more custom fields in the .csv file import function for events (Thank you to Graphic Designer for posting on UserVoice!)</li>\n<li>Feature – Added support for featured image, description, map details and more custom fields in the .csv file import function for venues</li>\n<li>Feature – Added support for featured image and description in the .csv file import function for organizers (Thank you to Rebecca for posting on UserVoice!)</li>\n<li>Feature – Added an oEmbed template for events</li>\n<li>Feature – Improve performance of a query used to determine if there are free/uncosted events (Thank you @fabianmarz for the pull request!)</li>\n<li>Feature – Added support for attaching custom post types to events</li>\n<li>Tweak – Improved filtering of the <code>tribe_event_featured_image()</code> function (Cheers to @fabianmarz!)</li>\n<li>Tweak – Add an encoding class for the CSV importer to prevent non utf8 characters from preventing imports (Thanks to screenrage for the report!)</li>\n<li>Tweak – Improved our JSON-LD output to ensure consistency (Props to @garrettjohnson and Lars!)</li>\n<li>Tweak – Language files in the <code>wp-content/languages/plugins</code> path will be loaded before attempting to load internal language files (Thank you to user aafhhl for bringing this to our attention!)</li>\n<li>Tweak – Switch to HTTPS for the “Powered by The Events Calendar” link (Thank you Cynthia for reporting this!)</li>\n<li>Tweak – Switch to using HTTPS by default for interactions with Google Maps API</li>\n<li>Tweak – Improved filterability of calendar excerpts by introducing the new <code>tribe_events_get_the_excerpt</code> filter hook</li>\n<li>Tweak – Improved filtering of organizer details when importing by CSV (Props to @Geir for bringing this up!)</li>\n<li>Tweak – Adjustments for single event view in Twenty Fifteen theme</li>\n<li>Tweak – Improved performance of query used to test for events without any cost</li>\n<li>Tweak – Added missing semicolon to a laquo (Props to mwender on GitHub for the fix!)</li>\n<li>Tweak – Improve the “stickiness” of CSV import column mappings (Thank you @jamesgol!)</li>\n<li>Tweak – Consistency of JSON-LD markup improved (Cheers to @garrettjohnson for the help!)</li>\n<li>Tweak – Avoid notice-level errors when working with WP CLI on a site where The Events Calendar is also active (Thanks to @sun)</li>\n<li>Tweak – Corrected the spelling of timezone in the CSV Importer’s event field</li>\n<li>Tweak – Updated venue and organizer templates to use the new architecture for attaching custom post types to events</li>\n<li>Tweak – Move plugin CSS to PostCSS</li>\n<li>Tweak – Category default view is now set to <code>default</code> in place of hardcoding the current default view in the category base rewrite rule [31907]</li>\n<li>Deprecated – <code>Tribe__Events__PUE__Checker</code>, <code>Tribe__Events__PUE__Plugin_Info</code>, and <code>Tribe__Events__PUE__Utility</code> classes are deprecated and are replaced by <code>Tribe__PUE__Checker</code>, <code>Tribe__PUE__Plugin_Info</code>, and <code>Tribe__PUE__Utility</code> classes</li>\n<li>Fixed – Changed the use of <code>have_posts()</code> in the maybe iCal links for the main views that could cause an infinite loop</li>\n<li>Accessibility – Focus styles added for search fields</li>\n<li>Accessibility – Add ARIA labels for Month/Day/List sub nav</li>\n<li>Accessibility – Add ARIA label for events footer sub nav heading</li>\n</ul>\n<h4>[4.1.4] 2016-05-19</h4>\n<ul>\n<li>Fix – Improve accuracy of list view pagination after switching from month view</li>\n<li>Tweak – Give the multi-organizer form ‘sticky’ properties so values persist even if the submission is initially rejected</li>\n<li>Tweak – Resolved minor CSS issues in the welcome page</li>\n</ul>\n<h4>[4.1.3] 2016-04-28</h4>\n<ul>\n<li>Fix – Month View single days are now ordered as follows: sticky events, ongoing multi-day events, all day events, then start time. In other words, all events should be ordered as you’d expect when viewing events in Month View.</li>\n<li>Fix – Updated the compatibility of CSV importer with WordPress 4.5 due to a change in the <code>post_status</code> filter. This will help prevent some of the errors you may have seen when importing events using a CSV file.</li>\n<li>Tweak – Added new event names for AJAX success to the List, Month, and Day views to help The Events Calendar’s compatibility with our other premium plugins.</li>\n</ul>\n<h4>[4.1.2] 2016-04-11</h4>\n<ul>\n<li>Tweak – Removed an unneeded hook that attempted to add a query argument to event tag links</li>\n<li>Fix – Resolved an issue where events marked as “sticky” would not display as such in Month View</li>\n<li>Fix – Dashes, hyphens, or whatever you like to call them in the events archive slug no longer breaks the URL</li>\n<li>Fix – The notice that pops up when a conflicting “events” page exists can now be dismissed</li>\n</ul>\n<h4>[4.1.1.1] 2016-04-07</h4>\n<ul>\n<li>Security – Tightened up security with post type link filtering (props to Nadal Soler for reporting this issue!)</li>\n<li>Security – Tightened up security around tribe bar submissions (props to Paul Mynarsky for reporting this issue!)</li>\n</ul>\n<h4>[4.1.1] 2016-03-30</h4>\n<ul>\n<li>Fix – Resolved bug where array notices were output on single event pages when venues were not set (props to zaxiscreative for reporting this issue!)</li>\n<li>Fix – Resolved issue where the Month View in mobile sizes retained the long day-of-week names when the abbreviations should have been used (props to Lucy for the bug report!)</li>\n<li>Fix – Fixed bug where a “0” was added to the default Venue name when creating a new event</li>\n<li>Fix – Fixed notice that caused Ajax requests to fail (props to cgrymala on WP.org for reporting this!)</li>\n<li>Fix – Removed quotes from around TZID-specified timezones in iCal feeds which causes problems with some parsers (props to factory44 for reporting the issue that lead to this fix)</li>\n<li>Fix – Resolved various capitalization issues with German translations (props to oheinrich in our forums for pointing out this issue!)</li>\n</ul>\n<h4>[4.1.0.1] 2016-03-17</h4>\n<ul>\n<li>Fix – Resolved multiple issues with the German <code>de_DE</code> language file that caused a number of site-breaking issues</li>\n</ul>\n<h4>[4.1] 2016-03-15</h4>\n<ul>\n<li>Feature – Added a tribe_get_venue_website_url() function for fetching Venue website URLs (props to fervorcreative in our forums for this request!)</li>\n<li>Performance – Lazy-load venue and organizer selector data</li>\n<li>Tweak – Allow iCal filenames to be filtered via a new filter: tribe_events_ical_feed_filename</li>\n<li>Tweak – Added a hook to allow single day queries in month view to be filtered: tribe_events_month_daily_events_query_args</li>\n<li>Tweak – Improved the logic around rebuilding known date ranges</li>\n<li>Tweak – Always show the “Merge Duplicates” button for venues and organizers in the Events General Settings page</li>\n<li>Tweak – Allow the “same slug” notice to be dismissed and fix some text in that message</li>\n<li>Tweak – Ignore alpha/beta/rc suffixes on version numbers when checking template versions</li>\n<li>Tweak – Add a filter for month view daily events query: tribe_events_month_daily_events_query_args</li>\n<li>Tweak – Added a more flexible cost range parsing function</li>\n<li>Tweak – Obfuscate license keys Events > Help > System Information</li>\n<li>Fix – Fixed a fatal that sometimes occurred when refreshing the import CSV page</li>\n<li>Fix – Fixed issue where some characters were not escaped appropriately for month and year formats</li>\n<li>Fix – Added missing tribe-loading@2x.gif</li>\n<li>Fix – Fixed a warning produced by passing a DateTime() object into start_date or end_date args of tribe_get_events (props to iamhexcoder for the pull request!)</li>\n<li>Fix – Fixed bug where events in month view were not always sorted in chronological order</li>\n<li>Fix – Fixed the System Info URL in Events > Help</li>\n<li>Fix – Resolved issue where the default country would be “Array” if no default country is set</li>\n<li>Fix – Fixed bug where ajaxurl was sometimes undefined</li>\n</ul>\n<h4>[4.0.7] 2016-03-02</h4>\n<ul>\n<li>Fix – Resolve display issues on templates with Jetpack and a few themes</li>\n<li>Fix – Mobile breakpoints on month view working with custom breakpoints</li>\n<li>Fix – Reordering Venue and Organizer metadata no longer breaks titles</li>\n<li>Fix – Prevented notices from happening when using <code>the_title</code> filter</li>\n<li>Fix – iCal links now will respect categories on the first page</li>\n<li>Fix – Prevent third-party bugs with SEO plugins when inserting events programmatically</li>\n<li>Fix – Organizer information is showing up again correctly</li>\n<li>Fix – Modified the add-on license validation method to better explain what is happening</li>\n<li>Fix – Description on mobile views now have the correct class attribute on HTML</li>\n<li>Fix – Added missing semicolon on the list navigation for “&laquo”</li>\n</ul>\n<h4>[4.0.6] 2016-02-17</h4>\n<ul>\n<li>Tweak – Adjust injection of event data into the_content from priority 10 to 9 for better 3rd-party plugin compatibility</li>\n<li>Tweak – Change mobile month view selector to load event details below the calendar for better theme compatibility</li>\n<li>Tweak – Better handling of edge cases on the post_excerpt for List View</li>\n<li>Tweak – Removal of generic CSS classes like <code>.updated</code> and <code>.published</code></li>\n<li>Fix – Prevent Notices from appearing when using <code>tribe_get_organizer()</code></li>\n<li>Fix – Make HTML Single Event Pages valid</li>\n<li>Fix – Numeric named categories URLs are now fully working</li>\n<li>Fix – Event Title now Accepts HTML on Tooltips</li>\n<li>Fix – Licenses Tab now will work with <code>DISALLOW_FILE_MODS</code> (Props to Sun for spotting and fixing this)</li>\n</ul>\n<h4>[4.0.5] 2016-01-15</h4>\n<ul>\n<li>Security – Security fix with Venues and Organizers (props to grantdayjames for reporting this!)</li>\n</ul>\n<h4>[4.0.4] 2015-12-23</h4>\n<ul>\n<li>Tweak – Including the latest embedded Event Tickets release for backward compatibility</li>\n</ul>\n<h4>[4.0.3] 2015-12-22</h4>\n<ul>\n<li>Tweak – Adjust single-event.php template to allow the “Time” title and content to be filterable (Props to Sitecrafting for highlighting this issue!)</li>\n<li>Fix – Resolved issue with an overly escaped Event Category edit URL that prevented editing categories (Thanks to Ian for the first report of this issue!)</li>\n<li>Fix – Fixed issue where clicking on columns on the Events listed in the Admin Dashboard were ALWAYS sorted by Event start/end date before sorting by the column selected (Cheers to Corrado for bringing this to our attention!)</li>\n</ul>\n<h4>[4.0.2] 2015-12-16</h4>\n<ul>\n<li>Tweak – Adding better support for non-numeric cost values on events (Props to Mirja for highlighting this!)</li>\n<li>Tweak – Avoid notice level errors when advanced events list widget settings are saved (Thank you Johan for reporting the issue!)</li>\n<li>Tweak – Improve messaging in the same-slug warning message (Thanks to Simon for bringing this to our attention!)</li>\n<li>Tweak – Hook to Event Tickets to inject event dates into ticket emails</li>\n<li>Tweak – Adding better support for default venues (Props to Karly for noting this!)</li>\n<li>Tweak – Improve handling of internationalized slugs (Cheers to Oliver for the help!)</li>\n<li>Fix – Ensure the past events list displays the correct events when accessed via ajax (Thank you Jesse for highlighting this!)</li>\n<li>Fix – Support ordering by venue/organizer within event queries (Thank you Doug for bringing this to our attention!)</li>\n<li>Fix – Fixed issue where events with the same date/time would sometimes be excluded from single-event navigation (Cheers to JeremyEnglert for the tip!)</li>\n<li>Fix – Resolved issue where events set with the explicit cost of 0 were not showing as “Free” (Thank you terrizsolo for reporting this!)</li>\n<li>Fix – Fixed bug where the datepicker in Twenty Sixteen was really ugly</li>\n<li>Fix – Fixed bug where using Quick Edit on events caused the table columns in the event list to become jumbled on save (Props to A K for the report!)</li>\n<li>Fix – Resolved bug where category links sometimes included event category 1 (Thank you Anthony for the original report of this problem!)</li>\n<li>Fix – Fixed a settings page URL (Props to Kristy for the heads up!)</li>\n</ul>\n<h4>[4.0.1] 2015-12-10</h4>\n<ul>\n<li>Tweak – Add a warning message for major updates</li>\n<li>Tweak – For SEO reasons, use an h1 for the title rather than an h2 (props to wpexplorer for this fix)</li>\n<li>Tweak – Target the calendar view grid in JS using a simpler selector</li>\n<li>Fix – Resolved WP 4.4 related fatal on the Nav Menu page that prevented the admin footer from rendering/enqueuing JS</li>\n<li>Fix – Resolved bug where visiting /events/upcoming could sometimes result in an infinite redirect loop</li>\n<li>Fix – Removed <code>wp_trim_excerpt</code> and use only it’s powers, fixing the excerpt problem</li>\n<li>Fix – Fixed bug where the mobile calendar view did not display the date for the date being viewed</li>\n<li>Fix – Fixed bug where the admin toolbar’s Events > Import > CSV did not link to the CSV importer page</li>\n<li>Fix – Fixed issue where the events list in the admin dashboard were not ordered in an intuitive manner</li>\n<li>Fix – Resolved bug where sorting by event category or tag resulted in an error</li>\n<li>Fix – Fixed bug where full event content text was displayed where excerpts should have been displayed</li>\n<li>Fix – Resolved issue where events imported via CSV were excluded from single event navigation</li>\n<li>Fix – Fixed bug where /events/list would sometimes 404 on a new install</li>\n<li>Fix – Resolved bug where multiday all-day events displayed the end date as one day later than it should be when the End of Day Cut-off was set to something other than 12am</li>\n<li>Fix – Timezone handling fixed within generated iCal feeds</li>\n</ul>\n<h4>[4.0] 2015-12-02</h4>\n<ul>\n<li>Security – A TON of escaping was added to our codebase thanks to the efforts of the always-helpful Andy Fragen (@afragen)</li>\n<li>Feature – Moved the Ticket framework code into its own plugin (event-tickets)</li>\n<li>Feature – The event cost now supports more international formats with the addition of the tribe_events_cost_separators filter (Thank you remokrol for bringing this to our attention!)</li>\n<li>Feature – Added support for the twentysixteen theme</li>\n<li>Feature – Created a new Add-Ons tab in Settings so that TEC add-ons can have a consolidated settings tab</li>\n<li>Feature – Improve the date formats UI by providing example output for each selected format</li>\n<li>Tweak – Restructured TEC’s core settings code for reusability with other standalone plugins like Event Tickets</li>\n<li>Tweak – Deprecate old JS event names in favor of a new JS event naming standard. Example: deprecated tribe_ev_runAjax in favor of run-ajax.tribe</li>\n<li>Tweak – Consolidated import pages for TEC and add-ons</li>\n<li>Tweak – When suggesting a UTF-8 compatibility CSV formatting tool, point to one that still exists</li>\n<li>Tweak – Added the ability to filter attendees CSV items via tribe_events_tickets_attendees_csv_items (Props to @bostondv on GitHub for this patch!)</li>\n<li>Tweak – Updated all excerpt output to use tribe_events_get_the_excerpt() to ensure a consistent display of excerpt content (Cheers to Joseph to pointing this out!)</li>\n<li>Tweak – Add support for wp_get_document_title in response to the WordPress 4.4 deprecation of wp_title</li>\n<li>Tweak – Check post creation permissions before letting users create venues and organizers from the event meta box</li>\n<li>Tweak – Only display data separators between fields that have data when rendering organizers (Thank you Bud for highlighting this issue!)</li>\n<li>Tweak – When a user cannot create organizers, prevent the auto-selection of organizers when editing an event</li>\n<li>Tweak – Remove microformat CSS classes from templates and replace with namespaced content-relevant CSS classes</li>\n<li>Tweak – Changed the “updated” CSS class to “tribe-updated” so that it is properly namespaced (Thank you vijayrajesh!)</li>\n<li>Tweak – The Plugin Update Checker will now auto-save valid plugin keys (Thanks to Denon for originally bringing this up!)</li>\n<li>Tweak – Cleaned up the output of JSON-LD data. Filterable via the new tribe_google_data_markup_json filter</li>\n<li>Tweak – Drop the use of the generic CSS class “placeholder” in favor of “tribe-event-placeholder” (Thanks to Marc on the forums!)</li>\n<li>Tweak – Adjusted the CSS padding on Admin Menu items for Events</li>\n<li>Tweak – Various codesniffer fixes</li>\n<li>Tweak – tribe_get_venue_link() no longer echoes if you ask it to return an <a> element</a></li>\n<li>Tweak – Error messages for empty Venue names</li>\n<li>Tweak – Improve our responsiveness for the widget mini calendar, allowing smaller sidebars.</li>\n<li>Tweak – No longer retrieve empty costs when fetching all costs for all events</li>\n<li>Tweak – Change the priority of bootstrapping the-events-calendar to ensure it occurs before any of the TEC addons in the event some addons are upgraded to v4.0 later than TEC</li>\n<li>Tweak – Adjust the logic used for adding a noindex/follow tag to event views</li>\n<li>Tweak – No longer hiding default address fields when default venues are selected when Pro is active</li>\n<li>Fix – Resolved issue where the iCal feed did not provide an appropriately formatted timezone in some cases (Cheers to Matt for the report!)</li>\n<li>Fix – Added support for translating some previously untranslatable strings (Props to tititou36, media325, and Stef!)</li>\n<li>Fix – Prevented duplicate CSS IDs on the mini calendars (Cheers to Corrado for the help!)</li>\n<li>Fix – Fixed bug causing tribe_get_single_ical_link() and tribe_get_ical_link() to use the same URL when it shouldn’t (Props to Ben Byrne @drywall on Twitter for the heads up!)</li>\n<li>Fix – Fixed issue where the “Add another organizer” text wasn’t using the correct singular label (Thank you MIKE for the report!)</li>\n<li>Fix – Various CSS fixes for twenty(ten-fifteen)</li>\n<li>Fix – Improved our handling of <code>get_current_screen()</code> across the plugin, avoiding notices and warnings (Thank you Mike for the help!)</li>\n<li>Fix – Fixed bug where accessing object properties on a non object errored out when saving event meta (props to @dalethedeveloper on GitHub for this fix!)</li>\n<li>Fix – Fixed bug where organizer ID meta attached sometimes included a blank record. That blank record is no longer returned in tribe_get_organizer_ids()</li>\n<li>Fix – Fixed error message returned when tabbing away from a blank event name meta box so that it properly indicates that an event name is required (Our thanks to @tapan29bd for this fix!)</li>\n<li>Fix – Resolved issue where Timezone event start/end date property name strings were malformed which guaranteed a a call to get_post_meta for Timezone date strings</li>\n<li>Fix – Fixed CSS issue where the month view calendar could sometimes extend beyond the edge of the page when Skeleton Styles were enabled</li>\n<li>Fix – Fixed a problem where iCal data was generated with incorrect dates in the case of some all days events (thanks to Matt for highlighting this)</li>\n<li>Fix – Resolved a problem causing the previous month view to appear when it should not</li>\n<li>Fix – Fixed issue in mobile month view where date was missing from heading</li>\n<li>Fix – Resolved issue that caused /events/ to 404 if it was visited on a new install before hitting “Save” on the Events > Settings > Display page</li>\n<li>Deprecated – The Tribe__Events__Main::defaultValueReplaceEnabled() method is being deprecated in favor of tribe_get_option(‘defaultValueReplace’). Schedules for removal in v4.5</li>\n<li>Deprecated – The tribe_event_link() has been deprecated in favor of tribe_get_event_link(). Scheduled for removal in 5.0</li>\n<li>Deprecated – The third parameter of tribe_get_organizer_link() (the $echo parameter) has been deprecated and is scheduled for removal in 5.0</li>\n<li>Deprecated – Tribe__Events__Abstract_Deactivation in favor of Tribe__Abstract_Deactivation</li>\n<li>Deprecated – Tribe__Events__Admin__Helpers in favor of Tribe__Admin__Helpers</li>\n<li>Deprecated – Tribe__Events__App_Shop in favor of Tribe__App_Shop</li>\n<li>Deprecated – Tribe__Events__Autoloader in favor of Tribe__Autoloader</li>\n<li>Deprecated – Tribe__Events__Cache in favor of Tribe__Cache</li>\n<li>Deprecated – Tribe__Events__Cache_Listener in favor of Tribe__Cache_Listener</li>\n<li>Deprecated – Tribe__Events__Changelog_Reader in favor of Tribe__Changelog_Reader</li>\n<li>Deprecated – Tribe__Events__Credits in favor of Tribe__Credits</li>\n<li>Deprecated – Tribe__Events__Date_Utils in favor of Tribe__Date_Utils</li>\n<li>Deprecated – Tribe__Events__Field in favor of Tribe__Field</li>\n<li>Deprecated – Tribe__Events__Settings in favor of Tribe__Settings</li>\n<li>Deprecated – Tribe__Events__Settings_Tab in favor of Tribe__Settings_Tab</li>\n<li>Deprecated – Tribe__Events__Support in favor of Tribe__Support</li>\n<li>Deprecated – Tribe__Events__Template_Part_Cache in favor of Tribe__Template_Part_Cache</li>\n<li>Deprecated – Tribe__Events__Tickets__Attendees_Table in favor of Tribe__Tickets__Attendees_Table in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Metabox in favor of Tribe__Tickets__Metabox in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Ticket_Object in favor of Tribe__Tickets__Ticket_Object in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Tickets in favor of Tribe__Tickets__Tickets in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Tickets_Pro in favor of Tribe__Tickets__Tickets_Handler in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Validate in favor of Tribe__Validate</li>\n<li>Deprecated – Tribe__Events__View_Helpers in favor of Tribe__View_Helpers</li>\n<li>Deprecated – Tribe__Events__Main::OPTIONNAME in favor of Tribe__Main::OPTIONNAME</li>\n<li>Deprecated – Tribe__Events__Main::OPTIONNAMENETWORK in favor of Tribe__Main::OPTIONNAMENETWORK</li>\n<li>Deprecated – Tribe__Events__Main::addHelpAdminMenuItem() in favor of Tribe__Settings_Manager::add_help_admin_menu_item()</li>\n<li>Deprecated – Tribe__Events__Main::addNetworkOptionsPage() in favor of Tribe__Settings_Manager::add_network_options_page()</li>\n<li>Deprecated – Tribe__Events__Main::array_insert_after_key() in favor of Tribe__Main::array_insert_after_key()</li>\n<li>Deprecated – Tribe__Events__Main::array_insert_before_key() in favor of Tribe__Main::array_insert_before_key()</li>\n<li>Deprecated – Tribe__Events__Main::debug() in favor of Tribe__Debug::debug()</li>\n<li>Deprecated – Tribe__Events__Main::defaultValueReplaceEnabled() in favor of tribe_get_option( ‘defaultValueReplace’ )</li>\n<li>Deprecated – Tribe__Events__Main::doHelpTab() in favor of Tribe__Settings_Manager::do_help_tab()</li>\n<li>Deprecated – Tribe__Events__Main::doNetworkSettingTab() in favor of Tribe__Settings_Manager::do_network_settings_tab()</li>\n<li>Deprecated – Tribe__Events__Main::doSettingTabs() in favor of Tribe__Settings_Manager::do_setting_tabs()</li>\n<li>Deprecated – Tribe__Events__Main::do_licenses_tab() in favor of Tribe__Settings_Manager::do_licenses_tab()</li>\n<li>Deprecated – Tribe__Events__Main::getNetworkOption() in favor of Tribe__Settings_Manager::get_network_option()</li>\n<li>Deprecated – Tribe__Events__Main::getNetworkOptions() in favor of Tribe__Settings_Manager::get_network_options()</li>\n<li>Deprecated – Tribe__Events__Main::getNotices() in favor of Tribe__Notices::get()</li>\n<li>Deprecated – Tribe__Events__Main::getOption() in favor of Tribe__Settings_Manager::get_option()</li>\n<li>Deprecated – Tribe__Events__Main::getOptions() in favor of Tribe__Settings_Manager::get_options()</li>\n<li>Deprecated – Tribe__Events__Main::have_addons() in favor of Tribe__Settings_Manager::have_addons()</li>\n<li>Deprecated – Tribe__Events__Main::isNotice() in favor of Tribe__Notices::is_notice()</li>\n<li>Deprecated – Tribe__Events__Main::pluginDir in favor of Tribe__Events__Main::plugin_dir</li>\n<li>Deprecated – Tribe__Events__Main::pluginName in favor of Tribe__Events__Main::plugin_name</li>\n<li>Deprecated – Tribe__Events__Main::pluginPath in favor of Tribe__Events__Main::plugin_path</li>\n<li>Deprecated – Tribe__Events__Main::pluginUrl in favor of Tribe__Events__Main::plugin_url</li>\n<li>Deprecated – Tribe__Events__Main::removeNotice() in favor of Tribe__Notices::remove_notice()</li>\n<li>Deprecated – Tribe__Events__Main::renderDebug() in favor of Tribe__Debug::render()</li>\n<li>Deprecated – Tribe__Events__Main::saveAllTabsHidden() in favor of Tribe__Settings_Manager::save_all_tabs_hidden()</li>\n<li>Deprecated – Tribe__Events__Main::setNetworkOptions() in favor of Tribe__Settings_Manager::set_network_options()</li>\n<li>Deprecated – Tribe__Events__Main::setNotice() in favor of Tribe__Notices::set_notice()</li>\n<li>Deprecated – Tribe__Events__Main::truncate() in favor of tribe_events_get_the_excerpt()</li>\n<li>Deprecated – tribe_event_beginning_of_day() in favor of tribe_beginning_of_day()</li>\n<li>Deprecated – tribe_event_end_of_day() in favor of tribe_end_of_day()</li>\n<li>Deprecated – tribe_event_format_date() in favor of tribe_format_date()</li>\n<li>Deprecated – tribe_events_the_notices() in favor of tribe_the_notices()</li>\n</ul>\n<h4>3.x and previous</h4>\n<p>For release notes from the 3.x and older lifecycles, see our <a href=\"https://theeventscalendar.com/category/products/release-notes/\" rel=\"nofollow\">full historical release notes</a>.</p>\n\";s:11:\"screenshots\";s:2685:\"<ol><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\" alt=\"Month View with hover\"></a><p>Month View with hover</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\" alt=\"Month View\"></a><p>Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\" alt=\"List View\"></a><p>List View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\" alt=\"Day View\"></a><p>Day View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\" alt=\"Single event\"></a><p>Single event</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\" alt=\"Event Editor\"></a><p>Event Editor</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\" alt=\"Events admin listing\"></a><p>Events admin listing</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\" alt=\"General Settings\"></a><p>General Settings</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\" alt=\"Display Settings\"></a><p>Display Settings</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\" alt=\"Events List Widget\"></a><p>Events List Widget</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\" alt=\"Mobile Month View\"></a><p>Mobile Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\" alt=\"CSV Importer\"></a><p>CSV Importer</p></li></ol>\";s:7:\"reviews\";s:16059:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Not compatible with WordPress 5.2</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/gabriellabo\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/51e34433850c7db33f8c6cc09c302580?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/51e34433850c7db33f8c6cc09c302580?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/gabriellabo\" class=\"reviewer-name\">gabriellabo</a> on <span class=\"review-date\">May 13, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Are you going to update the calendar to WordPress 5.2?\n\n</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great! Except for recurring events.</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/hugrat\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d219234ecdf84ff08365e6d436347bfa?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/d219234ecdf84ff08365e6d436347bfa?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/hugrat\" class=\"reviewer-name\">hugrat</a> on <span class=\"review-date\">May 8, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Nice look and feel. Easy to set up. The events show up in the newsfeed.\nBut you need the pro version for something as simple as recurring events.\nAll my events are recurring so this plugin will not be my first choice for a longer test drive.\nPro is also a bit on the pricey side for a plugin.\nNo impulse buy here! ;)</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Problem with breadcrumbs</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/zeandesign\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/cc35a1eee5cfb70fab1fa29ca14e0358?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/cc35a1eee5cfb70fab1fa29ca14e0358?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/zeandesign\" class=\"reviewer-name\">Zean Design <small>(zeandesign)</small></a> on <span class=\"review-date\">May 7, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Problem with breadcrumbs.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Beutiful but becomming unusable</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/jimh275\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/2dfa11d17426b187b6a5dce8de12cedc?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/2dfa11d17426b187b6a5dce8de12cedc?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/jimh275\" class=\"reviewer-name\">jimh275</a> on <span class=\"review-date\">May 7, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This would be a great calendar if it wasn\'t so bloated and such a resource hog. If I want to update I have to do it manually because otherwise I get a request timeout. uncompressed size is 58 megs. It\'s beautiful and works OK, in my opinion the devs need to look at cleaning it up and reducing it\'s size. </div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">A very good free plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/wgkrueger\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/013c9310e0aea4092e74a2654bc1c61c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/013c9310e0aea4092e74a2654bc1c61c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/wgkrueger\" class=\"reviewer-name\">wgkrueger</a> on <span class=\"review-date\">May 4, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">For a starter Events Calendar for your Wordpress site you can look no further than the Events Calendar. It\'s feature rich, comprehensive and easy to use. The only issue I had was getting the default page to cooperate with the OceanWP theme as it didn\'t allow me to match my look and feel. Other than that, as a free plugin it\'s great.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Excellent (even in free version)</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/bernardd\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8d958a96e1b8eb676c707516ce5222bf?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/8d958a96e1b8eb676c707516ce5222bf?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/bernardd\" class=\"reviewer-name\">bernardd</a> on <span class=\"review-date\">May 1, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Really very good.\nThe free version is making perfectly all what I need\n(it is a non-profit organization, I don\'t need to sell ticket...)\nLocalization (French) is perfect.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Easy to use</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/davidvie\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b0d8175e79e5c209ff7075995c761a72?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b0d8175e79e5c209ff7075995c761a72?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/davidvie\" class=\"reviewer-name\">davidvie</a> on <span class=\"review-date\">April 30, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Very neat plugin for events. Easy to use also for beginners</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Worst Plugin I have ever worked with</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/impeka\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/150370966520b734ce8fbde4cc31c58c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/150370966520b734ce8fbde4cc31c58c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/impeka\" class=\"reviewer-name\">impeka</a> on <span class=\"review-date\">April 26, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This is by far the worst plugin I have had to deal with in over 10 years.\n\nEach update breaks a different feature. There will always be a feature or an add on that does not work, that is if the update even works. The last update I did broke the plugin completely. I had to roll back to their previous versions.\n\nI have been dealing with this plugin for over 2 years and I have NEVER had it working perfectly. I\'ve submitted countless bug reports (that we had to find on our own). Some fixes took over 2 months and some were never fixed. Forget using it properly if you use WPML.\n\nIt goes back to the WordPress basics. There was wp-content variables hard coded in the plugin which means it would break if you hardened your site by changing the plugins folder path. There\'s a plugin path function (plugin_dir_path())for a reason, use it. \n\nI cannot in good conscience recommend this to anyone. Build your own, you\'ll save yourself some time.\n\n\n\n</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">bad coding</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/chicho1969\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4c91fec0ac6881ffaf274f0e5093f767?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/4c91fec0ac6881ffaf274f0e5093f767?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/chicho1969\" class=\"reviewer-name\">chicho1969</a> on <span class=\"review-date\">April 17, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">changing events or event slug result in 404 page, this issue still from 2015 up today. Slugs are not clear and documentation is worst. cannot change slug. Do not understand and do not find an explanation for slugs event, events, tc-events...</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">WOW - Best Rendering Calendar Plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/kdawg1406\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e62fc1a875bfaac4f1241bdded4b0f7f?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/e62fc1a875bfaac4f1241bdded4b0f7f?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/kdawg1406\" class=\"reviewer-name\">kdawg1406</a> on <span class=\"review-date\">April 11, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I\'ve spent the last three weeks looking for a Calendar that had these features:\n\n<ul>\n <li>Works with dark WordPress theme</li>\n <li>Ability to perform design-time filtering or server-side filtering</li>\n <li>Renders outstanding on mobile or desktop</li>\n <li>Easy for average person to enter events </li>\n <li>Good documentation</li>\n <li>Responsive support - community or vendor</li>\n</ul>\n\nAfter downloading and testing or purchasing and testing many calendars I finally found The Events Calendar late last night.\n\nWOW - this events calendar is outstanding. The rendering of the templates is by far the best I\'ve seen, especially how they render images. No overstretching or strange image rending. You upload the image, that is how it looks on the single page view.\n\nWhile this plugin does not work with Elementor Pro as an editor, you can download a plugin to enable the use of shortcodes on any page.\n\nOne issue I ran into was it can be difficult to wade through their docs because, they have other products, one called Community Events, which is a different product, when searching on the web you have to deal with Community Events results when you only want content for this calendar.\n\nGreat job, love this calendar, thank you so very much,\n\nKarl\n\n\n\n</div>\n</div>\n\";}s:13:\"download_link\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.1.zip\";s:11:\"screenshots\";a:12:{i:1;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1679210\";s:7:\"caption\";s:21:\"Month View with hover\";}i:2;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1679210\";s:7:\"caption\";s:10:\"Month View\";}i:3;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1679210\";s:7:\"caption\";s:9:\"List View\";}i:4;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1679210\";s:7:\"caption\";s:8:\"Day View\";}i:5;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1679210\";s:7:\"caption\";s:12:\"Single event\";}i:6;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1679210\";s:7:\"caption\";s:12:\"Event Editor\";}i:7;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1679210\";s:7:\"caption\";s:20:\"Events admin listing\";}i:8;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1679210\";s:7:\"caption\";s:16:\"General Settings\";}i:9;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1679210\";s:7:\"caption\";s:16:\"Display Settings\";}i:10;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1679210\";s:7:\"caption\";s:18:\"Events List Widget\";}i:11;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1679210\";s:7:\"caption\";s:17:\"Mobile Month View\";}i:12;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1679210\";s:7:\"caption\";s:12:\"CSV Importer\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:5:\"event\";s:5:\"Event\";s:6:\"events\";s:6:\"events\";s:9:\"organizer\";s:9:\"organizer\";s:5:\"venue\";s:5:\"venue\";}s:8:\"versions\";a:173:{s:3:\"1.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip\";s:5:\"1.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip\";s:5:\"1.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip\";s:5:\"1.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip\";s:5:\"1.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip\";s:5:\"1.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip\";s:5:\"1.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip\";s:3:\"1.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip\";s:5:\"1.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip\";s:5:\"1.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip\";s:5:\"1.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip\";s:5:\"1.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip\";s:5:\"1.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip\";s:5:\"2.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip\";s:6:\"2.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip\";s:6:\"2.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip\";s:5:\"2.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip\";s:5:\"2.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip\";s:5:\"2.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip\";s:5:\"2.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip\";s:5:\"2.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip\";s:5:\"2.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip\";s:5:\"2.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip\";s:5:\"2.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip\";s:3:\"3.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip\";s:5:\"3.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip\";s:5:\"3.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip\";s:3:\"3.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip\";s:4:\"3.10\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip\";s:6:\"3.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip\";s:4:\"3.11\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip\";s:6:\"3.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip\";s:6:\"3.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip\";s:4:\"3.12\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip\";s:6:\"3.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip\";s:6:\"3.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip\";s:6:\"3.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";s:6:\"3.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip\";s:6:\"3.12.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip\";s:6:\"3.12.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";s:3:\"3.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip\";s:3:\"3.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip\";s:5:\"3.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip\";s:3:\"3.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip\";s:5:\"3.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip\";s:3:\"3.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip\";s:5:\"3.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip\";s:3:\"3.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip\";s:5:\"3.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip\";s:3:\"3.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip\";s:3:\"3.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip\";s:5:\"3.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip\";s:3:\"3.9\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip\";s:5:\"3.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip\";s:5:\"3.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip\";s:5:\"3.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip\";s:3:\"4.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip\";s:5:\"4.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip\";s:5:\"4.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip\";s:5:\"4.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip\";s:5:\"4.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip\";s:5:\"4.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip\";s:5:\"4.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip\";s:5:\"4.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip\";s:3:\"4.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip\";s:7:\"4.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip\";s:5:\"4.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip\";s:7:\"4.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip\";s:5:\"4.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip\";s:5:\"4.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip\";s:5:\"4.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip\";s:3:\"4.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:5:\"4.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip\";s:7:\"4.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip\";s:5:\"4.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip\";s:5:\"4.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip\";s:5:\"4.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip\";s:5:\"4.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip\";s:5:\"4.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip\";s:5:\"4.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:3:\"4.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip\";s:7:\"4.3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.1.zip\";s:5:\"4.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip\";s:7:\"4.3.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.1.zip\";s:5:\"4.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.zip\";s:5:\"4.3.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.zip\";s:5:\"4.3.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.zip\";s:7:\"4.3.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip\";s:7:\"4.3.4.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.2.zip\";s:5:\"4.3.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.zip\";s:3:\"4.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip\";s:7:\"4.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.1.zip\";s:5:\"4.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip\";s:7:\"4.4.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.1.zip\";s:5:\"4.4.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.zip\";s:5:\"4.4.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.zip\";s:5:\"4.4.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.zip\";s:5:\"4.4.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.zip\";s:3:\"4.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip\";s:7:\"4.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip\";s:7:\"4.5.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.2.zip\";s:5:\"4.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.zip\";s:6:\"4.5.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.zip\";s:8:\"4.5.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.1.zip\";s:6:\"4.5.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.11.zip\";s:6:\"4.5.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.zip\";s:8:\"4.5.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.1.zip\";s:8:\"4.5.12.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.2.zip\";s:8:\"4.5.12.3\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.3.zip\";s:6:\"4.5.13\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.13.zip\";s:5:\"4.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip\";s:7:\"4.5.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.1.zip\";s:5:\"4.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.3.zip\";s:5:\"4.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.4.zip\";s:5:\"4.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.5.zip\";s:5:\"4.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.6.zip\";s:5:\"4.5.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.7.zip\";s:5:\"4.5.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.zip\";s:7:\"4.5.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.1.zip\";s:5:\"4.5.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.zip\";s:3:\"4.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.zip\";s:5:\"4.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.1.zip\";s:6:\"4.6.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.zip\";s:8:\"4.6.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.1.zip\";s:6:\"4.6.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.zip\";s:8:\"4.6.11.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.1.zip\";s:6:\"4.6.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.12.zip\";s:6:\"4.6.13\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.13.zip\";s:6:\"4.6.14\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.zip\";s:8:\"4.6.14.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.1.zip\";s:6:\"4.6.15\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.15.zip\";s:6:\"4.6.16\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.16.zip\";s:6:\"4.6.17\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.17.zip\";s:6:\"4.6.18\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.18.zip\";s:6:\"4.6.19\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.19.zip\";s:5:\"4.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.2.zip\";s:6:\"4.6.20\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.zip\";s:8:\"4.6.20.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.1.zip\";s:6:\"4.6.21\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.21.zip\";s:6:\"4.6.22\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.zip\";s:8:\"4.6.22.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.1.zip\";s:6:\"4.6.23\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.23.zip\";s:6:\"4.6.24\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.zip\";s:8:\"4.6.24.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.1.zip\";s:6:\"4.6.25\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.25.zip\";s:6:\"4.6.26\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.zip\";s:8:\"4.6.26.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.1.zip\";s:5:\"4.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.3.zip\";s:5:\"4.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.4.zip\";s:5:\"4.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.5.zip\";s:5:\"4.6.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.6.zip\";s:5:\"4.6.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:5:\"4.6.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.8.zip\";s:5:\"4.6.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.9.zip\";s:3:\"4.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.zip\";s:7:\"4.7.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.0.1.zip\";s:5:\"4.7.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.1.zip\";s:5:\"4.7.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.2.zip\";s:5:\"4.7.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.3.zip\";s:5:\"4.7.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.4.zip\";s:3:\"4.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.zip\";s:7:\"4.8.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.0.1.zip\";s:5:\"4.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.1.zip\";s:5:\"4.8.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.2.zip\";s:5:\"4.9.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.zip\";s:7:\"4.9.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.1.zip\";s:7:\"4.9.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.2.zip\";s:7:\"4.9.0.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.3.zip\";s:5:\"4.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.zip\";s:7:\"4.9.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.1.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/the-events-calendar.zip\";}s:11:\"donate_link\";s:18:\"http://m.tri.be/29\";s:7:\"banners\";a:2:{s:3:\"low\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2048291\";s:4:\"high\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2048291\";}}s:14:\"contact-form-7\";a:25:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:7:\"version\";s:5:\"5.1.1\";s:6:\"author\";s:62:\"<a href=\"https://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>\";s:14:\"author_profile\";s:43:\"https://profiles.wordpress.org/takayukister\";s:12:\"contributors\";a:1:{s:12:\"takayukister\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/takayukister\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/bb7bc21850c77e9eb16b44102f4a539d?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Takayuki Miyoshi\";}}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.0.4\";s:12:\"requires_php\";b:0;s:6:\"rating\";i:84;s:7:\"ratings\";a:5:{i:5;i:1147;i:4;i:115;i:3;i:47;i:2;i:39;i:1;i:260;}s:11:\"num_ratings\";i:1608;s:15:\"support_threads\";i:531;s:24:\"support_threads_resolved\";i:159;s:15:\"active_installs\";i:5000000;s:12:\"last_updated\";s:21:\"2018-12-18 6:05pm GMT\";s:5:\"added\";s:10:\"2007-08-02\";s:8:\"homepage\";s:25:\"https://contactform7.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:2885:\"<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs & Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\">support forum</a> on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin’s continued development and better user support.</p>\n<h4>Privacy Notices</h4>\n<p>With the default configuration, this plugin, in itself, does not:</p>\n<ul>\n<li>track users by stealth;</li>\n<li>write any user personal data to the database;</li>\n<li>send any data to external servers;</li>\n<li>use cookies.</li>\n</ul>\n<p>If you activate certain features in this plugin, the contact form submitter’s personal data, including their IP address, may be sent to the service provider. Thus, confirming the provider’s privacy policy is recommended. These features include:</p>\n<ul>\n<li>reCAPTCHA (<a href=\"https://policies.google.com/?hl=en\" rel=\"nofollow\">Google</a>)</li>\n<li>Akismet (<a href=\"https://automattic.com/privacy/\" rel=\"nofollow\">Automattic</a>)</li>\n<li>Constant Contact (<a href=\"https://www.endurance.com/privacy\" rel=\"nofollow\">Endurance International Group</a>)</li>\n</ul>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n\";s:12:\"installation\";s:414:\"<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n\";s:3:\"faq\";s:427:\"<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n\";s:9:\"changelog\";s:4209:\"<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>5.1.1</h4>\n<ul>\n<li>reCAPTCHA: Modifies the reaction to empty response tokens.</li>\n</ul>\n<h4>5.1</h4>\n<ul>\n<li>Introduces the Constant Contact integration module.</li>\n<li>Updates the reCAPTCHA module to support reCAPTCHA v3.</li>\n<li>Adds Dark Mode style rules.</li>\n</ul>\n<h4>5.0.5</h4>\n<ul>\n<li>Fixes the inconsistency problem between get_data_option() and get_default_option() in the WPCF7_FormTag class.</li>\n<li>Suppresses PHP errors occur on unlink() calls.</li>\n<li>Introduces wpcf7_is_file_path_in_content_dir() to support the use of the UPLOADS constant.</li>\n</ul>\n<h4>5.0.4</h4>\n<ul>\n<li>Specifies the capability_type argument explicitly in the register_post_type() call to fix the privilege escalation vulnerability issue.</li>\n<li>Local File Attachment – disallows the specifying of absolute file paths referring to files outside the wp-content directory.</li>\n<li>Config Validator – adds a test item to detect invalid file attachment settings.</li>\n<li>Fixes a bug in the JavaScript fallback function for legacy browsers that do not support the HTML5 placeholder attribute.</li>\n<li>Acceptance Checkbox – unsets the form-tag’s do-not-store feature.</li>\n</ul>\n<h4>5.0.3</h4>\n<ul>\n<li>CSS: Applies the “not-allowed” cursor style to submit buttons in the “disabled” state.</li>\n<li>Acceptance Checkbox: Revises the tag-generator UI to encourage the use of better options in terms of personal data protection.</li>\n<li>Introduces wpcf7_anonymize_ip_addr() function.</li>\n<li>Introduces the consent_for:storage option for all types of form-tags.</li>\n</ul>\n<h4>5.0.2</h4>\n<ul>\n<li>Added the Privacy Notices section to the readme.txt file.</li>\n<li>Updated the Information meta-box content.</li>\n<li>Use get_user_locale() instead of get_locale() where it is more appropriate.</li>\n<li>Acceptance Checkbox: Reset submit buttons’ disabled status after a successful submission.</li>\n</ul>\n<h4>5.0.1</h4>\n<ul>\n<li>Fixed incorrect uses of _n().</li>\n<li>Config validation: Fixed incorrect count of alerts in the Additional Settings tab panel.</li>\n<li>Config validation: Fixed improper treatment for the [_site_admin_email] special mail-tag in the From mail header field.</li>\n<li>Acceptance checkbox: The class and id attributes specified were applied to the wrong HTML element.</li>\n<li>Config validation: When there is an additional mail header for mailboxes like Cc or Reply-To, but it has a possible empty value, “Invalid mailbox syntax is used” error will be returned.</li>\n<li>Explicitly specify the fourth parameter of add_action() to avoid passing unintended parameter values.</li>\n<li>Check if the target directory is empty before removing the directory.</li>\n</ul>\n<h4>5.0</h4>\n<ul>\n<li>Additional settings: on_sent_ok and on_submit have been removed.</li>\n<li>New additional setting: skip_mail</li>\n<li>Flamingo: Inbound channel title changes in conjunction with a change in the title of the corresponding contact form.</li>\n<li>DOM events: Make an entire API response object accessible through the event.detail.apiResponse property.</li>\n<li>HTML mail: Adds language-related attributes to the HTML header.</li>\n<li>File upload: Sets the accept attribute to an uploading field.</li>\n<li>Introduces the WPCF7_MailTag class.</li>\n<li>Allows aborting a mail-sending attempt using the wpcf7_before_send_mail action hook. Also, you can set a custom status and a message through the action hook.</li>\n<li>Acceptance checkbox: Allows the specifying of a statement of conditions in the form-tag’s content part.</li>\n<li>Acceptance checkbox: Supports the optional option.</li>\n<li>New special mail tags: [_site_title], [_site_description], [_site_url], [_site_admin_email], [_invalid_fields], [_user_login], [_user_email], [_user_url], [_user_first_name], [_user_last_name], [_user_nickname], and [_user_display_name]</li>\n<li>New filter hooks: wpcf7_upload_file_name, wpcf7_autop_or_not, wpcf7_posted_data_{$type}, and wpcf7_mail_tag_replaced_{$type}</li>\n<li>New form-tag features: zero-controls-container and not-for-mail</li>\n</ul>\n\";s:11:\"screenshots\";s:225:\"<ol><li><a href=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\"><img src=\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\" alt=\"screenshot-1.png\"></a><p>screenshot-1.png</p></li></ol>\";s:7:\"reviews\";s:13597:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">So much spam</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"2 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"2\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/byothe\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/13947ddc4c13396ae84e0ec5ae00ff5a?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/13947ddc4c13396ae84e0ec5ae00ff5a?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/byothe\" class=\"reviewer-name\">byothe</a> on <span class=\"review-date\">May 9, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">The last major version killed everything...\nThere is now so much spam now... I\'m looking for another plugin to do the job...\n5 months since last update while everyone is having issues with reCaptcha... What\'s going on ?</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">great</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/melvisnap\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d2916c150e0397efa3b4562ab92c7b97?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/d2916c150e0397efa3b4562ab92c7b97?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/melvisnap\" class=\"reviewer-name\">melvisnap</a> on <span class=\"review-date\">May 9, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great plugin. don\'t know why so many people are hating on this</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">goooooooooooooood</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ahaniran\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6b2e8fdb569e860cca624cb54732b9cb?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/6b2e8fdb569e860cca624cb54732b9cb?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/ahaniran\" class=\"reviewer-name\">آهن آلات حق وردی <small>(ahaniran)</small></a> on <span class=\"review-date\">May 8, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">great plugin for creating forms\nthank you</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Sucks!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/diamanto9\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/428e410516faf5e1ed4ac8b9bcd60d59?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/428e410516faf5e1ed4ac8b9bcd60d59?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/diamanto9\" class=\"reviewer-name\">diamanto9</a> on <span class=\"review-date\">May 3, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">The Ver 5.1.1 is not working with my wordpress site. Please test it and fix it</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Messages impossibles</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/jimae\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/7e72838e8d99ac586cac5209c954b589?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/7e72838e8d99ac586cac5209c954b589?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/jimae\" class=\"reviewer-name\">jimae</a> on <span class=\"review-date\">May 3, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">For several months impossible to send messages and no return to my questions on the forum.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">reCaptcha is not working!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ivyliac\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/62c6373d728b50add061836c2cf4e5f5?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/62c6373d728b50add061836c2cf4e5f5?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/ivyliac\" class=\"reviewer-name\">ivyliac</a> on <span class=\"review-date\">May 2, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">The Contact form is great and have been using it for ages. However, the last version is not working with reCaptcha. I had to roll back to the previous version.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Not working</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/yodelvixen\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/715b22a2ac69737931605b756dc2f93c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/715b22a2ac69737931605b756dc2f93c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/yodelvixen\" class=\"reviewer-name\">yodelvixen</a> on <span class=\"review-date\">April 30, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Your Contact Form 7 is interfering with my content showing up on my homepage. It\'s been going on for a few months already. Fix the issue already.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">A tried and tested classic form plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/nicksamuel\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b8ae5f207a0dc0e5518184aaada82d09?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b8ae5f207a0dc0e5518184aaada82d09?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/nicksamuel\" class=\"reviewer-name\">Nick Samuel <small>(nicksamuel)</small></a> on <span class=\"review-date\">April 24, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Personally I prefer Gravity forms but for the price, it\'s impossible to beat Contact Form 7.\n\nI\'m often told by developers that it\'s much easier to style as well.\n\nOnly issues I\'ve encountered is with a Captcha upgrade which broke some existing forms, and a form submission redirect breaking which stopped tracking after an update but day to day, issues are few and far between.\n\nOverall it\'s pretty basic but does pretty much as you\'d expect.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great Form Plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/gang618\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/74fca434a359aad90663836411ef688c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/74fca434a359aad90663836411ef688c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/gang618\" class=\"reviewer-name\">gang618</a> on <span class=\"review-date\">April 24, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">It is a great form plugin that you can download it for free!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">God bless you :)</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/bacior17\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/85820008c34061612f23f539ac0850b6?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/85820008c34061612f23f539ac0850b6?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/bacior17\" class=\"reviewer-name\">bacior17</a> on <span class=\"review-date\">April 23, 2019</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Thank you for your work!</div>\n</div>\n\";}s:13:\"download_link\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:11:\"screenshots\";a:1:{i:1;a:2:{s:3:\"src\";s:67:\"https://ps.w.org/contact-form-7/assets/screenshot-1.png?rev=1176454\";s:7:\"caption\";s:16:\"screenshot-1.png\";}}s:4:\"tags\";a:5:{s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:8:\"feedback\";s:8:\"feedback\";s:4:\"form\";s:4:\"form\";}s:8:\"versions\";a:134:{s:3:\"1.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.1.zip\";s:4:\"1.10\";s:62:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.zip\";s:8:\"1.10.0.1\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.0.1.zip\";s:6:\"1.10.1\";s:64:\"https://downloads.wordpress.org/plugin/contact-form-7.1.10.1.zip\";s:3:\"1.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.2.zip\";s:3:\"1.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.zip\";s:5:\"1.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.1.zip\";s:5:\"1.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.3.2.zip\";s:3:\"1.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.zip\";s:5:\"1.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.1.zip\";s:5:\"1.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.2.zip\";s:5:\"1.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.3.zip\";s:5:\"1.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.4.4.zip\";s:3:\"1.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.5.zip\";s:3:\"1.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.zip\";s:5:\"1.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.6.1.zip\";s:3:\"1.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.zip\";s:5:\"1.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.1.zip\";s:5:\"1.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.2.zip\";s:5:\"1.7.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.4.zip\";s:5:\"1.7.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.5.zip\";s:5:\"1.7.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.zip\";s:7:\"1.7.6.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.6.1.zip\";s:5:\"1.7.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.zip\";s:7:\"1.7.7.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.7.1.zip\";s:5:\"1.7.8\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.7.8.zip\";s:3:\"1.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.zip\";s:7:\"1.8.0.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.1.zip\";s:7:\"1.8.0.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.2.zip\";s:7:\"1.8.0.3\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.3.zip\";s:7:\"1.8.0.4\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.0.4.zip\";s:5:\"1.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.zip\";s:7:\"1.8.1.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.8.1.1.zip\";s:3:\"1.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.zip\";s:5:\"1.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.1.zip\";s:5:\"1.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.zip\";s:7:\"1.9.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.1.zip\";s:7:\"1.9.2.2\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.2.2.zip\";s:5:\"1.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.3.zip\";s:5:\"1.9.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.4.zip\";s:5:\"1.9.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.zip\";s:7:\"1.9.5.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.1.9.5.1.zip\";s:3:\"2.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.zip\";s:8:\"2.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0-beta.zip\";s:5:\"2.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.1.zip\";s:5:\"2.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.2.zip\";s:5:\"2.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.3.zip\";s:5:\"2.0.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.4.zip\";s:5:\"2.0.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.5.zip\";s:5:\"2.0.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.6.zip\";s:5:\"2.0.7\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.0.7.zip\";s:3:\"2.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.zip\";s:5:\"2.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.1.zip\";s:5:\"2.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.1.2.zip\";s:3:\"2.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.zip\";s:5:\"2.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.2.1.zip\";s:3:\"2.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.zip\";s:5:\"2.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.3.1.zip\";s:3:\"2.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.zip\";s:5:\"2.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.1.zip\";s:5:\"2.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.2.zip\";s:5:\"2.4.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.3.zip\";s:5:\"2.4.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.4.zip\";s:5:\"2.4.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.5.zip\";s:5:\"2.4.6\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.2.4.6.zip\";s:3:\"3.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.zip\";s:8:\"3.0-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0-beta.zip\";s:5:\"3.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.1.zip\";s:5:\"3.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.zip\";s:7:\"3.0.2.1\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.3.0.2.1.zip\";s:3:\"3.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.zip\";s:5:\"3.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.1.zip\";s:5:\"3.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.1.2.zip\";s:3:\"3.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.zip\";s:5:\"3.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.2.1.zip\";s:3:\"3.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.zip\";s:5:\"3.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.1.zip\";s:5:\"3.3.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.2.zip\";s:5:\"3.3.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.3.3.zip\";s:3:\"3.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.zip\";s:5:\"3.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.1.zip\";s:5:\"3.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.4.2.zip\";s:3:\"3.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.zip\";s:5:\"3.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.1.zip\";s:5:\"3.5.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.2.zip\";s:5:\"3.5.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.3.zip\";s:5:\"3.5.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.5.4.zip\";s:3:\"3.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.6.zip\";s:3:\"3.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.zip\";s:5:\"3.7.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.1.zip\";s:5:\"3.7.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.7.2.zip\";s:3:\"3.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.zip\";s:5:\"3.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip\";s:3:\"3.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.zip\";s:8:\"3.9-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9-beta.zip\";s:5:\"3.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.1.zip\";s:5:\"3.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.2.zip\";s:5:\"3.9.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.9.3.zip\";s:3:\"4.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.zip\";s:5:\"4.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.1.zip\";s:5:\"4.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.2.zip\";s:5:\"4.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.0.3.zip\";s:3:\"4.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.zip\";s:8:\"4.1-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1-beta.zip\";s:5:\"4.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.1.zip\";s:5:\"4.1.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.2.zip\";s:3:\"4.2\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.zip\";s:8:\"4.2-beta\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2-beta.zip\";s:5:\"4.2.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.1.zip\";s:5:\"4.2.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.2.2.zip\";s:3:\"4.3\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.zip\";s:5:\"4.3.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";s:3:\"4.4\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.zip\";s:5:\"4.4.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.1.zip\";s:5:\"4.4.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.4.2.zip\";s:3:\"4.5\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.zip\";s:5:\"4.5.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.5.1.zip\";s:3:\"4.6\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.zip\";s:5:\"4.6.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip\";s:3:\"4.7\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";s:3:\"4.8\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.zip\";s:5:\"4.8.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.1.zip\";s:3:\"4.9\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.zip\";s:5:\"4.9.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.1.zip\";s:5:\"4.9.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.9.2.zip\";s:3:\"5.0\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.zip\";s:5:\"5.0.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip\";s:5:\"5.0.2\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.2.zip\";s:5:\"5.0.3\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.3.zip\";s:5:\"5.0.4\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.4.zip\";s:5:\"5.0.5\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.5.zip\";s:3:\"5.1\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.zip\";s:5:\"5.1.1\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"trunk\";s:57:\"https://downloads.wordpress.org/plugin/contact-form-7.zip\";}s:11:\"donate_link\";s:32:\"https://contactform7.com/donate/\";s:7:\"banners\";a:2:{s:3:\"low\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";s:4:\"high\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}}}','no'),(8390,'fusion_core_version','5.4.1','yes'),(8418,'fusion_builder_version','3.4.1','yes'),(8431,'fusion_applied_patches','a:16:{i:0;i:416917;i:1;i:416918;i:2;i:416920;i:3;i:416931;i:4;i:417433;i:5;i:417434;i:6;i:417478;i:7;i:417606;i:8;i:417616;i:9;i:417618;i:10;i:419219;i:11;i:419223;i:12;i:419226;i:13;i:419228;i:14;i:419234;i:15;i:419279;}','no'),(8485,'_transient_all_the_cool_cats','11','yes'),(8515,'_transient_timeout_avada_ri_Fusion White Label Branding2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1557896863','no'),(8519,'_transient_timeout_avada_ri_Convert Plus2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1557896864','no'),(8523,'_transient_timeout_avada_ri_Advanced Custom Fields PRO2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1557896864','no'),(8527,'_transient_timeout_avada_ri_LayerSlider WP2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1557896864','no'),(8531,'_transient_timeout_avada_ri_Slider Revolution2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1557896864','no'),(8585,'fusion_options','a:933:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"wide\";s:10:\"site_width\";s:6:\"1170px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"none\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"60px\";s:6:\"bottom\";s:4:\"60px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"25%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1050\";s:19:\"content_break_point\";s:3:\"850\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:16:\"visibility_small\";s:3:\"850\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"typography_sensitivity\";s:1:\"0\";s:17:\"typography_factor\";s:3:\"1.5\";s:13:\"primary_color\";s:7:\"#808003\";s:13:\"color_palette\";s:71:\"#f44336|#E91E63|#03A9F4|#00BCD4|#8BC34A|#FFEB3B|#FFC107|#FF9800|#607D8B\";s:15:\"header_position\";s:3:\"top\";s:13:\"header_layout\";s:2:\"v2\";s:15:\"slider_position\";s:5:\"below\";s:19:\"header_left_content\";s:12:\"contact_info\";s:20:\"header_right_content\";s:12:\"social_links\";s:17:\"header_v4_content\";s:18:\"tagline_and_search\";s:13:\"header_number\";s:47:\"Email us: 123@ProvidentProfessionalServices.com\";s:12:\"header_email\";s:0:\"\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"0\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:23:\"archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:19:\"header_border_color\";s:7:\"#f5f5f5\";s:19:\"header_top_bg_color\";s:7:\"#f5f5f5\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"0\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:20:\"header_sticky_shadow\";s:1:\"1\";s:22:\"header_sticky_bg_color\";s:7:\"#ffffff\";s:24:\"header_sticky_menu_color\";s:7:\"#848b8e\";s:25:\"header_sticky_nav_padding\";s:2:\"45\";s:27:\"header_sticky_nav_font_size\";s:4:\"15px\";s:10:\"nav_height\";s:2:\"95\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"2\";s:11:\"nav_padding\";s:2:\"45\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"1\";s:28:\"main_menu_sub_menu_animation\";s:4:\"fade\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"180\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"7\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:4:\"none\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:22:\"main_nav_search_layout\";s:7:\"overlay\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#f2efef\";s:19:\"menu_bg_hover_color\";s:7:\"#f8f8f8\";s:18:\"menu_sub_sep_color\";s:7:\"#dcdadb\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:9:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#848b8e\";}s:15:\"menu_text_align\";s:4:\"left\";s:22:\"menu_hover_first_color\";s:7:\"#808003\";s:14:\"menu_sub_color\";s:7:\"#333333\";s:22:\"nav_dropdown_font_size\";s:4:\"15px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"45\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:24:\"flyout_menu_item_padding\";s:2:\"30\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#efefef\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:28:\"mobile_menu_icons_top_margin\";s:2:\"13\";s:22:\"mobile_menu_nav_height\";s:2:\"47\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"0\";s:18:\"mobile_menu_search\";s:1:\"0\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:16:\"rgb(255,255,255)\";s:30:\"mobile_archive_header_bg_color\";s:16:\"rgb(255,255,255)\";s:28:\"mobile_menu_background_color\";s:7:\"#ffffff\";s:23:\"mobile_menu_hover_color\";s:7:\"#f5f5f5\";s:24:\"mobile_menu_border_color\";s:7:\"#f8f8f8\";s:24:\"mobile_menu_toggle_color\";s:7:\"#3b4251\";s:22:\"mobile_menu_typography\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"47px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#333333\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:14:\"megamenu_width\";s:12:\"custom_width\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:31:\"megamenu_interior_content_width\";s:14:\"viewport_width\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"15\";s:15:\"menu_icon_color\";s:7:\"#848b8e\";s:21:\"menu_icon_hover_color\";s:7:\"#549f97\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"15px\";}s:14:\"logo_alignment\";s:4:\"left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"21px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"21px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:39:\"/wp-content/uploads/2019/06/LogoWeb.png\";s:2:\"id\";s:4:\"1070\";s:6:\"height\";s:3:\"176\";s:5:\"width\";s:3:\"563\";s:9:\"thumbnail\";s:47:\"/wp-content/uploads/2019/06/LogoWeb-150x150.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:39:\"/wp-content/uploads/2019/06/LogoWeb.png\";s:2:\"id\";s:4:\"1070\";s:6:\"height\";s:3:\"176\";s:5:\"width\";s:3:\"563\";s:9:\"thumbnail\";s:47:\"/wp-content/uploads/2019/06/LogoWeb-150x150.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:39:\"/wp-content/uploads/2019/06/LogoWeb.png\";s:2:\"id\";s:4:\"1070\";s:6:\"height\";s:3:\"176\";s:5:\"width\";s:3:\"563\";s:9:\"thumbnail\";s:47:\"/wp-content/uploads/2019/06/LogoWeb-150x150.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:39:\"/wp-content/uploads/2019/06/LogoWeb.png\";s:2:\"id\";s:4:\"1070\";s:6:\"height\";s:3:\"176\";s:5:\"width\";s:3:\"563\";s:9:\"thumbnail\";s:47:\"/wp-content/uploads/2019/06/LogoWeb-150x150.png\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:39:\"/wp-content/uploads/2019/06/LogoWeb.png\";s:2:\"id\";s:4:\"1070\";s:6:\"height\";s:3:\"176\";s:5:\"width\";s:3:\"563\";s:9:\"thumbnail\";s:47:\"/wp-content/uploads/2019/06/LogoWeb-150x150.png\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:39:\"/wp-content/uploads/2019/06/LogoWeb.png\";s:2:\"id\";s:4:\"1070\";s:6:\"height\";s:3:\"176\";s:5:\"width\";s:3:\"563\";s:9:\"thumbnail\";s:47:\"/wp-content/uploads/2019/06/LogoWeb-150x150.png\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:12:\"content_only\";s:17:\"page_title_bar_bs\";s:4:\"none\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:4:\"87px\";s:24:\"page_title_mobile_height\";s:4:\"70px\";s:19:\"page_title_bg_color\";s:7:\"#f5f5f5\";s:23:\"page_title_border_color\";s:7:\"#f5f5f5\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:4:\"1.41\";s:16:\"page_title_color\";s:7:\"#343b49\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:26:\"page_title_subheader_color\";s:7:\"#343b49\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"0\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"10px\";s:22:\"breadcrumbs_text_color\";s:7:\"#343b49\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#343b49\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"35px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"35px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#343b49\";s:24:\"slidingbar_divider_color\";s:7:\"#282a2b\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#549f97\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"1\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:22:\"footer_parallax_effect\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:532:\"E-mail: <a href=\"mailto:123@ProvidentProfessionalServices.com\">123@ProvidentProfessionalServices.com</a>\r\n<br />\r\nCorrespondence Address: U.S. P.O. Box 1120, Lake Forest, Orange County, CA, 92609-1120\r\n<br />\r\nProvident Professional Services provides accounting services not requiring state licensure. Provident Professional Services, Inc. is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.\r\n<br />\r\nCopyright © 2002-2020 Provident Professional Services, Inc. ALL RIGHTS RESERVED\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#ffffff\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#ffffff\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"25px\";}s:18:\"copyright_bg_color\";s:7:\"#ffffff\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#ffffff\";s:26:\"footer_headings_typography\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#666666\";}s:17:\"footer_text_color\";s:7:\"#999999\";s:17:\"footer_link_color\";s:7:\"#999999\";s:23:\"footer_link_color_hover\";s:7:\"#808003\";s:20:\"copyright_text_color\";s:7:\"#999999\";s:20:\"copyright_link_color\";s:7:\"#999999\";s:26:\"copyright_link_color_hover\";s:7:\"#808003\";s:19:\"copyright_font_size\";s:4:\"12px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:2:\"3%\";s:16:\"sidebar_bg_color\";s:7:\"#ffffff\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"13px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:21:\"blog_sidebar_position\";s:4:\"Left\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#f5f5f5\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#f5f5f5\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"body_typography\";a:10:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#666666\";}s:10:\"link_color\";s:7:\"#808003\";s:13:\"h1_typography\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:4:\"1.41\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#3b4251\";}s:13:\"h2_typography\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:4:\"1.21\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:7:\"#3b4251\";}s:13:\"h3_typography\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"1.67\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:4:\".7em\";s:5:\"color\";s:7:\"#3b4251\";}s:13:\"h4_typography\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"1.43\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#3b4251\";}s:13:\"h5_typography\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#808003\";}s:13:\"h6_typography\";a:12:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"0.94\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#3b4251\";}s:21:\"post_title_typography\";a:10:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"25px\";s:11:\"line-height\";s:4:\"33px\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#3b4251\";}s:29:\"post_titles_extras_typography\";a:10:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:4:\"true\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"25px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:7:\"#3b4251\";}s:19:\"blog_page_title_bar\";s:4:\"hide\";s:24:\"blog_show_page_title_bar\";s:4:\"hide\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:4:\"grid\";s:19:\"blog_archive_layout\";s:5:\"large\";s:20:\"blog_pagination_type\";s:10:\"pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:38:\"blog_load_more_posts_button_text_color\";s:4:\"#333\";s:42:\"blog_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:44:\"blog_load_more_posts_hover_button_text_color\";s:4:\"#333\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"1\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"excerpt\";s:19:\"excerpt_length_blog\";s:2:\"30\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:18:\"social_sharing_box\";s:1:\"1\";s:11:\"author_info\";s:1:\"0\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:7:\"cropped\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"12\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:7:\"floated\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"unboxed\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"55\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:51:\"portfolio_archive_load_more_posts_button_text_color\";s:4:\"#333\";s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";s:4:\"#333\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"14px\";s:16:\"portfolio_pn_nav\";s:1:\"1\";s:19:\"portfolio_width_100\";s:1:\"0\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:25:\"show_first_featured_image\";s:1:\"1\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"portfolio_comments\";s:1:\"0\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:8:\"facebook\";}s:3:\"url\";a:1:{i:0;s:73:\"https://www.facebook.com/Provident-Professional-Services-950484762007456/\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"12px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"header_social_links_boxed\";s:1:\"1\";s:29:\"header_social_links_box_color\";s:7:\"#808003\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"5px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"14px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#808003\";s:32:\"footer_social_links_boxed_radius\";s:3:\"4px\";s:33:\"footer_social_links_boxed_padding\";s:3:\"7px\";s:22:\"sharing_social_tagline\";s:39:\"Share This Story, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#ffffff\";s:30:\"sharing_social_links_font_size\";s:4:\"14px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#549f97\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"4px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"7px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"1\";s:16:\"sharing_whatsapp\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"1\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"1\";s:12:\"sharing_xing\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:5:\"light\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:4:\"fast\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.98\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"0\";s:15:\"lightbox_social\";s:1:\"0\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:17:\"form_input_height\";s:4:\"40px\";s:14:\"form_text_size\";s:4:\"13px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#aaa9a9\";s:17:\"form_border_width\";a:4:{s:3:\"top\";s:3:\"1px\";s:5:\"right\";s:3:\"1px\";s:6:\"bottom\";s:3:\"1px\";s:4:\"left\";s:3:\"1px\";}s:17:\"form_border_color\";s:7:\"#d2d2d2\";s:23:\"form_focus_border_color\";s:7:\"#d2d2d2\";s:18:\"form_border_radius\";s:1:\"0\";s:17:\"recaptcha_version\";s:2:\"v2\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:11:\"hubspot_api\";s:3:\"off\";s:11:\"hubspot_key\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:8:\"gmap_api\";s:0:\"\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#549f97\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:21:\"search_filter_results\";s:1:\"1\";s:14:\"search_content\";a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:9:\"avada_faq\";i:4;s:7:\"product\";i:5;s:12:\"tribe_events\";}s:27:\"search_limit_to_post_titles\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:11:\"live_search\";s:1:\"0\";s:26:\"live_search_min_char_count\";s:1:\"4\";s:28:\"live_search_results_per_page\";s:3:\"100\";s:26:\"live_search_results_height\";s:3:\"250\";s:34:\"live_search_display_featured_image\";s:1:\"1\";s:29:\"live_search_display_post_type\";s:1:\"1\";s:13:\"search_layout\";s:4:\"grid\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_pagination_type\";s:10:\"pagination\";s:19:\"search_grid_columns\";s:1:\"3\";s:26:\"search_grid_column_spacing\";s:2:\"40\";s:21:\"search_content_length\";s:7:\"excerpt\";s:21:\"search_excerpt_length\";s:2:\"55\";s:25:\"search_strip_html_excerpt\";s:1:\"1\";s:22:\"search_featured_images\";s:1:\"1\";s:11:\"search_meta\";a:5:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";i:4;s:9:\"read_more\";}s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:7:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";}s:22:\"privacy_embed_defaults\";a:0:{}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8C8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:16:\"sidenav_behavior\";s:5:\"hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"words\";s:16:\"disable_excerpts\";s:1:\"1\";s:24:\"excerpt_read_more_symbol\";s:5:\"[...]\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:14:\"totop_position\";s:5:\"right\";s:19:\"totop_border_radius\";s:1:\"4\";s:22:\"totop_scroll_down_only\";s:1:\"0\";s:8:\"faq_slug\";s:9:\"faq-items\";s:20:\"related_posts_layout\";s:17:\"title_below_image\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"20\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"18px\";s:20:\"image_rollover_icons\";s:8:\"linkzoom\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:21:\"rgba(255,255,255,0.6)\";s:27:\"image_gradient_bottom_color\";s:7:\"#ffffff\";s:25:\"image_rollover_text_color\";s:7:\"#333333\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:17:\"pagination_sizing\";s:7:\"padding\";s:23:\"pagination_width_height\";s:2:\"30\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_border_width\";s:1:\"1\";s:24:\"pagination_border_radius\";s:1:\"0\";s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:7:\"#ebeaea\";s:25:\"grid_separator_style_type\";s:12:\"double|solid\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:3:\"1.5\";s:20:\"masonry_width_double\";s:4:\"2000\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:23:\"enable_language_updates\";s:1:\"1\";s:19:\"dependencies_status\";s:1:\"1\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:18:\"desktop_and_mobile\";s:20:\"status_fusion_slider\";s:1:\"1\";s:19:\"status_fusion_forms\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:28:\"fontawesome_v4_compatibility\";s:1:\"1\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:34:\"enable_block_editor_backend_styles\";s:1:\"1\";s:17:\"load_block_styles\";s:4:\"auto\";s:15:\"pw_jpeg_quality\";s:2:\"72\";s:27:\"wp_big_image_size_threshold\";s:4:\"2560\";s:9:\"lazy_load\";s:5:\"avada\";s:17:\"font_face_display\";s:8:\"swap-all\";s:15:\"emojis_disabled\";s:8:\"disabled\";s:12:\"defer_styles\";s:1:\"0\";s:16:\"css_cache_method\";s:4:\"file\";s:19:\"media_queries_async\";s:1:\"1\";s:8:\"css_vars\";s:1:\"1\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"0\";s:10:\"custom_css\";s:0:\"\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:19:\"rgba(128,128,128,1)\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:17:\"rgba(166,66,66,1)\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:17:\"rgba(92,163,64,1)\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:18:\"rgba(217,185,23,1)\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:21:\"alert_box_dismissable\";s:3:\"yes\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:3:\"1px\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:21:\"status_css_animations\";s:7:\"desktop\";s:15:\"audio_max_width\";s:4:\"100%\";s:22:\"audio_background_color\";s:7:\"#1d242d\";s:23:\"audio_progressbar_color\";s:7:\"#ffffff\";s:27:\"audio_controls_color_scheme\";s:5:\"light\";s:17:\"audio_border_size\";s:1:\"0\";s:18:\"audio_border_color\";s:0:\"\";s:19:\"audio_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:44:\"blog_element_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:46:\"blog_element_load_more_posts_button_text_color\";s:4:\"#333\";s:50:\"blog_element_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:52:\"blog_element_load_more_posts_hover_button_text_color\";s:4:\"#333\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:7:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"0px\";}s:21:\"button_text_transform\";s:9:\"uppercase\";s:25:\"button_gradient_top_color\";s:20:\"rgba(128,128,3,0.75)\";s:28:\"button_gradient_bottom_color\";s:7:\"#808003\";s:31:\"button_gradient_top_color_hover\";s:20:\"rgba(128,128,3,0.39)\";s:34:\"button_gradient_bottom_color_hover\";s:20:\"rgba(128,128,3,0.59)\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#7f7f3a\";s:19:\"button_border_width\";s:1:\"0\";s:20:\"button_border_radius\";s:1:\"0\";s:19:\"button_border_color\";s:7:\"#ffffff\";s:25:\"button_border_hover_color\";s:7:\"#ffffff\";s:18:\"carousel_nav_color\";s:15:\"rgba(0,0,0,0.6)\";s:20:\"carousel_hover_color\";s:15:\"rgba(0,0,0,0.7)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#549f97\";s:16:\"checklist_circle\";s:1:\"0\";s:22:\"checklist_circle_color\";s:7:\"#ffffff\";s:19:\"checklist_item_size\";s:4:\"14px\";s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:7:\"#e0dede\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:11:\"col_spacing\";s:2:\"4%\";s:16:\"col_width_medium\";s:3:\"1_1\";s:15:\"col_width_small\";s:3:\"1_1\";s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:31:\"full_width_gradient_start_color\";s:19:\"rgba(255,255,255,0)\";s:29:\"full_width_gradient_end_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"full_width_border_sizes\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:44:\"container_hundred_percent_scroll_sensitivity\";s:3:\"450\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:24:\"container_legacy_support\";s:1:\"1\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:2:\"18\";s:23:\"content_box_title_color\";s:7:\"#3b4251\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"21px\";s:22:\"content_box_icon_color\";s:7:\"#55a098\";s:23:\"content_box_icon_circle\";s:2:\"no\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:5:\"slide\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#549f97\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"60px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:16:\"countdown_layout\";s:7:\"floated\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:24:\"countdown_label_position\";s:9:\"text_flow\";s:26:\"countdown_background_color\";s:7:\"#a0ce4e\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:29:\"countdown_counter_box_spacing\";s:4:\"10px\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:25:\"countdown_counter_padding\";a:4:{s:3:\"top\";s:5:\"0.6em\";s:5:\"right\";s:5:\"1.1em\";s:6:\"bottom\";s:5:\"0.6em\";s:4:\"left\";s:5:\"1.1em\";}s:29:\"countdown_counter_border_size\";s:1:\"0\";s:30:\"countdown_counter_border_color\";s:7:\"#1d242d\";s:31:\"countdown_counter_border_radius\";s:3:\"4px\";s:27:\"countdown_counter_font_size\";s:4:\"18px\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:25:\"countdown_label_font_size\";s:4:\"18px\";s:21:\"countdown_label_color\";s:7:\"#ffffff\";s:27:\"countdown_heading_font_size\";s:4:\"18px\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:30:\"countdown_subheading_font_size\";s:4:\"14px\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#9e9e9e\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#9e9e9e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#549f97\";s:18:\"dropcap_text_color\";s:4:\"#fff\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:29:\"faq_accordion_title_font_size\";s:4:\"14px\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#549f97\";s:22:\"flip_boxes_flip_effect\";s:7:\"classic\";s:25:\"flip_boxes_flip_direction\";s:5:\"right\";s:24:\"flip_boxes_flip_duration\";s:3:\"0.4\";s:24:\"flip_boxes_equal_heights\";s:2:\"no\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#9e9e9e\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:19:\"google_map_api_type\";s:2:\"js\";s:9:\"icon_size\";s:2:\"32\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:11:\"icon_circle\";s:3:\"yes\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:23:\"icon_circle_color_hover\";s:7:\"#333333\";s:16:\"icon_border_size\";s:1:\"1\";s:17:\"icon_border_color\";s:7:\"#333333\";s:23:\"icon_border_color_hover\";s:7:\"#333333\";s:15:\"icon_hover_type\";s:4:\"fade\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:24:\"before_after_border_size\";s:1:\"0\";s:25:\"before_after_border_color\";s:7:\"#e2e2e2\";s:26:\"before_after_border_radius\";s:3:\"0px\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#000000\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:7:\"cropped\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"55\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_element_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:51:\"portfolio_element_load_more_posts_button_text_color\";s:4:\"#333\";s:55:\"portfolio_element_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:57:\"portfolio_element_load_more_posts_hover_button_text_color\";s:4:\"#333\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#c4c4c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#9e9e9e\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:19:\"separator_icon_size\";s:2:\"14\";s:20:\"separator_icon_color\";s:0:\"\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"14px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#ffffff\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#55a098\";s:25:\"social_links_boxed_radius\";s:3:\"4px\";s:26:\"social_links_boxed_padding\";s:3:\"7px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#ebeaea\";s:17:\"tabs_border_color\";s:7:\"#ebeaea\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#747474\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"title_style_type\";s:0:\"\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:19:\"title_margin_mobile\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"1\";s:25:\"accordion_title_font_size\";s:4:\"14px\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:22:\"accordian_active_color\";s:7:\"#549f97\";s:20:\"accordion_icon_align\";s:4:\"left\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:15:\"video_max_width\";s:4:\"100%\";s:14:\"video_controls\";s:3:\"yes\";s:13:\"video_preload\";s:4:\"auto\";s:22:\"widget_area_title_size\";s:4:\"14px\";s:23:\"widget_area_title_color\";s:7:\"#3b4251\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";s:12:\"custom_fonts\";a:0:{}s:19:\"reset_caches_button\";s:0:\"\";s:35:\"woocommerce_gallery_thumbnail_width\";i:100;s:39:\"woocommerce_archive_grid_column_spacing\";s:2:\"20\";s:13:\"preload_fonts\";s:4:\"none\";s:14:\"social_sharing\";a:9:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:6:\"reddit\";i:3;s:8:\"linkedin\";i:4;s:8:\"whatsapp\";i:5;s:6:\"tumblr\";i:6;s:9:\"pinterest\";i:7;s:2:\"vk\";i:8;s:5:\"email\";}s:14:\"button_presets\";s:1:\"1\";}','yes'),(8586,'fusion_options-transients','a:2:{s:14:\"changed_values\";a:4:{s:15:\"pw_jpeg_quality\";s:2:\"82\";s:9:\"lazy_load\";s:4:\"none\";s:16:\"css_cache_method\";s:3:\"off\";s:11:\"js_compiler\";s:1:\"0\";}s:9:\"last_save\";i:1604013421;}','yes'),(8593,'avada_disable_encoding','1','yes'),(8613,'_transient_timeout_avada_remote_installer_package_Fusion White Label Branding','1557897109','no'),(8616,'_transient_timeout_avada_remote_installer_package_Convert Plus','1557897109','no'),(8619,'_transient_timeout_avada_remote_installer_package_Advanced Custom Fields PRO','1557897109','no'),(8622,'_transient_timeout_avada_remote_installer_package_LayerSlider WP','1557897109','no'),(8625,'_transient_timeout_avada_remote_installer_package_Slider Revolution','1557897109','no'),(8628,'wpcf7','a:3:{s:7:\"version\";s:5:\"5.4.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1581367490;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:0;s:13:\"count_invalid\";i:1;}s:9:\"recaptcha\";a:1:{s:40:\"6LfelqcUAAAAAI8aHjG4BAKVJpgZkLfVm8aTw2d_\";s:40:\"6LfelqcUAAAAADg4lE98flqX9n4DsCDwwC3Sqoxr\";}}','yes'),(8629,'fusion_supported_plugins_active','a:1:{i:0;s:5:\"WPCF7\";}','yes'),(8633,'fusion_demo_history','a:1:{s:3:\"law\";a:5:{s:14:\"fusion_sliders\";a:7:{i:0;a:2:{s:7:\"term_id\";i:16;s:8:\"taxonomy\";s:10:\"slide-page\";}i:1;a:2:{s:7:\"term_id\";i:17;s:8:\"taxonomy\";s:10:\"slide-page\";}i:2;a:2:{s:7:\"term_id\";i:18;s:8:\"taxonomy\";s:10:\"slide-page\";}i:3;a:2:{s:7:\"term_id\";i:19;s:8:\"taxonomy\";s:10:\"slide-page\";}i:4;a:2:{s:7:\"term_id\";i:20;s:8:\"taxonomy\";s:10:\"slide-page\";}i:5;a:2:{s:7:\"term_id\";i:21;s:8:\"taxonomy\";s:10:\"slide-page\";}i:6;a:2:{s:7:\"term_id\";i:22;s:8:\"taxonomy\";s:10:\"slide-page\";}}s:13:\"theme_options\";a:867:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1100px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"None\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"55px\";s:6:\"bottom\";s:4:\"40px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"23%\";s:14:\"sidebar_gutter\";s:2:\"6%\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:19:\"dual_sidebar_gutter\";s:2:\"3%\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1000\";s:23:\"side_header_break_point\";s:3:\"800\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"0\";s:22:\"typography_sensitivity\";s:3:\"0.6\";s:17:\"typography_factor\";s:3:\"1.5\";s:13:\"primary_color\";s:7:\"#808003\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Contact Info\";s:20:\"header_right_content\";s:10:\"Navigation\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:9:\"no-repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:23:\"archive_header_bg_color\";s:7:\"#ffffff\";s:19:\"header_border_color\";s:7:\"#e5e5e5\";s:19:\"header_top_bg_color\";s:7:\"#a0ce4e\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"0\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:20:\"header_sticky_shadow\";s:1:\"1\";s:22:\"header_sticky_bg_color\";s:7:\"#ffffff\";s:24:\"header_sticky_menu_color\";s:7:\"#333333\";s:25:\"header_sticky_nav_padding\";s:2:\"35\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:10:\"nav_height\";s:2:\"84\";s:20:\"menu_highlight_style\";s:3:\"bar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"3\";s:11:\"nav_padding\";s:2:\"45\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"1\";s:28:\"main_menu_sub_menu_animation\";s:4:\"fade\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"180\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"7\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:4:\"none\";s:20:\"main_nav_search_icon\";s:1:\"1\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#f2efef\";s:19:\"menu_bg_hover_color\";s:7:\"#f8f8f8\";s:18:\"menu_sub_sep_color\";s:7:\"#dcdadb\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:10:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:22:\"menu_hover_first_color\";s:7:\"#a0ce4e\";s:15:\"menu_text_align\";s:6:\"center\";s:14:\"menu_sub_color\";s:7:\"#333333\";s:22:\"nav_dropdown_font_size\";s:4:\"13px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"45\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:24:\"flyout_menu_item_padding\";s:2:\"28\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#e5e5e5\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:28:\"mobile_menu_icons_top_margin\";s:1:\"0\";s:22:\"mobile_menu_nav_height\";s:2:\"35\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:18:\"mobile_menu_search\";s:1:\"1\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:7:\"#ffffff\";s:30:\"mobile_archive_header_bg_color\";s:7:\"#ffffff\";s:28:\"mobile_menu_background_color\";s:7:\"#f9f9f9\";s:23:\"mobile_menu_hover_color\";s:7:\"#f6f6f6\";s:24:\"mobile_menu_border_color\";s:7:\"#dadada\";s:24:\"mobile_menu_toggle_color\";s:7:\"#dadada\";s:22:\"mobile_menu_typography\";a:11:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"35px\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#333333\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:14:\"megamenu_width\";s:10:\"site_width\";s:18:\"megamenu_max_width\";s:4:\"1100\";s:31:\"megamenu_interior_content_width\";s:14:\"viewport_width\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"5\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"14\";s:15:\"menu_icon_color\";s:7:\"#333333\";s:21:\"menu_icon_hover_color\";s:7:\"#a0ce4e\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"14px\";}s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"31px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:15:\"bar_and_content\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:4:\"87px\";s:24:\"page_title_mobile_height\";s:4:\"70px\";s:19:\"page_title_bg_color\";s:7:\"#F6F6F6\";s:23:\"page_title_border_color\";s:7:\"#d2d3d4\";s:20:\"page_title_font_size\";s:4:\"18px\";s:22:\"page_title_line_height\";s:6:\"normal\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:26:\"page_title_subheader_color\";s:7:\"#333333\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:113:\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/themes/Avada/assets/images/page_title_bg.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"0\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:11:\"Breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"0\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"10px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:3:\"top\";s:16:\"slidingbar_width\";s:5:\"300px\";s:17:\"slidingbar_sticky\";s:1:\"1\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"60px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:4:\"30px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282A2B\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"13px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8C8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#a0ce4e\";s:17:\"slidingbar_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"4\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:160:\"Copyright 2012 - 2019 Avada | All Rights Reserved | Powered by <a href=\"http://wordpress.org\">WordPress</a> | <a href=\"http://theme-fusion.com\">Theme Fusion</a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:9:\"no-repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"0\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"43px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"40px\";s:4:\"left\";s:3:\"0px\";}s:15:\"footer_bg_color\";s:7:\"#363839\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#e9eaee\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#282a2b\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#4b4c4d\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#dddddd\";}s:17:\"footer_text_color\";s:7:\"#8C8989\";s:17:\"footer_link_color\";s:7:\"#BFBFBF\";s:23:\"footer_link_color_hover\";s:7:\"#ffffff\";s:20:\"copyright_text_color\";s:7:\"#ffffff\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"12px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:3:\"0px\";s:16:\"sidebar_bg_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"13px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:4:\"None\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:9:\"no-repeat\";s:8:\"bg_color\";s:7:\"#d7d6d6\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:9:\"no-repeat\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#333333\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"34px\";s:11:\"line-height\";s:3:\"1.4\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_title_typography\";a:11:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:29:\"post_titles_extras_typography\";a:11:{s:11:\"font-family\";s:10:\"Antic Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";}s:12:\"custom_fonts\";a:7:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:19:\"blog_page_title_bar\";s:15:\"bar_and_content\";s:24:\"blog_show_page_title_bar\";s:15:\"bar_and_content\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:5:\"Large\";s:19:\"blog_archive_layout\";s:5:\"Large\";s:20:\"blog_pagination_type\";s:10:\"Pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"10\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"1\";s:15:\"blog_post_title\";s:5:\"below\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:18:\"social_sharing_box\";s:1:\"1\";s:11:\"author_info\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:4:\"full\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"20\";s:23:\"portfolio_equal_heights\";s:1:\"0\";s:42:\"portfolio_archive_one_column_text_position\";s:5:\"below\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"no_text\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"10\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:24:\"portfolio_meta_font_size\";s:4:\"13px\";s:16:\"portfolio_pn_nav\";s:1:\"1\";s:19:\"portfolio_width_100\";s:1:\"0\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"portfolio_comments\";s:1:\"0\";s:18:\"social_media_icons\";a:5:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:1:{i:0;s:0:\"\";}s:3:\"url\";a:1:{i:0;s:0:\"\";}s:12:\"custom_title\";a:1:{i:0;s:0:\"\";}s:13:\"custom_source\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"Bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#46494a\";s:25:\"footer_social_links_boxed\";s:1:\"0\";s:29:\"footer_social_links_box_color\";s:7:\"#222222\";s:32:\"footer_social_links_boxed_radius\";s:3:\"4px\";s:33:\"footer_social_links_boxed_padding\";s:3:\"8px\";s:22:\"sharing_social_tagline\";s:39:\"Share This Story, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f6f6f6\";s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#bebdbd\";s:26:\"sharing_social_links_boxed\";s:1:\"0\";s:30:\"sharing_social_links_box_color\";s:7:\"#e8e8e8\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"4px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"8px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"1\";s:16:\"sharing_whatsapp\";s:1:\"1\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"1\";s:17:\"sharing_pinterest\";s:1:\"1\";s:10:\"sharing_vk\";s:1:\"1\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:3:\"0.9\";s:14:\"lightbox_title\";s:1:\"1\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:17:\"recaptcha_version\";s:2:\"v3\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:8:\"gmap_api\";s:0:\"\";s:13:\"gmap_api_type\";s:2:\"js\";s:18:\"gmap_embed_address\";s:0:\"\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#a0ce4e\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:21:\"search_filter_results\";s:1:\"0\";s:14:\"search_content\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:9:\"avada_faq\";}s:27:\"search_limit_to_post_titles\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:11:\"live_search\";s:1:\"0\";s:26:\"live_search_min_char_count\";s:1:\"4\";s:28:\"live_search_results_per_page\";s:3:\"100\";s:26:\"live_search_results_height\";s:3:\"250\";s:34:\"live_search_display_featured_image\";s:1:\"1\";s:29:\"live_search_display_post_type\";s:1:\"1\";s:13:\"search_layout\";s:4:\"Grid\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_pagination_type\";s:10:\"Pagination\";s:19:\"search_grid_columns\";s:1:\"3\";s:26:\"search_grid_column_spacing\";s:2:\"40\";s:21:\"search_content_length\";s:7:\"excerpt\";s:21:\"search_excerpt_length\";s:2:\"10\";s:25:\"search_strip_html_excerpt\";s:1:\"1\";s:22:\"search_featured_images\";s:1:\"1\";s:11:\"search_meta\";a:5:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";i:4;s:9:\"read_more\";}s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:3:\"cdn\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:8:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";i:7;s:8:\"tracking\";}s:22:\"privacy_embed_defaults\";a:0:{}s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8C8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:23:\"privacy_bar_button_save\";s:1:\"0\";s:16:\"privacy_bar_more\";s:1:\"0\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:14:\"totop_position\";s:5:\"right\";s:19:\"totop_border_radius\";s:1:\"4\";s:22:\"totop_scroll_down_only\";s:1:\"0\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"5\";s:28:\"related_posts_column_spacing\";s:2:\"44\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:4:\"left\";s:24:\"image_rollover_icon_size\";s:4:\"15px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:20:\"rgba(160,206,78,0.8)\";s:27:\"image_gradient_bottom_color\";s:7:\"#a0ce4e\";s:25:\"image_rollover_text_color\";s:7:\"#333333\";s:25:\"image_rollover_icon_color\";s:7:\"#ffffff\";s:17:\"pagination_sizing\";s:12:\"width_height\";s:23:\"pagination_width_height\";s:2:\"30\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_border_width\";s:1:\"1\";s:24:\"pagination_border_radius\";s:1:\"0\";s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"12px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"form_input_height\";s:4:\"29px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:14:\"form_text_size\";s:4:\"13px\";s:15:\"form_text_color\";s:7:\"#aaa9a9\";s:17:\"form_border_width\";s:1:\"1\";s:17:\"form_border_color\";s:7:\"#d2d2d2\";s:23:\"form_focus_border_color\";s:7:\"#d2d2d2\";s:18:\"form_border_radius\";s:1:\"0\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:7:\"#ebeaea\";s:25:\"grid_separator_style_type\";s:12:\"double|solid\";s:20:\"grid_separator_color\";s:7:\"#ebeaea\";s:18:\"masonry_grid_ratio\";s:3:\"1.5\";s:20:\"masonry_width_double\";s:4:\"2000\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:7:\"desktop\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:28:\"fontawesome_v4_compatibility\";s:1:\"0\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:9:\"lazy_load\";s:1:\"0\";s:17:\"font_face_display\";s:5:\"block\";s:15:\"emojis_disabled\";s:7:\"enabled\";s:16:\"css_cache_method\";s:4:\"file\";s:19:\"media_queries_async\";s:1:\"0\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"1\";s:10:\"custom_css\";s:0:\"\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:7:\"#808080\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:7:\"#a64242\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:7:\"#5ca340\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:7:\"#d9b917\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:21:\"alert_box_dismissable\";s:3:\"yes\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:1:\"1\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:5:\"Round\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:7:\"PT Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:1:\"0\";}s:21:\"button_text_transform\";s:9:\"uppercase\";s:25:\"button_gradient_top_color\";s:7:\"#a0ce4e\";s:28:\"button_gradient_bottom_color\";s:7:\"#a0ce4e\";s:31:\"button_gradient_top_color_hover\";s:7:\"#96c346\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#96c346\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#54770F\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:15:\"rgba(0,0,0,0.6)\";s:20:\"carousel_hover_color\";s:15:\"rgba(0,0,0,0.7)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#a0ce4e\";s:19:\"checklist_item_size\";s:4:\"14px\";s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:0:\"\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:18:\"rgba(0, 0, 0, 0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"0\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:4:\"18px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:2:\"21\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#333333\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"#333333\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"1\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#a0ce4e\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"60px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:7:\"#a0ce4e\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#a0ce4e\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"13px\";s:24:\"counter_box_border_color\";s:7:\"#e0dede\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#a0ce4e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#a0ce4e\";s:15:\"events_per_page\";s:1:\"4\";s:21:\"events_column_spacing\";s:2:\"40\";s:22:\"events_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:21:\"events_content_length\";s:7:\"no_text\";s:21:\"excerpt_length_events\";s:2:\"55\";s:25:\"events_strip_html_excerpt\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:18:\"faq_accordion_type\";s:10:\"accordions\";s:24:\"faq_accordion_boxed_mode\";s:1:\"0\";s:25:\"faq_accordion_border_size\";s:1:\"1\";s:26:\"faq_accordian_border_color\";s:7:\"#cccccc\";s:30:\"faq_accordian_background_color\";s:7:\"#ffffff\";s:25:\"faq_accordian_hover_color\";s:7:\"#f9f9f9\";s:26:\"faq_accordion_divider_line\";s:1:\"1\";s:29:\"faq_accordion_title_font_size\";s:0:\"\";s:23:\"faq_accordion_icon_size\";s:2:\"13\";s:24:\"faq_accordian_icon_color\";s:7:\"#ffffff\";s:24:\"faq_accordion_icon_boxed\";s:1:\"1\";s:28:\"faq_accordian_inactive_color\";s:7:\"#333333\";s:24:\"faq_accordion_icon_align\";s:4:\"left\";s:26:\"faq_accordian_active_color\";s:7:\"#a0ce4e\";s:22:\"flip_boxes_flip_effect\";s:7:\"classic\";s:25:\"flip_boxes_flip_direction\";s:5:\"right\";s:24:\"flip_boxes_flip_duration\";s:3:\"0.4\";s:24:\"flip_boxes_equal_heights\";s:2:\"no\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#a0ce4e\";s:23:\"flip_boxes_back_heading\";s:7:\"#eeeded\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:13:\"rgba(0,0,0,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:17:\"icon_border_color\";s:7:\"#333333\";s:10:\"icon_color\";s:7:\"#ffffff\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:19:\"google_map_api_type\";s:2:\"js\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:3:\"0px\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#000000\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:3:\"0px\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"20\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"10\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#a0ce4e\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:0:\"\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#a0ce4e\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:18:\"social_links_boxed\";s:1:\"0\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:25:\"social_links_boxed_radius\";s:3:\"4px\";s:26:\"social_links_boxed_padding\";s:3:\"8px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:0:\"\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#ebeaea\";s:17:\"tabs_border_color\";s:7:\"#ebeaea\";s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:22:\"testimonial_text_color\";s:7:\"#747474\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:0:\"\";s:16:\"title_style_type\";s:12:\"double solid\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"31px\";}s:19:\"title_margin_mobile\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"1\";s:25:\"accordion_title_font_size\";s:0:\"\";s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:20:\"accordion_icon_align\";s:4:\"left\";s:22:\"accordian_active_color\";s:7:\"#a0ce4e\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"widget_area_title_size\";s:0:\"\";s:23:\"widget_area_title_color\";s:0:\"\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";s:19:\"reset_caches_button\";s:0:\"\";}s:7:\"widgets\";a:30:{i:0;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8296\";s:11:\"option_name\";s:24:\"widget_ad_125_125-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:1;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"99\";s:11:\"option_name\";s:15:\"widget_archives\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:2;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8306\";s:11:\"option_name\";s:33:\"widget_avada-vertical-menu-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:3;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"103\";s:11:\"option_name\";s:15:\"widget_calendar\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:4;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"78\";s:11:\"option_name\";s:17:\"widget_categories\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:5;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8298\";s:11:\"option_name\";s:26:\"widget_contact_info-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:6;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"110\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:12:\"option_value\";s:855:\"a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:545:\"<p>E-mail: <a href=\"mailto:123@ProvidentProfessionalServices.com\">info@ProvidentProfessionalServices.com</a></p>\r\n<p>Correspondence Address: U.S. P.O. Box 1120, Lake Forest, Orange County, CA, 92609-1120</p>\r\n<p>Provident Professional Services provides accounting services not requiring state licensure.</p>\r\n<p>Provident Professional Services, Inc. is not affiliated with QuickBooks or Intuit, Inc. QuickBooks is a registered trademark of Intuit, Inc.</p>\r\n<p>Copyright © 2002-2019 Provident Professional Services, Inc. ALL RIGHTS RESERVED</p>\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:176:\"<h3 style=\"color: #808003;\"><strong>(949) 583-1040</strong></h3>\r\nE-mail: <a href=\"mailto:info@ProvidentProfessionalServices.com\">info@ProvidentProfessionalServices.com</a>\r\n\r\n\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:7;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8304\";s:11:\"option_name\";s:27:\"widget_facebook-like-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:8;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8302\";s:11:\"option_name\";s:20:\"widget_flickr-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:9;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8297\";s:11:\"option_name\";s:27:\"widget_fusion_author-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:10;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"746\";s:11:\"option_name\";s:24:\"widget_mc4wp_form_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:11;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"104\";s:11:\"option_name\";s:18:\"widget_media_audio\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:12;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"106\";s:11:\"option_name\";s:20:\"widget_media_gallery\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:13;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"105\";s:11:\"option_name\";s:18:\"widget_media_image\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:14;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"107\";s:11:\"option_name\";s:18:\"widget_media_video\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:15;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8305\";s:11:\"option_name\";s:18:\"widget_menu-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:16;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"100\";s:11:\"option_name\";s:11:\"widget_meta\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:17;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"109\";s:11:\"option_name\";s:15:\"widget_nav_menu\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:18;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"102\";s:11:\"option_name\";s:12:\"widget_pages\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:19;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8299\";s:11:\"option_name\";s:23:\"widget_pyre_tabs-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:20;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8300\";s:11:\"option_name\";s:26:\"widget_recent_works-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:21;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"98\";s:11:\"option_name\";s:22:\"widget_recent-comments\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:22;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"97\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:12:\"option_value\";s:96:\"a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:23;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"80\";s:11:\"option_name\";s:10:\"widget_rss\";s:12:\"option_value\";s:40:\"a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:24;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"96\";s:11:\"option_name\";s:13:\"widget_search\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:25;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8303\";s:11:\"option_name\";s:26:\"widget_social_links-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:26;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"108\";s:11:\"option_name\";s:16:\"widget_tag_cloud\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:27;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"79\";s:11:\"option_name\";s:11:\"widget_text\";s:12:\"option_value\";s:371:\"a:3:{i:1;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:248:\"<div class=\"copyright-wrapper\">\r\n<div class=\"container\">\r\n<div class=\"copyright-txt\">Provident Professional Services, Inc.\r\nFor Confidential Complimentary Consultation Please Call\r\n(949) 583 1040\r\nPlease ask for Tom or Kathy\r\n</div>\r\n</div>\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:28;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"8301\";s:11:\"option_name\";s:20:\"widget_tweets-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:29;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"867\";s:11:\"option_name\";s:26:\"widget_widget_news_archive\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}}s:16:\"sidebars_widgets\";a:11:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:13:\"custom_html-2\";}s:18:\"avada-blog-sidebar\";a:1:{i:0;s:6:\"text-3\";}s:21:\"avada-footer-widget-1\";a:2:{i:0;s:13:\"custom_html-3\";i:1;s:14:\"recent-posts-2\";}s:21:\"avada-footer-widget-2\";a:0:{}s:21:\"avada-footer-widget-3\";a:0:{}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:25:\"avada-slidingbar-widget-4\";a:0:{}s:13:\"array_version\";i:3;}s:12:\"sbg_sidebars\";b:0;}}','no'),(8635,'fusion_import_data','a:13:{s:4:\"post\";a:0:{}s:4:\"page\";a:0:{}s:15:\"avada_portfolio\";a:0:{}s:9:\"avada_faq\";a:0:{}s:10:\"attachment\";a:0:{}s:7:\"product\";a:0:{}s:5:\"event\";a:0:{}s:5:\"forum\";a:0:{}s:7:\"sliders\";a:1:{i:0;s:3:\"law\";}s:7:\"widgets\";a:1:{i:0;s:3:\"law\";}s:13:\"theme_options\";a:1:{i:0;s:3:\"law\";}s:12:\"general_data\";a:0:{}s:3:\"all\";a:0:{}}','no'),(8636,'category_children','a:0:{}','yes'),(8637,'portfolio_category_children','a:0:{}','yes'),(8638,'portfolio_skills_children','a:0:{}','yes'),(8639,'faq_category_children','a:0:{}','yes'),(8642,'template_category_children','a:0:{}','yes'),(8806,'wpseo_taxonomy_meta','a:1:{s:10:\"slide-page\";a:1:{i:16;a:2:{s:13:\"wpseo_linkdex\";s:2:\"32\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(8807,'slide-page_children','a:0:{}','yes'),(8847,'_transient_timeout_fusion_dynamic_css_6c766a2af39d45e7eb981e2faffec03b','1557903752','no'),(9481,'element_category_children','a:0:{}','yes'),(10584,'_site_transient_avada_autoloader_paths_cdb4bed03418728b333bd787352ee2cd','a:51:{s:28:\"Fusion_Builder_Redux_Options\";s:120:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:13:\"Avada_Options\";s:105:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-options.php\";s:14:\"Avada_Settings\";s:106:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-settings.php\";s:10:\"Avada_Init\";s:102:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:109:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:112:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:106:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:102:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:104:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:102:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-head.php\";s:12:\"Avada_Layout\";s:104:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:107:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_Installer\";s:114:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:20:\"Avada_Sermon_Manager\";s:112:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-sermon-manager.php\";s:20:\"Avada_Privacy_Embeds\";s:112:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-privacy-embeds.php\";s:9:\"Avada_PWA\";s:101:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-pwa.php\";s:13:\"Avada_Upgrade\";s:105:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-upgrade.php\";s:12:\"Avada_Helper\";s:104:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-helper.php\";s:22:\"Avada_Upgrade_Abstract\";s:122:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-abstract.php\";s:17:\"Avada_Upgrade_400\";s:117:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-400.php\";s:13:\"Avada_Migrate\";s:105:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-migrate.php\";s:26:\"Avada_AvadaRedux_Migration\";s:118:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-avadaredux-migration.php\";s:17:\"Avada_Upgrade_500\";s:117:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-500.php\";s:22:\"Fusion_Builder_Migrate\";s:114:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-fusion-builder-migrate.php\";s:11:\"Avada_Admin\";s:103:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-admin.php\";s:19:\"Avada_Importer_Data\";s:120:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/importer/class-avada-importer-data.php\";s:30:\"Avada_Multiple_Featured_Images\";s:122:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:106:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:19:\"Avada_Admin_Notices\";s:111:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-admin-notices.php\";s:18:\"Avada_Widget_Style\";s:110:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-widget-style.php\";s:18:\"Avada_Page_Options\";s:110:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-page-options.php\";s:15:\"Avada_Portfolio\";s:107:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-portfolio.php\";s:18:\"Avada_Social_Icons\";s:110:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-social-icons.php\";s:13:\"Avada_Scripts\";s:105:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:18:\"Avada_Google_Fonts\";s:110:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-google-fonts.php\";s:24:\"Avada_Megamenu_Framework\";s:116:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:106:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:108:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:117:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:17:\"Avada_Dynamic_CSS\";s:109:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:123:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:20:\"Fusion_Widget_Author\";s:119:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-author.php\";s:26:\"Fusion_Widget_Contact_Info\";s:125:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:117:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:125:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:119:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:119:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:125:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:126:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:117:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:27:\"Fusion_Widget_Vertical_Menu\";s:126:\"/mnt/target04/861924/pps.luminys.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-vertical-menu.php\";}','no'),(10705,'mailgun','a:14:{s:6:\"region\";s:2:\"us\";s:6:\"useAPI\";s:1:\"0\";s:6:\"domain\";s:18:\"webapp.luminys.com\";s:6:\"apiKey\";s:0:\"\";s:8:\"username\";s:29:\"providentprofessionalservices\";s:8:\"password\";s:50:\"4d0a01109c92c61eabea197fedac8f51-87cdd773-5542979c\";s:6:\"secure\";s:1:\"1\";s:7:\"sectype\";s:3:\"ssl\";s:12:\"track-clicks\";s:3:\"yes\";s:11:\"track-opens\";s:1:\"1\";s:12:\"from-address\";s:48:\"providentprofessionalservices@webapp.luminys.com\";s:9:\"from-name\";s:39:\"Provident Professional Services Website\";s:13:\"override-from\";s:1:\"1\";s:11:\"campaign-id\";s:29:\"providentprofessionalservices\";}','yes'),(10710,'widget_list_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(73568,'_site_transient_avada_autoloader_paths_39270434beb565a7189a3040bafa3289','a:50:{s:28:\"Fusion_Builder_Redux_Options\";s:142:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:13:\"Avada_Upgrade\";s:127:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-upgrade.php\";s:12:\"Avada_Helper\";s:126:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-helper.php\";s:22:\"Avada_Upgrade_Abstract\";s:144:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-abstract.php\";s:17:\"Avada_Upgrade_400\";s:139:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-400.php\";s:13:\"Avada_Migrate\";s:127:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-migrate.php\";s:26:\"Avada_AvadaRedux_Migration\";s:140:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-avadaredux-migration.php\";s:17:\"Avada_Upgrade_500\";s:139:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-500.php\";s:22:\"Fusion_Builder_Migrate\";s:136:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-fusion-builder-migrate.php\";s:11:\"Avada_Admin\";s:125:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-admin.php\";s:14:\"Avada_Settings\";s:128:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-settings.php\";s:10:\"Avada_Init\";s:124:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:131:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:134:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:128:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:124:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:126:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:124:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-head.php\";s:12:\"Avada_Layout\";s:126:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:129:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_Installer\";s:136:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:20:\"Avada_Sermon_Manager\";s:134:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-sermon-manager.php\";s:20:\"Avada_Privacy_Embeds\";s:134:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-privacy-embeds.php\";s:9:\"Avada_PWA\";s:123:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-pwa.php\";s:19:\"Avada_Importer_Data\";s:142:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/importer/class-avada-importer-data.php\";s:30:\"Avada_Multiple_Featured_Images\";s:144:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:128:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:19:\"Avada_Admin_Notices\";s:133:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-admin-notices.php\";s:18:\"Avada_Widget_Style\";s:132:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-widget-style.php\";s:18:\"Avada_Page_Options\";s:132:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-page-options.php\";s:11:\"Avada_Fonts\";s:125:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-fonts.php\";s:13:\"Avada_Scripts\";s:127:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:27:\"Avada_TGM_Plugin_Activation\";s:141:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-tgm-plugin-activation.php\";s:24:\"Avada_Megamenu_Framework\";s:138:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:128:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:130:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:139:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:17:\"Avada_Dynamic_CSS\";s:131:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:145:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:20:\"Fusion_Widget_Author\";s:141:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-author.php\";s:26:\"Fusion_Widget_Contact_Info\";s:147:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:139:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:147:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:141:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:141:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:147:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:148:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:139:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:27:\"Fusion_Widget_Vertical_Menu\";s:148:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/widget/class-fusion-widget-vertical-menu.php\";s:13:\"Avada_Options\";s:127:\"/mnt/target04/861924/www.providentprofessionalservices.com/web/content/wp-content/themes/Avada/includes/class-avada-options.php\";}','no'),(73569,'fusion_registration_data','a:1:{s:5:\"avada\";a:5:{s:5:\"token\";s:32:\"2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf\";s:13:\"purchase_code\";s:36:\"865d9e98-0f5d-473b-b8a1-9afac6745178\";s:8:\"is_valid\";b:1;s:6:\"scopes\";a:5:{i:0;s:7:\"default\";i:1;s:13:\"user:username\";i:2;s:17:\"purchase:download\";i:3;s:13:\"purchase:list\";i:4;s:15:\"purchase:verify\";}s:6:\"errors\";s:0:\"\";}}','yes'),(73570,'avada_page_options','a:0:{}','yes'),(73572,'avada_previous_version','a:17:{i:0;s:5:\"5.9.1\";i:1;s:5:\"6.0.2\";i:2;s:5:\"6.0.3\";i:3;s:5:\"6.1.0\";i:4;s:5:\"6.1.1\";i:5;s:5:\"6.1.2\";i:6;s:5:\"6.2.1\";i:7;s:5:\"6.2.2\";i:8;s:5:\"7.0.0\";i:9;s:5:\"7.0.2\";i:10;s:5:\"7.1.0\";i:11;s:5:\"7.1.1\";i:12;s:5:\"7.2.0\";i:13;s:5:\"7.2.1\";i:14;s:5:\"7.3.0\";i:15;s:5:\"7.3.1\";i:16;s:5:\"7.4.0\";}','yes'),(73575,'revslider-valid-notice','false','yes'),(80992,'monsterinsights_frontend_tracking_notice_viewed','1','yes'),(85305,'_transient_timeout_fusion_dynamic_css_d2cb5916fdec2450b5fdcd8f0ec81a15','1571883326','no'),(85307,'_transient_timeout_fusion_dynamic_css_05aa01c653bf1a85d2c6b072afcbac30','1571883263','no'),(85309,'_transient_timeout_fusion_dynamic_css_4183de1f9db14649c16111a21c772d64','1571883252','no'),(87713,'_transient_timeout_fusion_dynamic_css_d5a2429cb6afc0bb921fbc48f8b45929','1572762486','no'),(91360,'admin_email_lifespan','1645665385','yes'),(95841,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108830,'monsterinsights_admin_menu_tooltip','1623618013','yes'),(108857,'akismet_strictness','0','yes'),(108858,'akismet_show_user_comments_approved','0','yes'),(108859,'akismet_comment_form_privacy_notice','hide','yes'),(108860,'wordpress_api_key','6b039b462fce','yes'),(108861,'akismet_spam_count','0','yes'),(111247,'_transient_timeout_fusion_dynamic_css_3979e4ad48b3b6a547e071e160e91ab5','1582326467','no'),(111263,'_transient_timeout_fusion_dynamic_css_4c40724c713fd5401137d6fc0121ea93','1582326921','no'),(120429,'_transient_health-check-site-status-result','{\"good\":\"16\",\"recommended\":\"2\",\"critical\":\"1\"}','yes'),(125862,'_transient_timeout_fusion_dynamic_css_e79ff094d351e7437bb0f7bfb86f5f86','1588481734','no'),(125873,'_transient_timeout_fusion_dynamic_css_159472c7fa45eb2584c556c8685aea50','1588482404','no'),(125877,'_transient_timeout_avada_ri_Fusion Builder2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1588479668','no'),(125879,'_transient_timeout_avada_remote_installer_package_Fusion Builder','1588479368','no'),(125881,'_transient_timeout_avada_ri_Fusion Core2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1588479668','no'),(125883,'_transient_timeout_avada_remote_installer_package_Fusion Core','1588479368','no'),(125915,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"17.0\";}','yes'),(137791,'iwp_client_public_key','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE1cVA5N0wremtNOWhNeHZYbVhzZwpZUUN3Y2lMK2dFMEFJY1NaUFNtOWFwTkNwVU9tNEk0N1llcWR3cVJNbVBvc3FKMTR3Zkc4Yk1Ta2RDMVFHUW9JClMvYU9xbTIrKzJsVzNzMTAwSVJyelgydkVqNkQySGp5OW1aVmo3WVFRODRTSkNtcEc2K1JqRzJKajhmTHpsWG4KSmlFRDIzSi9YTTFzSk5qUkVaWGZrS3hFeDlZalozUHhtb0ZKbENSd25aM1BqaEx0UTVwbHdNVGQ0dy9yTnMyTApCd3NoQTFIVWZXOXlyL0JIY3k1dG5GeDNJWDZpTzJFZ3BKcE11NU1BZHdzT3dHcVp1cDdzTm9ST2x6VWY3d09yCndkWkN2Um9OaVlWcG14R29GSkZlYVZBU1QwVUFmWllwdG5RRlozUzI4bm5PNWtNdW5BNEpBckdIaUNtcG5XaGsKQndJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(137792,'iwp_client_action_message_id','136905','yes'),(137796,'iwp_client_brand','a:8:{s:4:\"name\";N;s:4:\"desc\";N;s:6:\"author\";N;s:10:\"author_url\";N;s:4:\"hide\";s:1:\"1\";s:10:\"hideFWPCPB\";i:0;s:12:\"doChangesCPB\";N;s:14:\"hideUpdatesCPB\";i:0;}','yes'),(147898,'disallowed_keys','','no'),(147899,'comment_previously_approved','1','yes'),(147900,'auto_plugin_theme_update_emails','a:0:{}','no'),(147901,'finished_updating_comment_type','1','yes'),(160056,'fusion_form_cleanup_datetime','1630086425','yes'),(160057,'widget_form-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160817,'monsterinsights_notifications','a:4:{s:6:\"update\";i:1626807180;s:4:\"feed\";a:0:{}s:6:\"events\";a:19:{i:0;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210720\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:157:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.18.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/20/2021 6:54 pm\";s:3:\"end\";s:10:\"08/02/2021\";}i:1;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210720\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:205:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"07/20/2021 6:52 pm\";s:3:\"end\";s:10:\"08/17/2021\";}i:2;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20210613\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:499:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:171:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=newvsreturning&monsterinsights-highlight=newvsreturning\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:201:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/13/2021 9:00 pm\";s:3:\"end\";s:10:\"06/26/2021\";}i:3;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20210613\";s:4:\"icon\";s:814:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D4E7F7\"/>\n<path d=\"M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z\" fill=\"#2679C1\"/>\n</svg>\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/13/2021 9:00 pm\";s:3:\"end\";s:10:\"07/21/2021\";}i:4;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210613\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:157:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/13/2021 9:00 pm\";s:3:\"end\";s:10:\"06/26/2021\";}i:5;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210613\";s:4:\"icon\";s:884:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#E1DAF1\"/>\n<path d=\"M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z\" fill=\"#6F4BBB\"/>\n</svg>\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:205:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"06/13/2021 8:56 pm\";s:3:\"end\";s:10:\"07/11/2021\";}i:6;a:7:{s:2:\"id\";s:43:\"monsterinsights_notification_year_in_review\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:5:\"start\";s:10:\"2021-01-01\";s:3:\"end\";s:10:\"2021-01-14\";s:5:\"title\";s:32:\"View 2020 Year in Review report!\";s:7:\"content\";s:100:\"See how your website performed this year and find tips along the way to help grow even more in 2021!\";s:4:\"btns\";a:1:{s:10:\"learn_more\";a:2:{s:3:\"url\";s:108:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports#/year-in-review\";s:4:\"text\";s:10:\"Learn More\";}}}i:7;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_form_conversion_1608121604\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.3\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.3\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:19:\"12/16/2020 12:26 pm\";s:3:\"end\";s:10:\"01/03/2021\";}i:8;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_form_conversion_1608121094\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.3\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.3\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:19:\"12/16/2020 12:18 pm\";s:3:\"end\";s:10:\"01/03/2021\";}i:9;a:8:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_search_console_report_1607312823\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:608:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"12/07/2020 3:47 am\";s:3:\"end\";s:10:\"01/04/2021\";}i:10;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_google_optimize_1607249716\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:745:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:19:\"12/06/2020 10:15 am\";s:3:\"end\";s:10:\"01/03/2021\";}i:11;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_email_summaries_1607247008\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:637:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"12/06/2020 9:30 am\";s:3:\"end\";s:10:\"01/03/2021\";}i:12;a:8:{s:2:\"id\";s:64:\"monsterinsights_notification_to_setup_affiliate_links_1606775921\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:2:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.2\";s:4:\"text\";s:9:\"Read More\";}}s:5:\"start\";s:19:\"11/30/2020 10:38 pm\";s:3:\"end\";s:10:\"12/23/2020\";}i:13;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_to_add_more_file_extensions_1606508845\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:578:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_settings#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:105:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_settings#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"11/27/2020 8:27 pm\";s:3:\"end\";s:10:\"12/15/2020\";}i:14;a:8:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_form_conversion_1606392620\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:19:\"11/26/2020 12:10 pm\";s:3:\"end\";s:10:\"12/14/2020\";}i:15;a:8:{s:2:\"id\";s:53:\"monsterinsights_notification_mobile_device_1606019212\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:505:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:92:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:2:{s:3:\"url\";s:206:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"11/22/2020 4:26 am\";s:3:\"end\";s:10:\"12/05/2020\";}i:16;a:8:{s:2:\"id\";s:58:\"monsterinsights_notification_returning_visitors_1605960759\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:499:\"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. <a href=\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\" target=\"_blank\">In this article</a>, we’ll show you 7 proven ways to increase your returning visitor rate.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:92:\"http://www.providentprofessionalservices.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:2:{s:3:\"url\";s:201:\"https://www.monsterinsights.com/proven-ways-to-increase-your-returning-visitor-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"11/21/2020 12:12 pm\";s:3:\"end\";s:10:\"12/04/2020\";}i:17;a:8:{s:2:\"id\";s:57:\"monsterinsights_notification_headline_analyzer_1605370129\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:48:\"Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:663:\"Did you know that 36% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br><a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\" target=\"_blank\">With the MonsterInsights Headline Analyzer</a>, you can get targeted suggestions to improve your headlines, right in the WordPress editor.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:2:{s:3:\"url\";s:198:\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"11/14/2020 4:08 pm\";s:3:\"end\";s:10:\"01/11/2021\";}i:18;a:8:{s:2:\"id\";s:54:\"monsterinsights_notification_upgrade_to_pro_1605229529\";s:4:\"icon\";s:814:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D4E7F7\"/>\n<path d=\"M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z\" fill=\"#2679C1\"/>\n</svg>\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.13.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";}}s:5:\"start\";s:18:\"11/13/2020 1:05 am\";s:3:\"end\";s:10:\"12/21/2020\";}}s:9:\"dismissed\";a:0:{}}','no'),(162581,'secret_key',':g/{^8i jmq6g`e.CjK`yz36YdX/`<Gocu@um]y.c8[Pjo7JGpp(:B15gJbHMUJS','no'),(162605,'_transient_timeout_avada_demos','1603235562','no'),(165386,'WpFc_api_key','e7eec8943e9bd3938b7c4698efe629d0','yes'),(165387,'WpFastestCachePreLoad','{\"homepage\":-1,\"page\":-1,\"customposttypes\":-1,\"customTaxonomies\":8,\"number\":\"4\"}','yes'),(165388,'WpFastestCache','{\"wpFastestCacheStatus\":\"on\",\"wpFastestCachePreload\":\"on\",\"wpFastestCachePreload_homepage\":\"on\",\"wpFastestCachePreload_page\":\"on\",\"wpFastestCachePreload_customposttypes\":\"on\",\"wpFastestCachePreload_customTaxonomies\":\"on\",\"wpFastestCachePreload_number\":\"4\",\"wpFastestCacheLoggedInUser\":\"on\",\"wpFastestCacheMobile\":\"on\",\"wpFastestCacheNewPost\":\"on\",\"wpFastestCacheNewPost_type\":\"all\",\"wpFastestCacheUpdatePost\":\"on\",\"wpFastestCacheUpdatePost_type\":\"post\",\"wpFastestCacheMinifyHtml\":\"on\",\"wpFastestCacheMinifyCss\":\"on\",\"wpFastestCacheCombineCss\":\"on\",\"wpFastestCacheCombineJs\":\"on\",\"wpFastestCacheGzip\":\"on\",\"wpFastestCacheLBC\":\"on\",\"wpFastestCacheDisableEmojis\":\"on\",\"wpFastestCacheLanguage\":\"eng\"}','yes'),(165389,'wpfc-group','','yes'),(165439,'_transient_timeout_fusion_dynamic_css_8cc8103f97bc1f454122b1da179a015d','1604017019','no'),(166799,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175905,'_transient_timeout_fusion_dynamic_css_b2bd0caf415abc4fc2427dd6c5024e80','1608151420','no'),(176308,'auto_update_core_dev','enabled','yes'),(176309,'auto_update_core_minor','enabled','yes'),(176310,'auto_update_core_major','unset','yes'),(177696,'_transient_timeout_avada_ri_Avada Builder2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1608671144','no'),(177698,'_transient_timeout_avada_remote_installer_package_Avada Builder','1608670844','no'),(177700,'_transient_timeout_avada_ri_Avada Core2n1Lk3W2MYfrCpcBaiHfPTzYAs8lbzzf','1608671144','no'),(177720,'_transient_timeout_avada_remote_installer_package_Avada Core','1608671145','no'),(198674,'https_detection_errors','a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}','yes'),(200319,'wfls_last_role_change','1629141635','no'),(202750,'can_compress_scripts','0','no'),(202757,'monsterinsights_notifications_run','a:14:{s:37:\"monsterinsights_notification_visitors\";i:1626807139;s:37:\"monsterinsights_notification_audience\";i:1626807207;s:42:\"monsterinsights_notification_mobile_device\";i:1626807287;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1623618034;s:40:\"monsterinsights_notification_bounce_rate\";i:1623618040;s:47:\"monsterinsights_notification_returning_visitors\";i:1623618045;s:45:\"monsterinsights_notification_traffic_dropping\";i:1623618051;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1617426989;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1617426989;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1617426989;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1617426989;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1617426989;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1617426989;s:46:\"monsterinsights_notification_headline_analyzer\";i:1617426989;}','no'),(222375,'fusion_core_flush_permalinks','1','yes'),(231873,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(231885,'_transient_fusion_fontawesome_en','.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}@font-face{font-family:\"Font Awesome 5 Brands\";font-style:normal;font-weight:normal;src:url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format(\"embedded-opentype\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format(\"woff2\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format(\"woff\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format(\"truetype\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format(\"svg\");font-display: swap;}.fab{font-family:\"Font Awesome 5 Brands\"}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:400;src:url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format(\"embedded-opentype\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format(\"woff2\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format(\"woff\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format(\"truetype\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format(\"svg\");font-display: swap;}.far{font-family:\"Font Awesome 5 Free\";font-weight:400;}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:900;src:url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format(\"embedded-opentype\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format(\"woff2\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format(\"woff\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format(\"truetype\"),url(/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format(\"svg\");font-display: swap;}.fa,.fas{font-family:\"Font Awesome 5 Free\";font-weight:900}.fa-500px:before{content:\"\\f26e\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-accusoft:before{content:\"\\f369\"}.fa-acquisitions-incorporated:before{content:\"\\f6af\"}.fa-ad:before{content:\"\\f641\"}.fa-address-book:before{content:\"\\f2b9\"}.fa-address-card:before{content:\"\\f2bb\"}.fa-adjust:before{content:\"\\f042\"}.fa-adn:before{content:\"\\f170\"}.fa-adversal:before{content:\"\\f36a\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-air-freshener:before{content:\"\\f5d0\"}.fa-airbnb:before{content:\"\\f834\"}.fa-algolia:before{content:\"\\f36c\"}.fa-align-center:before{content:\"\\f037\"}.fa-align-justify:before{content:\"\\f039\"}.fa-align-left:before{content:\"\\f036\"}.fa-align-right:before{content:\"\\f038\"}.fa-alipay:before{content:\"\\f642\"}.fa-allergies:before{content:\"\\f461\"}.fa-amazon:before{content:\"\\f270\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-ambulance:before{content:\"\\f0f9\"}.fa-american-sign-language-interpreting:before{content:\"\\f2a3\"}.fa-amilia:before{content:\"\\f36d\"}.fa-anchor:before{content:\"\\f13d\"}.fa-android:before{content:\"\\f17b\"}.fa-angellist:before{content:\"\\f209\"}.fa-angle-double-down:before{content:\"\\f103\"}.fa-angle-double-left:before{content:\"\\f100\"}.fa-angle-double-right:before{content:\"\\f101\"}.fa-angle-double-up:before{content:\"\\f102\"}.fa-angle-down:before{content:\"\\f107\"}.fa-angle-left:before{content:\"\\f104\"}.fa-angle-right:before{content:\"\\f105\"}.fa-angle-up:before{content:\"\\f106\"}.fa-angry:before{content:\"\\f556\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-angular:before{content:\"\\f420\"}.fa-ankh:before{content:\"\\f644\"}.fa-app-store:before{content:\"\\f36f\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-apper:before{content:\"\\f371\"}.fa-apple:before{content:\"\\f179\"}.fa-apple-alt:before{content:\"\\f5d1\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-archive:before{content:\"\\f187\"}.fa-archway:before{content:\"\\f557\"}.fa-arrow-alt-circle-down:before{content:\"\\f358\"}.fa-arrow-alt-circle-left:before{content:\"\\f359\"}.fa-arrow-alt-circle-right:before{content:\"\\f35a\"}.fa-arrow-alt-circle-up:before{content:\"\\f35b\"}.fa-arrow-circle-down:before{content:\"\\f0ab\"}.fa-arrow-circle-left:before{content:\"\\f0a8\"}.fa-arrow-circle-right:before{content:\"\\f0a9\"}.fa-arrow-circle-up:before{content:\"\\f0aa\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-arrows-alt:before{content:\"\\f0b2\"}.fa-arrows-alt-h:before{content:\"\\f337\"}.fa-arrows-alt-v:before{content:\"\\f338\"}.fa-artstation:before{content:\"\\f77a\"}.fa-assistive-listening-systems:before{content:\"\\f2a2\"}.fa-asterisk:before{content:\"\\f069\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-at:before{content:\"\\f1fa\"}.fa-atlas:before{content:\"\\f558\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-atom:before{content:\"\\f5d2\"}.fa-audible:before{content:\"\\f373\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-avianex:before{content:\"\\f374\"}.fa-aviato:before{content:\"\\f421\"}.fa-award:before{content:\"\\f559\"}.fa-aws:before{content:\"\\f375\"}.fa-baby:before{content:\"\\f77c\"}.fa-baby-carriage:before{content:\"\\f77d\"}.fa-backspace:before{content:\"\\f55a\"}.fa-backward:before{content:\"\\f04a\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-bacteria:before{content:\"\\e059\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-bahai:before{content:\"\\f666\"}.fa-balance-scale:before{content:\"\\f24e\"}.fa-balance-scale-left:before{content:\"\\f515\"}.fa-balance-scale-right:before{content:\"\\f516\"}.fa-ban:before{content:\"\\f05e\"}.fa-band-aid:before{content:\"\\f462\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-barcode:before{content:\"\\f02a\"}.fa-bars:before{content:\"\\f0c9\"}.fa-baseball-ball:before{content:\"\\f433\"}.fa-basketball-ball:before{content:\"\\f434\"}.fa-bath:before{content:\"\\f2cd\"}.fa-battery-empty:before{content:\"\\f244\"}.fa-battery-full:before{content:\"\\f240\"}.fa-battery-half:before{content:\"\\f242\"}.fa-battery-quarter:before{content:\"\\f243\"}.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-battle-net:before{content:\"\\f835\"}.fa-bed:before{content:\"\\f236\"}.fa-beer:before{content:\"\\f0fc\"}.fa-behance:before{content:\"\\f1b4\"}.fa-behance-square:before{content:\"\\f1b5\"}.fa-bell:before{content:\"\\f0f3\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bible:before{content:\"\\f647\"}.fa-bicycle:before{content:\"\\f206\"}.fa-biking:before{content:\"\\f84a\"}.fa-bimobject:before{content:\"\\f378\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-biohazard:before{content:\"\\f780\"}.fa-birthday-cake:before{content:\"\\f1fd\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-bity:before{content:\"\\f37a\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-blender:before{content:\"\\f517\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-blind:before{content:\"\\f29d\"}.fa-blog:before{content:\"\\f781\"}.fa-blogger:before{content:\"\\f37c\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-bold:before{content:\"\\f032\"}.fa-bolt:before{content:\"\\f0e7\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-bone:before{content:\"\\f5d7\"}.fa-bong:before{content:\"\\f55c\"}.fa-book:before{content:\"\\f02d\"}.fa-book-dead:before{content:\"\\f6b7\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-reader:before{content:\"\\f5da\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-border-all:before{content:\"\\f84c\"}.fa-border-none:before{content:\"\\f850\"}.fa-border-style:before{content:\"\\f853\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-box:before{content:\"\\f466\"}.fa-box-open:before{content:\"\\f49e\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-boxes:before{content:\"\\f468\"}.fa-braille:before{content:\"\\f2a1\"}.fa-brain:before{content:\"\\f5dc\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-broadcast-tower:before{content:\"\\f519\"}.fa-broom:before{content:\"\\f51a\"}.fa-brush:before{content:\"\\f55d\"}.fa-btc:before{content:\"\\f15a\"}.fa-buffer:before{content:\"\\f837\"}.fa-bug:before{content:\"\\f188\"}.fa-building:before{content:\"\\f1ad\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-bullseye:before{content:\"\\f140\"}.fa-burn:before{content:\"\\f46a\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-bus:before{content:\"\\f207\"}.fa-bus-alt:before{content:\"\\f55e\"}.fa-business-time:before{content:\"\\f64a\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-calendar:before{content:\"\\f133\"}.fa-calendar-alt:before{content:\"\\f073\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-calendar-times:before{content:\"\\f273\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-camera:before{content:\"\\f030\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-campground:before{content:\"\\f6bb\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-capsules:before{content:\"\\f46b\"}.fa-car:before{content:\"\\f1b9\"}.fa-car-alt:before{content:\"\\f5de\"}.fa-car-battery:before{content:\"\\f5df\"}.fa-car-crash:before{content:\"\\f5e1\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-caret-square-down:before{content:\"\\f150\"}.fa-caret-square-left:before{content:\"\\f191\"}.fa-caret-square-right:before{content:\"\\f152\"}.fa-caret-square-up:before{content:\"\\f151\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-carrot:before{content:\"\\f787\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-cash-register:before{content:\"\\f788\"}.fa-cat:before{content:\"\\f6be\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-centercode:before{content:\"\\f380\"}.fa-centos:before{content:\"\\f789\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-chair:before{content:\"\\f6c0\"}.fa-chalkboard:before{content:\"\\f51b\"}.fa-chalkboard-teacher:before{content:\"\\f51c\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-chart-area:before{content:\"\\f1fe\"}.fa-chart-bar:before{content:\"\\f080\"}.fa-chart-line:before{content:\"\\f201\"}.fa-chart-pie:before{content:\"\\f200\"}.fa-check:before{content:\"\\f00c\"}.fa-check-circle:before{content:\"\\f058\"}.fa-check-double:before{content:\"\\f560\"}.fa-check-square:before{content:\"\\f14a\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-chess:before{content:\"\\f439\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-chevron-circle-down:before{content:\"\\f13a\"}.fa-chevron-circle-left:before{content:\"\\f137\"}.fa-chevron-circle-right:before{content:\"\\f138\"}.fa-chevron-circle-up:before{content:\"\\f139\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-child:before{content:\"\\f1ae\"}.fa-chrome:before{content:\"\\f268\"}.fa-chromecast:before{content:\"\\f838\"}.fa-church:before{content:\"\\f51d\"}.fa-circle:before{content:\"\\f111\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-city:before{content:\"\\f64f\"}.fa-clinic-medical:before{content:\"\\f7f2\"}.fa-clipboard:before{content:\"\\f328\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-clock:before{content:\"\\f017\"}.fa-clone:before{content:\"\\f24d\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-cloud-download-alt:before{content:\"\\f381\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-cloud-upload-alt:before{content:\"\\f382\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-cocktail:before{content:\"\\f561\"}.fa-code:before{content:\"\\f121\"}.fa-code-branch:before{content:\"\\f126\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-codiepie:before{content:\"\\f284\"}.fa-coffee:before{content:\"\\f0f4\"}.fa-cog:before{content:\"\\f013\"}.fa-cogs:before{content:\"\\f085\"}.fa-coins:before{content:\"\\f51e\"}.fa-columns:before{content:\"\\f0db\"}.fa-comment:before{content:\"\\f075\"}.fa-comment-alt:before{content:\"\\f27a\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-comment-dots:before{content:\"\\f4ad\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-comments:before{content:\"\\f086\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-compass:before{content:\"\\f14e\"}.fa-compress:before{content:\"\\f066\"}.fa-compress-alt:before{content:\"\\f422\"}.fa-compress-arrows-alt:before{content:\"\\f78c\"}.fa-concierge-bell:before{content:\"\\f562\"}.fa-confluence:before{content:\"\\f78d\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-contao:before{content:\"\\f26d\"}.fa-cookie:before{content:\"\\f563\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-copy:before{content:\"\\f0c5\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cpanel:before{content:\"\\f388\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-credit-card:before{content:\"\\f09d\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-crop:before{content:\"\\f125\"}.fa-crop-alt:before{content:\"\\f565\"}.fa-cross:before{content:\"\\f654\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-crow:before{content:\"\\f520\"}.fa-crown:before{content:\"\\f521\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-css3:before{content:\"\\f13c\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-cube:before{content:\"\\f1b2\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-cut:before{content:\"\\f0c4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-dashcube:before{content:\"\\f210\"}.fa-database:before{content:\"\\f1c0\"}.fa-deaf:before{content:\"\\f2a4\"}.fa-deezer:before{content:\"\\e077\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-democrat:before{content:\"\\f747\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-desktop:before{content:\"\\f108\"}.fa-dev:before{content:\"\\f6cc\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-dhl:before{content:\"\\f790\"}.fa-diagnoses:before{content:\"\\f470\"}.fa-diaspora:before{content:\"\\f791\"}.fa-dice:before{content:\"\\f522\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-dice-five:before{content:\"\\f523\"}.fa-dice-four:before{content:\"\\f524\"}.fa-dice-one:before{content:\"\\f525\"}.fa-dice-six:before{content:\"\\f526\"}.fa-dice-three:before{content:\"\\f527\"}.fa-dice-two:before{content:\"\\f528\"}.fa-digg:before{content:\"\\f1a6\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-digital-tachograph:before{content:\"\\f566\"}.fa-directions:before{content:\"\\f5eb\"}.fa-discord:before{content:\"\\f392\"}.fa-discourse:before{content:\"\\f393\"}.fa-disease:before{content:\"\\f7fa\"}.fa-divide:before{content:\"\\f529\"}.fa-dizzy:before{content:\"\\f567\"}.fa-dna:before{content:\"\\f471\"}.fa-dochub:before{content:\"\\f394\"}.fa-docker:before{content:\"\\f395\"}.fa-dog:before{content:\"\\f6d3\"}.fa-dollar-sign:before{content:\"\\f155\"}.fa-dolly:before{content:\"\\f472\"}.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-donate:before{content:\"\\f4b9\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-door-open:before{content:\"\\f52b\"}.fa-dot-circle:before{content:\"\\f192\"}.fa-dove:before{content:\"\\f4ba\"}.fa-download:before{content:\"\\f019\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-drafting-compass:before{content:\"\\f568\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-dribbble-square:before{content:\"\\f397\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-drum:before{content:\"\\f569\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-dyalog:before{content:\"\\f399\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-edge:before{content:\"\\f282\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-edit:before{content:\"\\f044\"}.fa-egg:before{content:\"\\f7fb\"}.fa-eject:before{content:\"\\f052\"}.fa-elementor:before{content:\"\\f430\"}.fa-ellipsis-h:before{content:\"\\f141\"}.fa-ellipsis-v:before{content:\"\\f142\"}.fa-ello:before{content:\"\\f5f1\"}.fa-ember:before{content:\"\\f423\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-envelope-square:before{content:\"\\f199\"}.fa-envira:before{content:\"\\f299\"}.fa-equals:before{content:\"\\f52c\"}.fa-eraser:before{content:\"\\f12d\"}.fa-erlang:before{content:\"\\f39d\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-ethernet:before{content:\"\\f796\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-euro-sign:before{content:\"\\f153\"}.fa-evernote:before{content:\"\\f839\"}.fa-exchange-alt:before{content:\"\\f362\"}.fa-exclamation:before{content:\"\\f12a\"}.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-exclamation-triangle:before{content:\"\\f071\"}.fa-expand:before{content:\"\\f065\"}.fa-expand-alt:before{content:\"\\f424\"}.fa-expand-arrows-alt:before{content:\"\\f31e\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-external-link-alt:before{content:\"\\f35d\"}.fa-external-link-square-alt:before{content:\"\\f360\"}.fa-eye:before{content:\"\\f06e\"}.fa-eye-dropper:before{content:\"\\f1fb\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-facebook:before{content:\"\\f09a\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-facebook-square:before{content:\"\\f082\"}.fa-fan:before{content:\"\\f863\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-fast-backward:before{content:\"\\f049\"}.fa-fast-forward:before{content:\"\\f050\"}.fa-faucet:before{content:\"\\e005\"}.fa-fax:before{content:\"\\f1ac\"}.fa-feather:before{content:\"\\f52d\"}.fa-feather-alt:before{content:\"\\f56b\"}.fa-fedex:before{content:\"\\f797\"}.fa-fedora:before{content:\"\\f798\"}.fa-female:before{content:\"\\f182\"}.fa-fighter-jet:before{content:\"\\f0fb\"}.fa-figma:before{content:\"\\f799\"}.fa-file:before{content:\"\\f15b\"}.fa-file-alt:before{content:\"\\f15c\"}.fa-file-archive:before{content:\"\\f1c6\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-file-download:before{content:\"\\f56d\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-export:before{content:\"\\f56e\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-file-import:before{content:\"\\f56f\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-file-medical:before{content:\"\\f477\"}.fa-file-medical-alt:before{content:\"\\f478\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-file-signature:before{content:\"\\f573\"}.fa-file-upload:before{content:\"\\f574\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-fill:before{content:\"\\f575\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-film:before{content:\"\\f008\"}.fa-filter:before{content:\"\\f0b0\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-fire:before{content:\"\\f06d\"}.fa-fire-alt:before{content:\"\\f7e4\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-firefox:before{content:\"\\f269\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-first-aid:before{content:\"\\f479\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-fish:before{content:\"\\f578\"}.fa-fist-raised:before{content:\"\\f6de\"}.fa-flag:before{content:\"\\f024\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-flask:before{content:\"\\f0c3\"}.fa-flickr:before{content:\"\\f16e\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-flushed:before{content:\"\\f579\"}.fa-fly:before{content:\"\\f417\"}.fa-folder:before{content:\"\\f07b\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-font:before{content:\"\\f031\"}.fa-font-awesome:before{content:\"\\f2b4\"}.fa-font-awesome-alt:before{content:\"\\f35c\"}.fa-font-awesome-flag:before{content:\"\\f425\"}.fa-fonticons:before{content:\"\\f280\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-football-ball:before{content:\"\\f44e\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-forumbee:before{content:\"\\f211\"}.fa-forward:before{content:\"\\f04e\"}.fa-foursquare:before{content:\"\\f180\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-frog:before{content:\"\\f52e\"}.fa-frown:before{content:\"\\f119\"}.fa-frown-open:before{content:\"\\f57a\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-funnel-dollar:before{content:\"\\f662\"}.fa-futbol:before{content:\"\\f1e3\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-gavel:before{content:\"\\f0e3\"}.fa-gem:before{content:\"\\f3a5\"}.fa-genderless:before{content:\"\\f22d\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-gg:before{content:\"\\f260\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-gift:before{content:\"\\f06b\"}.fa-gifts:before{content:\"\\f79c\"}.fa-git:before{content:\"\\f1d3\"}.fa-git-alt:before{content:\"\\f841\"}.fa-git-square:before{content:\"\\f1d2\"}.fa-github:before{content:\"\\f09b\"}.fa-github-alt:before{content:\"\\f113\"}.fa-github-square:before{content:\"\\f092\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-gitlab:before{content:\"\\f296\"}.fa-gitter:before{content:\"\\f426\"}.fa-glass-cheers:before{content:\"\\f79f\"}.fa-glass-martini:before{content:\"\\f000\"}.fa-glass-martini-alt:before{content:\"\\f57b\"}.fa-glass-whiskey:before{content:\"\\f7a0\"}.fa-glasses:before{content:\"\\f530\"}.fa-glide:before{content:\"\\f2a5\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-globe:before{content:\"\\f0ac\"}.fa-globe-africa:before{content:\"\\f57c\"}.fa-globe-americas:before{content:\"\\f57d\"}.fa-globe-asia:before{content:\"\\f57e\"}.fa-globe-europe:before{content:\"\\f7a2\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-golf-ball:before{content:\"\\f450\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-google:before{content:\"\\f1a0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-google-pay:before{content:\"\\e079\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-google-plus-square:before{content:\"\\f0d4\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-gopuram:before{content:\"\\f664\"}.fa-graduation-cap:before{content:\"\\f19d\"}.fa-gratipay:before{content:\"\\f184\"}.fa-grav:before{content:\"\\f2d6\"}.fa-greater-than:before{content:\"\\f531\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-grimace:before{content:\"\\f57f\"}.fa-grin:before{content:\"\\f580\"}.fa-grin-alt:before{content:\"\\f581\"}.fa-grin-beam:before{content:\"\\f582\"}.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-grin-hearts:before{content:\"\\f584\"}.fa-grin-squint:before{content:\"\\f585\"}.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-grin-stars:before{content:\"\\f587\"}.fa-grin-tears:before{content:\"\\f588\"}.fa-grin-tongue:before{content:\"\\f589\"}.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-grin-wink:before{content:\"\\f58c\"}.fa-grip-horizontal:before{content:\"\\f58d\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-guilded:before{content:\"\\e07e\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-h-square:before{content:\"\\f0fd\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-hacker-news-square:before{content:\"\\f3af\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-hamburger:before{content:\"\\f805\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hamsa:before{content:\"\\f665\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-hand-paper:before{content:\"\\f256\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-hand-rock:before{content:\"\\f255\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-hands:before{content:\"\\f4c2\"}.fa-hands-helping:before{content:\"\\f4c4\"}.fa-hands-wash:before{content:\"\\e05e\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-handshake-alt-slash:before{content:\"\\e05f\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-hard-hat:before{content:\"\\f807\"}.fa-hashtag:before{content:\"\\f292\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-hdd:before{content:\"\\f0a0\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-heading:before{content:\"\\f1dc\"}.fa-headphones:before{content:\"\\f025\"}.fa-headphones-alt:before{content:\"\\f58f\"}.fa-headset:before{content:\"\\f590\"}.fa-heart:before{content:\"\\f004\"}.fa-heart-broken:before{content:\"\\f7a9\"}.fa-heartbeat:before{content:\"\\f21e\"}.fa-helicopter:before{content:\"\\f533\"}.fa-highlighter:before{content:\"\\f591\"}.fa-hiking:before{content:\"\\f6ec\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-hips:before{content:\"\\f452\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-history:before{content:\"\\f1da\"}.fa-hive:before{content:\"\\e07f\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-home:before{content:\"\\f015\"}.fa-hooli:before{content:\"\\f427\"}.fa-hornbill:before{content:\"\\f592\"}.fa-horse:before{content:\"\\f6f0\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-hospital:before{content:\"\\f0f8\"}.fa-hospital-alt:before{content:\"\\f47d\"}.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-hot-tub:before{content:\"\\f593\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-hotel:before{content:\"\\f594\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-hourglass:before{content:\"\\f254\"}.fa-hourglass-end:before{content:\"\\f253\"}.fa-hourglass-half:before{content:\"\\f252\"}.fa-hourglass-start:before{content:\"\\f251\"}.fa-house-damage:before{content:\"\\f6f1\"}.fa-house-user:before{content:\"\\e065\"}.fa-houzz:before{content:\"\\f27c\"}.fa-hryvnia:before{content:\"\\f6f2\"}.fa-html5:before{content:\"\\f13b\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-icons:before{content:\"\\f86d\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-id-card:before{content:\"\\f2c2\"}.fa-id-card-alt:before{content:\"\\f47f\"}.fa-ideal:before{content:\"\\e013\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-image:before{content:\"\\f03e\"}.fa-images:before{content:\"\\f302\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-inbox:before{content:\"\\f01c\"}.fa-indent:before{content:\"\\f03c\"}.fa-industry:before{content:\"\\f275\"}.fa-infinity:before{content:\"\\f534\"}.fa-info:before{content:\"\\f129\"}.fa-info-circle:before{content:\"\\f05a\"}.fa-innosoft:before{content:\"\\e080\"}.fa-instagram:before{content:\"\\f16d\"}.fa-instagram-square:before{content:\"\\e055\"}.fa-instalod:before{content:\"\\e081\"}.fa-intercom:before{content:\"\\f7af\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-invision:before{content:\"\\f7b0\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-italic:before{content:\"\\f033\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-java:before{content:\"\\f4e4\"}.fa-jedi:before{content:\"\\f669\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-jira:before{content:\"\\f7b1\"}.fa-joget:before{content:\"\\f3b7\"}.fa-joint:before{content:\"\\f595\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-journal-whills:before{content:\"\\f66a\"}.fa-js:before{content:\"\\f3b8\"}.fa-js-square:before{content:\"\\f3b9\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-key:before{content:\"\\f084\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-khanda:before{content:\"\\f66d\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-kiss:before{content:\"\\f596\"}.fa-kiss-beam:before{content:\"\\f597\"}.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-korvue:before{content:\"\\f42f\"}.fa-landmark:before{content:\"\\f66f\"}.fa-language:before{content:\"\\f1ab\"}.fa-laptop:before{content:\"\\f109\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-laptop-house:before{content:\"\\e066\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-lastfm:before{content:\"\\f202\"}.fa-lastfm-square:before{content:\"\\f203\"}.fa-laugh:before{content:\"\\f599\"}.fa-laugh-beam:before{content:\"\\f59a\"}.fa-laugh-squint:before{content:\"\\f59b\"}.fa-laugh-wink:before{content:\"\\f59c\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-leaf:before{content:\"\\f06c\"}.fa-leanpub:before{content:\"\\f212\"}.fa-lemon:before{content:\"\\f094\"}.fa-less:before{content:\"\\f41d\"}.fa-less-than:before{content:\"\\f536\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-level-down-alt:before{content:\"\\f3be\"}.fa-level-up-alt:before{content:\"\\f3bf\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-line:before{content:\"\\f3c0\"}.fa-link:before{content:\"\\f0c1\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-linode:before{content:\"\\f2b8\"}.fa-linux:before{content:\"\\f17c\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-list:before{content:\"\\f03a\"}.fa-list-alt:before{content:\"\\f022\"}.fa-list-ol:before{content:\"\\f0cb\"}.fa-list-ul:before{content:\"\\f0ca\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-lock:before{content:\"\\f023\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-long-arrow-alt-right:before{content:\"\\f30b\"}.fa-long-arrow-alt-up:before{content:\"\\f30c\"}.fa-low-vision:before{content:\"\\f2a8\"}.fa-luggage-cart:before{content:\"\\f59d\"}.fa-lungs:before{content:\"\\f604\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-magic:before{content:\"\\f0d0\"}.fa-magnet:before{content:\"\\f076\"}.fa-mail-bulk:before{content:\"\\f674\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-male:before{content:\"\\f183\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-map:before{content:\"\\f279\"}.fa-map-marked:before{content:\"\\f59f\"}.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-map-marker:before{content:\"\\f041\"}.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-map-pin:before{content:\"\\f276\"}.fa-map-signs:before{content:\"\\f277\"}.fa-markdown:before{content:\"\\f60f\"}.fa-marker:before{content:\"\\f5a1\"}.fa-mars:before{content:\"\\f222\"}.fa-mars-double:before{content:\"\\f227\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-mars-stroke-h:before{content:\"\\f22b\"}.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-mask:before{content:\"\\f6fa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-medal:before{content:\"\\f5a2\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-medium:before{content:\"\\f23a\"}.fa-medium-m:before{content:\"\\f3c7\"}.fa-medkit:before{content:\"\\f0fa\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-meh:before{content:\"\\f11a\"}.fa-meh-blank:before{content:\"\\f5a4\"}.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-memory:before{content:\"\\f538\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-menorah:before{content:\"\\f676\"}.fa-mercury:before{content:\"\\f223\"}.fa-meteor:before{content:\"\\f753\"}.fa-microblog:before{content:\"\\e01a\"}.fa-microchip:before{content:\"\\f2db\"}.fa-microphone:before{content:\"\\f130\"}.fa-microphone-alt:before{content:\"\\f3c9\"}.fa-microphone-alt-slash:before{content:\"\\f539\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-microscope:before{content:\"\\f610\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-minus:before{content:\"\\f068\"}.fa-minus-circle:before{content:\"\\f056\"}.fa-minus-square:before{content:\"\\f146\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-mix:before{content:\"\\f3cb\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-mixer:before{content:\"\\e056\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-mobile:before{content:\"\\f10b\"}.fa-mobile-alt:before{content:\"\\f3cd\"}.fa-modx:before{content:\"\\f285\"}.fa-monero:before{content:\"\\f3d0\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-money-check:before{content:\"\\f53c\"}.fa-money-check-alt:before{content:\"\\f53d\"}.fa-monument:before{content:\"\\f5a6\"}.fa-moon:before{content:\"\\f186\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-mosque:before{content:\"\\f678\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-mouse:before{content:\"\\f8cc\"}.fa-mouse-pointer:before{content:\"\\f245\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-music:before{content:\"\\f001\"}.fa-napster:before{content:\"\\f3d2\"}.fa-neos:before{content:\"\\f612\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-neuter:before{content:\"\\f22c\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-node:before{content:\"\\f419\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-npm:before{content:\"\\f3d4\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-object-group:before{content:\"\\f247\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-odnoklassniki-square:before{content:\"\\f264\"}.fa-oil-can:before{content:\"\\f613\"}.fa-old-republic:before{content:\"\\f510\"}.fa-om:before{content:\"\\f679\"}.fa-opencart:before{content:\"\\f23d\"}.fa-openid:before{content:\"\\f19b\"}.fa-opera:before{content:\"\\f26a\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-osi:before{content:\"\\f41a\"}.fa-otter:before{content:\"\\f700\"}.fa-outdent:before{content:\"\\f03b\"}.fa-page4:before{content:\"\\f3d7\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-pager:before{content:\"\\f815\"}.fa-paint-brush:before{content:\"\\f1fc\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-palette:before{content:\"\\f53f\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-pallet:before{content:\"\\f482\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-parking:before{content:\"\\f540\"}.fa-passport:before{content:\"\\f5ab\"}.fa-pastafarianism:before{content:\"\\f67b\"}.fa-paste:before{content:\"\\f0ea\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-pause:before{content:\"\\f04c\"}.fa-pause-circle:before{content:\"\\f28b\"}.fa-paw:before{content:\"\\f1b0\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-peace:before{content:\"\\f67c\"}.fa-pen:before{content:\"\\f304\"}.fa-pen-alt:before{content:\"\\f305\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-pen-square:before{content:\"\\f14b\"}.fa-pencil-alt:before{content:\"\\f303\"}.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-penny-arcade:before{content:\"\\f704\"}.fa-people-arrows:before{content:\"\\e068\"}.fa-people-carry:before{content:\"\\f4ce\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-perbyte:before{content:\"\\e083\"}.fa-percent:before{content:\"\\f295\"}.fa-percentage:before{content:\"\\f541\"}.fa-periscope:before{content:\"\\f3da\"}.fa-person-booth:before{content:\"\\f756\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-phone:before{content:\"\\f095\"}.fa-phone-alt:before{content:\"\\f879\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-phone-square:before{content:\"\\f098\"}.fa-phone-square-alt:before{content:\"\\f87b\"}.fa-phone-volume:before{content:\"\\f2a0\"}.fa-photo-video:before{content:\"\\f87c\"}.fa-php:before{content:\"\\f457\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-pied-piper-square:before{content:\"\\e01e\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-pills:before{content:\"\\f484\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-pinterest-square:before{content:\"\\f0d3\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-plane:before{content:\"\\f072\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-play:before{content:\"\\f04b\"}.fa-play-circle:before{content:\"\\f144\"}.fa-playstation:before{content:\"\\f3df\"}.fa-plug:before{content:\"\\f1e6\"}.fa-plus:before{content:\"\\f067\"}.fa-plus-circle:before{content:\"\\f055\"}.fa-plus-square:before{content:\"\\f0fe\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-poll:before{content:\"\\f681\"}.fa-poll-h:before{content:\"\\f682\"}.fa-poo:before{content:\"\\f2fe\"}.fa-poo-storm:before{content:\"\\f75a\"}.fa-poop:before{content:\"\\f619\"}.fa-portrait:before{content:\"\\f3e0\"}.fa-pound-sign:before{content:\"\\f154\"}.fa-power-off:before{content:\"\\f011\"}.fa-pray:before{content:\"\\f683\"}.fa-praying-hands:before{content:\"\\f684\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-prescription-bottle-alt:before{content:\"\\f486\"}.fa-print:before{content:\"\\f02f\"}.fa-procedures:before{content:\"\\f487\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-project-diagram:before{content:\"\\f542\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-python:before{content:\"\\f3e2\"}.fa-qq:before{content:\"\\f1d6\"}.fa-qrcode:before{content:\"\\f029\"}.fa-question:before{content:\"\\f128\"}.fa-question-circle:before{content:\"\\f059\"}.fa-quidditch:before{content:\"\\f458\"}.fa-quinscape:before{content:\"\\f459\"}.fa-quora:before{content:\"\\f2c4\"}.fa-quote-left:before{content:\"\\f10d\"}.fa-quote-right:before{content:\"\\f10e\"}.fa-quran:before{content:\"\\f687\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-random:before{content:\"\\f074\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-react:before{content:\"\\f41b\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-readme:before{content:\"\\f4d5\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-receipt:before{content:\"\\f543\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-reddit-square:before{content:\"\\f1a2\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-redo:before{content:\"\\f01e\"}.fa-redo-alt:before{content:\"\\f2f9\"}.fa-registered:before{content:\"\\f25d\"}.fa-remove-format:before{content:\"\\f87d\"}.fa-renren:before{content:\"\\f18b\"}.fa-reply:before{content:\"\\f3e5\"}.fa-reply-all:before{content:\"\\f122\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-republican:before{content:\"\\f75e\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-retweet:before{content:\"\\f079\"}.fa-rev:before{content:\"\\f5b2\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-ring:before{content:\"\\f70b\"}.fa-road:before{content:\"\\f018\"}.fa-robot:before{content:\"\\f544\"}.fa-rocket:before{content:\"\\f135\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-route:before{content:\"\\f4d7\"}.fa-rss:before{content:\"\\f09e\"}.fa-rss-square:before{content:\"\\f143\"}.fa-ruble-sign:before{content:\"\\f158\"}.fa-ruler:before{content:\"\\f545\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-running:before{content:\"\\f70c\"}.fa-rupee-sign:before{content:\"\\f156\"}.fa-rust:before{content:\"\\e07a\"}.fa-sad-cry:before{content:\"\\f5b3\"}.fa-sad-tear:before{content:\"\\f5b4\"}.fa-safari:before{content:\"\\f267\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-sass:before{content:\"\\f41e\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-save:before{content:\"\\f0c7\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-school:before{content:\"\\f549\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-scribd:before{content:\"\\f28a\"}.fa-scroll:before{content:\"\\f70e\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-search:before{content:\"\\f002\"}.fa-search-dollar:before{content:\"\\f688\"}.fa-search-location:before{content:\"\\f689\"}.fa-search-minus:before{content:\"\\f010\"}.fa-search-plus:before{content:\"\\f00e\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-seedling:before{content:\"\\f4d8\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-sellsy:before{content:\"\\f213\"}.fa-server:before{content:\"\\f233\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-shapes:before{content:\"\\f61f\"}.fa-share:before{content:\"\\f064\"}.fa-share-alt:before{content:\"\\f1e0\"}.fa-share-alt-square:before{content:\"\\f1e1\"}.fa-share-square:before{content:\"\\f14d\"}.fa-shekel-sign:before{content:\"\\f20b\"}.fa-shield-alt:before{content:\"\\f3ed\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-ship:before{content:\"\\f21a\"}.fa-shipping-fast:before{content:\"\\f48b\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-shopify:before{content:\"\\e057\"}.fa-shopping-bag:before{content:\"\\f290\"}.fa-shopping-basket:before{content:\"\\f291\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-shower:before{content:\"\\f2cc\"}.fa-shuttle-van:before{content:\"\\f5b6\"}.fa-sign:before{content:\"\\f4d9\"}.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-sign-language:before{content:\"\\f2a7\"}.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-signal:before{content:\"\\f012\"}.fa-signature:before{content:\"\\f5b7\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-sink:before{content:\"\\e06d\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-sith:before{content:\"\\f512\"}.fa-skating:before{content:\"\\f7c5\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-skiing:before{content:\"\\f7c9\"}.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-skull:before{content:\"\\f54c\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-skype:before{content:\"\\f17e\"}.fa-slack:before{content:\"\\f198\"}.fa-slack-hash:before{content:\"\\f3ef\"}.fa-slash:before{content:\"\\f715\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-sliders-h:before{content:\"\\f1de\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-smile:before{content:\"\\f118\"}.fa-smile-beam:before{content:\"\\f5b8\"}.fa-smile-wink:before{content:\"\\f4da\"}.fa-smog:before{content:\"\\f75f\"}.fa-smoking:before{content:\"\\f48d\"}.fa-smoking-ban:before{content:\"\\f54d\"}.fa-sms:before{content:\"\\f7cd\"}.fa-snapchat:before{content:\"\\f2ab\"}.fa-snapchat-ghost:before{content:\"\\f2ac\"}.fa-snapchat-square:before{content:\"\\f2ad\"}.fa-snowboarding:before{content:\"\\f7ce\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-socks:before{content:\"\\f696\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-sort:before{content:\"\\f0dc\"}.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-sort-amount-down:before{content:\"\\f160\"}.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-sort-amount-up:before{content:\"\\f161\"}.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-sort-down:before{content:\"\\f0dd\"}.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-sort-up:before{content:\"\\f0de\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-spa:before{content:\"\\f5bb\"}.fa-space-shuttle:before{content:\"\\f197\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-spell-check:before{content:\"\\f891\"}.fa-spider:before{content:\"\\f717\"}.fa-spinner:before{content:\"\\f110\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-square:before{content:\"\\f0c8\"}.fa-square-full:before{content:\"\\f45c\"}.fa-square-root-alt:before{content:\"\\f698\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-stackpath:before{content:\"\\f842\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-star:before{content:\"\\f005\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-star-half:before{content:\"\\f089\"}.fa-star-half-alt:before{content:\"\\f5c0\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-steam:before{content:\"\\f1b6\"}.fa-steam-square:before{content:\"\\f1b7\"}.fa-steam-symbol:before{content:\"\\f3f6\"}.fa-step-backward:before{content:\"\\f048\"}.fa-step-forward:before{content:\"\\f051\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-sticky-note:before{content:\"\\f249\"}.fa-stop:before{content:\"\\f04d\"}.fa-stop-circle:before{content:\"\\f28d\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-store:before{content:\"\\f54e\"}.fa-store-alt:before{content:\"\\f54f\"}.fa-store-alt-slash:before{content:\"\\e070\"}.fa-store-slash:before{content:\"\\e071\"}.fa-strava:before{content:\"\\f428\"}.fa-stream:before{content:\"\\f550\"}.fa-street-view:before{content:\"\\f21d\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-stripe:before{content:\"\\f429\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-subscript:before{content:\"\\f12c\"}.fa-subway:before{content:\"\\f239\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-sun:before{content:\"\\f185\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-superscript:before{content:\"\\f12b\"}.fa-supple:before{content:\"\\f3f9\"}.fa-surprise:before{content:\"\\f5c2\"}.fa-suse:before{content:\"\\f7d6\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-swift:before{content:\"\\f8e1\"}.fa-swimmer:before{content:\"\\f5c4\"}.fa-swimming-pool:before{content:\"\\f5c5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-sync:before{content:\"\\f021\"}.fa-sync-alt:before{content:\"\\f2f1\"}.fa-syringe:before{content:\"\\f48e\"}.fa-table:before{content:\"\\f0ce\"}.fa-table-tennis:before{content:\"\\f45d\"}.fa-tablet:before{content:\"\\f10a\"}.fa-tablet-alt:before{content:\"\\f3fa\"}.fa-tablets:before{content:\"\\f490\"}.fa-tachometer-alt:before{content:\"\\f3fd\"}.fa-tag:before{content:\"\\f02b\"}.fa-tags:before{content:\"\\f02c\"}.fa-tape:before{content:\"\\f4db\"}.fa-tasks:before{content:\"\\f0ae\"}.fa-taxi:before{content:\"\\f1ba\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-teeth:before{content:\"\\f62e\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-telegram:before{content:\"\\f2c6\"}.fa-telegram-plane:before{content:\"\\f3fe\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-tenge:before{content:\"\\f7d7\"}.fa-terminal:before{content:\"\\f120\"}.fa-text-height:before{content:\"\\f034\"}.fa-text-width:before{content:\"\\f035\"}.fa-th:before{content:\"\\f00a\"}.fa-th-large:before{content:\"\\f009\"}.fa-th-list:before{content:\"\\f00b\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-theater-masks:before{content:\"\\f630\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-thermometer:before{content:\"\\f491\"}.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-thumbtack:before{content:\"\\f08d\"}.fa-ticket-alt:before{content:\"\\f3ff\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-times:before{content:\"\\f00d\"}.fa-times-circle:before{content:\"\\f057\"}.fa-tint:before{content:\"\\f043\"}.fa-tint-slash:before{content:\"\\f5c7\"}.fa-tired:before{content:\"\\f5c8\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-toolbox:before{content:\"\\f552\"}.fa-tools:before{content:\"\\f7d9\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-torah:before{content:\"\\f6a0\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-tractor:before{content:\"\\f722\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-trademark:before{content:\"\\f25c\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-trailer:before{content:\"\\e041\"}.fa-train:before{content:\"\\f238\"}.fa-tram:before{content:\"\\f7da\"}.fa-transgender:before{content:\"\\f224\"}.fa-transgender-alt:before{content:\"\\f225\"}.fa-trash:before{content:\"\\f1f8\"}.fa-trash-alt:before{content:\"\\f2ed\"}.fa-trash-restore:before{content:\"\\f829\"}.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-tree:before{content:\"\\f1bb\"}.fa-trello:before{content:\"\\f181\"}.fa-tripadvisor:before{content:\"\\f262\"}.fa-trophy:before{content:\"\\f091\"}.fa-truck:before{content:\"\\f0d1\"}.fa-truck-loading:before{content:\"\\f4de\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-tshirt:before{content:\"\\f553\"}.fa-tty:before{content:\"\\f1e4\"}.fa-tumblr:before{content:\"\\f173\"}.fa-tumblr-square:before{content:\"\\f174\"}.fa-tv:before{content:\"\\f26c\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-twitter:before{content:\"\\f099\"}.fa-twitter-square:before{content:\"\\f081\"}.fa-typo3:before{content:\"\\f42b\"}.fa-uber:before{content:\"\\f402\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-uikit:before{content:\"\\f403\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-uncharted:before{content:\"\\e084\"}.fa-underline:before{content:\"\\f0cd\"}.fa-undo:before{content:\"\\f0e2\"}.fa-undo-alt:before{content:\"\\f2ea\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-unity:before{content:\"\\e049\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-university:before{content:\"\\f19c\"}.fa-unlink:before{content:\"\\f127\"}.fa-unlock:before{content:\"\\f09c\"}.fa-unlock-alt:before{content:\"\\f13e\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-untappd:before{content:\"\\f405\"}.fa-upload:before{content:\"\\f093\"}.fa-ups:before{content:\"\\f7e0\"}.fa-usb:before{content:\"\\f287\"}.fa-user:before{content:\"\\f007\"}.fa-user-alt:before{content:\"\\f406\"}.fa-user-alt-slash:before{content:\"\\f4fa\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-user-cog:before{content:\"\\f4fe\"}.fa-user-edit:before{content:\"\\f4ff\"}.fa-user-friends:before{content:\"\\f500\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-user-injured:before{content:\"\\f728\"}.fa-user-lock:before{content:\"\\f502\"}.fa-user-md:before{content:\"\\f0f0\"}.fa-user-minus:before{content:\"\\f503\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-user-plus:before{content:\"\\f234\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-user-shield:before{content:\"\\f505\"}.fa-user-slash:before{content:\"\\f506\"}.fa-user-tag:before{content:\"\\f507\"}.fa-user-tie:before{content:\"\\f508\"}.fa-user-times:before{content:\"\\f235\"}.fa-users:before{content:\"\\f0c0\"}.fa-users-cog:before{content:\"\\f509\"}.fa-users-slash:before{content:\"\\e073\"}.fa-usps:before{content:\"\\f7e1\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-utensils:before{content:\"\\f2e7\"}.fa-vaadin:before{content:\"\\f408\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-venus:before{content:\"\\f221\"}.fa-venus-double:before{content:\"\\f226\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-vest:before{content:\"\\e085\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-viacoin:before{content:\"\\f237\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-vial:before{content:\"\\f492\"}.fa-vials:before{content:\"\\f493\"}.fa-viber:before{content:\"\\f409\"}.fa-video:before{content:\"\\f03d\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-vimeo-square:before{content:\"\\f194\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-virus:before{content:\"\\e074\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-viruses:before{content:\"\\e076\"}.fa-vk:before{content:\"\\f189\"}.fa-vnv:before{content:\"\\f40b\"}.fa-voicemail:before{content:\"\\f897\"}.fa-volleyball-ball:before{content:\"\\f45f\"}.fa-volume-down:before{content:\"\\f027\"}.fa-volume-mute:before{content:\"\\f6a9\"}.fa-volume-off:before{content:\"\\f026\"}.fa-volume-up:before{content:\"\\f028\"}.fa-vote-yea:before{content:\"\\f772\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-walking:before{content:\"\\f554\"}.fa-wallet:before{content:\"\\f555\"}.fa-warehouse:before{content:\"\\f494\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-water:before{content:\"\\f773\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-waze:before{content:\"\\f83f\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-weibo:before{content:\"\\f18a\"}.fa-weight:before{content:\"\\f496\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-wifi:before{content:\"\\f1eb\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-wind:before{content:\"\\f72e\"}.fa-window-close:before{content:\"\\f410\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-wine-glass-alt:before{content:\"\\f5ce\"}.fa-wix:before{content:\"\\f5cf\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-wodu:before{content:\"\\e088\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-won-sign:before{content:\"\\f159\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-wpforms:before{content:\"\\f298\"}.fa-wpressr:before{content:\"\\f3e4\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-x-ray:before{content:\"\\f497\"}.fa-xbox:before{content:\"\\f412\"}.fa-xing:before{content:\"\\f168\"}.fa-xing-square:before{content:\"\\f169\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-yammer:before{content:\"\\f840\"}.fa-yandex:before{content:\"\\f413\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-yen-sign:before{content:\"\\f157\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-youtube:before{content:\"\\f167\"}.fa-youtube-square:before{content:\"\\f431\"}.fa-zhihu:before{content:\"\\f63f\"}.fa.fa-glass:before{content:\"\\f000\"}.fa.fa-meetup{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-star-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-o:before{content:\"\\f005\"}.fa.fa-close:before,.fa.fa-remove:before{content:\"\\f00d\"}.fa.fa-gear:before{content:\"\\f013\"}.fa.fa-trash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-trash-o:before{content:\"\\f2ed\"}.fa.fa-file-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-o:before{content:\"\\f15b\"}.fa.fa-clock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-clock-o:before{content:\"\\f017\"}.fa.fa-arrow-circle-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:\"\\f358\"}.fa.fa-arrow-circle-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:\"\\f35b\"}.fa.fa-play-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-play-circle-o:before{content:\"\\f144\"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:\"\\f01e\"}.fa.fa-refresh:before{content:\"\\f021\"}.fa.fa-list-alt{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dedent:before{content:\"\\f03b\"}.fa.fa-video-camera:before{content:\"\\f03d\"}.fa.fa-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-picture-o:before{content:\"\\f03e\"}.fa.fa-photo{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-photo:before{content:\"\\f03e\"}.fa.fa-image{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-image:before{content:\"\\f03e\"}.fa.fa-pencil:before{content:\"\\f303\"}.fa.fa-map-marker:before{content:\"\\f3c5\"}.fa.fa-pencil-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pencil-square-o:before{content:\"\\f044\"}.fa.fa-share-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-share-square-o:before{content:\"\\f14d\"}.fa.fa-check-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-square-o:before{content:\"\\f14a\"}.fa.fa-arrows:before{content:\"\\f0b2\"}.fa.fa-times-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-circle-o:before{content:\"\\f057\"}.fa.fa-check-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-check-circle-o:before{content:\"\\f058\"}.fa.fa-mail-forward:before{content:\"\\f064\"}.fa.fa-eye,.fa.fa-eye-slash{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-warning:before{content:\"\\f071\"}.fa.fa-calendar:before{content:\"\\f073\"}.fa.fa-arrows-v:before{content:\"\\f338\"}.fa.fa-arrows-h:before{content:\"\\f337\"}.fa.fa-bar-chart{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart:before{content:\"\\f080\"}.fa.fa-bar-chart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bar-chart-o:before{content:\"\\f080\"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gears:before{content:\"\\f085\"}.fa.fa-thumbs-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-up:before{content:\"\\f164\"}.fa.fa-thumbs-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-thumbs-o-down:before{content:\"\\f165\"}.fa.fa-heart-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-heart-o:before{content:\"\\f004\"}.fa.fa-sign-out:before{content:\"\\f2f5\"}.fa.fa-linkedin-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin-square:before{content:\"\\f08c\"}.fa.fa-thumb-tack:before{content:\"\\f08d\"}.fa.fa-external-link:before{content:\"\\f35d\"}.fa.fa-sign-in:before{content:\"\\f2f6\"}.fa.fa-github-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-lemon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lemon-o:before{content:\"\\f094\"}.fa.fa-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-square-o:before{content:\"\\f0c8\"}.fa.fa-bookmark-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bookmark-o:before{content:\"\\f02e\"}.fa.fa-facebook,.fa.fa-twitter{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook:before{content:\"\\f39e\"}.fa.fa-facebook-f{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-f:before{content:\"\\f39e\"}.fa.fa-github{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-feed:before{content:\"\\f09e\"}.fa.fa-hdd-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hdd-o:before{content:\"\\f0a0\"}.fa.fa-hand-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-right:before{content:\"\\f0a4\"}.fa.fa-hand-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-left:before{content:\"\\f0a5\"}.fa.fa-hand-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-up:before{content:\"\\f0a6\"}.fa.fa-hand-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-o-down:before{content:\"\\f0a7\"}.fa.fa-arrows-alt:before{content:\"\\f31e\"}.fa.fa-group:before{content:\"\\f0c0\"}.fa.fa-chain:before{content:\"\\f0c1\"}.fa.fa-scissors:before{content:\"\\f0c4\"}.fa.fa-files-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-files-o:before{content:\"\\f0c5\"}.fa.fa-floppy-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-floppy-o:before{content:\"\\f0c7\"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:\"\\f0c9\"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus:before{content:\"\\f0d5\"}.fa.fa-money{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-money:before{content:\"\\f3d1\"}.fa.fa-unsorted:before{content:\"\\f0dc\"}.fa.fa-sort-desc:before{content:\"\\f0dd\"}.fa.fa-sort-asc:before{content:\"\\f0de\"}.fa.fa-linkedin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-linkedin:before{content:\"\\f0e1\"}.fa.fa-rotate-left:before{content:\"\\f0e2\"}.fa.fa-legal:before{content:\"\\f0e3\"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:\"\\f3fd\"}.fa.fa-comment-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comment-o:before{content:\"\\f075\"}.fa.fa-comments-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-comments-o:before{content:\"\\f086\"}.fa.fa-flash:before{content:\"\\f0e7\"}.fa.fa-clipboard,.fa.fa-paste{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paste:before{content:\"\\f328\"}.fa.fa-lightbulb-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-lightbulb-o:before{content:\"\\f0eb\"}.fa.fa-exchange:before{content:\"\\f362\"}.fa.fa-cloud-download:before{content:\"\\f381\"}.fa.fa-cloud-upload:before{content:\"\\f382\"}.fa.fa-bell-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-o:before{content:\"\\f0f3\"}.fa.fa-cutlery:before{content:\"\\f2e7\"}.fa.fa-file-text-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-text-o:before{content:\"\\f15c\"}.fa.fa-building-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-building-o:before{content:\"\\f1ad\"}.fa.fa-hospital-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hospital-o:before{content:\"\\f0f8\"}.fa.fa-tablet:before{content:\"\\f3fa\"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:\"\\f3cd\"}.fa.fa-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-o:before{content:\"\\f111\"}.fa.fa-mail-reply:before{content:\"\\f3e5\"}.fa.fa-github-alt{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-folder-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-o:before{content:\"\\f07b\"}.fa.fa-folder-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-folder-open-o:before{content:\"\\f07c\"}.fa.fa-smile-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-smile-o:before{content:\"\\f118\"}.fa.fa-frown-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-frown-o:before{content:\"\\f119\"}.fa.fa-meh-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-meh-o:before{content:\"\\f11a\"}.fa.fa-keyboard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-keyboard-o:before{content:\"\\f11c\"}.fa.fa-flag-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-flag-o:before{content:\"\\f024\"}.fa.fa-mail-reply-all:before{content:\"\\f122\"}.fa.fa-star-half-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-o:before{content:\"\\f089\"}.fa.fa-star-half-empty{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-empty:before{content:\"\\f089\"}.fa.fa-star-half-full{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-star-half-full:before{content:\"\\f089\"}.fa.fa-code-fork:before{content:\"\\f126\"}.fa.fa-chain-broken:before{content:\"\\f127\"}.fa.fa-shield:before{content:\"\\f3ed\"}.fa.fa-calendar-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-o:before{content:\"\\f133\"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ticket:before{content:\"\\f3ff\"}.fa.fa-minus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-minus-square-o:before{content:\"\\f146\"}.fa.fa-level-up:before{content:\"\\f3bf\"}.fa.fa-level-down:before{content:\"\\f3be\"}.fa.fa-pencil-square:before{content:\"\\f14b\"}.fa.fa-external-link-square:before{content:\"\\f360\"}.fa.fa-compass{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-down:before{content:\"\\f150\"}.fa.fa-toggle-down{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-down:before{content:\"\\f150\"}.fa.fa-caret-square-o-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-up:before{content:\"\\f151\"}.fa.fa-toggle-up{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-up:before{content:\"\\f151\"}.fa.fa-caret-square-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-right:before{content:\"\\f152\"}.fa.fa-toggle-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-right:before{content:\"\\f152\"}.fa.fa-eur:before,.fa.fa-euro:before{content:\"\\f153\"}.fa.fa-gbp:before{content:\"\\f154\"}.fa.fa-dollar:before,.fa.fa-usd:before{content:\"\\f155\"}.fa.fa-inr:before,.fa.fa-rupee:before{content:\"\\f156\"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:\"\\f157\"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:\"\\f158\"}.fa.fa-krw:before,.fa.fa-won:before{content:\"\\f159\"}.fa.fa-bitcoin,.fa.fa-btc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitcoin:before{content:\"\\f15a\"}.fa.fa-file-text:before{content:\"\\f15c\"}.fa.fa-sort-alpha-asc:before{content:\"\\f15d\"}.fa.fa-sort-alpha-desc:before{content:\"\\f15e\"}.fa.fa-sort-amount-asc:before{content:\"\\f160\"}.fa.fa-sort-amount-desc:before{content:\"\\f161\"}.fa.fa-sort-numeric-asc:before{content:\"\\f162\"}.fa.fa-sort-numeric-desc:before{content:\"\\f163\"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-youtube-play:before{content:\"\\f167\"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bitbucket-square:before{content:\"\\f171\"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-long-arrow-down:before{content:\"\\f309\"}.fa.fa-long-arrow-up:before{content:\"\\f30c\"}.fa.fa-long-arrow-left:before{content:\"\\f30a\"}.fa.fa-long-arrow-right:before{content:\"\\f30b\"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-gittip:before{content:\"\\f184\"}.fa.fa-sun-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sun-o:before{content:\"\\f185\"}.fa.fa-moon-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-moon-o:before{content:\"\\f186\"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:\"\\f35a\"}.fa.fa-arrow-circle-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:\"\\f359\"}.fa.fa-caret-square-o-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-caret-square-o-left:before{content:\"\\f191\"}.fa.fa-toggle-left{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-toggle-left:before{content:\"\\f191\"}.fa.fa-dot-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-dot-circle-o:before{content:\"\\f192\"}.fa.fa-vimeo-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:\"\\f195\"}.fa.fa-plus-square-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-plus-square-o:before{content:\"\\f0fe\"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:\"\\f19c\"}.fa.fa-mortar-board:before{content:\"\\f19d\"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-spoon:before{content:\"\\f2e5\"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-automobile:before{content:\"\\f1b9\"}.fa.fa-cab:before{content:\"\\f1ba\"}.fa.fa-envelope-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-o:before{content:\"\\f0e0\"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-file-pdf-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-pdf-o:before{content:\"\\f1c1\"}.fa.fa-file-word-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-word-o:before{content:\"\\f1c2\"}.fa.fa-file-excel-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-excel-o:before{content:\"\\f1c3\"}.fa.fa-file-powerpoint-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-powerpoint-o:before{content:\"\\f1c4\"}.fa.fa-file-image-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-image-o:before{content:\"\\f1c5\"}.fa.fa-file-photo-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-photo-o:before{content:\"\\f1c5\"}.fa.fa-file-picture-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-picture-o:before{content:\"\\f1c5\"}.fa.fa-file-archive-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-archive-o:before{content:\"\\f1c6\"}.fa.fa-file-zip-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-zip-o:before{content:\"\\f1c6\"}.fa.fa-file-audio-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-audio-o:before{content:\"\\f1c7\"}.fa.fa-file-sound-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-sound-o:before{content:\"\\f1c7\"}.fa.fa-file-video-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-video-o:before{content:\"\\f1c8\"}.fa.fa-file-movie-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-movie-o:before{content:\"\\f1c8\"}.fa.fa-file-code-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-file-code-o:before{content:\"\\f1c9\"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-bouy:before{content:\"\\f1cd\"}.fa.fa-life-buoy{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-buoy:before{content:\"\\f1cd\"}.fa.fa-life-saver{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-life-saver:before{content:\"\\f1cd\"}.fa.fa-support{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-support:before{content:\"\\f1cd\"}.fa.fa-circle-o-notch:before{content:\"\\f1ce\"}.fa.fa-ra,.fa.fa-rebel{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ra:before{content:\"\\f1d0\"}.fa.fa-resistance{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-resistance:before{content:\"\\f1d0\"}.fa.fa-empire,.fa.fa-ge{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-ge:before{content:\"\\f1d1\"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-y-combinator-square:before{content:\"\\f1d4\"}.fa.fa-yc-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc-square:before{content:\"\\f1d4\"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wechat:before{content:\"\\f1d7\"}.fa.fa-send:before{content:\"\\f1d8\"}.fa.fa-paper-plane-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-paper-plane-o:before{content:\"\\f1d8\"}.fa.fa-send-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-send-o:before{content:\"\\f1d8\"}.fa.fa-circle-thin{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-circle-thin:before{content:\"\\f111\"}.fa.fa-header:before{content:\"\\f1dc\"}.fa.fa-sliders:before{content:\"\\f1de\"}.fa.fa-futbol-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-futbol-o:before{content:\"\\f1e3\"}.fa.fa-soccer-ball-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-soccer-ball-o:before{content:\"\\f1e3\"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-newspaper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-newspaper-o:before{content:\"\\f1ea\"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-bell-slash-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-bell-slash-o:before{content:\"\\f1f6\"}.fa.fa-trash:before{content:\"\\f2ed\"}.fa.fa-copyright{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-eyedropper:before{content:\"\\f1fb\"}.fa.fa-area-chart:before{content:\"\\f1fe\"}.fa.fa-pie-chart:before{content:\"\\f200\"}.fa.fa-line-chart:before{content:\"\\f201\"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-cc{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-cc:before{content:\"\\f20a\"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:\"\\f20b\"}.fa.fa-meanpath{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-meanpath:before{content:\"\\f2b4\"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-diamond{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-diamond:before{content:\"\\f3a5\"}.fa.fa-intersex:before{content:\"\\f224\"}.fa.fa-facebook-official{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-facebook-official:before{content:\"\\f09a\"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-hotel:before{content:\"\\f236\"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-yc:before{content:\"\\f23b\"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:\"\\f240\"}.fa.fa-battery-3:before{content:\"\\f241\"}.fa.fa-battery-2:before{content:\"\\f242\"}.fa.fa-battery-1:before{content:\"\\f243\"}.fa.fa-battery-0:before{content:\"\\f244\"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-sticky-note-o:before{content:\"\\f249\"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hourglass-o:before{content:\"\\f254\"}.fa.fa-hourglass-1:before{content:\"\\f251\"}.fa.fa-hourglass-2:before{content:\"\\f252\"}.fa.fa-hourglass-3:before{content:\"\\f253\"}.fa.fa-hand-rock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-rock-o:before{content:\"\\f255\"}.fa.fa-hand-grab-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-grab-o:before{content:\"\\f255\"}.fa.fa-hand-paper-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-paper-o:before{content:\"\\f256\"}.fa.fa-hand-stop-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-stop-o:before{content:\"\\f256\"}.fa.fa-hand-scissors-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-scissors-o:before{content:\"\\f257\"}.fa.fa-hand-lizard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-lizard-o:before{content:\"\\f258\"}.fa.fa-hand-spock-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-spock-o:before{content:\"\\f259\"}.fa.fa-hand-pointer-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-pointer-o:before{content:\"\\f25a\"}.fa.fa-hand-peace-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-hand-peace-o:before{content:\"\\f25b\"}.fa.fa-registered{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-television:before{content:\"\\f26c\"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-calendar-plus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-plus-o:before{content:\"\\f271\"}.fa.fa-calendar-minus-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-minus-o:before{content:\"\\f272\"}.fa.fa-calendar-times-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-times-o:before{content:\"\\f273\"}.fa.fa-calendar-check-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-calendar-check-o:before{content:\"\\f274\"}.fa.fa-map-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-map-o:before{content:\"\\f279\"}.fa.fa-commenting:before{content:\"\\f4ad\"}.fa.fa-commenting-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-commenting-o:before{content:\"\\f4ad\"}.fa.fa-houzz,.fa.fa-vimeo{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-vimeo:before{content:\"\\f27d\"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-credit-card-alt:before{content:\"\\f09d\"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-pause-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-pause-circle-o:before{content:\"\\f28b\"}.fa.fa-stop-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-stop-circle-o:before{content:\"\\f28d\"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-wheelchair-alt:before{content:\"\\f368\"}.fa.fa-question-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-question-circle-o:before{content:\"\\f059\"}.fa.fa-volume-control-phone:before{content:\"\\f2a0\"}.fa.fa-asl-interpreting:before{content:\"\\f2a3\"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:\"\\f2a4\"}.fa.fa-glide,.fa.fa-glide-g{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-signing:before{content:\"\\f2a7\"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-official:before{content:\"\\f2b3\"}.fa.fa-google-plus-circle{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-google-plus-circle:before{content:\"\\f2b3\"}.fa.fa-fa,.fa.fa-font-awesome{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-fa:before{content:\"\\f2b4\"}.fa.fa-handshake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-handshake-o:before{content:\"\\f2b5\"}.fa.fa-envelope-open-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-envelope-open-o:before{content:\"\\f2b6\"}.fa.fa-linode{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-address-book-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-book-o:before{content:\"\\f2b9\"}.fa.fa-vcard:before{content:\"\\f2bb\"}.fa.fa-address-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-address-card-o:before{content:\"\\f2bb\"}.fa.fa-vcard-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-vcard-o:before{content:\"\\f2bb\"}.fa.fa-user-circle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-circle-o:before{content:\"\\f2bd\"}.fa.fa-user-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-user-o:before{content:\"\\f007\"}.fa.fa-id-badge{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license:before{content:\"\\f2c2\"}.fa.fa-id-card-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-id-card-o:before{content:\"\\f2c2\"}.fa.fa-drivers-license-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-drivers-license-o:before{content:\"\\f2c2\"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:\"\\f2c7\"}.fa.fa-thermometer-3:before{content:\"\\f2c8\"}.fa.fa-thermometer-2:before{content:\"\\f2c9\"}.fa.fa-thermometer-1:before{content:\"\\f2ca\"}.fa.fa-thermometer-0:before{content:\"\\f2cb\"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:\"\\f2cd\"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle:before{content:\"\\f410\"}.fa.fa-window-close-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-window-close-o:before{content:\"\\f410\"}.fa.fa-times-rectangle-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-times-rectangle-o:before{content:\"\\f410\"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:\"Font Awesome 5 Brands\";font-weight:400}.fa.fa-eercast:before{content:\"\\f2da\"}.fa.fa-snowflake-o{font-family:\"Font Awesome 5 Free\";font-weight:400}.fa.fa-snowflake-o:before{content:\"\\f2dc\"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:\"Font Awesome 5 Brands\";font-weight:400}','yes'),(240450,'recovery_mode_email_last_sent','1630110538','yes'),(242608,'_site_transient_timeout_php_check_0b0f6b1ef348f96dd087be2f2347aab6','1630134335','no'),(242609,'_site_transient_php_check_0b0f6b1ef348f96dd087be2f2347aab6','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(244006,'rewrite_rules','a:94:{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: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: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:38:\"index.php?&page_id=2&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'),(244741,'_transient_timeout_avada_premium_plugins_info','1630095476','no'),(244742,'_transient_avada_premium_plugins_info','a:14:{s:11:\"fusion-core\";a:18:{s:4:\"name\";s:11:\"Fusion Core\";s:11:\"plugin_name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:23:\"http://theme-fusion.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"5.4.1\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"5.4.1\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:23:\"http://theme-fusion.com\";}s:14:\"fusion-builder\";a:18:{s:4:\"name\";s:14:\"Fusion Builder\";s:11:\"plugin_name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:9:\"image_url\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"3.4.1\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"3.4.1\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:27:\"fusion-white-label-branding\";a:18:{s:4:\"name\";s:27:\"Fusion White Label Branding\";s:11:\"plugin_name\";s:21:\"Avada Custom Branding\";s:4:\"slug\";s:27:\"fusion-white-label-branding\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:24:\"https://theme-fusion.com\";s:5:\"image\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:9:\"image_url\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:3:\"1.2\";s:8:\"required\";b:0;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:96:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custombranding-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:3:\"1.2\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:24:\"https://theme-fusion.com\";}s:9:\"revslider\";a:18:{s:4:\"name\";s:17:\"Slider Revolution\";s:11:\"plugin_name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:13:\"plugin_author\";s:10:\"ThemePunch\";s:17:\"plugin_author_url\";s:22:\"http://themepunch.com/\";s:5:\"image\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:9:\"image_url\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.5.5\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution_cs.png\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.5.5\";s:6:\"Author\";s:10:\"ThemePunch\";s:9:\"AuthorURI\";s:22:\"http://themepunch.com/\";}s:11:\"LayerSlider\";a:18:{s:4:\"name\";s:14:\"LayerSlider WP\";s:11:\"plugin_name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:13:\"plugin_author\";s:14:\"Kreatura Media\";s:17:\"plugin_author_url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:5:\"image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:9:\"image_url\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"6.11.8\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/layerslider_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"6.11.8\";s:6:\"Author\";s:14:\"Kreatura Media\";s:9:\"AuthorURI\";s:38:\"https://layerslider.kreaturamedia.com/\";}s:26:\"advanced-custom-fields-pro\";a:18:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:11:\"plugin_name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:13:\"plugin_author\";s:13:\"Elliot Condon\";s:17:\"plugin_author_url\";s:28:\"http://www.elliotcondon.com/\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"5.9.9\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"5.9.9\";s:6:\"Author\";s:13:\"Elliot Condon\";s:9:\"AuthorURI\";s:28:\"http://www.elliotcondon.com/\";}s:11:\"convertplug\";a:18:{s:4:\"name\";s:12:\"Convert Plus\";s:11:\"plugin_name\";s:12:\"Convert Plus\";s:4:\"slug\";s:11:\"convertplug\";s:13:\"plugin_author\";s:16:\"Brainstorm Force\";s:17:\"plugin_author_url\";s:31:\"https://www.brainstormforce.com\";s:5:\"image\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:9:\"image_url\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"3.5.23\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:98:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"3.5.23\";s:6:\"Author\";s:16:\"Brainstorm Force\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";}s:12:\"filebird-pro\";a:18:{s:4:\"name\";s:8:\"FileBird\";s:11:\"plugin_name\";s:8:\"FileBird\";s:4:\"slug\";s:12:\"filebird-pro\";s:13:\"plugin_author\";s:10:\"Ninja Team\";s:17:\"plugin_author_url\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";s:5:\"image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:9:\"image_url\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:3:\"4.9\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966169-d3ae8280-2d8d-11eb-895e-0191ae051d45.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:3:\"4.9\";s:6:\"Author\";s:10:\"Ninja Team\";s:9:\"AuthorURI\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";}s:6:\"leadin\";a:15:{s:4:\"name\";s:7:\"HubSpot\";s:11:\"plugin_name\";s:7:\"HubSpot\";s:4:\"slug\";s:6:\"leadin\";s:13:\"plugin_author\";s:7:\"HubSpot\";s:17:\"plugin_author_url\";s:23:\"https://www.hubspot.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:11:\"has_package\";b:0;}s:11:\"woocommerce\";a:15:{s:4:\"name\";s:11:\"WooCommerce\";s:11:\"plugin_name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:13:\"plugin_author\";s:10:\"Automattic\";s:17:\"plugin_author_url\";s:23:\"https://woocommerce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:11:\"has_package\";b:0;}s:19:\"the-events-calendar\";a:15:{s:4:\"name\";s:19:\"The Events Calendar\";s:11:\"plugin_name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:13:\"plugin_author\";s:18:\"Modern Tribe, Inc.\";s:17:\"plugin_author_url\";s:18:\"http://m.tri.be/1x\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:12:\"external_url\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:13:\"wordpress-seo\";a:15:{s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"plugin_name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:13:\"plugin_author\";s:10:\"Team Yoast\";s:17:\"plugin_author_url\";s:18:\"https://yoast.com/\";s:5:\"image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:9:\"image_url\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:12:\"external_url\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:11:\"has_package\";b:0;}s:7:\"bbpress\";a:15:{s:4:\"name\";s:7:\"bbPress\";s:11:\"plugin_name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:13:\"plugin_author\";s:21:\"The bbPress Community\";s:17:\"plugin_author_url\";s:19:\"https://bbpress.org\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:12:\"external_url\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:3:\"pwa\";a:15:{s:4:\"name\";s:3:\"PWA\";s:11:\"plugin_name\";s:3:\"PWA\";s:4:\"slug\";s:3:\"pwa\";s:13:\"plugin_author\";s:23:\"PWA Plugin Contributors\";s:17:\"plugin_author_url\";s:49:\"https://github.com/xwp/pwa-wp/graphs/contributors\";s:5:\"image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:9:\"image_url\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:12:\"external_url\";s:46:\"https://downloads.wordpress.org/plugin/pwa.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_256_256.jpg\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_1544_500.jpg\";s:11:\"tf_cs_image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_840_438.jpg\";s:11:\"has_package\";b:0;}}','no'),(244909,'_transient_timeout_avada_dashboard_data','1630086643','no'),(244910,'_transient_avada_dashboard_data','a:5:{s:7:\"on_sale\";b:0;s:5:\"price\";s:3:\"$60\";s:9:\"video_url\";s:43:\"https://www.youtube.com/watch?v=XSwWmXmC9Lg\";s:13:\"avada_version\";s:5:\"7.4.1\";s:13:\"bypass_active\";b:0;}','no'),(244918,'_transient_timeout_avada_googlefonts_contents_en','1630197534','no'),(244919,'_transient_avada_googlefonts_contents_en','/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format(\'woff2\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format(\'woff2\');\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format(\'woff2\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format(\'woff2\');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format(\'woff2\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format(\'woff2\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: italic;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format(\'woff2\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format(\'woff2\');\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format(\'woff2\');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format(\'woff2\');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format(\'woff2\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFW50bbck.woff2) format(\'woff2\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Open Sans\';\n font-style: normal;\n font-weight: 400;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0b.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'PT Sans\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOydIhUdwzM.woff2) format(\'woff2\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'PT Sans\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOydKxUdwzM.woff2) format(\'woff2\');\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* latin-ext */\n@font-face {\n font-family: \'PT Sans\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOydIRUdwzM.woff2) format(\'woff2\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'PT Sans\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizdRExUiTo99u79D0e8fOydLxUd.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'PT Sans\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format(\'woff2\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'PT Sans\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format(\'woff2\');\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* latin-ext */\n@font-face {\n font-family: \'PT Sans\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format(\'woff2\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'PT Sans\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/ptsans/v12/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Raleway\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDr4fIA9c.woff2) format(\'woff2\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Raleway\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDrcfIA9c.woff2) format(\'woff2\');\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Raleway\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDrwfIA9c.woff2) format(\'woff2\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Raleway\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDr0fIA9c.woff2) format(\'woff2\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Raleway\';\n font-style: italic;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDrMfIA.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: \'Raleway\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCFPrEHJA.woff2) format(\'woff2\');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: \'Raleway\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCMPrEHJA.woff2) format(\'woff2\');\n unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* vietnamese */\n@font-face {\n font-family: \'Raleway\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCHPrEHJA.woff2) format(\'woff2\');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: \'Raleway\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCGPrEHJA.woff2) format(\'woff2\');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: \'Raleway\';\n font-style: normal;\n font-weight: 700;\n font-display: swap;\n src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2) format(\'woff2\');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n','no'),(244920,'nonce_key','1JF[irk.epJTS{A1U@SB,S-+<0Zcmq}^{Pu{(6}&ENJWx?4Dd4oF.9vZbSl?MrWA','no'),(244921,'nonce_salt','08)yzNlm@3?X!0|77~lC/?9.OenUZ@(:t?@k5.rG5eDTWRpV>3d7T)E&XFVUs<)1','no'),(244922,'auth_key','8!}>wk5(|ZqM^$T]S6,|Zr-y7~Uswt4+Nzbd}jWBAU?Dx_G7,b;BEK=k{n%z(v2p','no'),(244923,'auth_salt','O,CHi4_oE9Pau|V(f((b3?h}8]GtP`b!v?v8d_}LG;e46wZpx8N5~:eX%5X&E.)*','no'),(244924,'logged_in_key','*oL<J#,S7*t3@i[$i1jN.vs`4BxY0]T$3`)vErk^o3CtoY4m*1FGIuzLo/)*<@S]','no'),(244925,'logged_in_salt','x[ow.k&NrVk0##s/R@-(Y-5ESNXFl[tyTN4eBbFb00SnOJw6&~w@NiU%Rw!8=]X_','no'),(244926,'_site_transient_timeout_browser_605f01b1409979f1b4f5151f8eefb28a','1630718186','no'),(244927,'_site_transient_browser_605f01b1409979f1b4f5151f8eefb28a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"92.0.4515.159\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(244928,'_site_transient_timeout_php_check_be350024f30b4b5fb17e000b68f2aafc','1630718186','no'),(244929,'_site_transient_php_check_be350024f30b4b5fb17e000b68f2aafc','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'),(244930,'_site_transient_timeout_community-events-f25f1fb41714084f4b2546cafd9bf456','1630156590','no'),(244931,'_site_transient_community-events-f25f1fb41714084f4b2546cafd9bf456','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"67.187.160.0\";}s:6:\"events\";a:7:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"Discussion Group: Introduction to Open-Source\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/280148448/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-09-01 05:00:00\";s:8:\"end_date\";s:19:\"2021-09-01 06:00:00\";s:20:\"start_unix_timestamp\";i:1630497600;s:18:\"end_unix_timestamp\";i:1630501200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://us.wordcamp.org/2021/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2021-10-01 00:00:00\";s:8:\"end_date\";s:19:\"2021-10-02 00:00:00\";s:20:\"start_unix_timestamp\";i:1633028400;s:18:\"end_unix_timestamp\";i:1633114800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.6532135;s:9:\"longitude\";d:-90.3136733;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"4 Ways to Learn Accessibility: Joe Simpson Jr.\";s:3:\"url\";s:81:\"https://www.meetup.com/wordpress-accessibility-meetup-group/events/bxmrksyccmbdb/\";s:6:\"meetup\";s:36:\"WordPress Accessibility Meetup Group\";s:10:\"meetup_url\";s:60:\"https://www.meetup.com/wordpress-accessibility-meetup-group/\";s:4:\"date\";s:19:\"2021-09-02 08:00:00\";s:8:\"end_date\";s:19:\"2021-09-02 09:30:00\";s:20:\"start_unix_timestamp\";i:1630594800;s:18:\"end_unix_timestamp\";i:1630600200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"Sacto WordPress Meetup (Remote)\";s:3:\"url\";s:61:\"https://www.meetup.com/Sacramento-WordPress/events/279942281/\";s:6:\"meetup\";s:27:\"Sacramento WordPress Meetup\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/Sacramento-WordPress/\";s:4:\"date\";s:19:\"2021-09-07 18:30:00\";s:8:\"end_date\";s:19:\"2021-09-07 20:30:00\";s:20:\"start_unix_timestamp\";i:1631064600;s:18:\"end_unix_timestamp\";i:1631071800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.580001831055;s:9:\"longitude\";d:-121.51000213623;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:56:\"How to Run User Tests with Real-World Users: Amber Hinds\";s:3:\"url\";s:81:\"https://www.meetup.com/wordpress-accessibility-meetup-group/events/kxmrksyccmbbc/\";s:6:\"meetup\";s:36:\"WordPress Accessibility Meetup Group\";s:10:\"meetup_url\";s:60:\"https://www.meetup.com/wordpress-accessibility-meetup-group/\";s:4:\"date\";s:19:\"2021-09-20 17:00:00\";s:8:\"end_date\";s:19:\"2021-09-20 18:30:00\";s:20:\"start_unix_timestamp\";i:1632182400;s:18:\"end_unix_timestamp\";i:1632187800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:56:\"The Business Argument for Accessibility: Colleen Gratzer\";s:3:\"url\";s:81:\"https://www.meetup.com/wordpress-accessibility-meetup-group/events/bxmrksyccnbkb/\";s:6:\"meetup\";s:36:\"WordPress Accessibility Meetup Group\";s:10:\"meetup_url\";s:60:\"https://www.meetup.com/wordpress-accessibility-meetup-group/\";s:4:\"date\";s:19:\"2021-10-07 08:00:00\";s:8:\"end_date\";s:19:\"2021-10-07 09:30:00\";s:20:\"start_unix_timestamp\";i:1633618800;s:18:\"end_unix_timestamp\";i:1633624200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}i:6;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:49:\"Best Practices for Screen Reader Text: Nick Croft\";s:3:\"url\";s:81:\"https://www.meetup.com/wordpress-accessibility-meetup-group/events/kxmrksyccnbxb/\";s:6:\"meetup\";s:36:\"WordPress Accessibility Meetup Group\";s:10:\"meetup_url\";s:60:\"https://www.meetup.com/wordpress-accessibility-meetup-group/\";s:4:\"date\";s:19:\"2021-10-18 17:00:00\";s:8:\"end_date\";s:19:\"2021-10-18 18:30:00\";s:20:\"start_unix_timestamp\";i:1634601600;s:18:\"end_unix_timestamp\";i:1634607000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.779998779297;s:9:\"longitude\";d:-122.41999816895;}}}}','no'),(244932,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1630156591','no'),(244933,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 16:51:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.9-alpha-51676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:20:{i:0;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"An Update on the Classic Editor Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 16:51:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11149\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"Before the release of WordPress 5.0 in 2018, the Classic Editor plugin was published to help ease the transition to the new block editor. At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer. After discussing this with Matt, it’s clear that continuing to support […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1583:\"\n<p>Before the release of WordPress 5.0 in 2018, the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor plugin</a> was published to help ease the transition to the new block editor. At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer. After discussing this with Matt, it’s clear that continuing to support the plugin through 2022 is the right call for the project as well as the community.</p>\n\n\n\n<p>Still, if you’ve been putting off using the block editor, this is an excellent time to give it another shot. Since it first appeared in 2018, hundreds of WordPress contributors have made a lot of updates based on user feedback. You will be pleasantly surprised at how far it’s come!</p>\n\n\n\n<p>Big thanks to everyone who has been working on WordPress, Gutenberg, and the Classic Editor plugin. And thank you to every WordPress user and tester who has provided the feedback we need to make the software even better.</p>\n\n\n\n<p>~ Josepha</p>\n\n\n\n<p><em>Returning to the block editor for the first time in a long time? You can give feedback early in the process by <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">joining the outreach program</a>! Looking at it for the first time ever? <a href=\"https://learn.wordpress.org/workshops/?series=24&topic=&language=&captions=\">Get your bearings with some workshops</a> or <a href=\"https://wordpress.org/support/article/wordpress-editor/#how-does-the-block-editor-work\">check out this demo</a>!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 15: A Very WordPress Blooper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/episode-15-a-very-wordpress-blooper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Aug 2021 22:14:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11146\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"Ever wonder what it\'s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha\'s bloopers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:65:\"https://wordpress.org/news/files/2021/08/WP-Briefing-Bloopers.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8885:\"\n<p>Ever wonder what it’s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha’s bloopers.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11146\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. Normally I talk to you about WordPress and stuff, but I figured that we all need a little levity in our lives right now. So today’s episode is actually just a series of bloopers and mistakes that I’ve made while recording. When I was preparing for this podcast, no one mentioned the deep weirdness of standing alone in your closet talking to yourself, nor did they realize just how lost I can get in the surpassingly, lovely lyricism of a lilting line, and then just have no idea what I’m supposed to be reading in the script that I wrote for myself. So, my dear friends, I hope these bring you a little laugh. And if we’ve got any luck at all, you may also hear me singing to myself, my computer, or about how terrible my talking just was. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:12</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. I know I wasn’t going to sit boop, boop. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:21</p>\n\n\n\n<p>I messed up the thing where I’m talking about how I mess up, of course. I’m going to do it one more time, and you can choose whatever is a reasonable thing there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:33</p>\n\n\n\n<p>Because we had such a lengthy WP Briefing, WordPress, I’m going to just start that over again. Sorry, everyone.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:42</p>\n\n\n\n<p>My friends. Oh, no. I don’t know how I end my own show. How do I end my own show? There we go. Sorry. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:52</p>\n\n\n\n<p>That was a weird way to say that. I’m going to start over again from the transition. And then we’re just going to go straight through to the end. Maybe.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:03</p>\n\n\n\n<p>The names that… I sound weird. I sound like I don’t know what my words are. And I said I wrote the words. I said I was all going to go in one go, and I’m a liar today. Okay, here we go. For realsies!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:16</p>\n\n\n\n<p>Final first last take. Here we go. Sorry, I made myself laugh. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:22</p>\n\n\n\n<p>Matt Mullenweg. And, and I, I’m also in that group. I don’t know why I said that like it was a surprise. I have me too. I’m also in there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:33</p>\n\n\n\n<p>Ugh, I ran out of air. For reasons, it was a short sentence. I don’t know why I ran out of air. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:43</p>\n\n\n\n<p>Coming out on April 14. That’s not true. It’s April 13. Right?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:50</p>\n\n\n\n<p>On the form below to share the. Pfft – what are the things! </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:58</p>\n\n\n\n<p>This is WP Briefing episode seven, no title because I don’t know what to call it because I gave it a title already. I gave it two titles, and then couldn’t remember why I gave it those titles. So I’ll come up with a title before we publish it. But I also have no idea what it is. I’m going to ask for help. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:17</p>\n\n\n\n<p>Testing project since I have too many commas, and I really believed in my comma when I said it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:24</p>\n\n\n\n<p>Prior to Gutenberg… pfft. Open source software like WordPress. I was going to smash that sentence into half a sentence. I was going to say when you know what you’re workussing on you have a solution which is not my friends of thing. So, I am just going to say the sentence again. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:47</p>\n\n\n\n<p>I was sitting over here wringing my hands for some reason during that entire list. And so if you can hear me wringing my hands, which would be a whole new height of anxiety for anyone, you let me know, and I will rerecord that also.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:00</p>\n\n\n\n<p>Get a concept of. Nope, this is a lie. Get a concept of where to get your tickets is the silliest thing. I’m starting over from the small list of big things. Also, because I got too excited about how big my list is. I am going to get that excited again. But I will try not to shout about it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:17</p>\n\n\n\n<p>“Humming intro song” Dun dun dun dun dun. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:23</p>\n\n\n\n<p>Sorry, I had to scroll up, and I try not to scroll up when I’m talking in case maybe my whole computer turns into a microphone. Sorry, I’m just going to keep going because this has been a fine take so far. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:34</p>\n\n\n\n<p>Mercy! I have words that I can say with my mouth. They aren’t these words today. It seems.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:45</p>\n\n\n\n<p>Build up to… Oh my goodness. My stomach grumbled, and this microphone, I know, picked it up. And so I’m going to redo bullet two so that we don’t just have a small monster under the bed in the middle of the podcast. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:03</p>\n\n\n\n<p>Also, like DEI, I feel s—Eh – maybe I should say, DEI, somewhere in there, so it’s clear for people cause I’m talking to people and not actually a screen. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:17</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, getting things to people. And those concepts are… I guess I could say the thing, hold on one second, I can do it. I feel like I’m chopping up my words like I’m not really breathing very well. So I apologize. But here we go again.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:58</p>\n\n\n\n<p>Don’t include that one. Sorry, I’m so nervous about this episode that, like, my mouth is getting dry, and I worry that you can hear it, and it drives me nuts every time I hear podcasters with a dry mouth, and you can just like hear it clicking and always stresses me out. I’m like, someone should give that poor thing a drink of water. And I just know I’m going to feel that way about myself later. And so I’m trying to stay hydrated, but it also means that I have to stop every two paragraphs and take a drink of water. I apologize for that interlude. I am about to start again, at my next section, which is like, halfway through.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:39</p>\n\n\n\n<p>Also, I learned that you can hear me swallowing my water with this microphone because it is a spectacular microphone. And so, I apologize for that as well. All right. Here I go. I’m going to do it all in one take. Watch me. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:56</p>\n\n\n\n<p>But I also have questions, especially about how to move everything forward. Mm-hmm. Whoops. I put especially in the wrong spot. But I also thought…</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:10</p>\n\n\n\n<p> Ta da, we did it. Gosh, that’s a short one. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:16</p>\n\n\n\n<p>I did it. Where’s my where’s my turning offing button. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:22</p>\n\n\n\n<p>Tada! And scene and done.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Widgets in WordPress 5.8 and Beyond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11115\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"Copy and Design by @critterverse WordPress 5.8 brings the power of Gutenberg blocks to widget areas — which means the highly customizable layout and styling options bring you closer to a WYSIWYG editing experience. I made a test site based on the oldie-but-goodie Twenty Sixteen theme, with three separate widget areas. In this post, I’ll highlight […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/08/classic-widgets.mov\";s:6:\"length\";s:7:\"6475399\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/08/block-widgets-1.mov\";s:6:\"length\";s:8:\"23931847\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2021/08/custom-html-1.mov\";s:6:\"length\";s:8:\"13767042\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7682:\"\n<p><strong><em>Copy and Design by <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> </em></strong></p>\n\n\n\n<p>WordPress 5.8 brings the power of Gutenberg blocks to widget areas — which means the highly customizable layout and styling options bring you closer to a WYSIWYG editing experience. I made a test site based on the oldie-but-goodie <a href=\"https://wordpress.org/themes/twentysixteen/\">Twenty Sixteen theme</a>, with three separate widget areas. In this post, I’ll highlight a few cool things that are now possible to do with your widgets and where things may be heading next.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"1130\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=632%2C1130&ssl=1\" alt=\"A zoomed-out view of a single post with one sidebar widget area and two footer widget areas. The site content is about Marine Park Salt Marsh. A List View of blocks floating next to each widget area shows how the design is constructed.\" class=\"wp-image-11116\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=2183&ssl=1 2183w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=168%2C300&ssl=1 168w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=573%2C1024&ssl=1 573w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=768%2C1373&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=859%2C1536&ssl=1 859w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=1145%2C2048&ssl=1 1145w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a><figcaption><br><br><br><br></figcaption></figure></div>\n\n\n\n<h2>Create Interesting Visual Effects With Overlapping Layouts and Duotone Images</h2>\n\n\n\n<p>Appearance-wise, users have a lot more control over widget areas than ever before — especially through the use of blocks with customization options like the Cover and Image block. Here’s what I can create in the classic widgets editor (above) versus what I can create in the new block-based widget editor (below).</p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/classic-widgets.mov\"></video></figure>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/block-widgets-1.mov\"></video></figure>\n\n\n\n<h2>Intersperse Widgets and Custom Code Throughout Your Visual Designs</h2>\n\n\n\n<p>Container blocks like Cover and Columns make it easy to weave dynamic or interactive elements into your designs. While this is a given for many widgets, the block versions of widgets can be easily wrapped and layered within container blocks to integrate them into your layout more fully.</p>\n\n\n\n<p>In the example below, I tried placing a Search block in front of a Cover block, which creates a nice layered effect. I also inserted Custom HTML blocks within a Columns block to display different messaging depending on the time of day. (<a href=\"https://stackoverflow.com/questions/31242051/show-content-based-on-time-of-day-timing-changes-on-different-days-of-the-week\">jQuery script</a>)</p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/custom-html-1.mov\"></video></figure>\n\n\n\n<h2>Use Traditional Widget Layouts (Or Not) With Lots of Flexibility Over Title and Structure</h2>\n\n\n\n<p>Classic widgets have always had a lockup that includes a widget title. One cool thing about having blocks in widget areas is that you have complete flexibility over how titles appear. For example, you might choose to have a title over every widget, you might only want one title at the top of each widget area, or your design might not need titles at all.</p>\n\n\n\n<p>Note: Some themes, like <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty-One</a>, are designed to flow content horizontally within widget areas. If you’re having trouble with a theme splitting your layout into columns, you could try keeping the lockup together by containing it within a Group block.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"381\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=632%2C381&ssl=1\" alt=\"Side-by-side comparison of List View of a Sidebar widget area with and without grouped/nested lockups.\" class=\"wp-image-11122\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?w=1760&ssl=1 1760w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=300%2C181&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1024%2C618&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=768%2C463&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1536%2C927&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></div>\n\n\n\n<h2>Copy & Paste Existing Layouts From the WordPress Pattern Directory</h2>\n\n\n\n<p>While patterns haven’t been fully integrated into the widget editors yet, one thing you <em>can</em> do is copy and paste patterns from the game-changing new <a href=\"https://wordpress.org/patterns/\">WordPress Pattern Directory</a> into your site’s widget areas. I used this <a href=\"https://wordpress.org/patterns/pattern/horizontal-call-to-action/\">horizontal call to action</a> pattern from the directory almost exactly as is, with minor color and copy adjustments:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"389\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=632%2C389&ssl=1\" alt=\"Footer widget area with a black box that reads, “Become a monthly patron” with paragraph text and a “Join now” button in a separate column. A painted image of waves hitting rocks is directly below with no space between them.\n\" class=\"wp-image-11123\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?w=1656&ssl=1 1656w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=300%2C185&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1024%2C630&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=768%2C473&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1536%2C945&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a><figcaption><br></figcaption></figure></div>\n\n\n\n<p>FYI: Patterns have not been curated for or integrated into widget areas yet, so you may run into some unexpected behavior — consider this feature to be a preview of what’s coming next for widget editing!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/08/the-month-in-wordpress-july-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Aug 2021 13:53:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11107\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15215:\"\n<blockquote class=\"wp-block-quote\"><p>WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/07/episode-13-cherishing-wordpress-diversity/\">Cherishing WordPress Diversity</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, speaking about the importance of diversity, equity, and inclusion within the fabric of the WordPress project. Her statement captures the spirit of the WordPress open source project, and we hope it resonates with you. Now, let’s dive in!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Say hello to WordPress 5.8</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2020/12/simone/\">version 5.8</a>, “Tatum,” came out on July 20. Version 5.8 is a major release that offers features like block-based widgets, a host of new blocks and patterns, a template editor, a duotone feature to stylize images, theme.json, and support for webP images, to name a few. Read more in the <a href=\"https://wordpress.org/news/2021/07/tatum/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">talking points post for meetup groups</a>. </p>\n\n\n\n<p>Want to contribute to WordPress core? </p>\n\n\n\n<ul><li>Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.</li><li><a href=\"https://translate.wordpress.org/\">Translate WordPress</a> to your local language – here’s the <a href=\"https://make.wordpress.org/polyglots/2021/07/09/wordpress-5-8-translation-status-july-9-2020/\">latest translation status</a>.</li><li>Contact the Marketing Team in the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> slack channel, if you wish to support <a href=\"https://make.wordpress.org/marketing/2021/07/21/social-media-pack-for-5-8-ongoing-collaborations/\">social media engagement around WordPress 5.8</a>.</li></ul>\n\n\n\n<h2>Gutenberg Version 11.0 is released</h2>\n\n\n\n<p>Contributor teams released the <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">11th version</a> of Gutenberg on July 9. <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">Version 11.0</a>, which focuses heavily on backports and bug fixes, showcases some cool features such as an editing overlay for template parts and reusable blocks, and support for CSS shorthand properties in theme.json and block attributes. <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\">Version 11.1</a> was also shipped this month, on July 21. The release adds custom block borders as block supports and adds “drag and drop” to the list view. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>Returning to in-person WordPress events</h2>\n\n\n\n<p>The Community Team kicked off work to bring back in-person WordPress events. The team <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/#comment-29654\">recently announced</a> that in-person WordPress meetups can be organized in a region if the local public health authority allows in-person events and if the region passes the in-person<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\"> safety checklist</a>. If the region does not meet guidelines on page one of the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a>, organizers can plan events for fully vaccinated, recently tested (negative), or recently recovered community members. Subsequently, the team also <a href=\"https://make.wordpress.org/community/2021/07/27/proposal-how-to-return-to-safe-in-person-wordcamps/\">shared a proposal for the return to in-person WordCamps</a> in places that meet the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety guidelines and the vaccination/testing requirements</a>. Please share your feedback on the post if you have any thoughts. For more context, check out the “<a href=\"https://wordpress.org/news/2021/07/episode-12-wordpress-in-person/\">In Person!</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>. </p>\n\n\n\n<p>Want to contribute to the Community Team? Follow the <a href=\"https://make.wordpress.org/community/\">Community Team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C037W5S7X\">#community</a> channel in the Make WordPress Slack. </p>\n\n\n\n<h2>BuddyPress 9.0 is out</h2>\n\n\n\n<p>The BuddyPress team is busy! Within barely a month of their last major release (<a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0)</a>, the team shipped <a href=\"https://buddypress.org/2021/07/buddypress-9-0-0-mico/\">version 9.0</a> on July 19. Key features of the release include widget blocks and updates to the BP REST API. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/9.0\">subversion repository.</a> Want to help build BuddyPress? Follow their <a href=\"https://bpdevel.wordpress.com/\">developer relations blog</a>, check out their <a href=\"https://codex.buddypress.org/participate-and-contribute/contribute-with-code/\">handbook page</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQBYUG\">#buddypress</a> channel in the Make WordPress Slack.</p>\n\n\n\n<h2>WordPress Event updates</h2>\n\n\n\n<ul><li>WordCamp US is coming back on October 1, 2021, <a href=\"https://us.wordcamp.org/2021/wordcamp-us-is-back/\">as a daylong online event</a>!</li><li>Free tickets for <a href=\"https://floripa.wordcamp.org/2021/inscricoes/\">WordCamp Florianopolis</a> (August 11-12) are now available.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diverse Speaker Training group</a> of the Community Team announced <a href=\"https://make.wordpress.org/community/2021/07/26/announcement-and-call-for-volunteers-expanding-wpdiversity-to-three-programs/\">three new programs</a> for Meetup and WordCamp organizers. Sign up for the <a href=\"https://make.wordpress.org/community/2021/07/30/workshop-august-19-2021-allyship-for-wordpress-event-organizers-amer-emea/\">inaugural allyship program for event organizers</a> on August 19, 2021, at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1700\">5:00</a> – <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1900\">7:00 pm</a> UTC!</li><li>The Polyglots Team is planning a <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">month-long translation day celebration in September 2021</a>, with two weeks of “core events” from September 17 to 30. The team will announce more details on the event shortly, and you <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">can follow all the latest updates on their P2</a>. </li><li>Stay updated on <a href=\"https://make.wordpress.org/community/events/online/\">online WordPress meetups</a> around the world by following the Marketing Team’s <a href=\"https://www.linkedin.com/company/make-wordpress-marketing-team/\">WordPress Meetup roundup</a> every Monday. </li><li><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita 2021</a> was held online on July 17-18, 2021. The highlight of the event, which had 41 speakers, 19 sponsors, and 672 attendees, was a <a href=\"https://santaclarita.wordcamp.org/2021/schedule/\">dedicated track for WordPress accessibility</a>. Videos of the event will soon be posted on WordPress.tv.</li><li>The Hosting Team organized <a href=\"https://www.meetup.com/wphosting/events/278295555\">their first meetup</a> in June. Check out the <a href=\"https://www.youtube.com/watch?v=V4UCc1Bze5E&t=702s\">event recording</a>.</li></ul>\n\n\n\n<h2>Feedback requests from WordPress contributor teams</h2>\n\n\n\n<p>Please help these WordPress contributor teams by answering their research requests:</p>\n\n\n\n<ul><li>The Core Team has published a <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/\">WordPress 5.8 release retrospective</a>. Share your release feedback as <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/#respond\">comments on the post</a> or by <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSei8fSLjV0um4hk_1JKwgu-8E6mpNwwxF3j43mInW7lnVOTDw/viewform?usp=sf_link\">filling out this form</a> before August 15. The team is also <a href=\"https://make.wordpress.org/core/2021/07/21/request-for-feedback-updater-proof-of-concept/\">requesting feedback</a> on a “proof of concept” for the new WordPress updater. </li><li>The Training Team wishes to <a href=\"https://make.wordpress.org/training/2021/07/30/learn-wordpress-user-survey-focus-groups/\">find what learners and potential learners would like to see</a> in the <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a> platform. To contribute, please <a href=\"https://www.surveymonkey.com/r/LearnWordPress\">fill out an anonymous survey</a> (by August 13) OR <a href=\"https://forms.gle/jdk2qkkvGyszx1SG6\">join a short video call</a> to share feedback (on the week of August 2-6).</li><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">announced</a> that “Polyglots Training” (a course to help WordPress translators and communities) is now available for testing. <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">Sign up now</a>!</li><li>The Test Team wants to<a href=\"https://make.wordpress.org/test/2021/07/30/help-shape-the-future-of-theme-design/\"> hear from theme authors</a> on how they use theme.json in order to shape its future. Help them by <a href=\"https://wordpressdotorg.survey.fm/block-theme-author-feedback\">filling out this survey</a> on or before August 13.</li><li>The Marketing Team is doing research on building engagement around WordPress releases. Please help the team by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this quick, two-question survey</a> on how you search for release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Meta Team launched the new <a href=\"https://make.wordpress.org/meta/2021/07/20/the-wordpress-pattern-directory-is-live/\">WordPress Pattern Directory</a> alongside the 5.8 release. The Design Team also contributed to this project, working with contributors on <a href=\"https://make.wordpress.org/design/2021/07/29/initial-patterns-for-the-patterns-directory-launched/\">launching around 85 block patterns in the directory</a>.</li><li>Check out the following blog posts from the Design Team: <a href=\"https://make.wordpress.org/design/2021/07/13/a-walk-around-the-search-block/\">A Walk Around: The Search Block</a> and <a href=\"https://make.wordpress.org/design/2021/07/27/widgets-in-wordpress-5-8-and-beyond/\">Widgets on 5.8 and beyond</a>. Join their <a href=\"https://make.wordpress.org/design/?s=show+and+tell\">Show and Tell meetings</a> on the last Wednesday of each month to learn about updates on their latest projects and new ideas.</li><li>Check out <a href=\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\">this blog post</a> to learn how to configure theme design with theme.json. </li><li>The Test Team has put out a <a href=\"https://make.wordpress.org/test/2021/07/20/test-team-reps-call-for-nominations/\">call for team-rep nominations</a>.</li><li>The Themes Team is in the process of discussing <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">updated theme directory guidelines</a>.</li><li>Version 17.9 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/07/27/call-for-testing-wordpress-for-android-17-9/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2021/07/28/call-for-testing-wordpress-for-ios-17-9/\">iOS</a> are now available for testing.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\n\n\n<p><em>The following folks contributed to July’s Month in WordPress: <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a> <a href=\'https://profiles.wordpress.org/jillbinder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jillbinder</a> <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a> <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WP Briefing: Episode 14: The Art and Science of Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11096\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:463:\"In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Transcription: […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-014.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9393:\"\n<p>In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Transcription: <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/about/accessibility/\">About WordPress Accessibility</a></li><li><a href=\"https://make.wordpress.org/accessibility/\">Make WordPress Accessibility Team</a></li><li><a href=\"https://twitter.com/wpaccessibility\">WordPress Accessibility Team Twitter</a></li><li><a href=\"https://make.wordpress.org/accessibility/handbook/best-practices/\">WordPress Accessibility Handbook</a></li><li><a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">Accessibility Coding Standards</a></li><li><a href=\"https://www.w3.org/WAI/intro/wcag\">Web Content Accessibility Guidelines (WCAG)</a></li><li><a href=\"https://www.a11yproject.com/checklist/\">A11y Checklist</a></li><li><a href=\"https://en.wikipedia.org/wiki/Digital_divide\">The Digital Divide</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11096\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:28</p>\n\n\n\n<p>This is the second of my big scary topics for this month. I’ll be talking about accessibility, which much like Diversity, Equity and Inclusion, or DEI in the last episode, is one of those areas where the work is never finished. Also, like DEI in last episode, I feel strongly about accessibility and the need for accessible experiences in the world, but I’m aware that this is an area where I’m still learning.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:04</p>\n\n\n\n<p>WordPress has both an accessibility statement and team, which makes a lot of sense given that the software supports so many different people, and industries, and cultures. But if you’re not quite bought into the idea that software should be accessible, or that accessible software can’t also be usable, then this is the episode for you.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:25</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, “getting things to people,” and those are access, usability, and accessibility. Sometimes these words seem interchangeable, but ultimately they have nuanced differences that address different problems. And I like to think of them this way.</p>\n\n\n\n<p>Access is making sure that someone can obtain something.</p>\n\n\n\n<p>Usability is making sure that the user experience is understandable or coherent.</p>\n\n\n\n<p>And accessibility is making sure that it’s usable by the largest number of people.</p>\n\n\n\n<p>I have always considered each as a subset of the one that came before it. So having something everyone can access is good, but easy to access and easy to use is better. Easy to use is good, but easy to use and easily accessible is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 2:27</p>\n\n\n\n<p>After joining WordPress, I discovered that accessibility in the context of software building is well, substantially more complicated. There’s no such thing as perfect accessibility, or a site that is 100% accessible, and many aspects are pretty open to interpretation. It turns out that accessibility, like so many things in WordPress, is a complicated intersection of art and science.</p>\n\n\n\n<p>As an example, there’s a rule that says, “Ensure that links are recognizable as links.” A fast shorthand to accomplish that, that we see all over the internet, is to underline all links or put that icon next to it that says, “This opens in a new tab.” You know that icon that’s a box with an arrow? That definitely has a name, that I definitely don’t know? That icon. [laughing] But those solutions don’t necessarily fit every context that you’ll find a link in, and that’s where we see that intersection between the art of communication and the science of necessity.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 3:32</p>\n\n\n\n<p>If you came with me earlier on the idea that accessibility is a subset of usability, and it’s not a far leap to say that the choices around accessibility implementations should always include design and the overall user experience.</p>\n\n\n\n<p>I know that some of you are thinking, “But we have guidelines! Like, that’s why we have the guidelines, so that not everything has to be a gray area.” And on the one hand, yeah, that’s true. There are a lot of guidelines. There are guidelines for the code, and what the code produces, and the design elements. But I worry that when a solution is driven solely by rules, rather than reasons, we run the risk of throwing out the good along with the bad.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 4:15</p>\n\n\n\n<p>Accessibility has been a consistent topic of debate in the project for as long as I can remember, and based on all of this, it’s really clear why. There are a few big picture questions that still deserve some sort of canonical answer for WordPress, and where possible I dig in and research the positions that everyone has taken in the past. But I also have questions about how to move everything forward, especially as the editing experience gets more and more standardized across the software, which reduces cognitive load, shortens the learning curve, etc.</p>\n\n\n\n<p>What is the future possibility for having a series of more niche admin interface options?</p>\n\n\n\n<p>What would it be like to be able to account for functional limitations in a way that lets site builders select what is needed for their clients or organization, or just individual situations they know their sites would be maintained under?</p>\n\n\n\n<p>What more could we do if part of the setup flow of WordPress was to select some bundle of potential add ons for neuro diversity, or colorblindness, or dyslexia, and more?</p>\n\n\n\n<p>It’s a really big question I have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 5:26</p>\n\n\n\n<p>And I have to be really transparent here and share that my foundational understanding of accessibility and usability is 10 plus years old, and I learned it in the context of people in education, not software. So a lot of my questions about the future of accessibility and WordPress is the result of old knowledge exploring new spaces, which means they are a little untested. And I’m so grateful for the contributors who point out what the current research and thinking is, in this incredibly complex field.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:00</p>\n\n\n\n<p>I normally like to wrap up the briefing with a tidy takeaway, but this particular topic doesn’t really lend itself to that. So I’ll leave you with this. I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:40</p>\n\n\n\n<p>And now, that brings us to our small list of big things.</p>\n\n\n\n<p>Thing one, it’s that time of year where many of our community members take a short break to relax and refresh. I’ll be taking a bit of a break during the month of August, and so the WP Briefing will return again starting in September.</p>\n\n\n\n<p>And thing two, huge thanks to the production crew that helps me make this podcast every couple of weeks, but a special shout out to our editor Dustin Hartzler, who makes quick work of all of my rambling thoughts.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 7:09</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in September.</p>\n\n\n\n<p>[contemporary outro music]</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Configuring Theme Design with theme.json\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jul 2021 22:26:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11060\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"Starting in WordPress 5.8, a new tool — “theme.json” — is available to use in your theme. Maybe you’re hearing about it for the first time, or maybe you’re testing and developing themes with it already. Either way, I’m glad you’re here because it’s an exciting time for WordPress themes. This post provides a quick introduction […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jeff Ong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21957:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=632%2C356&ssl=1\" alt=\"\" class=\"wp-image-11082\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1536%2C864&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=2048%2C1152&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Starting in <a href=\"https://wordpress.org/news/2021/07/tatum/\">WordPress 5.8</a>, a new tool — “theme.json” — is available to use in your theme. Maybe you’re hearing about it for the first time, or maybe you’re testing and developing themes with it already. Either way, I’m glad you’re here because it’s an exciting time for WordPress themes.</p>\n\n\n\n<p>This post provides a quick introduction to this new framework, and describes what’s possible by sharing a few practical tips and examples.</p>\n\n\n\n<h2>What’s theme.json?</h2>\n\n\n\n<p>Technically, theme.json is just a file that lives at the top-level of a theme’s directory. </p>\n\n\n\n<p>Conceptually, it’s a major shift in how themes can be developed. Theme authors now have a centralized mechanism to tailor the WordPress experience for site authors and visitors. Theme.json provides theme authors fine-grained control over global styles, block styles, and the block editor settings.</p>\n\n\n\n<p>By providing these settings and controls in a single file, theme.json provides a powerful framework that brings together many aspects of theme design and development. And as the block editor matures and adds more features, theme.json will shine as the backbone for themes and the editor to work <em>together</em> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4aa.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />. </p>\n\n\n\n<h2>Why Use it?</h2>\n\n\n\n<p>It’s the future! But if you’re like me, you might need something more tangible to be convinced. Here are a few reasons why you might use theme.json today:</p>\n\n\n\n<ul><li>Control editor settings like color, typography, spacing, and layout, and consolidate where these settings are managed.</li><li>Guarantee that styles apply correctly to blocks and elements across your site.</li><li>Reduce the amount of boilerplate CSS a theme used to provide. Theme.json won’t replace your stylesheet completely — there will be instances where CSS is needed to give your theme that extra flare (transitions, animations, etc.). But it can greatly reduce the base CSS needed from the theme.</li></ul>\n\n\n\n<h2>How do I use it?</h2>\n\n\n\n<p>The rest of this post demonstrates a few theme.json configurations you can try out. The examples use the tt1-blocks<a href=\"https://github.com/WordPress/theme-experiments/blob/master/tt1-blocks/theme.json\"> theme.json</a> — <a href=\"https://wordpress.org/themes/tt1-blocks/\">the block-based version of this year’s default theme</a>. </p>\n\n\n\n<p>If you’re starting with an existing theme, you might try copying a theme.json from the <a href=\"https://github.com/WordPress/theme-experiments/\">WordPress/theme-experiments repository</a> (for example, <a href=\"https://github.com/WordPress/theme-experiments/blob/master/fse-tutorial/theme.json\">the fse-tutorial theme</a> by <a href=\"https://profiles.wordpress.org/poena/\">@poena</a>) and adding it to the root of your theme’s directory.</p>\n\n\n\n<h3><strong>Change the typography settings of your site globally</strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"settings": {\n "typography": {\n "fontSize": "30px",\n ...\n</pre></div>\n\n\n<p>Making the change above in theme.json would result in the following updates to your theme’s body typography styles (before and after): </p>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11062\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11062\" class=\"wp-image-11062\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=1024%2C645&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=300%2C189&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=768%2C484&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=1536%2C968&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11061\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11061\" class=\"wp-image-11061\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=1024%2C645&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=300%2C189&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=768%2C484&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=1536%2C968&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong>Changing the base color settings of your site globally</strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"styles": {\n "color": {\n "background": "#ffc0cb",\n "text": "#6A1515"\n },\n ...\n}\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11063\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11063\" class=\"wp-image-11063\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=1024%2C645&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=300%2C189&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=768%2C484&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=1536%2C968&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11064\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11064\" class=\"wp-image-11064\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=1024%2C645&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=300%2C189&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=768%2C484&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=1536%2C968&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Changing spacing / padding settings on specific blocks</strong></strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"styles": {\n "blocks": {\n "core/code": {\n "spacing": {\n "padding": {\n "top": "3em",\n "bottom": "3em",\n "left": "3em",\n "right": "3em"\n }\n }\n }\n }\n}\n\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=632%2C356&ssl=1\" alt=\"\" data-id=\"11065\" data-full-url=\"https://wordpress.org/news/files/2021/07/code-padding-original.png\" data-link=\"https://wordpress.org/news/?attachment_id=11065\" class=\"wp-image-11065\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=1536%2C864&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1600&ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/code-padding-edited-1024x576.png?resize=632%2C356&ssl=1\" alt=\"\" data-id=\"11066\" data-full-url=\"https://wordpress.org/news/files/2021/07/code-padding-edited.png\" data-link=\"https://wordpress.org/news/?attachment_id=11066\" class=\"wp-image-11066\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=1024%2C576&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=300%2C169&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=768%2C432&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=1536%2C864&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1600&ssl=1 1600w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Set a custom color palette in the editor for specific blocks like a button </strong></strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"settings": {\n "blocks": {\n "core/button": {\n "color": {\n "palette": [ \n {\n "name": "Maroon",\n "color": "#6A1515",\n "slug": "maroon"\n },\n {\n "name": "Strawberry Ice Cream",\n "color": "#FFC0CB",\n "slug": "strawberry-ice-cream"\n }\n ]\n }\n }\n }\n}\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11069\" data-full-url=\"https://wordpress.org/news/files/2021/07/button-all-colors.png\" data-link=\"https://wordpress.org/news/?attachment_id=11069\" class=\"wp-image-11069\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=1024%2C719&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=300%2C211&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=768%2C539&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=1536%2C1079&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=2048%2C1438&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11070\" data-full-url=\"https://wordpress.org/news/files/2021/07/buttons-custom-palette.png\" data-link=\"https://wordpress.org/news/?attachment_id=11070\" class=\"wp-image-11070\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=1024%2C719&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=300%2C211&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=768%2C539&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=1536%2C1079&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=2048%2C1438&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Enable and disable typography controls</strong></strong></h3>\n\n\n\n<p>In the following example, the ability to supply a custom font size and line height for all heading blocks is disabled:</p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n "settings": {\n "blocks": {\n "core/heading": {\n "typography": {\n "customFontSize": false,\n "customLineHeight": false\n }\n }\n }\n }\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11071\" data-full-url=\"https://wordpress.org/news/files/2021/07/heading-all-options.png\" data-link=\"https://wordpress.org/news/?attachment_id=11071\" class=\"wp-image-11071\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=1024%2C719&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=300%2C211&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=768%2C539&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=1536%2C1079&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=2048%2C1438&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11072\" data-full-url=\"https://wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png\" data-link=\"https://wordpress.org/news/?attachment_id=11072\" class=\"wp-image-11072\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=1024%2C719&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=300%2C211&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=768%2C539&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=1536%2C1079&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=2048%2C1438&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h2>What’s Next?</h2>\n\n\n\n<p>I hope this gives you a sense of what’s possible and where themes are going. The above examples just scratch the surface of what kinds of theme design configurations are possible, and I’m very excited to see what theme authors create.</p>\n\n\n\n<p>If you’re interested in learning more, <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">here’s the developer note on theme.json</a>, and <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">here’s the documentation for theme.json</a> in the handbook.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em><strong>Thanks to <a href=\"https://profiles.wordpress.org/kjellr/\">@kjellr</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">@</a></strong></em><strong><em><a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a> for helping with and peer-reviewing this post.</em></strong></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress 5.8 Tatum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2021/07/tatum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jul 2021 17:43:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10976\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:277:\"Introducing 5.8 “Tatum”, our latest and greatest release, named in honor of the legendary jazz pianist Art Tatum. This release includes an all new widget editor powered by blocks, major technical tools for building block themes, as well as newly streamlined workflow tools.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:54156:\"\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"422\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/5x8-Album-1.jpg?resize=632%2C422&ssl=1\" alt=\"\" class=\"wp-image-11042\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Introducing 5.8 “Tatum”, our latest and greatest release now available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard. Named in honor of Art Tatum, the legendary Jazz pianist. His formidable technique and willingness to push boundaries inspired musicians and changed what people thought could be done. </p>\n\n\n\n<p>So fire up your music service of choice and enjoy Tatum’s famous recordings of ‘Tea for Two’, ‘Tiger Rag’, ‘Begin the Beguine’, and ‘Night and Day’ as you read about what the latest WordPress version brings to you.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 class=\"has-text-align-center\">Three Essential Powerhouses</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=632%2C474&ssl=1\" alt=\"\" data-id=\"10985\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-widgets-blocks.png\" data-link=\"https://wordpress.org/news/?attachment_id=10985\" class=\"wp-image-10985\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=1024%2C768&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=300%2C225&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=768%2C576&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"501\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=632%2C501&ssl=1\" alt=\"\" data-id=\"10986\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-query-loop.png\" data-link=\"https://wordpress.org/news/?attachment_id=10986\" class=\"wp-image-10986\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=1024%2C811&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=300%2C238&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=768%2C608&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"411\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=632%2C411&ssl=1\" alt=\"\" data-id=\"10987\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-template.png\" data-link=\"https://wordpress.org/news/?attachment_id=10987\" class=\"wp-image-10987\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=1024%2C666&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=300%2C195&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=768%2C499&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3>Manage Widgets with Blocks</h3>\n\n\n\n<p>After months of hard work, the power of blocks has come to both the Block Widgets Editor and the Customizer. Now you can add blocks both in widget areas across your site and with live preview through the Customizer. This opens up new possibilities to create content: from no-code mini layouts to the vast library of core and third-party blocks. For our developers, you can find more details in the <a href=\"https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/\">Widgets dev note</a>.</p>\n\n\n\n<h3>Display Posts with New Blocks and Patterns</h3>\n\n\n\n<p>The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.</p>\n\n\n\n<h3>Edit the Templates Around Posts</h3>\n\n\n\n<p>You can use the familiar block editor to edit templates that hold your content—simply activate a block theme or a theme that has opted in for this feature. Switch from editing your posts to editing your pages and back again, all while using a familiar block editor. There are more than 20 new blocks available within compatible themes. Read more about this feature and how to experiment with it in the release notes.</p>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Three Workflow Helpers</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"496\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=632%2C496&ssl=1\" alt=\"\" data-id=\"10988\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-list-view.png\" data-link=\"https://wordpress.org/news/?attachment_id=10988\" class=\"wp-image-10988\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=1024%2C803&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=300%2C235&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=768%2C602&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"343\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=632%2C343&ssl=1\" alt=\"\" data-id=\"10989\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-pattern-suggestions.png\" data-link=\"https://wordpress.org/news/?attachment_id=10989\" class=\"wp-image-10989\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=1024%2C555&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=300%2C163&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=768%2C416&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"517\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=632%2C517&ssl=1\" alt=\"\" data-id=\"10990\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-duotone.png\" data-link=\"https://wordpress.org/news/?attachment_id=10990\" class=\"wp-image-10990\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=1024%2C837&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=300%2C245&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=768%2C628&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3>Overview of the Page Structure</h3>\n\n\n\n<p>Sometimes you need a simple landing page, but sometimes you need something a little more robust. As blocks increase, patterns emerge, and content creation gets easier, new solutions are needed to make complex content easy to navigate. List View is the best way to jump between layers of content and nested blocks. Since the List View gives you an overview of all the blocks in your content, you can now navigate quickly to the precise block you need. Ready to focus completely on your content? Toggle it on or off to suit your workflow.</p>\n\n\n\n<h3>Suggested Patterns for Blocks</h3>\n\n\n\n<p>Starting in this release the Pattern Transformations tool will suggest block patterns based on the block you are using. Right now, you can give it a try in the Query Block and Social Icon Block. As more patterns are added, you will be able to get inspiration for how to style your site without ever leaving the editor!</p>\n\n\n\n<h3>Style and Colorize Images</h3>\n\n\n\n<p>Colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images (or videos in the cover block) to integrate well with your themes. You can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colors for the shadows and highlights. There’s more to learn about how it works in the documentation.</p>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">For Developers to Explore</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"378\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=632%2C378&ssl=1\" alt=\"\" class=\"wp-image-10992\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=1024%2C613&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=300%2C179&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=768%2C459&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=1536%2C919&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=2048%2C1225&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Theme.json</h3>\n\n\n\n<p>Introducing the Global Styles and Global Settings APIs: control the editor settings, available customization tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works, <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">check out this dev note</a>.</p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Dropping support for IE11</h3>\n\n\n\n<p>Support for Internet Explorer 11 has been dropped as of this release. This means you may have issues managing your site that will not be fixed in the future. If you are currently using IE11, it is strongly recommended that you <a href=\"https://browsehappy.com/\">switch to a more modern browser</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>Adding support for WebP</h3>\n\n\n\n<p>WebP is a modern image format that provides improved lossless and lossy compression for images on the web. WebP images are around 30% smaller on average than their JPEG or PNG equivalents, resulting in sites that are faster and use less bandwidth.</p>\n</div>\n</div>\n\n\n\n<h3>Adding Additional Block Supports</h3>\n\n\n\n<p>Expanding on previously implemented block supports in WordPress <a href=\"https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/\">5.6</a> and <a href=\"https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/\">5.7</a>, WordPress 5.8 introduces several new block support flags and new options to customize your registered blocks. More information is available in the <a href=\"https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/\">block supports dev note</a>.</p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Check the Field Guide for more!</h3>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of: <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.8 release was led by <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, and supported by this highly enthusiastic release squad:</p>\n\n\n\n<ul><li><strong>Release Co-Coordinator:</strong> Jeffrey Paul (<a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>)</li><li><strong>Release Co-Coordinator:</strong> Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>)</li><li><strong>Editor Tech Lead:</strong> Riad Benguella (<a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>)</li><li><strong>Marketing and Communications Lead:</strong> Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>)</li><li><strong>Documentation Lead:</strong> Milana Cap (<a href=\'https://profiles.wordpress.org/milana_cap/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>milana_cap</a>)</li><li><strong>Test Lead:</strong> Piotrek Boniu (<a href=\'https://profiles.wordpress.org/boniu91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boniu91</a>)</li><li><strong>Support Lead: </strong>Mary Job (<a href=\'https://profiles.wordpress.org/mariaojob/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mariaojob</a>)</li></ul>\n\n\n\n<p>This release is the reflection of the hard work of 530 generous volunteer contributors. Collaboration occurred on over <a href=\"https://core.trac.wordpress.org/query?milestone=5.8&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">320 tickets on Trac</a> and over <a href=\"https://github.com/wordpress/gutenberg/compare/v10.0.0...v10.7.0\">1,500 pull requests on GitHub</a>.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/5ubliminal/\">5ubliminal</a>, <a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/9primus/\">9primus</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/achbed/\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/aleperez92/\">Alejandro Perez</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/amarinediary/\">amarinediary</a>, <a href=\"https://profiles.wordpress.org/gadgetroid/\">Amogh Harish</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/anotia/\">anotia</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apokalyptik/\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/lephleg/\">Argyris Margaritis</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ariskataoka/\">ariskataoka</a>, <a href=\"https://profiles.wordpress.org/arkrs/\">arkrs</a>, <a href=\"https://profiles.wordpress.org/aruphi/\">Armand</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun a11n</a>, <a href=\"https://profiles.wordpress.org/aspexi/\">Aspexi</a>, <a href=\"https://profiles.wordpress.org/atjn/\">atjn</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartkalisz/\">bartkalisz</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bmcculley/\">bmcculley</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">Bob Linthorst</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/bogdanpreda/\">Bogdan Preda</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt/\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brettshumaker/\">Brett Shumaker</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carlalexander/\">Carl Alexander</a>, <a href=\"https://profiles.wordpress.org/carlomanf/\">carlomanf</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/caseymilne/\">Casey Milne</a>, <a href=\"https://profiles.wordpress.org/cenay/\">Cenay Nailor</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">Ceyhun Ozugur</a>, <a href=\"https://profiles.wordpress.org/nhuja/\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/ryno267/\">Chuck Reynolds</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/design_dolphin/\">CodePoet</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Engle Robertson</a>, <a href=\"https://profiles.wordpress.org/crazycoders/\">crazycoders</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">critterverse</a>, <a href=\"https://profiles.wordpress.org/czapla/\">czapla</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/damonganto/\">damonganto</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Dani Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/vetyst/\">Danny</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidkryzaniak/\">David Kryzaniak</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/devle/\">devfle</a>, <a href=\"https://profiles.wordpress.org/devrekli/\">devrekli</a>, <a href=\"https://profiles.wordpress.org/dhruvkb/\">dhruvkb</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dingdang/\">dingdang</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/djbu/\">djbu</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donnapep/\">Donna Peplinskie</a>, <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/dpik/\">dpik</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb/\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/itsjusteileen/\">Eileen Violini</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/emarticor/\">Emilio Martinez</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/empatogen/\">empatogen</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/felixbaumgaertner/\">felixbaumgaertner</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>, <a href=\"https://profiles.wordpress.org/fijisunshine/\">fijisunshine</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a>, <a href=\"https://profiles.wordpress.org/frosso1/\">frosso1 (a11n)</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">Ganga Kafle</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekpress/\">GeekPress</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/gregorlove/\">gRegor Morrill</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm/\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">hedgefield</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hermpheus/\">Herm Martini</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/herrvigg/\">herrvigg</a>, <a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/icopydoc/\">icopydoc</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/dragunoff/\">Ivaylo Draganov</a>, <a href=\"https://profiles.wordpress.org/wphound/\">Ivete Tecedor</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox/\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jamesbonham/\">James Bonham</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/pondermatic/\">James Richards</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jamil95/\">jamil95</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a>, <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">Jeffrey Pearce</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a>, <a href=\"https://profiles.wordpress.org/jeroenreumkens/\">JeroenReumkens</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jillebehm/\">jillebehm</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/sephsekla/\">Joe Bailey-Roberts</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/bhwebworks/\">John Sundberg</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/dkampdesign/\">JoshuaDoshua</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/kaavyaiyer/\">kaavyaiyer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/vyskoczilova/\">Karolina Vyskocilova</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/klevyke/\">klevyke</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/vdwijngaert/\">Koen Van den Wijngaert</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a>, <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a>, <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/lewiscowles/\">LewisCowles</a>, <a href=\"https://profiles.wordpress.org/lifeforceinst/\">lifeforceinst</a>, <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/displaynone/\">Luis Sacristán</a>, <a href=\"https://profiles.wordpress.org/infolu/\">Luiz Araújo</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/m0ze/\">m0ze</a>, <a href=\"https://profiles.wordpress.org/maedahbatool/\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mariaojob/\">Mary Job</a>, <a href=\"https://profiles.wordpress.org/marylauc/\">marylauc</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mblach/\">mblach</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mike_cowobo/\">Mike Martel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/mkdgs/\">mkdgs</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mmxxi/\">mmxxi</a>, <a href=\"https://profiles.wordpress.org/daddou/\">Mohamed El Amine DADDOU</a>, <a href=\"https://profiles.wordpress.org/mohamedfaragallah/\">Mohammed Faragallah</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nayanchamp7/\">Nazrul Islam Nayan</a>, <a href=\"https://profiles.wordpress.org/dway/\">nderambure</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/ninanmnm/\">ninanmnm</a>, <a href=\"https://profiles.wordpress.org/pianist787/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/nvartolomei/\">nvartolomei</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/olafklejnstrupjensen/\">olafklejnstrupjensen</a>, <a href=\"https://profiles.wordpress.org/olgabulat/\">Olga Bulat</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/oxyrealm/\">oxyrealm</a>, <a href=\"https://profiles.wordpress.org/ozh/\">Ozh</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/paaggeli/\">Panagiotis Angelidis</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/fantasy1125/\">Pascal Knecht</a>, <a href=\"https://profiles.wordpress.org/patkemper/\">Pat</a>, <a href=\"https://profiles.wordpress.org/patricklindsay/\">patricklindsay</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a>, <a href=\"https://profiles.wordpress.org/pavelvisualcomposer/\">Pavel I</a>, <a href=\"https://profiles.wordpress.org/mrpauloen/\">Paweł</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/phena109/\">phena109</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/strategio/\">Pierre SYLVESTRE</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/pyronaur/\">pyronaur</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a>, <a href=\"https://profiles.wordpress.org/rafhun/\">rafhun</a>, <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rellect/\">Refael Iliaguyev</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/reynhartono/\">reynhartono</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/rima1889/\">Rima Prajapati</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/robdxw/\">robdxw</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/lev0/\">Roy</a>, <a href=\"https://profiles.wordpress.org/geekstreetwp/\">Russell Aaron</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">Sérgio Gomes</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/sahilmepani/\">Sahil Mepani</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sandipmondal/\">Sandip Mondal</a>, <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sasagar/\">SASAPIYO</a>, <a href=\"https://profiles.wordpress.org/satrancali/\">satrancali</a>, <a href=\"https://profiles.wordpress.org/savicmarko1985/\">savicmarko1985</a>, <a href=\"https://profiles.wordpress.org/gmagicscott/\">Scott Lesovic</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottconnerly/\">scottconnerly</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebbb/\">sebbb</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/spikeuk1/\">spikeuk1</a>, <a href=\"https://profiles.wordpress.org/spytzo/\">spytzo</a>, <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a>, <a href=\"https://profiles.wordpress.org/khromov/\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/deustron/\">Stefan Hüsges</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sumaiyasiddika/\">Sumaiya Siddika</a>, <a href=\"https://profiles.wordpress.org/sumanm/\">Suman</a>, <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/sushmak/\">sushmak</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/tamlyn/\">tamlyn</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdk/\">tmdk</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/trejder/\">trejder</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a>, <a href=\"https://profiles.wordpress.org/vipulc2/\">Vipul Chandel</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wangql/\">wangql</a>, <a href=\"https://profiles.wordpress.org/webdragon/\">WebDragon</a>, <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/xavivars/\">Xavi Ivars</a>, <a href=\"https://profiles.wordpress.org/tikifez/\">Xristopher Anderton</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zkancs/\">zkancs</a>, and <a href=\"https://profiles.wordpress.org/sunxiyuan/\">孙锡源</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition to these contributors, many thanks to all of the community volunteers who contribute in the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who help make WordPress available in over 200 languages for every release. 80 languages have translated 80% or more WordPress 5.8 and our community translators are hard at work ensuring more languages are on their way. If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WP Briefing: Episode 13: Cherishing WordPress Diversity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/07/episode-13-cherishing-wordpress-diversity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jul 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10949\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"In this episode, Josepha Haden Chomphosy discusses the importance of Diversity, Equity, and Inclusion to the fabric of the WordPress project and how we can move from a place of welcoming it to cherishing it. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-013.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14890:\"\n<p>In this episode, Josepha Haden Chomphosy discusses the importance of Diversity, Equity, and Inclusion to the fabric of the WordPress project and how we can move from a place of welcoming it to cherishing it.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></p>\n\n\n\n<p>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></p>\n\n\n\n<p>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Training Workshop</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2020/12/23/a-wordpress-dinner-party/\">A WordPress Dinner Party</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2018/11/06/the-burden-of-proof/\">The Burden of Proof</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2021/03/05/leading-at-any-level/\">Leadership At Any Level</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2019/03/02/building-a-culture-of-safety/\">Building a Culture of Safety</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2020/03/27/leadership-basics-ethics-in-communication/\">Leadership Basics: Ethics in Communication</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/support/wordpress-version/version-5-6/\">WordPress 5.6</a></p>\n\n\n\n<p>Bonus resource: <a href=\"https://allienimmons.com/how-to-be-a-wordpress-ally/\">How to Be a WordPress Ally</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10949\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. And before we get started, I have to be honest with you all, this episode and the next one have made me feel really anxious. This one is about Diversity, Equity, and Inclusion in open source, and especially in WordPress. And the next one is about accessibility in WordPress. And I feel like there’s just so much to do, and we don’t do enough, but we do what we can. And still, we will never be done with that work. And if you don’t know what I mean by Diversity, Equity, and Inclusion, you can kind of think of it this way. Diversity is bringing in people with different viewpoints and lived experiences. Equity is making sure everyone has what they need to get a fair chance of success, which is different from equality. And Inclusion is making sure that the environment is built to not only tolerate diverse groups but to celebrate them as well. So remember this as you listen to what I have to say here. We are never where we want to be in either of those spaces. But that shouldn’t stop us from looking at the things we have done to get us in the right direction. All right. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:54</p>\n\n\n\n<p>I say a lot that we are a project that serves a majority collection of minority voices. WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation. The mission of the WordPress project is to democratize publishing, right? It’s to get the ability to have a website tap into passive income on your web presence. I mean, the job is to level the playing field for everyone. However, it’s my experience that bringing in new voices takes a lot of proactive work on behalf of leaders and contributors. It’s not enough to say, “Hey, I’m having a party,” you also have to say, “I’m having a party, and I’d like you to be there.” It’s not enough to think people will make their own space at this table. You have to make sure that you have table settings for everyone. And even beyond the basics of directing people to you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:12</p>\n\n\n\n<p>And on toward the next steps, you have to be honest about the fact that open source contribution requires a fair amount of privilege. By privilege, I mean the luxury of extra time or extra funding or just an understanding employer. WordPress supports 41% of the web. I think it’s 42% of the web right now. But less than 1% of people who use WordPress show up to help maintain it. And that 1% that does show up skews toward people who already have a pretty high level of representation and technology. And so, when you look at who is building it versus who is using it, it doesn’t always match. And since what we build so frequently reflects who we are, sometimes what we build doesn’t match the needs of the people who are using what we have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:10</p>\n\n\n\n<p>So what has WordPress done to be proactive on the question of Diversity, Equity, and Inclusion? There are quite a few unseen things that have gone into this over the years and a few pretty visible things. This is a very long list. And it has a whole lot of just reference material. And so the show notes today will come in handy for people, and there will be just a laundry list of linked resources for everyone. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:39</p>\n\n\n\n<p>But the first thing that WordPress has done is that we have accepted the burden of proof. I’m going to share a post about this in the show notes. That means we accept that it’s not the job of underrepresented folks to figure out if they are welcome. It’s up to us to make it clear that they are. So, there are three big little things that the community has done over the years. One is that many teams open their text-based meetings with an explanation of what is done in the meeting, who comes to the meetings, where to find help if you’re lost in the meeting, and for teams that have a specific type of requests that comes into those channels that aren’t handled in those channels. They also will share where people can go to get those requests taken care of. Many teams have also updated their team handbooks to have good beginner docs, limited use of inside jokes or jargon, and good first bugs. And also, there is a code of conduct in the community declaring that everyone is welcome and clarifies what to do if you see folks being unwelcoming. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:51</p>\n\n\n\n<p>A second big thing that folks in the WordPress community have done is written down what was unwritten. Having things clearly documented unlocks institutional knowledge that you’d otherwise have to know someone to get. Clarity and process and the structure help anyone engage with your organization, not just the people who have extra time to figure things out. What that looks like in the WordPress project is that many teams have documented their workflows and their working spaces and just their general team norms. Many teams have also started defining what it means to be a team rep and holding open processes to choose those team reps. Many other community leaders and I have written down countless unspoken rules, guidelines, and philosophical underpinnings so that people don’t have to guess what we’re doing or why we’re doing things, or where we want to do them.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:46</p>\n\n\n\n<p>And the more visible thing that the WordPress project has been doing is that we found ways to invite people in, and they’re not failsafe; they’re not foolproof, but it is certainly a step in the right direction. The first one is an ongoing, diverse speaker training initiative. And I’ll include a link to that in the show notes as well. It is run by Jill Binder and a fantastic group of contributors that collaborate with her. And I really have loved watching that particular program grow and flourish and help WordPress make a difference where we absolutely can. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:27</p>\n\n\n\n<p>The second thing that was pretty visible about how we invited people in was at the end of 2020, and we had an all-women and nonbinary release squad for our biggest release of the year; WordPress 5.6. I had a group of probably 70 women and nonbinary identifying folx who joined in the process and joined in learning more about the process. Some of them have continued in the project. Others have stepped away for various reasons. But all of them are welcome to return. And I encourage everyone to return to contribution when time and resources make that possible for you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:09</p>\n\n\n\n<p>And then the third thing that we’ve done, which I have talked about a lot, is the revival of the testing and triage practices. That has been work that’s been ongoing for a number of years. And it happens across multiple teams. It is not always immediately clear to people why the testing work. And the triage work is identifiable for me as a way to invite people into this process. And so I’ll be briefly clear about it right now. So testing as a practice brings in the users that otherwise don’t have a lot of spare time and that extra privilege to like, figure out what’s going on with WordPress, and contribute their own fixes to problems. They can give back to this project by being co-developers with us, co-creators with our entire process of making WordPress real and usable for the largest number of people that we can because we now support 42% of the web. And then, the triage practice invites in a diverse voice of people. Because you don’t necessarily always need to know everything about a project to help with triage. And when you’re helping with triage, you get active learning through participating in the process. But you also get passive learning from the people who already know huge amounts about the project and the process and everything that goes into it. And so it’s a low key low stress way to get your feet wet and start building that knowledge that sometimes is hard to come by unless you are actively working in it. So the testing practices, the triage practices, I really to the core of my being believe that those are active and ongoing ways for us to invite people who otherwise wouldn’t have a chance to get their voices heard in an open source project. And y’all, as I said at the start, y’all, there’s nothing about this list that I just shared, which makes me feel like our work on this is done. Just like any muscle, you don’t fight to peak fitness, and then hit the big stop button on time and say, “Now, I never have to work out again.” If we did, the world would be a very different place probably. But it does then lead us to the next steps for fostering a community culture that’s as broad as the people who use this software. If you believe in leadership at any level, as I do, there are a ton of things that you can do right now. But I’ll boil them down into three big chunks of things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>10:54</p>\n\n\n\n<p>First, check your community area, or whatever community you want to apply this to, for things that need a little more proactive work. I will share a post called<em> Building A Culture of Safety</em> that will take you through a list of good first steps. And it is not as hard as it looks. When you say build a culture of safety, there are many really clear-cut minor changes that you can ask people to make and, in like, four or five different areas that can help your community be more welcoming and more open. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>11:30</p>\n\n\n\n<p>The second thing that you can do is know that small changes add up over time and commit to making those changes where you can. If you are elite at any level, you know that supporting people and processes is the responsibility of everyone in the group. And if you can make your own autonomous decisions and commit to making small changes that make a big difference over time, you will be part of that solution. And that is not specific to any one group that we have in our communities. You can be an ally for anyone, whether they look like you, whether they have your same experiences, or not. And sometimes, it’s as easy as just holding space for the people who haven’t had a chance to talk yet. And on the subject of holding space and the way that we communicate. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>12:22</p>\n\n\n\n<p>The third thing that I think is incredibly important is that you can take on as a foundational personal practice the concept of ethical communication. I’ll share a post about that as well in the show notes, but the core of it is that you have to know that what you say and don’t say what you do and don’t do has an impact on others and embrace that responsibility. All right, so you made it all the way through, and I am so proud of you. I’m sure you have questions about this. And I encourage you to share those. You can email them to me at wp briefing@wordpress.org.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>13:10</p>\n\n\n\n<p>This brings us to our small list of big things. I’ve got two things for you today. First and foremost, WordPress 5.8 gets released tomorrow. It’s a big release, and lots of people have been working on it. So get your update processes ready and keep an eye on wordpress.org/news for the announcement post. Second, and still pretty important, team reps have been working on their quarterly check-ins so that all other teams can get an idea of what’s happening around the WordPress office. Keep an eye out for that post on make.wordpress.org/updates. And that is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host Joseph Hayden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/07/wordpress-5-8-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jul 2021 01:09:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10933\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:303:\"The third release candidate for WordPress 5.8 is now available! WordPress 5.8 is slated for release on July 20, 2021, and we need your help to get there—if you have not tried 5.8 yet, now is the time! You can test the WordPress 5.8 release candidate 3 in any of these three ways: Install and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"\n<p>The third release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! </p>\n\n\n\n<p>WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, and we need <em>your</em> help to get there—if you have not tried 5.8 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate 3 in any of these three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC3.zip\">(zip)</a></li><li>Use WP-CLI to test: <code>wp core update --version=5.8-RC3</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta/RC releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can work to solve them in time for the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.8, check out the <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 beta 1 post</a>. The <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a>, which is particularly useful for developers, has all the info and further links to help you get comfortable with the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Can you speak and write in a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for peer-reviewing!</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Code is poetry<br>Jazz is improvisation<br>Both are forms of art<br><br></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/07/wordpress-5-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jul 2021 01:12:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10912\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:305:\"The second release candidate for WordPress 5.8 is now available! ? WordPress 5.8 is slated for release on July 20, 2021, and we need your help to get there—if you have not tried 5.8 yet, now is the time! You can test the WordPress 5.8 release candidate 2 in any of these three ways: Install […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3376:\"\n<p>The second release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, and we need <em>your</em> help to get there—if you have not tried 5.8 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate 2 in any of these three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC2.zip\">(zip)</a></li><li>Use WP-CLI to test: <code>wp core update --version=5.8-RC2</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta/RC releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so they can get ready for the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.8, check out the <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 beta 1 post</a>. The <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a>, which is particularly useful for developers, has all the info and further links to help you get comfortable with the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Can you speak and write in a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/lukecarbis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lukecarbis</a> for the haiku, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for peer reviewing!</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Five-eight in two weeks<br>So test your plugins and themes<br>Update your readme</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 12: WordPress – In Person!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2021/07/episode-12-wordpress-in-person/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jul 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10889\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:384:\"In this episode, Josepha Haden Chomphosy talks about WordPress – In Person! The WordPress events that provide the dark matter of connection that helps sustain the open source project. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-012.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13118:\"\n<p>In this episode, Josepha Haden Chomphosy talks about WordPress – In Person! The WordPress events that provide the dark matter of connection that helps sustain the open source project.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">The tragedy of the commons</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">WordPress 5.8 Release Candidate announcement </a></p>\n\n\n\n<h2>Transcript </h2>\n\n\n\n<span id=\"more-10889\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:39</p>\n\n\n\n<p>Today we’re talking about one of my favorite parts of the project – WordPress events. The in-person component of the project is the dark matter that helps us build resilience and thrive as a group. A lot of what I’m going to share applies to every WordPress event, whether it’s a meetup or workshop, a contributor day, any other sort of format. But I’ll be focused on WordCamps. It’s been a while since we had any in-person WordCamps. Our last two were WordCamp Malaga in Spain and WordCamp Greenville in the US. But that hasn’t stopped anyone from gathering people together online. Which honestly makes a lot of sense for WordPress. Because there are many reasons we gather, the main three reasons are connecting, inspiring, and contributing. It’s true. It says so right in our documentation, “paper rustling.” All WordPress events should connect WordPress users, inspire people to do more with WordPress, and contribute to the WordPress project. As an aside, I’ll tell you that some groups also get to collaborate and educate in there, but connect, inspire, contribute. Those are the big three. And that’s what I’m talking about today. And if you subscribe to this podcast for the back office deep cuts, I’ll also have a few of those for you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:57</p>\n\n\n\n<p>Alright, so first up, connect. WordCamps are generally annual-ish gatherings organized by local WordPress meetup groups. They’re not meant to be big or fancy. The definition of the minimum viable product for WordCamp is 50 people gathered all day to talk about WordPress. They are intentionally affordable to allow people from all walks of life to attend, meet, share and learn. This is made possible by donations and sponsorships from local businesses and larger businesses in the WordPress ecosystem. And this helps us get people connected to those in their community that works with or are sustained by WordPress. That connection feeds into the overall health of the global WordPress project. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:45</p>\n\n\n\n<p>Next up is inspire. WordCamps do not discriminate. They are open to any WordPress users, developers, designers, or other enthusiasts, regardless of their level of experience. And because of this, sessions generally span a variety of formats. So presentations or live demos to workshops or panels, any other format you can think of. But that also means that there are a variety of skill levels represented. There’s always content about how to use WordPress. That’s a given. But you can also count on content that inspires people to do more with their own dreams and aspirations. When I was still organizing WordCamps, my favorite thing was seeing people who came back year after year, putting into practice something that they learned the year before. It is that <em>Choose Your Own Adventure</em> aspect to WordCamps that lets people see the edge of their ideas and then expand that just a little bit further. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:42</p>\n\n\n\n<p>And finally, contribute. WordCamps often have a contribution component to them. Sometimes it’s just a talk telling you how you can get more involved in the WordPress project. But sometimes, it’s a whole contributor day. And those range in size from single focus, like everyone, will show up and learn how to review a theme or a focus from every team that we have, like at the big flagship events where we gather hundreds of people into a room just to contribute to WordPress and all of the teams that go with it. Getting started with contributing can be daunting, but it is also essential to avoid something called the Tragedy of the Commons, an economic concept. So I’ll share a link to that in the show notes below. But the most important thing, the most important thing to remember, is that WordPress is open source. And we asked people to help us keep this great tool running by giving back a little bit of their time if they have gotten any benefit from the WordPress project or CMS over the course of their careers. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:40</p>\n\n\n\n<p>So that’s it. The three big things you can get from a WordCamp. I know that I can’t wait to get back to them myself because while a lot of these things can still happen online and do, it’s really hard to replace the dark matter of in-person connections for open source projects. And since we’re talking dark matter anyway, let’s dig into it a little.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:01</p>\n\n\n\n<p>At the start of the section, I mentioned that WordCamps are local, locally organized, and people are encouraged to attend locally. But I am part of a group that ends up traveling to a lot of WordCamps. If you don’t know about the unseen work of WordPress, this raises eyebrows. So here is some clarification around the back office work that some of these traveling WordCampers often do. When I listed these out, there were about 20 different tasks, 20 different jobs, which was, frankly, a bit overwhelming when I listed them that way. So I’ve grouped them into kind of two genres, each with a group of current versus future types of work. So my two big buckets, big picture stuff, and then community stewardship. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:50</p>\n\n\n\n<p>The big picture stuff, our first big genre here, when you’re looking at current topics, current issues kind of information, when we’re working on big picture stuff, you get the clarification of the mission or vision of WordPress, the sharing of open source methods or processes that we use in the WordPress project, and also sometimes those goal-setting conversations that you have to have both because we have a bunch of teams and team reps, that have a lot of really great ideas about what can be done in their teams to help WordPress succeed. But then also, because when you are working, when you’re contributing to a single team in the project, it can sometimes be hard to know how your work relates to the overall goals and visions of WordPress. And so that’s part of the work that gets done that I do there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:43</p>\n\n\n\n<p>And when you’re looking at future topics, future issues, the second part of this genre, that stuff like starting conversations or discussions around what the future holds for WordPress, and that’s the project as well as the technology or hearing from people about big things coming up for them. And any content that can support it, anything that I can provide to support those big things. It’s also a good time for me and others to identify trends based on what I see in presentations or what I hear from people at social functions. Really, it’s just a huge opportunity for information gathering to make sure that I know what everyone else in the project is trying to do and if they understand what the project is trying to do. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:32</p>\n\n\n\n<p>And then the second big genre of things that happen in that dark matter kind of work at WordCamps is what I call community stewardship—so taking care of the community itself for the project itself. And a lot of that work is actually incident response kind of work. So conflict resolution, mediation often happens at in-person events, but also uncovering the shared foundations, the shared understanding for upcoming changes. So a lot of really, in the weeds kind of change management work. And for me, it’s certainly doing my best as a cultural liaison when I do see that there has been some miscommunication or gathering context for the latest disagreement that people are having with me so that I can clarify anything that was misunderstood from what I said. And also a little bit of policy clarification, just explaining why we do things and the way we do them. So for community stewardship, that’s kind of the current stuff that we look at. And that I do when I’m traveling for WordCamps. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:36</p>\n\n\n\n<p>And then for the future tasks that we do with community stewardship in the project, that stuff like training, and that’s training team reps, community deputies, or new contributors like it’s, it’s not really one type of training, necessarily. But then also, all of the checking in with our organizers, team reps, volunteers, sponsors, everyone like that, to make sure that what we have in the project and what’s happening in the project, the tools that we have, the experience that contributors have while they are working here, and WordPress is good, and is what they need. We’ve got a lot of tools to get things done in WordPress, and we can always make them better. And so checking in with people to kind of see how those processes are, how the tools are making sure that I have an idea of where our holes are and what needs to be patched, and how we can patch them in the long run. So that’s all of the future planning kind of work and topic stuff, just you know, making sure that WordPress has what it needs to survive long into the future and long after I’m doing anything with it, and long after you’re doing anything with it either. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>09:56</p>\n\n\n\n<p>So, lots and lots of unseen work being done at our in-person events. But folks who keep a keen eye on the online global work of WordPress will probably recognize that a lot of that work is also done routinely on make.wordpress.org and within the making WordPress Slack. There’s just, I don’t know, there’s just something different about receiving information from a human being with a face rather than an avatar with a photo. So I guess at the end of the day, that means the dark matter that keeps open source together is really an issue of communication. And you’ll get no arguments for me there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>10:44</p>\n\n\n\n<p>That brings us now to our small list of big things. And there’s really just one big thing. And that’s WordPress 5.8. We are about two weeks away from this big release; the community has been working tirelessly on it. And it’s shaping up to be one of the most tested releases that we’ve had in a long time. Myself, I’m grateful to see so much activity before the release. Since 5.8 and 5.9 releases represent such monumental shifts in our software, I’m incredibly grateful to see so much activity prior to the release, especially in the beta period. We’ve been testing everything for it feels like six or eight months, and we’re really starting to see the positive benefits of that. And I think that we, the WordPress community, should be really proud of everything that we’re going to ship in 2021. Okay, so that was less of a small list of big things and really like one big thing with a generous garnish of encouragement, but you deserve it. So thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/07/the-month-in-wordpress-june-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jul 2021 15:11:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10896\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very “us versus the problem” way. And when you do […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11608:\"\n<blockquote class=\"wp-block-quote\"><p>Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very “us versus the problem” way. And when you do that, you’re always going to find a great solution.</p></blockquote>\n\n\n\n<p>In the “<a href=\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/#more-10837\">WordCamp Europe 2021 in Review</a>” episode of the WP Briefing podcast, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> talks about the importance of collaboration, which is vital in building WordPress. This edition of The Month in WordPress covers exciting updates that exemplify this philosophy. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Updates on WordPress 5.8</h2>\n\n\n\n<p>Get excited, folks! The beta versions and the first release candidate of WordPress 5.8 are out. <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">Beta 1</a> came out on June 9, followed by <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">Beta 2</a> on June 15, <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\">Beta 3</a> on June 23, and <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\">Beta 4</a> on June 25. The <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">first release candidate</a> of WordPress 5.8 was published on June 30. You can test the beta versions and the release candidates by <a href=\"https://wordpress.org/download/releases/#betas\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. WordPress 5.8 <a href=\"https://make.wordpress.org/core/5-8/\">will be out by July 20, 2021</a>, and is also <a href=\"https://make.wordpress.org/polyglots/2021/06/28/wordpress-5-8-ready-to-be-translated/\">ready to be translated</a>.</p>\n\n\n\n<p>Want to contribute to WordPress core? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>. Don’t forget to join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. Help us promote WordPress 5.8 by <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">organizing meetups about the release</a>, <a href=\"https://make.wordpress.org/marketing/2021/06/30/help-produce-social-media-materials-for-5-8-release/\">producing social media marketing materials for 5.8</a>, or <a href=\"https://make.wordpress.org/test/2021/06/30/help-test-wordpress-5-8s-fse-features/\">testing the release</a>.</p>\n\n\n\n<h2>Gutenberg versions 10.8 and 10.9 are out</h2>\n\n\n\n<p>We said hello to Gutenberg <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">version 10.8</a> and <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">version 10.9</a> this month. <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">Version 10.8</a> adds rich URL previews, enhancements to the list view, and an updated block manager. <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Version 10.9</a> offers several performance enhancements, along with more block design tools and template editor enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/06/04/whats-next-in-gutenberg-june-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>WordCamp Europe 2021 concludes</h2>\n\n\n\n<p>One of the biggest and most exciting WordPress events, <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a>, was held from June 7-9, 2021. A team of 40 members organized the event, which had 3200+ registrations, 42 speakers, and 43 sponsors. What a success! You will find more details <a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">in the event recap</a>. One highlight was a <a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg demo</a> hosted by <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>. You can <a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ/featured\">watch the event recording on the WordCamp Europe YouTube channel</a>, and videos <a href=\"https://wordpress.tv/event/wordcamp-europe-2021/\">are now available on WordPress.tv</a> as well. The team has announced <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>, which is being planned as an in-person event in Porto, Portugal. Want to be a part of the 2022 WCEU organizing team? Their <a href=\"https://europe.wordcamp.org/2022/call-for-organisers/\">call for organizers is now open</a>. Apply now!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>Don’t miss the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">latest Full Site Editing (FSE) Outreach program testing call: “Thrive with theme.json”</a>, which is aimed at a developer-centric audience. The deadline is July 14. Also don’t miss a <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">hallway hangout on testing theme.json on July 7 at 5 PM UTC</a>. The team has published a <a href=\"https://make.wordpress.org/test/2021/06/24/fse-program-polished-portfolios-summary/\">recap of the Published Portfolios testing call</a>, which shares some interesting results. </p>\n\n\n\n<h2>BuddyPress 8.0 is out!</h2>\n\n\n\n<p>The first major BuddyPress release of 2021, <a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0</a> “Alfano,” came out on June 6. The short-cycle release offers features such as the ability to recruit new members, an improved registration experience, and profile field types. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/8.0\">Subversion repository.</a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan 2021</a> was held from June 20- 26. The weeklong event, which had two session days followed by five contributor days, sold 1300+ tickets, with 45 speakers and 23 sponsors. Catch the <a href=\"https://www.youtube.com/c/wordcampjapan\">event recording on YouTube</a>!</li><li>Josepha Haden <a href=\"https://make.wordpress.org/updates/2021/06/03/announcing-make-wordpress-org-project/\">announced</a> a new Make site — <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a> — for project-wide announcements, which will no longer be posted to Make/Updates. Check out the latest post on that site on <a href=\"https://make.wordpress.org/project/2021/06/17/the-metrics-of-contributions/\">the metrics of contributions</a>.</li><li>The Community Team announced that <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/\">in-person meetups can be organized for fully vaccinated people</a>, in places where vaccines are freely available.</li><li>The Core Team added<a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\"> block patterns and improvements</a> to all legacy default themes. The team also shared a <a href=\"https://make.wordpress.org/core/2021/06/22/extending-the-site-health-interface-in-wordpress-5-8/\">feature request</a> that will allow developers to modify and extend the Site Health feature in Core.</li><li>The Design Team shared an update on the <a href=\"https://make.wordpress.org/design/2021/06/23/update-initial-patterns-for-the-patterns-directory/\">block pattern directory</a>; the team is continuing to review suggestions and has offered some guidelines in this post.</li><li>The Design Team is also <a href=\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\">working on redesigning this blog</a> (wordpress.org/news). Catch a sneak peek of the blog’s new look <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">in this Make/Design blog post</a>.</li><li>The Accessibility Team shared the <a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">updated WordPress Accessibility coding standards</a>.</li><li>The Polyglots Team proposed a <a href=\"https://make.wordpress.org/polyglots/2021/06/03/proposal-month-long-translation-day-2021-celebration/\">monthlong translation day celebration in September</a>.</li><li><span style=\"color: initial;, sans-serif\">The Support Team </span><a style=\", sans-serif\" href=\"https://make.wordpress.org/support/2021/06/new-irc-server-for-support/\">moved their IRC chat server from Freenode to Libera</a><span style=\"color: initial;, sans-serif\">.</span></li><li>The Documentation Team is<a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\"> working hard on updating our docs</a> for WordPress 5.8. </li><li>The Themes Team has decided to <a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\">automatically set theme updates live for old themes</a> instead of routing them through the review queue.</li><li>The <a href=\"https://github.com/WordPress/Requests\">WordPress Requests library</a> has a new release: <a href=\"https://github.com/WordPress/Requests/releases/tag/v1.8.1\">version 1.8.1</a>. </li><li><a href=\"https://en.wikipedia.org/wiki/Ujwal_Thapa\">Ujwal Thapa</a> – co-founder of the Nepal WordPress community <a href=\"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away\">passed away due to COVID-19</a>. Our community deeply mourns his loss and is thankful for his contributions.</li><li>The latest edition of “<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>” features <a href=\"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\">Tijana Andrejic from Serbia.</a></li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Jun 2021 03:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10873\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The first release candidate for WordPress 5.8 is now available! ? Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8! “Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4776:\"\n<p>The first release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8!</p>\n\n\n\n<p>“Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of people use WordPress, it is possible something was missed. WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, but <em>your</em> help is needed to get there—if you have not tried 5.8 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate in three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC1.zip\">(zip)</a></li><li>Using WP-CLI to test: <code>wp core update --version=5.8-RC1</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What is in WordPress 5.8?</h2>\n\n\n\n<p>The second release of 2021 continues to progress on the block editor towards the promised future of full site editing with these updates:</p>\n\n\n\n<ul><li>Manage Widgets with Blocks</li><li>Display Posts with New Blocks and Patterns</li><li>Edit Post Templates</li><li>Overview of the Page Structure</li><li>Suggested Patterns for Blocks</li><li>Style and Colorize Images</li><li><code>theme.json</code></li><li>Dropping support for IE11</li><li>Adding support for WebP</li><li>Adding Additional Block Supports</li><li><a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">Version 10.7</a> of the Gutenberg plugin</li></ul>\n\n\n\n<p>WordPress 5.8 also has lots of refinements to enhance the developer experience. To learn more, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">developer notes tag</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.8 Field Guide, due to be published very shortly, will give you a deeper dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.8 release schedule.</p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> for copy suggestions and final review.</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>We are almost there,<br>WordPress 5.8 comes next month.<br>We need your help: test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jun 2021 17:14:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10855\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"WordPress 5.8 Beta 4 is now available for testing! This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 4 in three ways: Install/activate the WordPress Beta Tester plugin (select […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4104:\"\n<p>WordPress 5.8 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 4 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta4.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta4</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s less than <strong>four weeks away</strong>, so we need your help to make sure the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\" data-type=\"post\">Beta 3</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F24%2F2021..06%2F26%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">18</a> bugs have been fixed. Most tickets focused on polishing existing default themes, fixing bugs in the new block Widget screen, and squashing Editor bugs collected during beta.</p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F25%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F25%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a> <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a> for reviews and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Releasing software<br>Is complex when open source<br>Yet WordPressers do</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jun 2021 02:36:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10843\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"WordPress 5.8 Beta 3 is now available for testing! This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 3 in three ways: Install/activate the WordPress Beta Tester plugin (select […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5777:\"\n<p>WordPress 5.8 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 3 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta3.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta3</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s just <strong>four weeks away</strong>, so we need your help to make the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\" data-type=\"post\">Beta 2</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F16%2F2021..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">38</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Block Editor: Move caching to endpoint for unique responses. (<a href=\"https://core.trac.wordpress.org/ticket/53435\">#53435</a>)</li><li>Bundled Themes: Improve display of blocks in widget areas. (<a href=\"https://core.trac.wordpress.org/ticket/53422\">#53422</a>)</li><li>Coding Standards: Bring some consistency to HTML formatting in <code>wp-admin/comment.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/52627\">#52627</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Media: Add new functions to return the previous/next attachment links. (<a href=\"https://core.trac.wordpress.org/ticket/45708\">#45708</a>)</li><li>Media: Improve upload page media item layout on smaller screens. (<a href=\"https://core.trac.wordpress.org/ticket/51754\">#51754</a>)</li><li>Media: Update total attachment count when media added or removed. (<a href=\"https://core.trac.wordpress.org/ticket/53171\">#53171</a>)</li><li>REST API: Decode single and double quote entities in widget names and descriptions. (<a href=\"https://core.trac.wordpress.org/ticket/53407\">#53407</a>)</li><li>Twenty Nineteen: Update margins on full- and wide-aligned blocks in the editor. (<a href=\"https://core.trac.wordpress.org/ticket/53428\">#53428</a>)</li><li>Widgets: Add editor styles to the widgets block editor. (<a href=\"https://core.trac.wordpress.org/ticket/53344\">#53344</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F23%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a> <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> <a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> for reviews and final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Esperanza first.<br>Want to know the next jazzer?<br>Then please test beta.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10843\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WP Briefing: Episode 11: WordCamp Europe 2021 in Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Jun 2021 12:33:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10837\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"In this episode, Josepha Haden Chomphosy does a mini deep dive into WordCamp Europe 2021, specifically the conversation between the project’s co-founder, Matt Mullenweg, and Brian Krogsgard formerly of PostStatus. Tune in to hear her take and for this episode’s small list of big things. Have a question you’d like answered? You can submit them […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/06/WP-Briefing-011.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10500:\"\n<p>In this episode, Josepha Haden Chomphosy does a mini deep dive into WordCamp Europe 2021, specifically the conversation between the project’s co-founder, Matt Mullenweg, and Brian Krogsgard formerly of PostStatus. Tune in to hear her take and for this episode’s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg Highlights </a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=o-IvKy3322k&t=12428s\">Matt Mullenweg in conversation with Brian Krogsgard </a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">5.8 Development Cycle</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">A recap on WCEU 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10837\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy 00:10</strong></p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insights into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 00:40</strong></p>\n\n\n\n<p>A couple of weeks ago, we hosted WordCamp Europe and had the double pleasure of a demo that showed us a bit about the future of WordPress and an interview that looked back while also looking a bit forward. If you haven’t seen the demo, it was beautiful. And I’ve included a link to it in the show notes. And if you haven’t heard the interview, there were a few specific moments that I’d like to take the time to delve into a little more. Brian Krogsgard, in his conversation with Matt Mullenweg, brought up three really interesting points. I mean, he brought up a lot of interesting points, but there were three that I would particularly like to look into today. The first was about balance. The second was about cohesion. And the third was about those we leave behind. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 01:24</strong></p>\n\n\n\n<p>So first is this question of balance. Brian brought this up in the context of the overall economic health of the WordPress ecosystem. And in that particular moment, he talked about companies that are coming together, companies that are merging. And in Matt’s answer, the part that I found the most interesting was when he said, “the point at which there is the most commercial opportunity is also the point at which there is the most opportunity for short-termism. He went on to talk about the importance of long-term thinking and collective thinking about what makes us, and us here means probably the WordPress project, more vibrant and vital in 10 or 20 or 30 years. One of the things that he specifically called out in that answer was the responsibility of larger companies in the ecosystem. For instance, like Automattic, to commit fully to giving back, there are many ways now that companies can give back to WordPress so that we all replenish the Commons. They can pay for volunteer contributors’ time; they can create and sponsor entire teams through the Five for the Future program. They can contribute time through our outreach program. And they can even contribute to WordPress’s ability to own our own voice by engaging their audience’s awareness of what’s next in WordPress, or whatever. And I know this balance, this particular balance of paid contributors or sponsored contributors, compared to our volunteer contributors or self-sponsored contributors; I know that this balance is one that people keep an eagle eye on. I am consistently on a tight rope to appropriately balanced those voices. But as with so many things where balance is key, keeping an eye on the middle or the long-distance can really help us get it right. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 03:23</strong></p>\n\n\n\n<p>The second question was one of cohesion and specifically cohesion over the competition. Brian asked how, if people feel disadvantaged, you can foster a feeling of cohesion rather than competition? And Matt’s first answer was that competition is great. Specifically, he said that competition is great as long as you consider where your collaboration fits into the mission. And he also spent some time exploring how competitors in the ecosystem can still work from a community-first mindset. I personally cannot agree enough about some of the benefits of collaboration alongside your competitors. I remind sponsored contributors from time to time, and I think it’s true for any contributor that you are an employee of your company first and a contributor to WordPress second. However, once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very us versus the problem way. And when you do that, you’re always going to find a great solution. It may not be as fast as you want it to build things out in the open in public. And so sometimes we get it wrong and have to come back and fix it but still, given time, we’re going to come out with the best solution because we have so many skilled people working on this. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 05:01</strong></p>\n\n\n\n<p>And then the third question that I wanted to really touch on is the question of those we leave behind. Brian asked Matt if he thought mid-sized agencies and mid-sized consultants were being squeezed out with the block editor. Matt’s high-level answer was no, and I tend to agree with him. It’s not all mid-sized anything any more than it’s all small-sized anything. His answer continued to look at what stands to change for users with the block editor and who really can stand to benefit. It made me think back to my WordPress 5.0 listening tour. We launched WordPress 5.0, which was, in case anyone forgets, the first release with the block editor in it. I took a six-month-long tour to anywhere that WordPressers were so I could hear their main worries, what Brian is saying in there, and what Matt is saying to really came up all the time in those conversations. And basically, it was that this update takes all the power away from people who are building websites. And in these conversations, and Matt and Brian’s conversation, it was really focused on our freelancers and consultants. But at the same time, all of them heard that this update gives power back to all of the people who could build websites. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 06:28</strong></p>\n\n\n\n<p>I could not shake the feeling at the time. And honestly, I can’t shake it now that no high-end consultants, or freelancers, or any other developer or site creator sit around just longing for maintenance work. After six months of talking to people, I didn’t hear anyone say, “you know, I just love making the same author card over and over and over.” Or, “updated the footer every week, this month. And that’s why I got into this business.” And more than the feeling that there just wasn’t anyone who just loved maintenance, I got a feeling that there were real problems that needed to be solved for these clients and that they wanted to solve them. And that they also would gladly trade updating footers for the much more interesting work of creating modern and stylish business hubs based on WordPress for the clients who trust them so much. All of that, I guess, is to say that, yes, the block editor does give power back to our clients again, but not at the expense of those who have to build the sites in the first place. I think it stands to restore everyone’s sense of agency more than we truly realize. So that’s my deep dive on WordCamp Europe; I included links to the demo and the talk below, just in case you haven’t seen them yet. And you want to get a little bit of insight into the full context of the conversations that I just did a bit of a deep dive into. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 08:15</strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. All right, I have three things for you today. Number one, tomorrow, we package WordPress 5.8 beta three. If you’ve never had a chance to stop by the core channel in slack for the past packaging process, I really encourage you to stop by; we call them release parties. It’s a bunch of people who stand around and help get it done. So you can also see how it gets done. And if you’re feeling brave, you can even try your hand at testing out one of the packages as soon as it’s ready. The second thing is that a week from tomorrow, we reach our first release candidate milestone. So if you have meant to submit any bugs or patches or if you’ve been procrastinating on documentation, or dev notes, right now is the time so that we can have a chance to get everything into the release by the time we reach the release candidate milestone on the 29th. And the third thing is that we are currently right in the middle of WordCamp Japan. That is a great opportunity to meet some contributors and maybe even get started with contributions yourself. So stop by if you haven’t had a chance to check it out already. I will leave a link in the show notes. And that, my friends, is your small list of big things. </p>\n\n\n\n<p>Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10837\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Jun 2021 18:34:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10808\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"WordPress 5.8 Beta 2 is now available for testing! This software is still in development, so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 2 in two ways: Install/activate the WordPress Beta Tester plugin (select the Bleeding […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6174:\"\n<p>WordPress 5.8 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it’s not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 2 in two ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream)</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta2.zip\">zip</a>).</li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s just <strong>five weeks away</strong>, so your help is vital to ensure that the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\" data-type=\"post\" data-id=\"10733\">Beta 1</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F09%2F2021..06%2F15%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">26</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Block Editor: Remove bundled block patterns and support the patterns directory. (<a href=\"https://core.trac.wordpress.org/ticket/53246\">#53246</a>)</li><li>Block Editor: Add a type property to allow Core to identify the source of the editor styles. (<a href=\"https://core.trac.wordpress.org/ticket/53175\">#53175</a>)</li><li>Build/Test Tools: Adds some tests for Quick Draft section in Dashboard. (<a href=\"https://core.trac.wordpress.org/ticket/52905\">#52905</a>)</li><li>Build/Test Tools: Replaced <code>@babel/polyfill</code> with <code>core-js/stable</code>. (<a href=\"https://core.trac.wordpress.org/ticket/52941\">#52941</a>)</li><li>Coding Standards: Further update the code for bulk menu items deletion to better follow WordPress coding standards. (<a href=\"https://core.trac.wordpress.org/ticket/21603\">#21603</a>)</li><li>External Libraries: Update Underscore to version 1.13.1. (<a href=\"https://core.trac.wordpress.org/ticket/45785\">#45785</a>)</li><li>General: A number of block editor, template mode and widget screen related fixes. (<a href=\"https://core.trac.wordpress.org/changeset/51149\">#51149</a>)</li><li>Login and Registration: Improve the unknown username error message. (<a href=\"https://core.trac.wordpress.org/ticket/52915\">#52915</a>)</li><li>Media: Restore AJAX response data shape in media library. (<a href=\"https://core.trac.wordpress.org/ticket/50105\">#50105</a>)</li><li>Site Health: Display a list of file formats supported by the GD library. (<a href=\"https://core.trac.wordpress.org/ticket/53022\">#53022</a>)</li><li><span style=\"color: initial;, sans-serif\">Twemoji: It’s the new one! (</span><a href=\"https://core.trac.wordpress.org/ticket/52852\">#52852</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F15%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">214 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F15%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">87 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for revision, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>, <a href=\'https://profiles.wordpress.org/jorbin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jorbin</a>, <a href=\'https://profiles.wordpress.org/felipeelia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>felipeelia</a> , and <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> for proofreading, and <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a> for final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Install won’t you please<br>WordPress 5-8 Beta 2?<br>We need your help: test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Gutenberg Highlights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/gutenberg-highlights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Jun 2021 11:03:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10779\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"During WordCamp Europe this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by @beafialho and it was a great opportunity to celebrate all the incredible work that contributors are doing around the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matias Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1401:\"\n<p>During <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a> this past Wednesday Matt and I gathered to discuss the latest developments of Gutenberg and to share a video with some of the current and upcoming highlights. The video is wonderfully narrated by <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress. For those that weren’t able to attend live it’s now available for watching online.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/a1Sf7PxfmLQ?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Matt also opened a thread for questions <a href=\"https://ma.tt/2021/06/wceu-open-thread/\">on his blog</a>, so be sure to chime in there if you have any!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Jun 2021 02:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10733\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress 5.8 Beta 1 is now available for testing!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10110:\"\n<p>WordPress 5.8 Beta 1 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Instead, we recommend that you run this on a test site to play with the new version.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 1 in two ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li><li>Direct download the <a href=\"https://wordpress.org/wordpress-5.8-beta1.zip\">beta version here (zip)</a>.</li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. This is just <strong>six weeks away</strong>, so your help is vital to ensure this release is tested properly and as good as it can be.</p>\n\n\n\n<p>Keep your eyes on the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, breaking down these and other changes in greater detail.</p>\n\n\n\n<p>So what’s new in this 5.8? Let’s start with some highlights.</p>\n\n\n\n<h2>Highlights</h2>\n\n\n\n<h3>Powerful Blocks</h3>\n\n\n\n<ul><li>Discover several new blocks and expressive tools, including blocks for <em>Page Lists</em>, <em>Site Title</em>, <em>Logo</em>, and <em>Tagline</em>. A powerful <em>Query Loop</em> block offers multiple ways for displaying lists of posts and comes with new block patterns that take advantage of its flexibility and creative possibilities.</li><li>Interacting with nested blocks has been made easier with a permanent toolbar button for selecting a parent. Block outlines are shown when hovering or focusing on the different block type buttons. Block handles are now also present for drag and drop when in “select” mode.</li><li>Introduces the <strong>List View</strong>, a panel that can be toggled and helps navigate complex blocks and patterns.</li><li>Reusable blocks have an improved creation flow and support for history revisions. </li><li>A cool new duotone block adds images effects which can be used in media blocks or supported in third-party blocks. Color presets can also be customized by the theme.</li></ul>\n\n\n\n<h3>Handpicked Patterns</h3>\n\n\n\n<p>Patterns can now also be recommended and selected during block setup, offering powerful new flows. Pattern transformations are also possible and allow converting a block or a collection of blocks into different patterns.</p>\n\n\n\n<p>New collection of Patterns and an initial integration with the upcoming Pattern Directory on WordPress.org.</p>\n\n\n\n<h3>Better Tools</h3>\n\n\n\n<ul><li><span style=\"color: initial;, sans-serif\">New template editor that allows creating new custom templates for a page using blocks.</span></li><li>Themes can now control and configure styling with a theme.json file, including layout configuration, block supports, color palettes, and more.</li><li>New design tools and enhancements to existing blocks, including more color, typography, and spacing options, drag and drop for Cover backgrounds, additions to block transformation options, ability to embed PDFs within the File block, and more.</li><li>Includes improvements to how the editor is rendered to more accurately resemble the frontend.</li></ul>\n\n\n\n<h3>Internet Explorer 11</h3>\n\n\n\n<p>Support for Internet Explorer 11 is ending in WordPress this year. In this release, most of those changes are being merged so use the Beta and RC periods to test!</p>\n\n\n\n<h3>Blocks in Widgets Area</h3>\n\n\n\n<ul><li>You can now use any block in your theme’s widget areas using the all new Widgets screen and updated Customizer.</li><li>Existing third party widgets continue to work via the <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/legacy-widget-block/\">Legacy Widget block</a>.</li><li>Not quite ready for a full switch? To ease the transition, users can use the <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widgets plugin</a> and themes can call <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/opting-out/\">remove_theme_support( ‘widgets-block-editor’ )</a>.</li></ul>\n\n\n\n<p><em>Looking for a change and can’t find it? There are more improvements listed after the break.</em></p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<h3>Do some testing!</h3>\n\n\n\n<p>Testing for bugs is an important part of polishing the release during the beta stage and a great way to contribute.</p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Thanks for joining us, and happy testing!</p>\n\n\n\n<p class=\"has-text-align-left\"><em><span><i>Props to </i></span><a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>, and <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a><span><i> for </i>editing/proof reading</span> this post, and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final review.</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<p><em>Full Site Editing<br>Coming at the end of year<br>But first, Beta 1</em></p>\n\n\n\n<span id=\"more-10733\"></span>\n\n\n\n<h2><strong>Improvements in this Release</strong></h2>\n\n\n\n<ul><li>Improvements to Reusable blocks, Cover block, Table block, List View, Rich text placeholder, Template Editing Mode, Block Inserter, and Top Toolbar</li><li>Query loop block that uses a query/filter to create a flexible post list based on templates. Best used with patterns.</li><li>Parity refinement between editor and frontend, Standardization to block toolbars organization</li><li>Block widgets in the Customizer</li><li>Introducing the Global Styles and Global Settings APIs: control the editor settings and available customization tools and style blocks using a theme.json file.Template editor opens inside an iframe to more accurately resemble the front end.</li><li>Ability to transform Media and Text into Columns</li><li>Embedded PDFs within File block</li><li>Spacing options for Social Links and Buttons, Spacer block width adjustments</li><li>Twemoji has been updated to version 13.1, bringing you many new Emoji.</li><li>Editor performance improvements</li><li>Hide writing prompt from subsequent empty paragraphs</li><li>More descriptive publishing UI</li><li>Added capability to set the default format for image sub-sizes as well as WebP support</li><li>Added widgets block editor to widgets.php and customize.php</li><li>Added block patterns to default themes</li><li>Added ability to mark a plugin as unmanaged</li><li>Enable revisions for the reusable block custom post type</li><li>Enqueue script and style assets only for blocks present on the page</li><li>Abstracted block editor configuration by deprecating existing filters and introducing replacements that are context-aware</li><li>New sidebars, widget, and widget-types REST API endpoints</li><li>Added support for modifying the term relation when querying posts in the REST API</li><li>Site Health now supports custom sub-menus and pages</li><li>Themes now display the number of available theme updates in the admin menu</li><li>Speed up cached <code>get_pages()</code> calls</li><li>Underscore updates from 1.8.3 to 1.9.1</li></ul>\n\n\n\n<p>To see all of the features for Gutenberg release in detail check out these posts: <a href=\"https://make.wordpress.org/core/2021/02/17/whats-new-in-gutenberg-10-0-february/\">10.0</a>, <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">10.1</a>, <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">10.2</a>, <a href=\"https://make.wordpress.org/core/2021/04/02/whats-new-in-gutenberg-10-3-31-march/\">10.3</a>, <a href=\"https://make.wordpress.org/core/2021/04/14/whats-new-in-gutenberg-10-4-14-april/\">10.4</a>, <a href=\"https://make.wordpress.org/core/2021/04/30/whats-new-in-gutenberg-10-5-28-april/\">10.5</a>, <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\">10.6</a>, and <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">10.7</a>. In addition to those changes, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">215 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&type=enhancement&type=feature+request&milestone=5.8&col=id&col=summary&col=type&col=status&col=milestone&col=owner&col=priority&col=changetime&col=keywords&order=changetime\">88 new features and enhancements</a>, with more bug fixes on the way.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WP Briefing: Episode 10: Finding the Good In Disagreement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2021/06/episode-10-finding-the-good-in-disagreement/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Jun 2021 12:22:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10424\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Song: Fearless First by Kevin MacLeod […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/06/WP-Briefing-010.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12068:\"\n<p>To Agree, disagree, and everything in-between. In this episode, Josepha talks about forming opinions and decision-making in the WordPress project.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://www.oprah.com/spirit/suzy-welchs-rule-of-10-10-10-decision-making-guide/all\">10/10/10 Rule</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method\">The Eisenhower Matrix </a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Minimax\">The Maximin Strategy </a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 Development Cycle</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10424\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:40</p>\n\n\n\n<p>For anyone who has ever organized something, whether it’s a social event, a school project, or an annual family gathering, you know that there are many different opinions. The more opinions you have, the more likely people don’t see eye to eye. And before you know it, you’ve got some disagreements. Some things make disagreements worse, like imbalance of information, lack of showing your work, and sometimes just “too many cooks in the kitchen,” to use a regional phrase. Frankly, sometimes it seems like the second you have more than one cook in your kitchen, you’re going to get some disagreements. But I think that’s a healthy thing. WordPress is huge. And there are huge numbers of people contributing to WordPress or any other open source project you want to name. So there’s a lot of stuff available to disagree about. If we never saw anyone pointing out an area that wasn’t quite right, there would probably be something wrong. If you, like me, think that a healthy tension of collaborative disagreement can be useful when approached thoughtfully, then this quick start guide is for you. </p>\n\n\n\n<p>Step one, prepare to host a discussion. This is, by the way, just the hardest step out there. You have to take a little time to figure out what problem you’re solving with the solution you’re suggesting, any goals that it relates to, and then figure out what the bare minimum best outcome would be and what the wildest dreams magic wand waving outcome would be. And you have to be honest with yourself. </p>\n\n\n\n<p>Step two, host the discussion. The venue will be different for different discussions, but you see a lot of these on team blogs or within the actual tickets where work is being done. Wherever you’re hosting it, state the problem, state your idea for the solution and ask for what you missed. If you’re hosting a discussion in person, like in a town hall format, this can be hard. And generally, hosting discussions in an in-person or voice call or zoom call kind of way is hard. So if you have an opportunity to start doing this in text first and level your way up to in person, that’s my recommendation. </p>\n\n\n\n<p>Step three is to summarize the discussion and post a decision if possible. So organizing a big discussion into main points is a really good practice for the people you’re summarizing it for and yourself. It helps you to confirm your understanding, and it also gives you the chance to pair other solutions with the problem and goals you outlined in step one. If a different solution solves the same problem but with less time or effort, it’s worth taking a second look with less time or effort. There’s something that I say to WordPress contributors frequently, and that is there are a lot of yeses. There are a lot of right ways to do things and only a few clear wrong ways to do things. So be open-minded about whether or not someone else’s right way to do things could still achieve the goals you’re trying to accomplish with your solution. A note on step three where I said, “and post the decision if possible.” Sometimes you’re the person to make that decision, but sometimes you are not the person who can give something the green light, and so you’re preparing a recommendation. Whether you’re making a decision or a recommendation, sometimes you may experience a little decision-making paralysis. I know I do. So here are a few of the tools that I use.</p>\n\n\n\n<p>If you’re avoiding the decision, use the 10/10/10 rule; it can help you figure out if you’re stuck on a short-term problem. If there are too many good choices, use the Eisenhower Matrix that can help you to prioritize objectively. If there are too many bad choices, use the Maximin strategy. It can help you to identify how to minimize any potential negative impacts. </p>\n\n\n\n<p>Okay, so you’ve considered your position. You’ve discussed everything. You summarized the big points. Maybe you also worked your way through to a recommendation or a decision. What about everyone who disagreed with the decision? Or have you made a recommendation, and it wasn’t accepted? How do you deal with that? That’s where “disagree and commit” shows up. This phrase was made popular by the folks over at Amazon, I think. But it first showed up, I believe at Sun Microsystems as this phrase, “agreeing, commit, disagree and commit or get out of the way.”</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:34</p>\n\n\n\n<p>Disagree and commit as a concept works pretty well when everyone agrees on the vision and the goals, but not necessarily how to get to those goals. We’ve had moments in recent history where folks we’re not able to agree, we’re not able to commit, and so then left the project. I hate when that happens. I want people to thrive in this community for the entire length of their careers. But I also understand that situation shows up in the top five learnings of open source when you no longer have interest in the project and handed it off to a competent successor. So there it is – disagreements in open source in WordPress. </p>\n\n\n\n<p>As with so many of the things I discuss on this podcast, this is incredibly complex and nuanced in practice. Taking an argument, distilling facts from feelings, and adjusting frames of reference until the solution is well informed and risk-balanced. That is a skill set unto itself. But one that increases the health of any organization. I’ll share that list of references and general materials in the show notes, including a link explaining each of those decision-making tools that I shared. I’m also going to include the contributor training module on decision-making in the WordPress project. It’s got excellent information. It’s part of a series of modules that I asked team reps to take and sponsored contributors. I don’t require it from anyone, but I do hope that it is useful for you. Also, speaking of useful for you, if you are just here for leadership insights, I included some hot takes after the outro music for you. It’s like an Easter egg, but I just told you about it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:33</p>\n\n\n\n<p>And that brings us to our small list of big things! First off, WordCamp Europe is happening this we; I hope that everybody has an opportunity to attend. If you still haven’t gotten your tickets, they are free, and I think there are still a few left. I will include a link in the show notes as well. There’s going to be a little demo with Matt Mullenweg and Matias Ventura on the WordPress 5.8 release that’s coming up. And then kind of a retrospective discussion between Matt and Brian Krogsgard. I encourage you to join; I think it’s going to be very interesting. </p>\n\n\n\n<p>There’s also WordCamp, Japan coming up June 20 through 26th. I mentioned it last time – it has a big section of contributing and contribution time. So if you’re looking to get started, some projects are laid out, and I encourage you to take a look at that as well. </p>\n\n\n\n<p>The new thing on this list, and I don’t know how new It is, in general, I hope it’s not too new to you, is that WordPress 5.8 release is reaching its beta one milestone on June 8th, so right in the middle of WordCamp Europe. I encourage every single theme developer, plugin developer that we have, agency owners that we have to really take a look at this release and dig into testing it. It’s a gigantic release. And I have so many questions about what will work and will not work once we get it into a broader testing area. We’ve been doing a lot of testing in the outreach program. But it’s always helpful to get people who are using WordPress daily in their jobs to really give a good solid test to the beta product to the beta package. And put it all through its paces for us. </p>\n\n\n\n<p>So, that my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>10:09</p>\n\n\n\n<p>Hey there, you must be here because I told you about this totally not hidden easter egg about my hot takes on organizational health; I have three for you. And if you’ve ever worked with me, none of this will surprise you. But if you haven’t worked with me, hopefully, it kind of gives you some idea about how I approach all of this a bit differently. So, number one, critical feedback is the sign of a healthy organization. And I will never be dissuaded from that opinion. A complete lack of dissent doesn’t look like “alignment.” To me, that looks like fear. And it goes against the open source idea that many eyes make all bugs shallow. </p>\n\n\n\n<p>Tip number two, a bit of tension is good, a bit of disagreement is good. The same thing that I say about women in tech, we’re not all the same. And if we were, then we wouldn’t need to collaborate anyway. But diversity, whether that’s the diversity of thought or of a person or of experience, just doesn’t happen without some misunderstandings. It’s how we choose to grow through those misunderstandings that make all the difference for the type of organization we are. </p>\n\n\n\n<p>And hot take number three, changing your mind isn’t flip-flopping or hypocritical. I think that’s a sign of growth and willingness to hear others. I like to think of my embarrassment at past bad decisions – as the sore muscles of a learning brain. And I, again, probably won’t be dissuaded from that opinion. Although, you know, if I’m sticking true to changing your mind some flip-flopping or hypocritical, maybe I will, but you can always try to, to give me the counter-argument for that, and we’ll see how it goes. Thank you for joining me for my little public easter egg.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 28 Aug 2021 01:16:31 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 25 Aug 2021 16:51:41 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20210311161520\";}','no'),(244934,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1630156591','no'),(244935,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1630113391','no'),(244936,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1630156591','no'); INSERT INTO `wp_options` VALUES (244937,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: Proposal for Adding Badges and Other ‘Learner Achievements’ to WordPress Profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/proposal-for-adding-badges-and-other-learner-achievements-to-wordpress-profiles?utm_source=rss&utm_medium=rss&utm_campaign=proposal-for-adding-badges-and-other-learner-achievements-to-wordpress-profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5711:\"<p class=\"has-drop-cap\">In December 2020, WordPress <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">launched its new “Learn” platform</a> with free courses, workshops, and lesson plans. Since then, the Training Team has continued adding more material. The <a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">latest proposal </a>is an open discussion for the community on adding participatory badges for completing coursework.</p>\n\n\n\n<p>“I’d like to nail down what kind of thing we would like to see regarding recognising learner achievements on profiles,” wrote WordPress community manager Hugh Lashbrooke in the announcement earlier this month.</p>\n\n\n\n<p>The proposal, which now has a <a href=\"https://github.com/WordPress/learn/issues/228\">GitHub ticket</a>, includes showing the following on a user’s WordPress.org profile page:</p>\n\n\n\n<ul><li>A course’s completion in the activity stream.</li><li>The user’s average grade from Learn WordPress.</li><li>A new “Learning” tab for displaying completed courses with dates and the possibility of individual completed lessons, relevant grades, and other learning data.</li><li>A new “Learner” badge for anyone who has completed one course.</li></ul>\n\n\n\n<p>Currently, there are only two <a href=\"https://learn.wordpress.org/courses/\">courses available</a>. “That is changing as we develop new content,” wrote Lashbrooke in the post. “So my hope is that we will have these rewards in place now, and as content is created, the rewards will flow naturally.”</p>\n\n\n\n<p>One downside to the proposal may be publicly showing a user’s grades. “I’d be against showing the learner’s average grade publicly because it could lead to anxiety, stress, etc., and maybe even stop some people from participating in the courses,” wrote Stephen Cronin in the comments. “Eg: ‘What if I only get a C, will anyone take me seriously? Will it harm my chances of getting a job in the WP space?’ etc. Some people will thrive on that sort of competition, some people … not so much. And I feel like we should be as inclusive as possible.”</p>\n\n\n\n<p>Lashbrooke responded that showing grades could be an opt-in feature. However, I would question why it would be necessary to show grades at all. <em>Bragging rights?</em> Maybe. If we could somehow make it shareable via social media, it might be a fun way to get more people to participate.</p>\n\n\n\n<p>Several people in the comments were encouraged by the idea of social sharing. Adam Warner even proposed adding the Learn badges to the oEmbed WordPress block, making it easy for users to share their accomplishments on their sites.</p>\n\n\n\n<p>However, the first step should be to provide badges for completing a course. It is an easy win and could be automated.</p>\n\n\n\n<p>Most user profile badges are for direct contributions to the project, such as writing code or working on a team. However, at least some user-based participatory badges are available already. For example, there is a “Test Contributor” badge for providing feedback on calls for testing.</p>\n\n\n\n<p>One side advantage of a Learn achievement system could be for employers who are looking through an applicant’s history. It may help potential employees show off their competency in specific areas of the WordPress platform.</p>\n\n\n\n<p>Courtney Engle Robertson, Web Design and Developer Advocate at GoDaddy, questioned Matt Mullenweg during 2020’s State of the Word Q&A session on the role of the Learn platform as it pertains to the job market.</p>\n\n\n\n<p>Mullenweg said the first step is organizing the platform and making high-quality educational material available. However, he seemed open to the idea of having a self or administered certification down the line. It would allow people to show that they have completed or tested out of a course.</p>\n\n\n\n<p>“It wouldn’t be a perfect system, but it could be a nice way for people to learn more about WordPress,” he said. “And, hopefully, as they go through, since WordPress is open-source, improve the materials as we go through it, both from the point of view of making it more intuitive or easier to understand and also translating, as well. Because there is a huge demand for WordPress really all over the world now.”</p>\n\n\n\n<p>View the clip below from the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">State of the Word Q&A</a>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>“As someone who hires WordPress professionals, I would love to have a request in the job application to link up their WP profile so we can see competency through that learning platform,” commented Chris Badgett, the founder and CEO of LifterLMS, on the proposal.</p>\n\n\n\n<p>He also agreed with Mullenweg that people should be able to test out of a course. It would not make sense for those who have already acquired specific skills or knowledge to go through the motions of completing coursework they are already proficient in.</p>\n\n\n\n<p>“Creating quizzes or ‘post tests’ in the LMS with a standard minimum passing requirement to earn the achievement badge would help fulfill this,” he said.</p>\n\n\n\n<p>For now, some simple gamification via profile badges could boost participation and, perhaps, get more people involved in contributing to the Learn platform. This could also be the first step toward a WordPress certification system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Aug 2021 00:39:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Post Status: Post Status Excerpt (No. 22) — Dealing With Developer Overload: Organization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=85744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/22/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3299:\"<h2 id=\"h-we-can-be-organized-in-how-we-multitask\">We Can Be Organized In How We Multitask.</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode, David and Cory have a conversation about another way to prevent Developer Overload: organization. Cory shares how he benefited from a mentor, while David feels that documentation, commenting code, and following some best practices can help reduce anxiety overall — if you can convince yourself to adopt new habits. This show is worth a listen just for Cory\'s “going on a hike” metaphor.</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>Cory encourages David to take <a href=\"https://secure.kolbe.com/k2/show_takeIndex/indexType_A\" target=\"_blank\" rel=\"noreferrer noopener\">the Kolbe A Index</a> test.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. ⚡<br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. ?</p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\">? Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li><li><a href=\"http://kolbe.com\"></a><a target=\"_blank\" href=\"http://kolbe.com/\" rel=\"noreferrer noopener\">kolbe.com</a></li><li><a target=\"_blank\" href=\"http://strengthsfinder.com/\" rel=\"noreferrer noopener\">strengthsfinder.com</a></li><li><a target=\"_blank\" href=\"https://poststatus.com/get-hired/\" rel=\"noreferrer noopener\">Get Hired</a></li></ul>\n\n\n\n<h3>? Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Sandhills Development</a></h3>\n\n\n\n<p>No matter what you\'re working on with your WordPress website, <strong>Sandhills Development</strong> has a tool that can help you. Sell digital products with <strong>Easy Digital Downloads</strong>. Use <strong>AffiliateWP</strong> as your affiliate marketing solution. <strong>Sugar Calendar</strong> is event management made easy. And <strong>WP Simple Pay</strong> is a lightweight Stripe payments plugin. Craft superior experiences with the ingenuity of Sandhills’ plugins.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 22:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: ACF 5.10 Introduces Block API v2 Support, Block Preloading, and Security Improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/acf-5-10-introduces-block-api-v2-support-block-preloading-and-security-improvements?utm_source=rss&utm_medium=rss&utm_campaign=acf-5-10-introduces-block-api-v2-support-block-preloading-and-security-improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4176:\"<p>Advanced Custom Fields (ACF) has released <a href=\"https://www.advancedcustomfields.com/blog/acf-5-10-release-html-escaping-blocks-api-v2-block-preloading-and-more/\">version 5.10</a>, the first major release since the plugin was <a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">acquired by Delicious Brains</a>. It introduces several new features that were previously experimental, closing out tickets that were started by previous owner Elliot Condon.</p>\n\n\n\n<p>The release enables HTML escaping by default, which helps prevent Cross-Site Scripting (XSS) attacks. It runs content rendered by ACF through the WordPress <code>wp_kses()</code> function. There was a little confusion about how this works and the release post has been <a href=\"https://twitter.com/wp_acf/status/1430906074593304589\">updated</a> to clarify:</p>\n\n\n\n<p>“It’s important to note that this only affects content rendered by ACF in your WordPress dashboard or any front-end forms rendered through <code>acf_form()</code>,” Iain Poulson said. “This will not affect field values loaded through API functions such as <code>get_field()</code> and <code>the_field()</code>. We don’t make any assumptions about where you are using your field values within your theme and do not escape to them as a result.”</p>\n\n\n\n<p>Version 5.10 also introduces support for the WordPress Blocks API v2 for ACF blocks. <a href=\"https://make.wordpress.org/core/2020/11/18/block-api-version-2/\">WordPress 5.6</a> came with a new Block API that makes it easier for theme and plugin developers to style the block content with more consistent results matching the front end. The ACF team has created a <a href=\"https://www.advancedcustomfields.com/resources/block-api-v2/\">Block API v2 help doc</a> with examples that help developers update their blocks and make use of the new block filters included in the update.</p>\n\n\n\n<p>Other features introduced in this release include block preloading turned on by default, a new full-height setting for blocks, opacity support for the color-picker, and many bug fixes. Next up on the roadmap for the plugin is adding WordPress REST API support to ACF field groups.</p>\n\n\n\n<p>“As API-powered JavaScript front-ends become more and more popular in the WordPress space, it’s clear that many of our customers want this functionality included in ACF core,” Poulson said.</p>\n\n\n\n<p>“We also plan to improve the performance of the plugin and work on other quality of life features. Now that our development team has a solid handle on the codebase and the release process, we can start working on these more complicated but long-requested features.”</p>\n\n\n\n<p>Shortly after the acquisition, Delicious Brains representatives published a pinned <a href=\"https://wordpress.org/support/topic/free-support-expectations-and-response-times-7/\">thread</a> in the forum, clarifying expectations for free support and response times. The official support forum for both free and PRO users can be found at <a href=\"https://support.advancedcustomfields.com/\">support.advancedcustomfields.com</a>, which is more active than the WordPress.org forums. Since the plugin is more developer-focused, the team is taking a looser approach to support by giving the community a place to help each other:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We rarely provide support in either forum. The exception is after a major release, when we keep an eye on both forums to spot any problems caused by the release.</p><p>The primary purpose of both forums is for people in the WordPress community who are having trouble with Advanced Custom Fields to help each other. Response times can range from a few days to a few weeks and will likely be from a non-developer. We jump in now and then when the description sounds suspiciously like a bug. </p></blockquote>\n\n\n\n<p>The release of version 5.10 is a good sign that ACF will continue to make progress under its new ownership and a reassuring milestone for the small minority of users who were unsure about the plugin’s future. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 16:54:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress Foundation: do_action Karnataka 2021: A report\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=194408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpressfoundation.org/2021/do_action-karnataka-2021-a-report/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7725:\"<p class=\"has-drop-cap\">WordPress Community members in the state of Karnataka, India organized a do_action charity hackathon from 07 to 15 August 2021. The event, which was supported by 12 volunteers, helped create websites for 3 non-profits. do_action Karnataka was held completely online due to the COVID-19 pandemic, and it concluded symbolically on August 15th 2021 — the 75th Independence Day of India. This is the second do_action Hackathon in Karnataka — the first one being <a href=\"https://doaction.org/event/bengaluru-2019/\">do_action Bengaluru</a>, which was held in 2019.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://doaction.org/event/karnataka-2021/\">Karnataka 2021</a></blockquote>\n</div>\n\n\n\n<p>Efforts behind <a href=\"https://doaction.org/event/karnataka-2021/\">do_action Karnataka</a> kicked off three months prior, in April 2021. <a href=\"https://profiles.wordpress.org/nsuresha/\">N Suresha</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://www.linkedin.com/in/ucriyaz/?originalSubdomain=in\">UC Riyaz</a>, <a href=\"https://twitter.com/sagarvora786?lang=en\">Sagar Vora</a>, <a href=\"https://www.linkedin.com/in/venkatesh-kumar-s-r-945b8821/\">SR Venkatesh</a>, and <a href=\"https://profiles.wordpress.org/yoga1103/\">Yogesh Londhe</a> (myself) from the WordPress Community of Karnataka, joined hands to support local non-profits by helping them build websites. The following non-profits signed up for our hackathon: </p>\n\n\n\n<ul><li><strong>Luv Kush Foster Home:</strong> A foster home that aims to care for animals in need</li><li><strong>Vridhi Foundation:</strong> which aims to support the education of underprivileged children</li><li><strong>Peacespark Foundation:</strong> Welfare of women and children</li></ul>\n\n\n\n<p>12 volunteers immediately signed up to build websites for these non-profits. Not everyone could participate due to personal challenges related to COVID-19, but the teams worked hard to complete the work within the stipulated time. As a result of all that hard work, two non-profit sites were launched, and one is in the pipeline!</p>\n\n\n\n<p><strong>Peacespark Foundation:</strong> <a href=\"https://www.peacespark.org/\">https://www.peacespark.org/</a></p>\n\n\n\n<a href=\"https://i2.wp.com/wordpressfoundation.org/content/uploads/2021/08/image.png?ssl=1\"><img /></a>A screenshot of the Peacespark Foundation website created by the do_action Karnataka 2021 team.\n\n\n\n<p>The website of Peacespark Foundation was built by <a href=\"https://www.linkedin.com/in/venkatesh-kumar-s-r-945b8821/\">SR Venkatesh</a> (project manager) and <a href=\"https://profiles.wordpress.org/harishanker\">Hari Shanker</a> (content writer). Venkatesh collected all the content and the photos from the non-profit, and he was also in constant communication with the team. He also single-handedly designed and developed the website for the team! Since the content manager volunteer could not join on time, Hari stepped in to prepare the content for the site. As a result, the site was ready well within the deadline, and the non-profit was happy and grateful!</p>\n\n\n\n<p><strong>Vridhi Foundation: </strong><a href=\"https://vridhifoundation.org/\">https://vridhifoundation.org/</a>: </p>\n\n\n\n<a href=\"https://i0.wp.com/wordpressfoundation.org/content/uploads/2021/08/image-1.png?ssl=1\"><img /></a>A screenshot of the Vridhi Foundation website created by the do_action Karnataka 2021 team.\n\n\n\n<p><a href=\"https://profiles.wordpress.org/nsuresha/\">N Suresha</a> (project manager), along with Hussna Hussain (content writer) and <a href=\"https://www.linkedin.com/in/ucriyaz/?originalSubdomain=in\">UC Riyaz</a> (designer) built the website for Vridhi Foundation. <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand Mane</a> helped with the multilingual translation plugin, the theme, and the required templates. <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a> set up the site and provided technical support during the development, as well. Together, the team worked in synergy to burn the midnight oil and deliver the site for the non-profit, which formally launched the same in a function at their premises, on August 15th! </p>\n\n\n\n<a href=\"https://i1.wp.com/wordpressfoundation.org/content/uploads/2021/08/image.jpeg?ssl=1\"><img /></a>Representatives of the Vridhi Foundation at their website launch event on August 15, 2021\n\n\n\n<p>Since representatives of Luv Kush foster home were out of the country during the hackathon, they couldn’t collaborate to give the content and the photos for the website. Most of the technical groundwork for their website is done, and it will formally be launched once the non-profit provides content for the teams. </p>\n\n\n\n<p>The hackathon would not be possible without the support of our kind sponsors who provided hosting, domain names, WordPress plugins/themes, and post hackathon support guarantees for all the non-profits. A big thanks to all of them! Our sponsors include:</p>\n\n\n\n<ul><li><a href=\"https://givewp.com/\">Give WP</a> – Who kindly sponsored a premium license for their flagship donation plugin</li><li><a href=\"https://yoast.com/\">Yoast</a> – Who kindly sponsored a premium license for their SEO plugin</li><li><a href=\"https://themeisle.com/\">Themeisle</a> – Who provided premium licenses for their theme</li><li><a href=\"https://wpjobopenings.com/\">WP Job Openings</a> – Who provided a license for their job board plugin</li><li><a href=\"https://wpgenius.in/\">WPGenius</a> – Who provided a translation plugin, templates, and themes</li><li><a href=\"https://www.premtiwari.in/\">Prem Tiwari</a> – Who has offered post-hackathon tech support for non-profits</li><li><a href=\"https://bluehost.in/\">Bluehost India</a> – Who provided hosting and domain names for all three non-profits</li></ul>\n\n\n\n<p>In addition to our sponsors, I wish to thank all stakeholders who helped make our event a grand success — especially our team of passionate volunteers and organizers who battled several personal challenges and a global pandemic to build an ever-lasting online presence for non-profits. Special thanks to the WordPress Foundation for supporting these do_action charity hackathons which empower non-profits across the globe, especially in these tough times.</p>\n\n\n\n<p>As we were wrapping up the event on the final day of the hackathon, I asked our team of organizers and volunteers one question: “Despite all the challenges, would you do this again?” They all answered in one resounding voice: “YES!” <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> </p>\n\n\n\n<p><em>On behalf of the do_action Karnataka 2021 Organizing team,<br /><a href=\"https://profiles.wordpress.org/yoga1103\">Yogesh Londhe</a></em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Feeling inspired, already? You can use WordPress for social good, by organing a <a href=\"https://doaction.org/\">do_action charity hackathon</a> in your own city! Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">our handbook</a> for more information. It just takes five minutes to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">fill out the application form</a>. So why wait? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">Apply now</a>!</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 05:45:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Yogesh Londhe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Adding Custom HTML Attributes With the Block Attributes Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/adding-custom-html-attributes-with-the-block-attributes-plugin?utm_source=rss&utm_medium=rss&utm_campaign=adding-custom-html-attributes-with-the-block-attributes-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3791:\"<p class=\"has-drop-cap\">Earlier this week, websevendev released its fourth WordPress plugin to the official directory named <a href=\"https://wordpress.org/plugins/attributes-for-blocks/\">Block Attributes</a>. The extension allows end-users to add any HTML attribute to nearly any block.</p>\n\n\n\n<p>One of the problems with the WordPress editor is that it can be a bit fussy about customizing HTML. Blocks are built on a set of standards, and the markup is supposed to meet those expectations. If something does not fit, users see an invalid markup warning.</p>\n\n\n\n<p>However, there are times when users need to drop in a custom HTML attribute for various reasons. For example, I sometimes need to add a custom <code>data-</code> attribute for working with a bit of JavaScript. Since I know my way around code well enough, I typically write out the HTML in those situations via the Custom HTML block. But, that does not make sense when minor attribute additions are called for.</p>\n\n\n\n<p>WordPress currently allows users to add classes and IDs (called an “HTML anchor” in the admin) to almost every block. It does not allow for direct input of the dozens of other possible attributes that HTML supports. The use cases for the average user are few and far between.</p>\n\n\n\n<p>For those scenarios where some users could use the extra feature, the Block Attributes plugin is handy.</p>\n\n\n\n<p>The plugin is straightforward to use. It adds a new field named “Additional attributes” under the Advanced tab of every block. Users can add the attribute name and click the “Add” button. From there, it creates a new field for adding the attribute value.</p>\n\n\n\n<img />Adding an <code>onclick</code> attribute to a Button block.\n\n\n\n<p>The plugin also supports multiple attributes. Once you add one, you simply use the same input field to create more.</p>\n\n\n\n<p>For my first test drive, I added a simple <code>onclick</code> attribute with a value of <code>myFunction()</code>. Then, I hopped over to my theme and created that function via JavaScript to output a simple message in the console. Everything looked good under the hood, and it worked.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>HTML view and console with custom JS for a Button block.\n\n\n\n<p>Most of the use cases I have in mind are for integrating with JavaScript, and this was a simple example of what is possible. There are far more complex things a developer could do with such a feature. That is reason enough to keep this plugin in the toolbox — sometimes you need a wrench instead of a hammer.</p>\n\n\n\n<p>I could also see Block Attributes being used for adding ARIA attributes in other situations where it might aid accessibility.</p>\n\n\n\n<p>Users could add custom styles to a specific block via a <code>style</code> attribute with the plugin. However, unless this is a simple one-off, I would recommend against it. For more advanced use cases, <a href=\"https://wordpress.org/plugins/blocks-css/\">Blocks CSS</a> is a far more suitable plugin. It has a built-in syntax highlighter. Plus, a textarea is friendlier than a one-line text input box.</p>\n\n\n\n<p>The only downside to Block Attributes I have seen is upon deactivation. You will see the dreaded “this block contains unexpected or invalid content” message in the editor if you have added any custom attributes. The editor has managed to resolve any issues I have run into with the core blocks.</p>\n\n\n\n<img />Resolving block warning after deactivating plugin.\n\n\n\n<p>Deactivating the plugin should not affect the front-end output. Because the custom attributes are a part of the HTML markup, they will still be there. The error message should only show in the editor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Aug 2021 23:27:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordPress Classic Editor Support Extended for at Least Another Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/wordpress-classic-editor-support-extended-for-at-least-another-year?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-classic-editor-support-extended-for-at-least-another-year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7276:\"<p class=\"has-drop-cap\">Last week, I reached out to several members of the core WordPress committers to see if we could get an official word on whether <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> support would continue beyond the mere months it seemingly had left to live. I received a semi-official answer but was asked to hold off on publishing for a more detailed and nuanced response.</p>\n\n\n\n<p>Earlier today, WordPress executive director Josepha Haden Chomposy <a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\">announced the official decision</a>. It was just as expected. The WordPress project would continue supporting the Classic Editor plugin for a while longer.</p>\n\n\n\n<p>“At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer,” she wrote. “After discussing this with Matt [Mullenweg], it’s clear that continuing to support the plugin through 2022 is the right call for the project as well as the community.”</p>\n\n\n\n<p>As of now, classic users have a one-year extension.</p>\n\n\n\n<p>However, the plugin will not suddenly stop working on December 31, 2022. That is merely the current deadline for the “full support” phase. It should continue working well beyond whatever date is set for that support window to close.</p>\n\n\n\n<p>Designer Mark Root-Wiley reached out to WP Tavern <a href=\"https://twitter.com/MRWweb/status/1427422379047743495\">via Twitter</a> last week, but others had been asking the same question for a while. For some, they needed to know if they could continue supporting specific client needs. For others, it was a bludgeon to use in conversations for all editor-related things. Whatever the reason, before today, the last word had been from a <a href=\"https://make.wordpress.org/core/2018/11/07/classic-editor-plugin-support-window/\">Make Core post in November 2018</a>.</p>\n\n\n\n<p>“The Classic Editor plugin will be officially supported until December 31, 2021,” wrote core contributor Gary Pendergast in that three-year-old announcement. It was a shock for many at the time, uncertain whether the new block system would meet their needs.</p>\n\n\n\n<p>While three years may have seemed like plenty of time to ditch the classic in favor of the modern WordPress editor, the current stats show that the project still has a few miles yet to go.</p>\n\n\n\n<p>Currently, there are over 5 million active installations of the Classic Editor plugin. I am still waiting for a more specific tally, but no one has provided an answer yet. At best, we think the counter turns over at 10+ million, so we can speculate on the floor and ceiling for possible usage.</p>\n\n\n\n<p>Active installs are not the entire picture either. For example, we have the plugin installed here at the Tavern for legacy reasons but do not use it in our day-to-day work. We can likely disable it altogether. <a href=\"https://wptavern.com/wordpress-telemetry-proposal-addresses-long-standing-privacy-concerns-as-gdpr-compliance-deadline-looms\">WordPress has no telemetry system</a> for tracking the usage of such features. While the install total will not always make the picture clear, the current number supports the push for continued maintenance.</p>\n\n\n\n<p>“I think it’s important to note that the plugin is not going anywhere,” said core committer Jonathan Desrosiers. “It will continue to be listed on the .ORG repository for the foreseeable future.”</p>\n\n\n\n<p>He pointed out that understanding the next phase of the Classic Editor plugin meant looking into the level of effort required to support it since 2018. The overwhelming majority of the changes in that nearly three-year timeframe have come down to keeping up with:</p>\n\n\n\n<ul><li>Text changes.</li><li>Adjustments to prevent warnings/errors and promote consistency across supported PHP versions.</li><li>Changes to deprecated action/filter hook calls.</li></ul>\n\n\n\n<p>“It’s been almost three whole years, and the plugin has largely required very little maintenance to continue functioning, and the bulk of maintenance has been to limit warnings and notices in debug logs,” he said.</p>\n\n\n\n<p>The goal of the Classic Editor plugin was to help ease the transition to the block editor. Thus far, there have been eight major WordPress releases since the switch in version 5.0.</p>\n\n\n\n<p>“There’s a theory called the diffusion of innovations that looks to explain how, why, and at what rate new technology spreads,” said Desrosiers. “It separates adopters into several groups based on when they are willing to take the jump: innovators, early adopters, early majority, late majority, and laggards. I truly think that we have seen a good portion of the late majority beginning to move towards using the block editor. This can also be confirmed by the plugin’s install growth, which has been slowing and plateauing this year.”</p>\n\n\n\n<p>He had expected the previous deadline to mark the next stage of the Classic Editor plugin, called the “sunset” phase. It would be a time when the WordPress project moved from full support to encouraging late adopters to transition to the current editor to get the plugin’s numbers down.</p>\n\n\n\n<p>“The context I gave previously shows that, until now, that the level of effort needed to keep the plugin working on newer versions of WP has been pretty minimal,” said Desrosiers of the potential sunset phase. “I expect that pattern to continue thanks to backward compatibility. If any security issues or major problems are encountered, they’ll, of course, be fixed. Any incompatibilities with the plugin and newer versions of WP will be considered on a case by case basis, but little to no time will be put towards bug fixes.”</p>\n\n\n\n<p>However, this sunset phase will have to wait. We will not see it until at least the current support window closes on December 31, 2022. WordPress project leaders will need to reevaluate the plugin’s lifespan at that point.</p>\n\n\n\n<p>The other looming question would be whether core WordPress would move specific pieces of its system to the Classic Editor plugin, such as allowing custom post types to support the old editor or the meta box API.</p>\n\n\n\n<p>“There are no plans at this time to move any of the underlying ‘classic’ parts from core to the plugin,” said Desrosiers. “I’m sure that removing these parts will be evaluated at some point in the future, but when that will be is not clear.”</p>\n\n\n\n<p>Even when official Classic Editor support reaches a hard deadline, it does not mean such a traditional editing experience will cease to exist. Plugins like <a href=\"https://wordpress.org/plugins/disable-gutenberg/\">Disable Gutenberg</a> have promised longer lifespans than the initial support window, and other editor projects will undoubtedly arise if there is wide enough demand.</p>\n\n\n\n<p>“The block editor has come a long way, and I encourage everyone that has not yet given it a second chance (late adopters) to do so,” said Desrosiers. “You may be pleasantly surprised.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 19:56:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress.org blog: An Update on the Classic Editor Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1569:\"<p>Before the release of WordPress 5.0 in 2018, the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor plugin</a> was published to help ease the transition to the new block editor. At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer. After discussing this with Matt, it’s clear that continuing to support the plugin through 2022 is the right call for the project as well as the community.</p>\n\n\n\n<p>Still, if you’ve been putting off using the block editor, this is an excellent time to give it another shot. Since it first appeared in 2018, hundreds of WordPress contributors have made a lot of updates based on user feedback. You will be pleasantly surprised at how far it’s come!</p>\n\n\n\n<p>Big thanks to everyone who has been working on WordPress, Gutenberg, and the Classic Editor plugin. And thank you to every WordPress user and tester who has provided the feedback we need to make the software even better.</p>\n\n\n\n<p>~ Josepha</p>\n\n\n\n<p><em>Returning to the block editor for the first time in a long time? You can give feedback early in the process by <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">joining the outreach program</a>! Looking at it for the first time ever? <a href=\"https://learn.wordpress.org/workshops/?series=24&topic=&language=&captions=\">Get your bearings with some workshops</a> or <a href=\"https://wordpress.org/support/article/wordpress-editor/#how-does-the-block-editor-work\">check out this demo</a>!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 16:51:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"HeroPress: Never give up on your dreams – Moet nooit jou drome laat vaar nie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4049\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://heropress.com/essays/never-give-up-on-your-dreams/#utm_source=rss&utm_medium=rss&utm_campaign=never-give-up-on-your-dreams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6608:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/08/082421-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: You are never too old to make your dreams come true.\" /><p><a href=\"https://heropress.com/feed/#afrikaans\"><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">Die opstel is ook beskikbaar in Afrikaans.</span></a></p>\n<p>For years and years, I always wanted to do websites. I dabbled in coding with HTML and CSS had one website go live within 3 months, but everybody who has done coding, also know, that it is very time consuming, something as a mom, I don’t have much of. I made the decision to not pursue my dream of website designing. But I never gave up on that dream.</p>\n<p>Right now, I am a 41 mom of two teenagers, ages 17 and 12, I was pretty set in my ways in terms of my career for a very long time. But when getting closer to my 40’s, I knew I wanted more. I knew I had the capabilities for WordPress, but never had to opportunity or given the chance to dabble in it.</p>\n<h3>How It All Began</h3>\n<p>My journey in Graphic Design started way back in 2003 with Photoshop Version 6 and Coreldraw X3. I loved it right from the start, but knew there was more to graphic design, then just that. Websites was a pretty new thing to me, but always felt intrigued by it.</p>\n<p>Fast-forward to the beginning of 2020, 17 years later with loads of experience in Graphic Design, it was time for a change. There was always this gap, that just couldn’t get filled in terms of my career. Yet, I still remembered my dream. On 3 February 2020, I started a new job, but still in graphics and just before Covid hit our shores. Needless to say, that job turned into a freelance work from home job.</p>\n<blockquote><p>It was a really rocky period financially, as in freelancing, you get paid for what you do, and it just wasn’t happening.</p></blockquote>\n<p>In August of the same year, I received a text from someone, wanting to know if I am still available for work, knowing that I don’t know anything about Website/WordPress design. I had a background in HTML and CSS, but not enough. I still got the job, it’s not a high paying salary, but I get to work from home.</p>\n<h3>Everything After</h3>\n<p>WordPress changed my life in a big way, I don’t know other WordPress designers as I am self-taught. Fortunately, with Google and Youtube, as well as some connections made with the new job, my journey in WordPress started.</p>\n<p>I have designed 4 websites that I maintain, with another one that is under construction as well as one or two more in the pipeline.</p>\n<blockquote><p>I asked a lot of questions when all this happened, like why did this happen?</p></blockquote>\n<p>Why did it have to be me? A year later, I know the answer. I had to go through some struggles to really learn the value of what we have, it’s not how much you have, but what you have. At the moment, I work from home and absolutely love what I do.</p>\n<p>If there is one lesson to be learnt from my story, don’t give up on your dreams, you are never too old to achieve that dream and be really good at it.</p>\n<h1 id=\"afrikaans\">Moet nooit jou drome laat vaar nie</h1>\n<p>Vir jare en jare wou ek altyd webwerwe doen. Ek het begin om met HTML en CSS te kodeer, het een webwerf binne 3 maande gehad, maar almal wat kodering doen weet dat dit baie tydrowend is, iets wat ek as ‘n ma, nie veel van het nie. Ek het die besluit geneem om nie my droom van webwerf-ontwerp na te streef nie. Maar ek het nooit die droom opgegee nie.</p>\n<p>Huidiglik, is ek is ‘n 41 jarige ma van twee tieners, hulle is 17 en 12 jaar oud. Ek was baie lank gevestig in my loopbaan. Maar hoe nader ek aan my veertigerjare gekom het, het ek geweet, ek wou ek meer hê. Ek het geweet dat ek die vermoëns vir WordPress gehad het, maar ek het nooit die geleentheid gehad of was nooit geoffer om dit te gebruik nie.</p>\n<h3><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">Hoe dit alles begin het</span></h3>\n<p>My reis in grafiese ontwerp het al in 2003 begin met Photoshop weergawe 6 en Coreldraw X3. Ek was van die begin af mal daaroor, maar ek het geweet dat daar meer aan grafiese ontwerp was, dan net dit. Webwerwe was vir my ‘n redelike nuwe ding, maar ek was altyd daarin gefassineer.</p>\n<p>Spoed vorentoe na die begin van 2020, 17 jaar later en met baie ervaring in grafiese ontwerp, dit tyd vir ‘n verandering. Daar was altyd hierdie leemte wat in my loopbaan net nie gevul kon word nie. Tog onthou ek nog my droom. Op 3 Februarie 2020 het ek ‘n nuwe werk begin, maar nog steeds in grafies en net voor covid ons oewers getref het. Nodeloos om te sê, die werk het verander na ‘n vryskutwerk wat van die huis af gedoen was.</p>\n<blockquote><p>Dit was finansieel ‘n baie rotsagtige periode, met vryskut werk, word jy betaal vir wat jy doen, ek het gesien, dit gaan nie werk nie.</p></blockquote>\n<p>In Augustus van dieselfde jaar het ek ‘n whatsapp van iemand ontvang wat wil weet of ek nog beskikbaar is vir werk. In die wete dat ek niks weet van webwerf of WordPress – ontwerp nie. Ek het ‘n agtergrond in html en css gehad, maar dit was nie genoeg nie. Ek het nog steeds die pos gekry, dit is nie ‘n hoë salaris nie, maar ek werk van die huis af.</p>\n<h3><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">Alles Daarna</span></h3>\n<p>WordPress het my lewe grootliks verander, ek ken nie ander WordPress ontwerpers nie, aangesien ek myself geleer het. Gelukkig, met Google en Youtube, asook ‘n paar verbintenisse met die nuwe werk, het my reis in WordPress begin.</p>\n<p>Ek het vier webwerwe ontwerp wat ek onderhou, met nog een wat gebou word, asook nog een of twee wat in die pyplyn is.</p>\n<blockquote><p>Ek het baie vrae gevra toe dit alles gebeur het, soos hoekom het dit gebeur?</p></blockquote>\n<p>Waarom moes dit ek wees? ‘n Jaar later weet ek die antwoord. Ek moes bietjie sukkel om werklik die waarde van wat ons het te leer, dit is nie hoeveel jy het nie, maar wat jy het. Op die oomblik werk ek tuis en hou absoluut van wat ek doen.</p>\n<p>As daar een les uit my verhaal is om te leer is, moenie moed opgee om jou drome te volg nie; jy is nooit te oud om die droom te verwesenlik nie.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/never-give-up-on-your-dreams/\">Never give up on your dreams – Moet nooit jou drome laat vaar nie</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 06:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Pam Woest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Google Search Completes Rollout of Link Spam Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://wptavern.com/google-search-completes-rollout-of-link-spam-update?utm_source=rss&utm_medium=rss&utm_campaign=google-search-completes-rollout-of-link-spam-update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3293:\"<p>Google announced today that it has completed its rollout of the link spam update, which was started a month ago. In an effort to combat sites using spammy links to manipulate rankings, the search engine has developed more effective ways to identify and nullify link spam across multiple languages. The update took a couple weeks longer than anticipated but the algorithmic changes that re-assess the ranking of improperly qualified links has now been fully rolled out.</p>\n\n\n\n<p>Commercial linking can be differentiated from link spam by <a href=\"https://developers.google.com/search/docs/advanced/guidelines/qualify-outbound-links\">specifying the appropriate <code>rel</code> attribute</a>. For example, affiliate links must be identified to the search engine by <a href=\"https://developers.google.com/search/docs/advanced/guidelines/qualify-outbound-links\"> rel=”sponsored”</a> in order to not trigger any negative effects from the most recent update. Website owners and content creators should be aware of the search engine’s requirements when publishing affiliate links or sponsored/guest posts. While it is appropriate and ethical to disclose commercial links in the content of the post, this is no longer sufficient for Google.</p>\n\n\n\n<p>A <a href=\"https://developers.google.com/search/blog/2021/07/link-tagging-and-link-spam-update\">post</a> on the Google Search Central blog warns that this update carries a more strict response for sites that do not properly qualify commercial links: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>When we detect sites engaging in either publishing or acquiring links with excessive sponsored and guest posting without proper link tags, algorithmic and manual actions may be applied, similar to affiliate links.</p></blockquote>\n\n\n\n<p>WordPress users who rely on plugins to manage sponsored and affiliate links will want to check to ensure they support the proper tagging for commercial links. <a href=\"https://wordpress.org/plugins/pretty-link/\">Pretty Links</a>, a link management and tracking plugin used by more than 300,000 WordPress sites, added support for the sponsored rel tag in <a href=\"https://wordpress.org/plugins/pretty-link/#developers\">version 3.1.0</a>, along with sponsored toggle support in the block and TinyMCE editors. <a href=\"https://wordpress.org/plugins/thirstyaffiliates/\">ThirstyAffiliates</a>, another popular plugin active on more than 40,00 installs, has a <a href=\"https://wordpress.org/support/topic/requirement-to-use-sponsored-tag-for-affiliate-links/\">global setting for adding rel attribute tags</a> to links, which can also be adjusted on a per-link basis.</p>\n\n\n\n<p>The are many other affiliate link management, tracking, and cloaking plugins out there that may not have been updated with settings for easily designating <a href=\"https://developers.google.com/search/docs/advanced/guidelines/qualify-outbound-links\"><code>rel</code></a>attributes in links. Those who do not want to have negative effects from the link spam update may need the ability to bulk update their links to comply. If you rely on a link management plugin, it’s a good idea to check the plugin’s settings, and alternatively the plugin’s changelog, to see what features are supported. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 04:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: Why Did You Start Using WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://wptavern.com/why-did-you-start-using-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=why-did-you-start-using-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5067:\"<img />\n\n\n\n<p class=\"has-drop-cap\">If there was a question that ever made me start feeling old, it might be this one. Last week, Marcel Bootsman <a href=\"https://twitter.com/mbootsman/status/1428407620273049605\">asked via Twitter</a>, “Why did you start to use WordPress?”</p>\n\n\n\n<p>WordPress community members chimed in with all sorts of reasons for hopping aboard, and Jeff Chandler of WP Mainline <a href=\"https://wpmainline.com/2021/08/19/the-one-feature-that-got-me-to-start-using-wordpress/\">shared his journey</a> on his site. These are the sort of discussions of nostalgia that I live for. What follows is my story.</p>\n\n\n\n<p>I began blogging in 2003. A friend had introduced me to a <a href=\"https://www.reddit.com/r/nostalgia/comments/2pwkgu/does_anyone_remember_expagecom/\">now-defunct service called Expage</a>. We mostly used it similarly to the early Myspace craze, adding things such as shout-outs to friends, random GIFs, scrolling marquee text, and midi files that blared as soon as a visitor landed on the page. But, I soon began learning how to link together multiple “Expages” (you only got one page), eventually building something of a journal.</p>\n\n\n\n<p>After realizing the limitations of creating multiple accounts and passwords for different pages, I found Yahoo! GeoCities. After a short-lived stint with the service and being stifled by its roadblocks, I soon upgraded to a web hosting plan offered by Yahoo! with full PHP support. That meant I could do dynamic things like having multiple text files to store my blog post entries.</p>\n\n\n\n<p>Thus, began my journey into building my own blogging system. Over the next couple of years, I kept my online journal open to the world with what felt like duct tape and old-fashioned grit. I tried WordPress at some point along the way and took a dive into PHP-Nuke and a couple of others. I then jumped back to my own system. I knew just enough PHP to be a flashing beacon for hacker-bots to push those little blue pills if they had ever bothered looking in my direction. Of course, my blog was so obscure that its glaring security holes did not register on any radar.</p>\n\n\n\n<p>It was a week after I turned 21. On May 8, 2005, I had decided to get serious — yet again — about fixing my digital playground of a website. I would ditch any efforts of moving everything over to WordPress or another CMS. I was a lone wolf and was going to trek into the world <em>wild</em> web with nothing but my existing knowledge and instincts.</p>\n\n\n\n<p>It was a fun era on the web for me. I was also a college student with an ever-changing list of interests, often varying by the day. Building a custom blogging system has never been an easy feat, and managing it all through plain text files had become a burden.</p>\n\n\n\n<p>A mere five days later, I caved on my dream of managing a custom platform, but I needed to do so for my own sanity.</p>\n\n\n\n<p>I simply began using WordPress because it made it easy to manage blog posts.</p>\n\n\n\n<p>There were no special features like the editor, custom post types, or anything else that has brought so many others to the project. It was simply having a nicely organized posts management screen and the output of those posts on the front end. Relative to other systems at the time, it was also easy to install.</p>\n\n\n\n<p>At the time, I probably did not think much of it. It was just another project in a line of others that I had tested, but I am happy I took the leap. WordPress has given me a career and, often, a purpose in life. It allowed me to grow as a developer, designer, and writer.</p>\n\n\n\n<p>It may be blasphemy to say such things in WordPress circles, but my personal blog no longer runs on our beloved platform. After all these years, I have come full circle. My original goal was to build a flat-file blogging system, even though I did not know there was a name for such a thing back in the early-to-mid 2000s. I also did not have the requisite knowledge to build it at the time. However, in 2018, I coded my own system from scratch, and I loved every minute of that initial build. In part, I had a new project to tinker with, but it also carried a bit of the nostalgic factor of re-pioneering my early foray into the web.</p>\n\n\n\n<p>While a custom blogging platform works for my own purposes, it makes me appreciate WordPress even more. It is hard to understand how much work goes into something as seemingly simple as the front-end architecture until you build it from the ground up. And, let us just skip over any talk of creating a secure and accessible admin interface that is user-friendly.</p>\n\n\n\n<p>For any serious endeavor, WordPress is still my go-to solution — <em>my personal site is a playground where I can afford to break things, after all</em>. After our 16-year relationship, I do not see that changing at any point soon. As always, something exciting is around the corner. The platform keeps me on my toes, and I cannot imagine a world without it.</p>\n\n\n\n<p>How or why did you begin using WordPress?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Aug 2021 23:40:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Gallery Block Refactor Expected To Land in WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121711\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/gallery-block-refactor-expected-to-land-in-wordpress-5-9?utm_source=rss&utm_medium=rss&utm_campaign=gallery-block-refactor-expected-to-land-in-wordpress-5-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4838:\"<p class=\"has-drop-cap\">Last week, a <a href=\"https://github.com/WordPress/gutenberg/pull/25940\">GitHub pull request</a> I had been watching since October 2020 on the Gutenberg repository was finally merged into the codebase. It changes the structure of the WordPress Gallery block to be a container for nested Image blocks. The new format is expected to land in WordPress 5.9.</p>\n\n\n\n<p>For those who want to begin testing it early, it should ship with Gutenberg 11.4 next week. However, you can <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/#nightly\">grab the nightly test version</a> from Gutenberg Times to see it in action now. To use the new Gallery format, you must enable it from the Gutenberg > Experiments admin screen.</p>\n\n\n\n<p>“If you have ever added a custom link to an image block and then tried to do the same on a Gallery image, you will understand the frustration and confusion of not having consistency between different types of image blocks,” wrote Glenn Davies in the <a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">refactor announcement post</a>. “This inconsistency is because the core Gallery block stores the details of the included images as nested <code><img></code> elements within the block content. Therefore, the images within a gallery look and behave different from images within an individual image block.”</p>\n\n\n\n<p>At the surface level, the Gallery block refactor does not change much for many users. They will still add images to galleries as they have for years. However, for more advanced usage, it opens a world of possibilities.</p>\n\n\n\n<p>One oft-requested feature is the ability to add links to individual images in galleries. In the past, users could only link to attachment pages or the media file itself. Both options applied to all images. With the most recent change, users can modify each Image block, including customizing its link.</p>\n\n\n\n<img />Adding a link to an Image block within a Gallery.\n\n\n\n<p>While this allows for handling something as simple as links, there is so much more that users could do.</p>\n\n\n\n<p>In a theme that I have been building, I have a custom Gallery block style that allows users to create a group of images with a Polaroid-style frame around them. It is something fun for folks who do not want the all-business-all-the-time look. Sometimes, I like to throw in a bit of whimsy.</p>\n\n\n\n<img />Polaroid-style frame for galleries.\n\n\n\n<p>The problem with that block style is that it does not go far enough. For example, I also have Tilted Right and Tilted Left styles for individual Image blocks. However, users are unable to apply those within a Gallery. It would be easy to make those available to the entire set or randomize different “tilt” styles. However, the ideal method would be to control the design at the Image level.</p>\n\n\n\n<p>The same is true for other options. Users could do something fun like add block styles and mix in custom colors, borders, and more.</p>\n\n\n\n<img />Colored Polaroid-style frames with different “tilts.”\n\n\n\n<p>There are other fun things users might be able to do, such as alternating square and rounded styles:</p>\n\n\n\n<img />Alternating square and circle images.\n\n\n\n<p>The new structure may not be without some issues early on. WordPress will likely continue supporting the old format for a while for backward compatibility. All new Gallery blocks will be in the new. However, core should eventually automatically transform the old markup over.</p>\n\n\n\n<p>Theme authors who have added custom CSS will be those with the most potential work ahead. Attempting to support both the new and old markup could be an exercise in frustration. The new Gallery block has broken output with my custom theme — margins and widths are off.</p>\n\n\n\n<p>All styles for the new format begin with, at least, <code>.wp-block-gallery.blocks-gallery-grid.has-nested-images</code>. This will likely overrule custom theme styles. I have yet to figure out the obsession with chaining selectors in the core code. It creates a ton of code bloat and forces theme authors into a specificity battle. I am hoping this gets dialed back a bit. Either way, theme authors have plenty of time to test and implement any fixes if needed.</p>\n\n\n\n<p>In the long term, I am excited about the potential of breaking away from the idea of <em>just</em> adding images to galleries. For example, I would love to see a grid option for something like the following:</p>\n\n\n\n<img />Gallery with quote.\n\n\n\n<p>Nesting a quote in the middle of my image gallery could be a fun block pattern idea that does not rely on a mishmash of stacked Column blocks. We will see what the future holds.</p>\n\n\n\n<p>For now, turning Gallery blocks into containers is a welcome step.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Aug 2021 00:37:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WordPress.org blog: WP Briefing: Episode 15: A Very WordPress Blooper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/episode-15-a-very-wordpress-blooper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8883:\"<p>Ever wonder what it’s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha’s bloopers.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11146\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. Normally I talk to you about WordPress and stuff, but I figured that we all need a little levity in our lives right now. So today’s episode is actually just a series of bloopers and mistakes that I’ve made while recording. When I was preparing for this podcast, no one mentioned the deep weirdness of standing alone in your closet talking to yourself, nor did they realize just how lost I can get in the surpassingly, lovely lyricism of a lilting line, and then just have no idea what I’m supposed to be reading in the script that I wrote for myself. So, my dear friends, I hope these bring you a little laugh. And if we’ve got any luck at all, you may also hear me singing to myself, my computer, or about how terrible my talking just was. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:12</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. I know I wasn’t going to sit boop, boop. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:21</p>\n\n\n\n<p>I messed up the thing where I’m talking about how I mess up, of course. I’m going to do it one more time, and you can choose whatever is a reasonable thing there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:33</p>\n\n\n\n<p>Because we had such a lengthy WP Briefing, WordPress, I’m going to just start that over again. Sorry, everyone.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:42</p>\n\n\n\n<p>My friends. Oh, no. I don’t know how I end my own show. How do I end my own show? There we go. Sorry. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:52</p>\n\n\n\n<p>That was a weird way to say that. I’m going to start over again from the transition. And then we’re just going to go straight through to the end. Maybe.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:03</p>\n\n\n\n<p>The names that… I sound weird. I sound like I don’t know what my words are. And I said I wrote the words. I said I was all going to go in one go, and I’m a liar today. Okay, here we go. For realsies!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:16</p>\n\n\n\n<p>Final first last take. Here we go. Sorry, I made myself laugh. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:22</p>\n\n\n\n<p>Matt Mullenweg. And, and I, I’m also in that group. I don’t know why I said that like it was a surprise. I have me too. I’m also in there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:33</p>\n\n\n\n<p>Ugh, I ran out of air. For reasons, it was a short sentence. I don’t know why I ran out of air. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:43</p>\n\n\n\n<p>Coming out on April 14. That’s not true. It’s April 13. Right?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:50</p>\n\n\n\n<p>On the form below to share the. Pfft – what are the things! </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:58</p>\n\n\n\n<p>This is WP Briefing episode seven, no title because I don’t know what to call it because I gave it a title already. I gave it two titles, and then couldn’t remember why I gave it those titles. So I’ll come up with a title before we publish it. But I also have no idea what it is. I’m going to ask for help. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:17</p>\n\n\n\n<p>Testing project since I have too many commas, and I really believed in my comma when I said it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:24</p>\n\n\n\n<p>Prior to Gutenberg… pfft. Open source software like WordPress. I was going to smash that sentence into half a sentence. I was going to say when you know what you’re workussing on you have a solution which is not my friends of thing. So, I am just going to say the sentence again. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:47</p>\n\n\n\n<p>I was sitting over here wringing my hands for some reason during that entire list. And so if you can hear me wringing my hands, which would be a whole new height of anxiety for anyone, you let me know, and I will rerecord that also.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:00</p>\n\n\n\n<p>Get a concept of. Nope, this is a lie. Get a concept of where to get your tickets is the silliest thing. I’m starting over from the small list of big things. Also, because I got too excited about how big my list is. I am going to get that excited again. But I will try not to shout about it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:17</p>\n\n\n\n<p>“Humming intro song” Dun dun dun dun dun. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:23</p>\n\n\n\n<p>Sorry, I had to scroll up, and I try not to scroll up when I’m talking in case maybe my whole computer turns into a microphone. Sorry, I’m just going to keep going because this has been a fine take so far. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:34</p>\n\n\n\n<p>Mercy! I have words that I can say with my mouth. They aren’t these words today. It seems.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:45</p>\n\n\n\n<p>Build up to… Oh my goodness. My stomach grumbled, and this microphone, I know, picked it up. And so I’m going to redo bullet two so that we don’t just have a small monster under the bed in the middle of the podcast. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:03</p>\n\n\n\n<p>Also, like DEI, I feel s—Eh – maybe I should say, DEI, somewhere in there, so it’s clear for people cause I’m talking to people and not actually a screen. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:17</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, getting things to people. And those concepts are… I guess I could say the thing, hold on one second, I can do it. I feel like I’m chopping up my words like I’m not really breathing very well. So I apologize. But here we go again.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:58</p>\n\n\n\n<p>Don’t include that one. Sorry, I’m so nervous about this episode that, like, my mouth is getting dry, and I worry that you can hear it, and it drives me nuts every time I hear podcasters with a dry mouth, and you can just like hear it clicking and always stresses me out. I’m like, someone should give that poor thing a drink of water. And I just know I’m going to feel that way about myself later. And so I’m trying to stay hydrated, but it also means that I have to stop every two paragraphs and take a drink of water. I apologize for that interlude. I am about to start again, at my next section, which is like, halfway through.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:39</p>\n\n\n\n<p>Also, I learned that you can hear me swallowing my water with this microphone because it is a spectacular microphone. And so, I apologize for that as well. All right. Here I go. I’m going to do it all in one take. Watch me. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:56</p>\n\n\n\n<p>But I also have questions, especially about how to move everything forward. Mm-hmm. Whoops. I put especially in the wrong spot. But I also thought…</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:10</p>\n\n\n\n<p> Ta da, we did it. Gosh, that’s a short one. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:16</p>\n\n\n\n<p>I did it. Where’s my where’s my turning offing button. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:22</p>\n\n\n\n<p>Tada! And scene and done.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Aug 2021 22:14:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Akismet: Version 4.1.11 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://blog.akismet.com/2021/08/23/version-4-1-11-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:653:\"<p>Version 4.1.11 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:</p>\n<ul>\n<li>Added support for Akismet API usage notifications on Akismet settings and edit-comments admin pages.</li>\n<li>Added support for the deleted_comment action when bulk-deleting comments from Spam.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Aug 2021 18:05:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Josh Smith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordPress Contributors Actually Do Listen to Feedback and Engage With the Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/wordpress-contributors-actually-do-listen-to-feedback-and-engage-with-the-community?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributors-actually-do-listen-to-feedback-and-engage-with-the-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5622:\"<p class=\"has-drop-cap\">I am a writer. That gives me a license — not to be overused — to steer into hyperbole once in a while. I get to be critical, sometimes overly, because I can come back the next day and shower the WordPress project with praise. Perhaps, at times, I forget to be as fair or kind as I should be. Maybe I miss the mark when pointing out faults once in a while. I am sometimes simply wrong (as one reader <a href=\"https://wptavern.com/is-wordpress-development-really-all-that-hard-to-get-into-today#comment-390345\">recently pointed out</a>, that was the case with 90% of what I wrote). And, for those times that I do step out of bounds, I am sorry.</p>\n\n\n\n<p>However, it always comes from a genuine love of our community and loyalty to the WordPress mission.</p>\n\n\n\n<p>I had planned on writing about an upcoming feature change for WordPress today, but something more pressing came up. As I was working through that article, a new comment landed in my inbox for approval. It was on the borderline, that gray area where I had to determine whether it added enough value to the discussion. I felt like it needed a thoughtful reply and not the knee-jerk reaction I had initially written. It was gnawing at me because I knew few things could be further from the truth:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>When Matias and Justin respond to comments and ask the commenters to supply more details about the problems they mentioned, I doubt many will do that, since many of us already know that the WordPress developers don’t listen to us. They maybe pretend to listen, but the evidence shows that they do not. As one other commenter mentioned, we are suffering the tyranny of the minority.</p><cite><a href=\"https://wptavern.com/a-discussion-with-gutenberg-project-lead-matias-ventura-on-the-barrier-to-entry#comment-391573\">Christian Nelson</a></cite></blockquote>\n\n\n\n<p>It is disheartening when I see comments that state that the core contributors do not listen to users. However, I do understand where some of that sentiment may come from. There have been many pet features I have been passionate about that have never gotten the green light. Tickets that seemingly die out from lack of interest. Unresolved disagreements. It can become easy to think that you are shouting into the void.</p>\n\n\n\n<p>However, it is not because developers are not listening. That is not a fair statement to make.</p>\n\n\n\n<p>In my line of work, I follow nearly every aspect of the WordPress project. From Trac tickets to GitHub pull requests, from business acquisitions to theme development, I tend to dabble in a bit of it all.</p>\n\n\n\n<p>More often than not, I see others who care as deeply about the project as I do. I watch the core/inner developers — the folks who do the bulk of the work — gather and act upon as much feedback as possible. I see the same from people who are less in the public spotlight but just as vital to the community. Everything I see stands as overwhelming evidence that they listen. There is so much engagement on GitHub, Slack, and the Make blogs that I cannot keep up with it all.</p>\n\n\n\n<p>Matías Ventura, the Gutenberg project lead, has always been approachable and seems to care deeply about the project’s success. I cannot recall ever reaching out to anyone working on WordPress who did not respond, even when I approached them outside of my role as a writer for WP Tavern.</p>\n\n\n\n<p>I am amazed at how much time and energy Anne McCarthy puts into the FSE Outreach Program. Mostly, it is because I do not think I could do that job. For every complaint, criticism, or issue I have mentioned, she has dug up an existing ticket or filed a new one. She routinely does this for everyone who provides feedback on FSE.</p>\n\n\n\n<p>I could list name after name after name of others who do the same, going above and beyond their typical roles.</p>\n\n\n\n<p>Today, I was reminded that we all — including myself — sometimes need to step back and evaluate how we view this project and the people who are working on it.</p>\n\n\n\n<p>Thousands of people contribute code, documentation, design mockups, translations, and much more. There are plugin authors who see a problem they want to solve. Developers who figure out how to do something and write a tutorial. This, still, is barely scratching the surface.</p>\n\n\n\n<p>Contributing directly to the core project or being involved with the Make WordPress teams is often a thankless job. But, I am happy that so many are willing to bear the brunt of the criticism and continue working.</p>\n\n\n\n<p>Not everything we want will be implemented how or when we want it. Developers must balance each new feature or change against different, often conflicting, feedback. They do not always make the “right” call, but the best thing about software is that you can iterate upon it, bettering the platform from feedback on the earlier implementation.</p>\n\n\n\n<p>Sometimes, WordPress simply needs more folks contributing to create a new feature or implement a change. Developers are only human.</p>\n\n\n\n<p>We are all riding this ship together. We should strive to be kind and fair, avoiding blanket statements of the people who pour their hearts and souls into the project.</p>\n\n\n\n<p>If nothing else, let’s take folks at their word when they ask for more details about a problem. That could very well be the first step in actually finding a solution.</p>\n\n\n\n<p>Before stepping off my soapbox, I want to simply say one thing to those who contribute in any capacity to the WordPress project: thank you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Aug 2021 00:51:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Get Your Free Tickets to WordCamp US Online 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/get-your-free-tickets-to-wordcamp-us-online-2021?utm_source=rss&utm_medium=rss&utm_campaign=get-your-free-tickets-to-wordcamp-us-online-2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3259:\"<p>WordCamp US 2021 will be held online this year on October 1. The free, one-day event will be packed with speaker sessions, workshops, and networking opportunities for attendees.</p>\n\n\n\n<p>Organizers <a href=\"https://us.wordcamp.org/2021/call-for-speaker-nominations/\">opened the call for speaker nominees</a> earlier this month to speak on topics within the scope identified for this year: Connection, Contribution, and Inspiration:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We want to hear about unsung heroes doing great things with the latest WordPress releases, about successful businesses that could only have happened with WordPress, educators who are using WordPress with their students, and inspirational stories of community and connection. We also want to hear about innovative technology implementations and cutting edge design methods that can inspire site owners to do even more with WordPress. </p></blockquote>\n\n\n\n<p>The themes seem to be centered around the kinds of the stories one might hear at an in-person WordCamp around a meal, all of the organic connection that WordPress enthusiasts around the world have craved for the past 18 months. It’s impossible to recreate online but the event’s organizers are committed to spotlighting stories that will “help WordPress users find success with WordPress no matter how they use it.”</p>\n\n\n\n<p>The deadline to nominate speakers has passed, but those who were nominated can find a list of recommended topics on the <a href=\"https://us.wordcamp.org/2021/submit-your-talk/\">talk submission page</a>. Recommendations include block development, making and using block patterns, FSE (full site editing), why companies should prioritize open source contribution, inspiring WordPress stories, entrepreneurship, marketing, e-commerce, SEO, and more.</p>\n\n\n\n<p>Organizers seem set on bolstering the community during this difficult year of mostly online-only events. The talk submission page encourages speakers to find topics that will help users be successful on their journeys with WordPress:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>As our goals with programming this year aim towards creating content that will help WordPress users become more successful with the platform, your first submission could ideally be focused on teaching users something they didn’t know when they signed on for WordCamp US 2021. We want to ensure that the content covered at this year’s WCUS is memorable and shared, ensuring that, no matter if online, in-person or hybrid, all future WCUS events are seen as those not to be missed.</p></blockquote>\n\n\n\n<p>The deadline to submit talk ideas is August 22 and prospective speakers are limited to three ideas. Organizers receive hundreds of submissions every year (more than 500 in both 2018 and 2019) and speakers are encouraged to send only their best ideas. Selected speakers will be contacted by August 27 and announced August 31. All sessions will be recorded prior to the event and recorded talks are due September 23. </p>\n\n\n\n<p>Tickets for WordCamp US went on sale this week. They are free but you must <a href=\"https://us.wordcamp.org/2021/tickets/\">sign up on the registration page</a> for your entrance pass.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 21 Aug 2021 00:49:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"WPTavern: Jeremy Keith Resigns from AMP Advisory Committee: “It Has Become Clear to Me that AMP Remains a Google Product”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121664\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:281:\"https://wptavern.com/jeremy-keith-resigns-from-amp-advisory-committee-it-has-become-clear-to-me-that-amp-remains-a-google-product?utm_source=rss&utm_medium=rss&utm_campaign=jeremy-keith-resigns-from-amp-advisory-committee-it-has-become-clear-to-me-that-amp-remains-a-google-product\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7667:\"<p><a href=\"https://adactio.com/\">Jeremy Keith</a>, a web developer and contributor to the web standards movement, has <a href=\"https://adactio.com/journal/18350\">resigned from the AMP Advisory Committee</a>. Keith was selected for the committee last year, despite his well-documented criticisms of the AMP project. In his resignation email, he cites Google’s control of the project and its small percentage of open source parts as reasons for his growing resentment:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I can’t in good faith continue to advise on the AMP project for the OpenJS Foundation when it has become clear to me that AMP remains a Google product, with only a subset of pieces that could even be considered open source.</p><p>If I were to remain on the advisory committee, my feelings of resentment about this situation would inevitably affect my behaviour. So it’s best for everyone if I step away now instead of descending into outright sabotage. It’s not you, it’s me.</p></blockquote>\n\n\n\n<p>During his time with the committee, Keith worked on defining what AMP is and pushing for clarification on whether the project encompasses more than just a collection of web components. The Google-controlled AMP cache and validation aspects of the project were the most concerning in evaluating his continued participation. Although the <a href=\"https://blog.amp.dev/2020/12/14/releasing-a-new-c-amp-validator/\">AMP Validator is open source</a>, the rules for validation are controlled by Google:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I was hoping it was a marketing problem. We spent a lot of time on the advisory committee trying to figure out ways of making it clearer what AMP actually is. But it was a losing battle. The phrase “the AMP project” is used to cover up the deeply interwingled nature of its constituent parts. Bits of it are open source, but most of it is proprietary. The <a href=\"https://openjsf.org/\">OpenJS Foundation</a> doesn’t seem like a good home for a mostly-proprietary project.</p></blockquote>\n\n\n\n<p>When <a href=\"https://wptavern.com/amp-project-joins-openjs-foundation\">AMP joined the OpenJS Foundation</a> in 2019, skeptics hailed the transfer as “mostly meaningless window-dressing.” What Keith witnessed during his time with the advisory committee lends credit to these early doubts about AMP being able to gain independence from Google:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Whenever a representative from Google showed up at an advisory committee meeting, it was clear that they viewed AMP as a Google product. I never got the impression that they planned to hand over control of the project to the OpenJS Foundation. Instead, they wanted to hear what people thought of <em>their</em> project. I’m not comfortable doing that kind of unpaid labour for a large profitable organisation.</p><p>Even worse, Google representatives reminded us that AMP was being used as a foundational technology for other Google products: <a href=\"https://amp.dev/about/stories/\">stories</a>, <a href=\"https://amp.dev/about/email/\">email</a>, <a href=\"https://amp.dev/about/ads/\">ads</a>, and even some weird payment thing in native Android apps. That’s extremely worrying.</p></blockquote>\n\n\n\n<p>Keith’s experience echoes some of the claims in the ongoing <a href=\"https://wptavern.com/amp-under-fire-in-new-antitrust-lawsuit-against-google\">antitrust lawsuit against Google</a>, led by Texas Attorney General Ken Paxton and nine other state attorneys general. The complaint states that the transfer of the AMP project to the OpenJS Foundation was superficial:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Although Google claims that AMP was developed as an open-source collaboration, AMP is actually a Google-controlled initiative. Google originally registered and still owns AMP’s domain, ampproject.org. In addition, until the end of 2018, Google controlled all AMP decisionmaking. AMP relied on a governance model called “Benevolent Dictator For Life” that vested ultimate decision-making authority in a single Google engineer. Since then, Google has transferred control of AMP to a foundation, but the transfer was superficial. Google controls the foundation’s board and debates internally [REDACTED].</p></blockquote>\n\n\n\n<p>Keith was originally inspired by fellow dissenter Terence Eden to join the committee in hopes of making a difference. Eden eventually <a href=\"https://shkspr.mobi/blog/2020/12/i-have-resigned-from-the-google-amp-advisory-committee/\">resigned from the committee in December 2020</a>, after concluding that Google has limited interest in making AMP a better web citizen:</p>\n\n\n\n<p>“I do not think AMP, in its current implementation, helps make the web better,” Eden said. “I remain convinced that AMP is poorly implemented, hostile to the interests of both users and publishers, and a proprietary and unnecessary incursion into the open web.”</p>\n\n\n\n<p>Three days after Keith’s resignation, the foundation published a post titled, “<a href=\"https://blog.amp.dev/2021/08/16/an-update-on-how-amp-is-served-at-the-openjs-foundation/\">An update on how AMP is served at the OpenJS Foundation</a>.” The post seems to address Keith’s impression that Google does not intend to hand over control of the project.</p>\n\n\n\n<p>“When the AMP project moved to the OpenJS Foundation in 2019, our technical governance leaders shared a plan to separate the AMP runtime from the Google AMP Cache, and host the AMP runtime infrastructure at the vendor-neutral OpenJS Foundation,” OpenJS Foundation Executive Director Robin Ginn said. “OpenJS is happy to report that this complex task of re-architecting the AMP infrastructure is making tremendous progress thanks to input and guidance from the <a href=\"https://github.com/ampproject/meta-tsc\">AMP Technical Steering Committee</a> (TSC) and <a href=\"https://github.com/ampproject/meta-ac\">AMP Advisory Committee</a>, as well as thanks to the AMP Project and OpenJS teams for coming together despite the work and life challenges that were sometimes faced during the pandemic.”</p>\n\n\n\n<p>The statement reiterated AMP’s status as an open source project multiple times. Ginn did not elaborate on the “tremendous progress” but did announce a new development – the decision to be more hands-on in hosting AMP infrastructure. </p>\n\n\n\n<p>“What’s new is that after disentangling the AMP runtime from the Google AMP Cache, the OpenJS Foundation will manage the servers that deliver the AMP runtime files (the download server and the CDN),” Ginn said. “As planned, the OpenJS Foundation has been involved in the implementation of hosting the CDN and has been spending additional time to fully understand the technical requirements.”</p>\n\n\n\n<p>The OpenJS blog had not communicated any updates on the AMP project for nearly a year. While this post seems like a reaction to the news of Keith’s resignation, it publicly confirms that the teams are still working on the infrastructure transfer. In the end, this may not be enough to convince critics that AMP is not simply a Google product with a fancy affiliation designed to make it more appealing to detractors. So far, the project’s new home at the OpenJS Foundation has done little to bolster public opinion in the face of allegations that identify AMP as having an important role in Google’s anti-competitive practices.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Aug 2021 17:07:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Second Annual WPMRR Virtual Summit To Kick Off September 21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=119705\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/second-annual-wpmrr-virtual-summit-to-kick-off-september-21?utm_source=rss&utm_medium=rss&utm_campaign=second-annual-wpmrr-virtual-summit-to-kick-off-september-21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6885:\"<p class=\"has-drop-cap\">WPMRR is gearing up for its second annual <a href=\"https://wpmrr.com/\">WPMRR Virtual Summit</a> after the success of last year’s event. This year’s online-only conference will run from September 21 – 23. WPMRR and WP Buffs founder Joe Howard is hosting the event alongside guest host Brian Richards, the organizer behind WordSesh and WooSesh.</p>\n\n\n\n<p>The event is <a href=\"https://community.wpmrr.com/c/wpmrr-virtual-summit\">free to attend</a> for everyone. Even for those unable to make it, each session’s recording will be available via the <a href=\"https://www.youtube.com/channel/UC6VCdggAmKs85oGLDAwgZ8w\">WP Buff’s YouTube channel</a> at no cost.</p>\n\n\n\n<p>WPMRR and WP Buffs will be donating $1 per registrant and $1 per comment posted during all three summit days to <a href=\"https://www.lawyersforgoodgovernment.org/\">Lawyers for Good Government</a>, a non-profit organization of lawyers with a mission to fight for equal rights, opportunities, and justice.</p>\n\n\n\n<p>A formal announcement of the speaker lineup and schedule is expected next week. As of now, all speakers are confirmed.</p>\n\n\n\n<p>“The WPMRR Virtual Summit is a three-day online conference that helps us fulfill our mission: to actively help as many people as possible responsibly achieve their MRR goals,” said Howard.</p>\n\n\n\n<p>He also said the <a href=\"https://wpmrr.com/podcast/\">WPMRR Podcast</a> carries this mission forward by telling unfiltered stories of successful entrepreneurs. On the <a href=\"https://community.wpmrr.com/\">WPMRR Community</a> side, the goal is for members to grow their MRR together. The summit provides an onramp for newcomers into the community.</p>\n\n\n\n<p>Like 2020, the event’s talks and roundtables will be held over Vimeo Live. However, this year, they will be streamed directly into the <a href=\"https://community.wpmrr.com/c/wpmrr-virtual-summit\">WPMRR Virtual Community space</a>. The goal is to make it easier to transition attendees into becoming full-fledged community members, continuing their education and experience beyond a once-per-year event.</p>\n\n\n\n<p>“The virtual summit will be a fantastic event, but often it’s difficult for conferences to provide ongoing support, advice, and community to make sure what was learned at the event is actually implemented, tested, and integrated into attendees’ businesses,” said Howard. “This will make it far simpler to give direct access to our community to those who want to responsibly build their MRR alongside others all year round, not just for three days.”</p>\n\n\n\n<p>The three-day event will be broken down as follows:</p>\n\n\n\n<ul><li>September 21: Sales & Marketing</li><li>September 22: Operations & Systems</li><li>September 23: Website Management</li></ul>\n\n\n\n<p>The summit will use <a href=\"https://circle.so/\">Circle</a> to handle discussions via its commenting system. This should allow communication to happen at everyone’s preferred pace.</p>\n\n\n\n<p>“Our plans are to do a Q&A, manage the ‘Hallway,’ and provide a space for attendees, speakers and sponsors to all interact via asynchronous communication via the WPMRR Community,” said Howard.</p>\n\n\n\n<h2>All About MRR</h2>\n\n\n\n<p class=\"has-drop-cap\">MRR is an acronym for Monthly Recurring Revenue. It is about generating repeated income every month instead of getting paid once for a product or service — a subscription-based model.</p>\n\n\n\n<p>I asked Howard to break down why this concept is crucial for new or potential business owners in the WordPress space. He responded with several reasons for going this route over a one-time revenue model.</p>\n\n\n\n<p>“If you’re selling a product for $100 and want to make $100K in a year, you need to find 1,000 new customers to sign up,” he said. “If you’re selling something for $100/mo instead, you need far less because customers are paying you every month instead of just once. In most situations (especially because lead generation is a pain point for most businesses), delivering ongoing value to ~100 customers is far less work than finding 1,000 new customers!”</p>\n\n\n\n<p>This leads to having multiple avenues to growing your business. With recurring revenue, entrepreneurs can continue attracting new customers and selling new features to existing ones.</p>\n\n\n\n<p>Howard also pointed out that subscriptions representing a chunk of total revenue creates a more predictable financial situation. This can lead to making easier budgeting decisions. Focusing on recurring revenue means constantly delivering value to customers instead of always chasing new sales.</p>\n\n\n\n<p>“Running a subscription business is way less stressful because the business model is simply more resilient,” said Howard. “If you rely on SEO to drive new leads to your business and Google penalizes you, your business will literally stop generating any revenue whatsoever if you only serve one-time customers. But if you have subscription revenue and this happens, you still have a collection of customers who pay you every month, giving you far more runway to figure out next steps before the business fails.”</p>\n\n\n\n<p>I also asked Howard about the different levels of MRR and how the game changes as revenue increases.</p>\n\n\n\n<p>“Often, what gets you to $10K MRR evolves significantly if/when you’re on your way to $83K MRR ($1M/year),” he said. “This is what makes the WPMRR Community so valuable, as we have different spaces folks can join based on what their MRR goals are.”</p>\n\n\n\n<p>He also pointed out the crossover between those starting out and those running larger businesses, saying that it was important for both audiences to learn from the other.</p>\n\n\n\n<p>“We can listen to advice and best practices all day, but we don’t know when inspiration will hit us,” he said. “That’s why I think it’s important for those starting out to tune into some more advanced talks <em>and</em> for those running larger businesses to listen to beginners as well.</p>\n\n\n\n<p>“All our speakers will be instructed by Brian Richards (our day-of technical director and speaker preparer) to be really explicit about the context around any advice they’re giving and how it could apply to businesses of different sizes and scales. That way, we can help people at whatever stage they’re at!”</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The <a href=\"https://community.wpmrr.com/c/wpmrr-virtual-summit/behind-the-scenes\">entire written interview</a> with Howard is available via the WPMRR Community site. It is worth reading for those who want to learn more about the event and MRR from his experience or an unfiltered version of this story.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Aug 2021 00:21:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Post Status: Post Status Excerpt (No. 21) — Dealing With Developer Overload: Focus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=85220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/21/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2911:\"<h2 id=\"h-avoiding-ego-reinventing-the-wheel-and-shiny-objects\">Avoiding ego, reinventing the wheel, and shiny objects.</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode, David and Cory discuss <strong>Developer Overload</strong>, which David defines as what happens when “when you receive too much information and are unable to process it, resulting in negative responses and unhealthy effects.” David shares tips on how developers can focus on what to pay serious attention to, how to avoid creating more work for themselves, how to increase focus, and what project managers can do to help.</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>“As developers, we often bite off more than we can chew… we also tend to take that bite from the wrong side of the sandwich.”</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. ⚡<br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. ?</p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\">? Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li><li><a href=\"https://mxb.dev/blog/on-simplicity/\">Max Böck on Simplicity</a></li></ul>\n\n\n\n<h3>? Sponsor: <a href=\"https://poststat.us/yoast\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Yoast</a></h3>\n\n\n\n<p><strong>Yoast</strong> is SEO for everyone. <strong>Yoast SEO Premium</strong> gives you 24/7 support and extra features like internal linking, social previews, a redirect manager, tutorial videos, and integration with Google Webmaster Tools. Get on board today with the premiere SEO plugin for WordPress — <strong>Yoast</strong>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Aug 2021 18:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: Gutenberg 11.3 Introduces Dimensions Panel, Adds Button Padding Support, and Speeds Up the Inserter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:259:\"https://wptavern.com/gutenberg-11-3-introduces-dimensions-panel-adds-button-padding-support-and-speeds-up-the-inserter?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-11-3-introduces-dimensions-panel-adds-button-padding-support-and-speeds-up-the-inserter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8241:\"<p class=\"has-drop-cap\">Earlier today, Gutenberg 11.3 landed in the WordPress plugin directory. <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">The latest update</a> introduces a new dimensions panel for toggling spacing-related block options. The Button block now supports the padding control, and the Post Featured Image block has new width and height settings.</p>\n\n\n\n<p>One of the release’s highlights was a speed improvement for both opening and searching within the inserter. The opening time dropped over 200 ms, from 370.35 ms to 137.28 ms. Search speed went from 190.37 ms to 67.24 ms.</p>\n\n\n\n<p>The latest release includes a <a href=\"https://github.com/WordPress/gutenberg/pull/33714\">simplified color picker</a> library. Rich previews for links, a feature introduced in <a href=\"https://wptavern.com/gutenberg-10-9-renames-the-query-block-adds-collapsible-list-view-items-and-rolls-out-rich-url-previews\">Gutenberg 10.9</a> for external URLs, now <a href=\"https://github.com/WordPress/gutenberg/pull/33086\">works with internal site links</a>.</p>\n\n\n\n<p>Theme authors should enjoy the <a href=\"https://github.com/WordPress/gutenberg/pull/32659\">reduced specificity</a> of the reset and classic editor stylesheets. Such changes always make it a little easier for theme authors to match editor and front-end styling.</p>\n\n\n\n<h2>Dimension Panel for Spacing Controls</h2>\n\n\n\n<img />Toggling the padding and margin controls for the Site Tagline block.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg 11.3 introduces a new <a href=\"https://github.com/WordPress/gutenberg/pull/32392\">Dimensions panel</a> for blocks that support either margin or padding controls. The feature adds an ellipsis (<code>...</code>) button in place of the typical open/close tab arrow. Users can select which controls they want to use.</p>\n\n\n\n<p>The long-term goal is to clean up the interface, only exposing controls that a user actually needs. Because such needs are subjective, allowing users to toggle them on/off is an ideal route to take.</p>\n\n\n\n<p>The current downsides are twofold. Once choosing to display margin or padding controls, the panel itself cannot be collapsed. This exacerbates the very problem that the new feature attempts to solve — decluttering the sidebar interface. For me, at least, I always want quick access to spacing controls. However, I do not always need them shown.</p>\n\n\n\n<p>The second issue is that the user choice of what to display does not seem to be stored. Each time you work with a block, you must select which controls should appear.</p>\n\n\n\n<p>The new Dimensions panel is only <a href=\"https://github.com/WordPress/gutenberg/issues/28356\">one part of the process</a> of wrangling sizing (width and height), spacing (padding and margin), and related controls for blocks. Work toward a more well-rounded solution is still underway. Presumably, the development team will address these issues and others in future releases. However, those who run the Gutenberg plugin in production should expect oddities with usage.</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/from-ecommerce-integration-to-location-based-controls-block-visibility-pro-expands-upon-its-free-version\">Block Visibility plugin</a> has the most user-friendly version of such a toggle control right now. It is not yet a perfect solution, but it works a little better than what is currently in Gutenberg.</p>\n\n\n\n<h2>Button Block Padding</h2>\n\n\n\n<img />Testing the new Button block padding option with TT1 Blocks.\n\n\n\n<p class=\"has-drop-cap\">It is no secret that I dislike the default padding of the Button block when using the TT1 Blocks theme (block-based version of Twenty Twenty-One). I have made it one of my missions to routinely point it out, even going so far as refusing to use the block in the <a href=\"https://wptavern.com/fse-outreach-round-9-building-a-higher-ed-header\">last call for testing</a> as part of the FSE Outreach Program.</p>\n\n\n\n<p>An oversized button is not always the wrong stylistic choice on a webpage. Context matters and I somehow continue to run into scenarios where I need something a bit more scaled back. Control over the Button block’s padding has been on my wish list for months, and the Gutenberg development team delivered.</p>\n\n\n\n<p>As of 11.3, users can control the <a href=\"https://github.com/WordPress/gutenberg/pull/31774\">padding of individual Button</a> blocks. It will now appear as an option within the new Dimensions panel mentioned earlier.</p>\n\n\n\n<p><em>Prayer answered.</em> Now, let us move toward adding padding controls to all the blocks.</p>\n\n\n\n<p>The one potential issue some users might run into is maintaining consistent spacing when using multiple Button blocks together. The easiest way to do this is to add and style the first, then duplicate it to create others with the same spacing. This is not a new issue; it applies to all Button options where users want consistency within a group.</p>\n\n\n\n<h2>Featured Image Dimension Controls</h2>\n\n\n\n<img />Adjusting a Post Featured Image block’s dimensions.\n\n\n\n<p class=\"has-drop-cap\">The Post Featured Image block has finally received a small but handy upgrade. In the past, users and theme authors only had a single option of deciding whether to link it to the post. Now, they can <a href=\"https://github.com/WordPress/gutenberg/issues/27620\">control the width and height</a> of the image.</p>\n\n\n\n<p>If a user sets a height for the image, the editor will reveal a separate “Scale” option with the following choices:</p>\n\n\n\n<ul><li>Cover (default)</li><li>Contain</li><li>Stretch</li></ul>\n\n\n\n<p><em>What do these options actually do?</em> That would be a good question. Even as someone in the web design and development loop for close to two decades, I sometimes forget and must look them up. They are values for the <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit\"><code>object-fit</code> CSS property</a> and are likely to confuse users in many instances.</p>\n\n\n\n<p>Cover and contain allow the image to fit within the containing element’s box while maintaining its aspect ratio (no stretching the image). The difference is that the cover value will be clipped if it does not fit and the contain value may be letterboxed. A stretch value will fill its container regardless of the aspect ratio.</p>\n\n\n\n<p>Depending on the image’s aspect ratio on its container, each of the values could essentially display the same thing on the screen. Or, they could provide wildly different results. Coupling these dimensions controls with wide and full alignments (also width-related options) could make for some unpredictable experiments too.</p>\n\n\n\n<p>The theme designer in me wants to disable the UI for this altogether and present something slightly more controlled: an image size selector.</p>\n\n\n\n<p>Such a selector should not be confused with width and height controls. WordPress theme authors have been registering custom image sizes for years. The primary use case for this was featured images. Users can use these sizes with the current Image and Latest Posts blocks. However, they do not yet have this option with Post Featured Image.</p>\n\n\n\n<p>I am in the camp that believes image size controls should have been the first addition to the block. It is such an integral part of WordPress theme design that it cannot be left out, and I have <a href=\"https://github.com/WordPress/gutenberg/issues/27620#issuecomment-851016057\">been fighting</a> — <a href=\"https://github.com/WordPress/gutenberg/issues/27620#issuecomment-890265808\">or at least nagging</a> — to make sure that theme authors can control featured images via custom sizes.</p>\n\n\n\n<p>Fortunately, there is an open ticket for <a href=\"https://github.com/WordPress/gutenberg/issues/33789\">custom image size support</a>. Among other still-missing features, it is a blocker for many theme authors looking to take the leap toward block themes.</p>\n\n\n\n<p>There are plenty of use cases for the new options, such as automatically cropping a post grid’s featured images to a square. I am just <em>impatiently</em> awaiting a more robust set of tools for the Post Featured Image block.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Aug 2021 01:16:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"WPTavern: WordPress.org Experiments with Rejecting Plugin Submissions with the “WP” Prefix to Mitigate Potential Trademark Abuse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:297:\"https://wptavern.com/wordpress-org-experiments-with-rejecting-plugin-submissions-with-the-wp-prefix-to-mitigate-potential-trademark-abuse?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-org-experiments-with-rejecting-plugin-submissions-with-the-wp-prefix-to-mitigate-potential-trademark-abuse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6911:\"<p>Many in the WordPress developer community were surprised to learn that WordPress.org is rejecting plugins with the “WP” prefix in the name after Joe Youngblood tweeted the rejection note he received. Although that restriction was put into place approximately <a href=\"https://meta.trac.wordpress.org/changeset/10633\">seven months ago</a>, there was no official communication on the change.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/YoungbloodJoe/status/1426319260796833792\n</div>\n\n\n\n<p>As the result of the controversy gaining attention on social media and other channels, WordPress Plugin Team member Mika Epstein <a href=\"https://meta.trac.wordpress.org/ticket/5591#comment:3\">posted</a> an explanation on the original meta trac ticket, the reasoning for how and why “wp” is being blocked:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Using wp- at the beginning of plugin permalinks, yes. Due to how we built this out, the display name is what gets checked and flagged. You can use WPPluginName (no space) and Plugin Name for WP.</p><p>This stems from part of a longer conversation going on with the Foundation, regarding handling the actual misuse of ‘WordPress’ in plugin names (which, as we all know, is actually trademarked and as such should not be used in your plugin name at all).</p><p>Because using WP Blah Blah as a name tends to lead to people changing it after approval to “WordPress Blah Blah” we put a pause on it to try and get a handle on how bad is this, what’s the depth of the problem (vs the actual headache of WC -> WooCommerce in names) and so on.</p><p>There is also the reality that using ‘WP’ or ‘Plugin’ in a plugin permalink is unnecessary and can be harmful to SEO due to repetitive words.</p><p>No one is claiming WP is trademarked, we’re just trying to minimize confusion and prevent people from accidentally violating trademarks in the future because they change WP to WordPress later on.</p></blockquote>\n\n\n\n<p>Whether or not “wp” was trademarked became a particular point of confusion because the <a href=\"https://meta.trac.wordpress.org/changeset/10633\">commit message</a> on the change said: “Adding in some more things to block based on use and trademarks.”</p>\n\n\n\n<p>The conversation with the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> that Epstein was referencing was a private discussion about how the team can mitigate trademark abuse. </p>\n\n\n\n<p>“This came up in the midst of an ad hoc brainstorm about the ways that the loophole could be more effectively managed, and so there wasn’t a lengthy public discussion on it,” WordPress Executive Director Josepha Haden Chomphosy said. </p>\n\n\n\n<p>“It was part of an experiment for handling that loophole more effectively and wasn’t meant to be permanent. The great thing about experiments in WordPress is that when we see that we’re throwing out the good along with the bad, we can make the necessary changes to do it better.”</p>\n\n\n\n<p>Haden Chomphosy said that although the original discussion was private, the team plans to make it public via the <a href=\"https://meta.trac.wordpress.org/ticket/5868\">new meta ticket</a> that was opened yesterday for improving the checks on plugin submissions.</p>\n\n\n\n<p>“All future discussions will be on the ticket, so as people work on it, then the conversations will be available there,” she said when asked how the trademark abuse mitigation experiment will be evaluated. </p>\n\n\n\n<p>The WordPress Foundation does not have any employees, but Haden Chomphosy said the representatives who can help with the grey areas of trademark guidelines include herself, Andrea Middleton, and Cami Kaos. She also confirmed that “WP” is not a WordPress trademark and the Foundation is not pursuing trademarking the term.</p>\n\n\n\n<p>Although each of these individuals referenced have a long track record of protective care for the WordPress community and have demonstrated a sincere desire to see the project grow, they are all employed by Automattic. The Foundation could use some outside representation if those running it are engaging in private decision making and giving directives to the WordPress.org Plugin Team that have significant ramifications for the ecosystem as a whole. </p>\n\n\n\n<p>For years, the WordPress community has been encouraged to use WP instead of WordPress in plugin names, so the decision to reject plugins with WP in the name is a major, controversial change. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">The problem for me is 1. you are penalizing everyone for something a few people do. 2. it doesn\'t actually fix the problem because I could change any of my plugin names to WordPress after the fact and 3. There\'s NO official announcement explaining this.</p>— Brad Williams (@williamsba) <a href=\"https://twitter.com/williamsba/status/1427726874835365893?ref_src=twsrc%5Etfw\">August 17, 2021</a></blockquote>\n</div>\n\n\n\n<p>Those who oppose the current experiment have pointed out that it unfairly penalizes everyone for the few who change their plugin names after approval. It polices potential misuse instead of providing a solution that can flag actual trademark abuse. </p>\n\n\n\n<p>Some plugin developers have noted that having WP in the plugin name is necessary to differentiate it from extensions for other platforms, since WordPress.org is not the only place where their products are distributed. Many successful businesses have been created on top of plugins with WP as a prefix in the name, such as WP Mail SMTP, WP Fastest Cache, WP Migrate DB, to name just a few. </p>\n\n\n\n<p>Whether it is beneficial or detrimental to use WP in a brand’s name is immaterial to the discussion at hand. With the current trademark abuse mitigation experiment in place, all new plugin developers hoping to use the WP prefix will have their plugins rejected. Fortunately it isn’t retroactive, but if the team decides the experiment of banning WP in plugin names is a success, it may be up for discussion.</p>\n\n\n\n<p>Springing experiments on the community without publicly communicating the intent is a misstep for the Foundation. If allowing WP in the name creates wrong expectations for plugin developers regarding their ability to change the name to use WordPress, then the problem needs to be fixed at the root. WordPress.org needs to find a better way to inform developers about which terms are actually trademarked and develop a technical solution to flag name changes that do not comply. This may be a difficult technical problem to solve regarding plugin submission and updates, but it’s worth investing in it to respect plugin authors’ freedoms.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Aug 2021 17:32:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: BuddyPress 9.1.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=320593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://buddypress.org/2021/08/buddypress-9-1-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3466:\"<p>BuddyPress 9.1.1 is now available. This is a security and maintenance release. <strong>All BuddyPress installations are strongly encouraged to upgrade as soon as possible</strong>.</p>\n\n\n\n<p>The 9.1.1 release addresses three security issues:</p>\n\n\n\n<ul><li>The activation key was included into the responses of the <code>create_item</code> method of BP REST API Signup controller. Discovered by <a href=\"https://profiles.wordpress.org/sbrajesh/\">Brajesh Singh</a>.</li><li>An SQL Injection vulnerability was fixed in <code>BP_Notifications_Notification::get_order_by_sql()</code>. Discovered by <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins</a>.</li><li>An SQL Injection vulnerability was fixed in <code>BP_Invitation::get_order_by_sql()</code>. Discovered by <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins</a>.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporters for practicing coordinated disclosure.</p>\n\n\n\n<p>BuddyPress 9.1.1 also fixes 3 bugs. For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-9-1-1/\">9.1.1 changelog</a>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" href=\"https://downloads.wordpress.org/plugin/buddypress.9.1.1.zip\">Get BuddyPress 9.1.1</a></div>\n</div>\n\n\n\n<p>You can get it clicking on the above button, downloading it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or checking it out from our <a href=\"https://buddypress.trac.wordpress.org/browser/branches/9.0\">Subversion repository.</a></p>\n\n\n\n<p>If for a specific reason you can’t upgrade to 9.1.1, we also included the security fixes to our branches from 2.9 to 8.0. Here’s the list of the available downloads for the corresponding tags, you can also find on our <a href=\"https://wordpress.org/plugins/buddypress/advanced/\">WordPress.org Directory Advanced page:</a></p>\n\n\n\n<ul><li>If you are using BP 2.9.4 and can’t upgrade to 9.1.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.2.9.5.1.zip\">2.9.5.1</a></li><li>If you are using BP 3.2.0 and can’t upgrade to 9.1.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.3.2.1.zip\">3.2.1</a></li><li>If you are using BP 4.4.0 and can’t upgrade to 9.1.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.4.4.1.zip\">4.4.1</a></li><li>If you are using BP 5.2.0 and can’t upgrade to 9.1.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.5.2.1.zip\">5.2.1</a></li><li>If you are using BP 6.4.0 and can’t upgrade to 9.1.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.4.2.zip\">6.4.2</a></li><li>If you are using BP 7.3.0 and can’t upgrade to 9.1.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.7.3.2.zip\">7.3.2</a></li><li>If you are using BP 8.0.0 and can’t upgrade to 9.1.1, please upgrade to <a href=\"https://downloads.wordpress.org/plugin/buddypress.8.0.2.zip\">8.0.2</a></li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Aug 2021 00:49:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: A Discussion With Gutenberg Project Lead Matías Ventura on the Barrier to Entry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/a-discussion-with-gutenberg-project-lead-matias-ventura-on-the-barrier-to-entry?utm_source=rss&utm_medium=rss&utm_campaign=a-discussion-with-gutenberg-project-lead-matias-ventura-on-the-barrier-to-entry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9541:\"<p class=\"has-drop-cap\">Last week, I <a href=\"https://wptavern.com/is-wordpress-development-really-all-that-hard-to-get-into-today\">published an opinion piece</a> on the barrier to entry in the modern WordPress era. The article followed a <a href=\"https://twitter.com/ChrisWiegman/status/1420068080944885767\">tweet</a> and <a href=\"https://chriswiegman.com/2021/08/the-changing-wordpress-ecosystem/\">post</a> by Chris Wiegman that stated the current learning curve was extremely high, regardless of past experience. Members of the community responded with a flurry of articles, podcasts, and videos.</p>\n\n\n\n<p>Because modern WordPress is primarily centered on Gutenberg, I reached out to the project’s lead, Matías Ventura. The goal was to bring some balance to the discussion. Unfortunately, he could not get back to me until a few days after the story was published. However, given his unique insight and perspective on the project, his views should be shared.</p>\n\n\n\n<p>In our discussion, we covered the topic of the barrier to entry from multiple viewpoints. Depending on where a specific developer, designer, or user steps onto the ramp, each will have a different experience.</p>\n\n\n\n<h2>Why Are We Having the Same Discussions?</h2>\n\n\n\n<p class=\"has-drop-cap\">The block editor shipped with WordPress 5.0 in December 2018. We are closing in on three years, but it often feels like we are having the same discussions. One has to wonder why we have not yet moved beyond that point.</p>\n\n\n\n<p>“I think this is a case of the size of the WordPress community, its diversity of perspectives, and the fact that we do still have a lot of work to do to continue to make things accessible,” said Ventura. “I’ve seen people that start with no prior WP knowledge get flying super quickly.”</p>\n\n\n\n<p>He recounted one story of a popular block library that launched last year. The creators were designers but did not recognize themselves as developers. However, the APIs allowed them to build an entire plugin that would not have been possible with their previous skillset.</p>\n\n\n\n<p>“To me, this was a triumph of the block APIs that are available for builders,” said Ventura. “But this is just one person’s perspective. It doesn’t invalidate PHP developers expressing frustration at the complexities of modern front-end tools.”</p>\n\n\n\n<h2>Theme Creation and New Onramps</h2>\n\n\n\n<p class=\"has-drop-cap\">On the theme creation front, we were in agreement. There are new ways (and more on the way) for non-developers to ease into visually building various parts of a website without needing the entire weight of theme development knowledge.</p>\n\n\n\n<p>Ventura began his WordPress journey with theme development after first being exposed to Flash in the early 2000s. He recalled downloading a bunch of PHP files and thought he could execute by opening them. It is safe to say that he has learned a lot since then.</p>\n\n\n\n<p>“Being able to edit pieces of a theme is a crucial aspect of democratizing access to code,” he said. “I think we are going to be seeing a lot of people get started by diving into how templates work. Or by playing with the Query block, which used to be a hidden piece unless you knew a bit of PHP already.”</p>\n\n\n\n<p>He mentioned that, in some ways, this aspect of the block editor allowed solo creators or small teams to build unique projects, pointing to <a href=\"https://wptavern.com/a-second-look-at-elmastudios-aino-theme-and-companion-block-plugin\">Aino</a> as an example.</p>\n\n\n\n<p>“I’m seeing a ton of designers for whom contributing to WordPress was difficult or a gated experience,” he said. “There’s a lot of developer entitlement when we say things used to be easy. They were not easy for a large chunk of the population that might have been excellent contributors if there were more avenues to contribute.”</p>\n\n\n\n<p><a href=\"https://wordpress.org/patterns/\">Patterns</a> may be the first official stepping stone, one avenue among many that WordPress could facilitate in the future. Ventura envisions a possible .ORG-hosted visual theme builder that would allow users to create and publish without ever touching code. We are likely years from seeing such a project come to fruition, but lofty goals can lead to innovative ideas that we have yet to think of.</p>\n\n\n\n<h2>Building Block Plugins</h2>\n\n\n\n<p class=\"has-drop-cap\">Block plugins are a different beast than themes. The barrier is undoubtedly higher, but how big is this hurdle for traditional WordPress developers?</p>\n\n\n\n<p>“Going from contributing a pattern to building a block is a big leap right now,” said Ventura. “While there are folks that can learn it quickly, it’s still a big barrier for people. I think there are several layers to this: documentation could be an order of magnitude better in both organization and presentation. I hope we can do a lot more there.”</p>\n\n\n\n<p>He is also curious about tools for building blocks, such as a blend of <a href=\"https://youknowriad.github.io/blockbook/\">BlockBook</a> and <a href=\"https://codepen.io/\">CodePen</a>. He mulled over the possibility of blocks used for creating other blocks, a scenario in which developers might only need to write HTML with the tool interpreting features like Rich Text fields. At the very least, he believes we are barely scratching the surface of what the block-building experience could be.</p>\n\n\n\n<p>“The biggest challenge is that there’s a tendency in PHP trained folks to neglect a bit the implications on the UX if it means the developer experience is simpler,” he said. “I think this is most visible in the shortcode/forms approach to UX as opposed to direct manipulation, which is hard to codify from a PHP set of APIs.”</p>\n\n\n\n<h2>WordPress/Gutenberg Contribution and the Bus Factor</h2>\n\n\n\n<p class=\"has-drop-cap\">Outside of building themes or plugins, the third and arguably the highest level of participating in the WordPress development ecosystem is direct contributions to the block system. Is contributing to core harder today than it was just a few years ago?</p>\n\n\n\n<p>“I think this is a good point, but I think it partially misses that contributing to WP internals like <code>WP_Query</code> was also very difficult,” he said. “We just got used to it. We have received more contributions to Gutenberg from people than what I have seen in Trac in my years there.”</p>\n\n\n\n<p>Ventura did admit that GitHub could be a factor in the amount of contribution, which many developers tend to favor over Trac.</p>\n\n\n\n<p>While building an editor is a difficult task and requires certain levels of expertise, other parts of the system, such as the component library or smaller packages, might offer alternative paths for some people to get involved.</p>\n\n\n\n<p>“Apart from this, I do agree that there’s also a higher level of expectations for what software should be capable of doing these days that make contributing meaningfully a harder task than before,” he said.</p>\n\n\n\n<p>Historically, other parts of WordPress that relied on the JavaScript model, such as the media library, have not had high levels of contribution.</p>\n\n\n\n<p>“I don’t think this is a topic we’ll exhaust any time soon, and it’s important to not become complacent and just say ‘oh things are just hard’ because an important part of the WP project being open source is that users can modify said software, and for that, they need to understand it,” he said. “I think we can introduce a new generation of people to coding if we do things right and work together more.</p>\n\n\n\n<p>The secondary aspect of this is whether there is a bus factor for WordPress. If so, what is the number? This is a common question around the most technically challenging pieces of software. If X number of contributors with the requisite knowledge of the most complex pieces of a project were hit by a bus (sorry for the grim imagery), would the development grind to a halt?</p>\n\n\n\n<p>It is not something often discussed in WordPress circles because it has never seemed to be an issue. However, if contributing to core carries too high of a barrier to entry, is there a number where the project cannot continue?</p>\n\n\n\n<p>“I think, in some ways, it’s more sustainable now,” said Ventura. “We have been a lot more open with contribution permissions on the Gutenberg repo, and it has resulted in a larger amount of folks contributing. I think we might see a split between contributors that are comfortable with the back-end side of WP and those that are more comfortable with the interactive pieces.”</p>\n\n\n\n<p>One thing the team did not entirely anticipate was Gutenberg’s use in projects outside of WordPress. This can add to its sustainability factor. He pointed to the WordPress mobile app being an example where others can meaningfully contribute. And other mobile apps are wanting to use it for their tools. At Automattic, where Ventura is employed, they are also working on adopting editor technologies for Tumblr.</p>\n\n\n\n<p>“I think a broader topic of discussion, in general, is that contributing meaningfully to WP has become the privilege of those sponsored to work on it full time,” he said. “I think that’s in some ways natural but also a bit of a tragedy.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Aug 2021 23:20:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: New Boilerplate Speeds Up Building “Nearly Headless” WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/new-boilerplate-speeds-up-building-nearly-headless-wordpress-themes?utm_source=rss&utm_medium=rss&utm_campaign=new-boilerplate-speeds-up-building-nearly-headless-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7178:\"<p>Alex Standiford, a WordPress developer at AffiliateWP, has released a boilerplate for what he is calling a <a href=\"https://github.com/nicholas-wordpress/nearly-headless-theme\">“nearly headless” WordPress theme</a>. It uses <a href=\"https://github.com/alexstandiford/underpin\">Underpin</a> ,<a href=\"https://github.com/nicholas-wordpress\">Nicholas</a>, and <a href=\"https://github.com/alpinejs/alpine/\">AlpineJS</a> to provide an app-like experience for a website while providing the flexibility for rendering specific pages using PHP instead of Javascript.</p>\n\n\n\n<p>In a post titled “<a href=\"https://www.wpdev.academy/concepts/headless-wordpress-is-overrated-a-case-for-the-nearly-headless-web-app/\">Headless WordPress is Overrated: A Case for The Nearly-Headless Web App</a>,” Standiford describes a few of the drawbacks of going fully headless.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>One problem with fully-headless WordPress is routing. Behind the scenes, WordPress has a lot of logic built-in to handle routing, and with a headless approach you have to build something to handle that on the front end. Ultimately, you’re re-inventing the wheel, and it takes a lot of extra time to build.</p><p>Another problem with headless WordPress quickly becomes apparent the moment you try to use most WordPress plugins. The ugly truth is that you usually have to re-invent a lot of things just to get the plugin working properly. </p></blockquote>\n\n\n\n<p>Standiford’s nearly headless system is a product of his rethinking headless WordPress. He wanted to preserve the app-like feel as well as all of WordPress’ built in capabilities and those available through the plugin system. </p>\n\n\n\n<p>The Nearly Headless WordPress theme uses AlpineJS for rendering, which Standiford says is light, easy-to-understand, and “<span>plays exceptionally nice with PHP server-side rendering</span>.” It is loaded around HTML template tags that source post content using WordPress’ REST API. The system uses session storage to keep things speedy and minimize the number of REST API calls.</p>\n\n\n\n<p>Standiford’s <a href=\"http://wpdev.academy\">WP Dev Academy</a> learning site and his agency, <a href=\"https://designframesolutions.com/\">DesignFrame Solutions</a>, are both using beta versions of the nearly headless system. Since the time those sites were developed, Standiford has completely rewritten the system and made significant improvements based on what from what he learned from earlier versions. He has a live demo of the current version available at <a href=\"https://nearly-headless.dev/\">nearly-headless.dev</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">.<a href=\"https://twitter.com/DFS_Web?ref_src=twsrc%5Etfw\">@DFS_Web</a>’s website redesign will make it possible to visit any page without an internet connection shortly after the first page is loaded. This makes this site FAST even if your internet connection is slow. <a href=\"https://t.co/keOxyMU8cq\">pic.twitter.com/keOxyMU8cq</a></p>— Alex Standiford (@AlexStandiford) <a href=\"https://twitter.com/AlexStandiford/status/1336468966160683017?ref_src=twsrc%5Etfw\">December 9, 2020</a></blockquote>\n</div>\n\n\n\n<p>The nearly headless approach is comparable to a traditional headless approach in terms of performance, thanks to Standiford’s <a href=\"https://github.com/nicholas-wordpress/app\">Nicholas library</a>, which includes client-side caching and a routing layer as the application support for the theme.</p>\n\n\n\n<p>“Nicholas will load content via REST, much like how a headless site does,” Standiford said. “In these cases, the load times are very similar to what you’d see on a headless site. In fact, they behave, and fundamentally work in the same manner. The key is Nicholas also stores the data in session storage after the page is visited, and any time that page is loaded thereafter, it is loaded instantly.”</p>\n\n\n\n<p>How far can the boilerplate take you? Developers who use it should be ready to extend or replace the basic templates it includes to load WordPress. It doesn’t enqueue any CSS. Key functionality is broken into separate dependencies so users can stay up to date as the project evolves.</p>\n\n\n\n<p>“For all intents and purposes, the boilerplate is a blank slate,” Standiford said. “You can think of the boilerplate as _s for the nearly headless approach. All of the dependencies, scripts, and items needed to run the engine are included in the boilerplate. All of the dependencies are packaged up in Composer or Node, so your theme can be updated as the system improves without re-writing your entire theme.” </p>\n\n\n\n<p>Standiford has some major improvements planned for the future of the boilerplate. It is currently compatible with the block editor and many plugins but requires a compatibility mode.</p>\n\n\n\n<p>“The big up-front improvement is going to be removing the need for compatibility mode on as many pages as possible,” Standiford said. “Many block libraries, forms plugins, and other things have specific scripts that they expect are loaded on the page that the app has no way to know about, and because of this, some plugins won’t work without turning on compatibility mode. It <em>is</em> possible to make these work, but I would benefit from help from plugin developers to help me understand what styles/scripts need to be included when the app runs.”</p>\n\n\n\n<p>Standiford said he sees an opportunity to create npm packages that integrate other plugins, and ensure they work as expected. </p>\n\n\n\n<p>“Yoast and other SEO plugins for example set the SEO information in the head of each page, and right now that doesn’t happen without writing another piece of middleware,” he said. “It’s not too difficult to add it, but it’s one of those things that could be packaged up and included instead of manually being written for every theme that uses this approach.” </p>\n\n\n\n<p>Another item on the Nearly Headless WordPress theme boilerplate roadmap is improvements to how dependencies are compiled to better avoid plugin and theme conflicts. Standiford thinks this would make it easier to distribute themes built using this method on the WordPress.org directory, or even to sell them commercially. He has also been experimenting with automatically caching all the content on a page when it loads, without bogging down the browser or overloading the server with requests. The result would be instantaneous page loads with reduced server loads.</p>\n\n\n\n<p>The <a href=\"https://github.com/nicholas-wordpress/nearly-headless-theme\">Boilerplate for Nearly Headless WordPress Themes</a> is available on GitHub and Standiford is also <a href=\"https://www.wpdev.academy/concepts/headless-wordpress-is-overrated-a-case-for-the-nearly-headless-web-app/\">creating a course</a> that will help developers build sites using this nearly headless paradigm. He anticipates it will be released in November 2021.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Aug 2021 22:00:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: A Second Look at ElmaStudio’s Aino Theme and Companion Block Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/a-second-look-at-elmastudios-aino-theme-and-companion-block-plugin?utm_source=rss&utm_medium=rss&utm_campaign=a-second-look-at-elmastudios-aino-theme-and-companion-block-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6980:\"<p class=\"has-drop-cap\">I am about a month away from my second anniversary writing for WP Tavern. There has been one project that I have followed since the beginning of this journey. In some ways, we are learning the ropes and growing in this block-based WordPress era together.</p>\n\n\n\n<p>In 2019, just before taking on this role, one of the first story notes I jotted down was some thoughts on ElmaStudio’s <a href=\"https://wordpress.org/plugins/aino-blocks/\">Aino Blocks plugin</a>. However, it was not until nearly a year later when the team took the project out of beta testing, and I <a href=\"https://wptavern.com/one-year-after-beta-elmastudios-aino-blocks-plugin-lands-in-the-plugin-directory\">followed up with a review</a> of the flagship <a href=\"https://wordpress.org/themes/aino/\">Aino theme</a> and plugin.</p>\n\n\n\n<p>Perhaps it is fortuitous that the team recently <a href=\"https://wpaino.com/blog/aino-2-0-theme-update-guide/\">released version 2.0</a> of its theme at just about the same time I started taking stock of my time at the Tavern. Maybe this is fate’s way of telling me that we should always have a yearly update on Aino — <em>sound like a good idea?</em></p>\n\n\n\n<p>It also did not hurt that Matías Ventura, the Gutenberg project lead, name-dropped their work in a conversation we had last week. “It fills me with joy when I see initiatives like [Aino] built by just a couple folks,” he said. “Apart from the user aspects of our work, it’s what makes it all worth it.”</p>\n\n\n\n<p>This was part of a more in-depth discussion related to the <a href=\"https://wptavern.com/is-wordpress-development-really-all-that-hard-to-get-into-today\">barriers to entry in the modern WordPress era</a>. We agreed that one of the easier onramps was theme creation and site design, a focus area for Aino.</p>\n\n\n\n<p>It was time to dive back into the project. I had not looked into it deeply enough since my last review a year ago.</p>\n\n\n\n<p>Admittedly, at the time, I had mixed feelings about it. I initially thought the plugin launched too late. It seemed to be <em>yet another block library</em> after larger companies beat them to the punch.</p>\n\n\n\n<p>Ellen Bauer, who co-owns the company alongside Manuel Esposito, encouraged me to check back in as they continued building. They were merely setting the stage for their vision.</p>\n\n\n\n<p>“We wanted to release the Aino blocks and theme on WordPress.org since they are stable to use right now,” she <a href=\"https://wptavern.com/one-year-after-beta-elmastudios-aino-blocks-plugin-lands-in-the-plugin-directory#comment-340431\">wrote in the comments</a>. “But the actual work is just starting for us, since we are now creating block patterns for our system, and I think it is only then that users will see why we built the theme and blocks in a certain way.”</p>\n\n\n\n<h2>A Year Later</h2>\n\n\n\n<img />One of multiple feature patterns from the Aino theme.\n\n\n\n<p class=\"has-drop-cap\">The ElmaStudio team is taking that leap that most theme companies will inevitably need to take. They announced that Aino 2.0 ditched its classic garb and moved to 100% blocks earlier this month.</p>\n\n\n\n<p>For this particular theme, the move was not as monumental as it would be for others with more intricate layouts. Aino itself was always a minimal design, more of an open canvas for blocks than anything. It is the sort of theme meant to get out of the way and allow the user to create individual pages from the ground up.</p>\n\n\n\n<p>That may have been its downside a year ago. The team had built a plugin for easing users into the page-building process, but its single block pattern did not provide much of a starting point. Its Grid block is a powerful tool but also feels like it is catered more toward designers/developers. Its options may be too advanced to some end-users depending on their familiarity with CSS terminology.</p>\n\n\n\n<p>Today, this looks much different. The Aino theme comes with — <em>count ’em</em> — 42 <a href=\"https://wpaino.com/patterns/\">block patterns</a>. It is also where this project shines. I <em>may</em> have mentioned something about this being the route to go last year:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The company’s best bet is to focus on building patterns. Its first pattern shows some promise. I am holding out hope for more interesting work to come.</p></blockquote>\n\n\n\n<p>The team took that dev-friendly base of the Grid block and built a system of easy-to-use layouts on top of it. Users merely need to click to insert and customize.</p>\n\n\n\n<img />Aino’s Grid block used in a portfolio pattern.\n\n\n\n<p>Because Aino’s patterns are built upon this grid foundation, the design studio’s layouts are fine-tuned for each screen size.</p>\n\n\n\n<p>Unless other theme authors build on top of the same plugin or a similar grid-based block, they are left with stock WordPress/Gutenberg. This provides limited options for responsively designing more complex layouts. This should be a <a href=\"https://wptavern.com/early-wordpress-5-9-look-the-road-toward-deeper-responsive-block-design\">focal point of the WordPress 5.9 release cycle</a>, but it could be a while before we have something as powerful as the various grid blocks available via plugins.</p>\n\n\n\n<p>ElmaStudio’s groundwork in the previous two years is bearing fruit, at least in terms of what the team can create. With the foundational elements in place, nothing should stop them from building the next 42 patterns and more.</p>\n\n\n\n<img />A team pattern from the Aino theme (also built on the Grid block).\n\n\n\n<p>I am still lukewarm about most of the blocks in the plugin, think the Hero and Testimonial blocks should just be patterns, and the [Aino] Buttons block should be an options extension for the one in core. The Grid layout is the feature that all the best things about the Aino project hinge on.</p>\n\n\n\n<p>The Aino theme itself seems unimpressive on its own, at least at first glance. However, the project is not whole until it is coupled with the Aino Blocks plugin.</p>\n\n\n\n<p>The theme needs some design work on its default spacing. For example, paragraphs that follow a wide or full-aligned block have no gap above them. Blockquote text butts against the side of the left border. Trivial bugs like these are easy fixes. Sometimes, it is not evident that there is an issue until a Gutenberg plugin update, which often leaves theme authors chasing changes. Such is the life of a designer living on the bleeding edge, supporting the latest features via a block theme.</p>\n\n\n\n<p>I am happy I once again had the opportunity to dive back into the Aino project. A year makes a difference, and the duo behind the theme and plugin has made use of the time. Right now, they have a solid project for users who want to build out their pages with blocks. There are enough patterns for just about any website owner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Aug 2021 22:09:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Matt: Funding, Buyback, and Hiring\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=54656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2021/08/funding-buyback-hiring/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4763:\"<p>In February of this year, <a href=\"https://automattic.com/\">Automattic</a> closed a new primary funding round of $288M, bringing in some great new partners including BlackRock, Wellington, Schonfeld, and Alta Park. Existing investors ICONIQ and Aglaé (<a href=\"https://en.wikipedia.org/wiki/Bernard_Arnault\">Bernard Arnault</a>) also participated. This round was common stock, and like all funding since 2011, included a proxy assigning me the right to vote the shares.</p>\n\n\n\n<p>Automattic was very busy during this time frame, as we were working on what would become the <a href=\"https://ma.tt/2021/02/parse-ly-automattic/\">Parse.ly</a>, <a href=\"https://ma.tt/2021/06/day-one-at-automattic/\">Day One</a>, and <a href=\"https://wordpress.com/blog/2021/07/16/popular-podcast-app-pocket-casts-joins-automattic/\">Pocket Casts</a> acquisitions, our investments <a href=\"https://techcrunch.com/2021/07/27/element-a-messaging-app-built-on-the-decentralized-matrix-protocol-raises-30m/\">in Element</a> and <a href=\"https://www.bloomberg.com/news/articles/2021-08-03/automattic-values-business-email-startup-titan-at-300-million?sref=tT7Af65V\">Titan</a>, plus more acquisitions and partnerships we haven’t announced yet, so we haven’t mentioned the February funding round until now. And while we are a bit surprised the fundraise did not leak to the press, it’s now been an awkwardly long time since February and I’m pleased to formally announce it now.</p>\n\n\n\n<p>And since then, Automattic has continued to grow at a rapid pace and we recently took the opportunity to do a $250M share buyback at a $7.5B valuation that just closed last week. The buyback was primarily targeted at current and former employees. </p>\n\n\n\n<p>We’ve grown and increased our valuation at a rate higher than most other alternate investments available to investors. However, some of Automattic’s employees and former employee shareholders have been part of our journey for a very long time. Selling a bit of their equity holdings could have a significant impact on their lives. </p>\n\n\n\n<p>Automattic was founded 16 years ago and is still private, so it’s important for us to try to provide liquidity to any shareholder who wants it. We do the same with our internal A12 stock plan where we let our employees buy our shares and also offer an opportunity for all holders to sell them back to Automattic, every quarter. (I need to do a longer post on that.)</p>\n\n\n\n<p>One interesting thing we’ve been doing in these buybacks is holding the shares as treasury stock within the company instead of canceling the shares at purchase. This allows us to buy shares that come onto the market, and then when an investor comes and wants to put a larger quantum of capital into the company, we can re-sell the treasury shares that the company bought earlier. In effect, we are providing both a sell-side and buy-side for Automattic stock, serving previous and new investors and making money on these trades since we bought and took the risk earlier. We’ve established a logical valuation methodology, which is based on a simple multiple of the last twelve month’s revenue, so shareholders can track and anticipate performance.</p>\n\n\n\n<p>All of this has been a lot of fun and we’ve seen a great amount of success, but it’s not all smooth sailing; we still have our share of challenges, probably the biggest being hiring. We have significantly scaled up our ability to find and hire great folks, with 371 accepted offers already in 2021 and it’s only August. However, with the growth of <a href=\"https://woocommerce.com/\">WooCommerce</a> (hiring a <a href=\"https://automattic.com/work-with-us/general-manager-payments-woocommerce/\">Head of Payments</a>) and our enterprise business, <a href=\"https://wpvip.com/\">WPVIP</a>, in particular, we need to move faster to keep up with the opportunity. For me and many other of the most-tenured Automatticians within the company hiring is the top priority. To that end, I’m also looking for someone to partner with me and our top executive group (which we call <em>Bridge</em>) in <a href=\"https://automattic.com/work-with-us/job/head-of-creative-talent-development/\">Creative Talent Development</a>, an executive recruiter to help craft the highest performing teams of executives for each of our businesses. </p>\n\n\n\n<p>We have a multi-decade opportunity ahead of us to create the best solutions for the open web platform of <a href=\"https://wordpress.org/\">WordPress</a>, and <a href=\"https://woocommerce.com/\">WooCommerce</a> is doing the same thing for commerce; growing together over the long-term with people passionate about the same mission is my favorite part of my job.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Aug 2021 17:22:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Gutenberg Times: Roadmap for 5.9 – Weekend Edition #181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=18751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://gutenbergtimes.com/roadmap-for-5-9-weekend-edition-181/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12229:\"<p>Howdy! </p>\n\n\n\n<p>It’s summer, and I am almost on vacation! Finally. <a href=\"https://www.instagram.com/p/CSjkej7oYtQ/\">This is the view from the hotel room </a>where I write today’s newsletter. As always, you don’t have to consume today’s edition all at once, you can always come back to it. The next newsletter will arrive in your inbox on August 28th, 2021. The next Gutenberg Changelog episode will be recorded on August 20th, 2021. So, you won’t be entirely deprived of Gutenberg updates. Just make sure you to subscribe to the podcast, if you haven’t already. </p>\n\n\n\n<p>Furthermore, the <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\">Keeping up with Gutenberg Index</a> can serve as a fall backspace to get your Gutenberg fix. </p>\n\n\n\n<p>Let’s keep this short. The lake is waiting ⛱️. No Red Tide insight. </p>\n\n\n\n<p>Be well, stay safe! </p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n\n\n\n<p class=\"has-large-font-size\">? <strong>New <a href=\"https://gutenbergtimes.com/podcast/changelog-49-drag-and-drop-flex-layout/\">Episode #49 is now available</a>! </strong>?️ (with transcript!)<br />Birgit Pauli-Haack and Grzegorz Ziolkowski discuss Gutenberg plugin release 11.2, drag and drop, flex layout, core data shortcuts and modern WordPress development.</p>\n\n\n\n<p> <strong>Subscribe to the <a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a> podcast </strong><br />?️ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> |<br />?️ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a> </p>\n\n\n\n<img />\n\n\n\n\n<h2>‘Roadmap’ for Gutenberg (preliminary) </h2>\n\n\n\n<p>In his latest post, <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\"><strong>Preliminary Road to 5.9</strong></a> <strong>Matias Ventura</strong> lists and describes the work before the Gutenberg contributors regarding Block Patterns, Global Styles, Navigation Block and overall Site Editor interface for theme.json configuration and settings. Ventura also identified a few shortcomings of first iterations, especially regarding responsiveness of blocks, block patterns used in different contexts. </p>\n\n\n\n<p><strong>Justin Tadlock</strong>‘s article <a href=\"https://wptavern.com/early-wordpress-5-9-look-the-road-toward-deeper-responsive-block-design\"><strong>Early WordPress 5.9 Look: The Road Toward Deeper Responsive Block Design</strong></a> goes into a lot more details. WordPress 5.9 is scheduled for December 2021 and Feature freeze will be about two months prior. </p>\n\n\n\n<p>There are a few overview GitHub issues, you can follow along and add your opinion and ideas for some features mentioned: </p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/33094\">Updated scope for site editing projects </a>(#33094)</li><li><a href=\"https://github.com/WordPress/pattern-directory/issues\">Open issues WordPress Pattern-Directory</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/27593\">Navigation Block Tracking Issue</a> (#27593)</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/33447\">Global Styles: Design Tools Overview</a> (#33447)</li></ul>\n\n\n\n<p>This might not be all important overview issues. Please notify me if you are missing one!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his post, <strong>Matt Chowing</strong> writes on what it takes to <a href=\"https://mobile.blog/2021/08/11/building-an-editor-by-sharing-code-between-android-ios-and-web-with-react-native\">build an Editor by sharing code Between Android, iOS, and web with React Native</a>. For all of us emerged in web development it is an interesting read, about the difference between ideas, hopes, and the reality of programming for the mobile devices. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2021”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2>Full Site Editing & Theme development</h2>\n\n\n\n<p>After a break, <strong>Anne McCarthy</strong> published is a new FSE Call for testing (#9) for the FSE outreach program<a href=\"https://make.wordpress.org/test/2021/08/11/fse-program-testing-call-9-handling-highered-headers/\">: Handling HigherEd Headers.</a> This test takes you along a deep dive into Navigation block and screens, and its goal is to expose the experimental features to a larger community and figure out what it takes to promote it out of the experimental state. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://fullsiteediting.com/the-state-of-child-themes/\">Status of Child Themes for FSE</a> </strong>an update by <strong>Carolina Nymark</strong> for Theme developers. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In <a href=\"https://ephemeralthemes.com/2021/08/10/keeping-up-with-block-supports/\"><strong>Keeping up with block supports</strong></a>, Lister share her approach to discovery and maintaining block via block.json files of core blocks and came up with a <a href=\"https://ephemeralthemes.com/block-supports/\">spreadsheet</a> on which core block supports which features. It is quite a helpful resource, that could be integrated into the Block editor handbook </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/mikachan_\"><strong>Sarah Norris</strong></a> provided this week’s (number 60) round-up post from the Themes team around Gutenberg & Themes. Check it out to learn about the discussion FSE, Themes, and Global Styles. Norris also share a few tracking issues to keep you updates. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The team of Metabox published <strong><a href=\"https://metabox.io/full-site-editing-fse-p1-overview/\">“Full Site Editing (FSE) – All You Need To Know”</a> </strong>for WordPressers, who need to catch up around the FSE discussion. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/darioohead\">Dario Jazbec Hrvatin</a></strong> of Toolset team posted <strong><a href=\"https://toolset.com/2021/08/full-site-editing-future-of-wordpress-and-what-it-means-for-you/\">Full Site Editing Future Of WordPress And What It Means For You. </a></strong> He shared what he learned talking to authors behind Astra, Page Builder Framework, and Sydney Pro themes!</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2>WordPress Development is hard (Part 2)</h2>\n\n\n\n<p>Last week, I also missed listing the Mainline podcast episode <strong>“<a href=\"https://wpmainline.com/podcast/wp-mainline-episode-5-contributing-and-developing-for-wordpress-is-not-as-easy-as-it-used-to-be/\">Contributing and Developing for WordPress Is Not as Easy as It Used to Be</a>“</strong> with Jeff Chandler, John James Jacobi and Chris Wiegman. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Video: <a href=\"https://www.youtube.com/watch?v=GJAje6JveCw\">“Is Gutenberg Killing WordPress Themes? Challenges for a Theme Developer in a Gutenberg World.”</a> by <a href=\"https://twitter.com/MapSteps\"><strong>David Vongries</strong></a>, who shares the hard time a theme developer can have when keeping pace with Gutenberg development. </p>\n\n\n\n<p>My advice for people depending on themes for their revenue and who don’t have an army of developers keeping up with the new thing: Keep doing what you are doing until things settle with the next two or three releases. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://dbushell.com/2021/08/03/wordpress-has-a-gutenberg-problem/\"><strong>Does WordPress Have a Gutenberg Problem?</strong></a> Asked <strong>David Bushell </strong>listing a few problems building blocks cause in creating sites for customers. It’s comes across like the other rant of a developer who is fighting change. However, Bushell touches on recurring themes we hear before and outlines the hurdles for WordPress developer when starting to switch to Gutenberg for their development: </p>\n\n\n\n<p><em>Opinionated styling of core blocks</em> is another pain point for WordPress developers. The mechanism to control this via theme.json has now arrived but of course its not yet completely develop.</p>\n\n\n\n<p><strong>Deprecation of static blocks: </strong>How can post that have earlier version of particular blocks stored be updated to a new rendering. There isn’t a good answer yet, and many developers mostly develop dynamic blocks, rendered in PHP consistently no matter when the block was added to a post. If a new version is available, it’ll get the new design/styling. Or skip native block development altogether and rely on Blocks created via Advanced Custom Fields Pro.</p>\n\n\n\n<p>A dynamic block was my first block, too, and I haven’t had the time to experiment with JavaScript blocks and the versioning for static blocks. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://wptavern.com/is-wordpress-development-really-all-that-hard-to-get-into-today\"><strong>Is WordPress Development Really All That Hard To Get Into Today?</strong></a> Asked <strong>Justin Tadlock </strong>in his opinion post on the WordPress Tavern, that collected over 40 comments from the site’s Community, many share great resources to get over initial hurdles, too. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Aug 2021 16:25:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Early WordPress 5.9 Look: The Road Toward Deeper Responsive Block Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/early-wordpress-5-9-look-the-road-toward-deeper-responsive-block-design?utm_source=rss&utm_medium=rss&utm_campaign=early-wordpress-5-9-look-the-road-toward-deeper-responsive-block-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6231:\"<p class=\"has-drop-cap\">Gutenberg project lead Matías Ventura announced the <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">Preliminary Road to 5.9</a> on the Make Core blog earlier today. He covered several <em>big picture</em> items, including several sub-points for each. He also linked to a <a href=\"https://github.com/WordPress/gutenberg/issues/33094\">GitHub issue </a>with specific tasks and tickets that need work.</p>\n\n\n\n<p>The post covers notes on block patterns, navigation menus, the <code>theme.json</code> interface (global styles), design tools, and editing flows for block themes. There is a lot of information to take in and enough areas to cover various interests.</p>\n\n\n\n<p>The most exciting focus of 5.9 might just be going deeper into responsive design at the block level, whether this is under-the-hood code or block options available via the UI.</p>\n\n\n\n<p>“One of the biggest points of friction for pattern and theme builders are the lack of responsive tools available at a block level,” wrote Ventura. “This needs to be solved in a way that doesn’t disproportionally increase interface complexity.”</p>\n\n\n\n<h2>Intrinsic Web Design With Blocks</h2>\n\n\n\n<img />Mobile design patterns shared by Ventura.\n\n\n\n<p class=\"has-drop-cap\">It is easy to become disgruntled at the slow progress toward responsive block options over the last few years. I am not entirely unhappy with it because I want the team to be methodical and approach this in a future-proof way, at least to the extent that it can.</p>\n\n\n\n<p>Far too often, what we have seen with requests and even third-party plugins is the use of viewport-based media queries for controlling how blocks respond to different devices (e.g., desktop, tablet, and mobile). While such controls can sometimes be the right tool for the job, they are not always the correct path for component-based design.</p>\n\n\n\n<p>Media queries tend to favor holistic design methodologies. However, component-based design is the modern face of the web. Blocks are just another component, and because developers or even users can place them anywhere in the overall design, we must approach how they respond to their surroundings more so than the browser viewport.</p>\n\n\n\n<p>“The block model is a good case to apply some intrinsic design principles, since a block can occupy a place in many different layouts and containers, for which prescriptive media queries that don’t take context into account are inflexible,” wrote Ventura.</p>\n\n\n\n<p>A simple example to look at is the core WordPress Columns block. We could easily add media query options for when each inner Column block breaks. <em>However, how should the typography respond for three columns vs. four and at different widths?</em> That is a function of the container’s size rather than the viewport.</p>\n\n\n\n<p><em>And, how do such media queries work when Columns are nested within another Column?</em> This becomes a more complex problem to solve if you are putting layout controls into the hands of users. Pushing the fast-forward button on responsive block options might feel good at the moment, but it could also create legacy baggage that will be hard to drop when a better solution rolls around.</p>\n\n\n\n<p>Even something as seemingly simple as a basic website header can become complex when designing for user input. For theme designers, there is no way to know how many characters are in the site title, for example, or how many items are in the nav menu. The block system can complicate that further by allowing end-users to drop in other unknowns.</p>\n\n\n\n<p>“Each block area should be intrinsically responsive allowing blocks to compose together, wrap, stack, and organize themselves to fit the different spaces and screens,” wrote Ventura. “For this to work well, container blocks need to absorb more layout controls.”</p>\n\n\n\n<p>He also mentioned <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries\">container queries</a> as a possible expansion point when they are fully supported by browsers in the future. Chrome Canary currently has a support flag to enable the feature.</p>\n\n\n\n<p>Container queries are a bit of a Holy Grail for designers. As web designer Ethan Marcotte <a href=\"https://ethanmarcotte.com/wrote/on-container-queries/\">wrote four years ago:</a></p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Maybe I’ll start here: in the last few years, my design work has focused much more on patterns, and less on “pages.” Instead of treating a responsive design as a holistic, unified thing, where every part of the layout changes and adapts at the same rate, it’s more helpful to break a responsive layout down into smaller, reusable bits of design, including things like “masthead,” “footer,” “image caption,” and so on.</p><p>In other words, my design process involves looking at a responsive design as a network of small layout systems. Each of those components are basically little responsive designs themselves, with their own sets of breakpoints.</p></blockquote>\n\n\n\n<p><em>Sound familiar?</em> Yes, the WordPress block system is built on that same foundation of small layout components.</p>\n\n\n\n<p>Anything that WordPress does today at the UI level needs to account for the container queries of the future. Or, at least make use of existing tools that could replicate the feature in some ways, such as the <code>min()</code>, <code>max()</code>, and <code>clamp()</code> CSS functions.</p>\n\n\n\n<p>The trouble is figuring out which features should be exposed as block options vs. being handled under the hood. The development team must strike a balance between the user experience and flexibility for designers. Some things should “just work” out of the box, and others should be configurable on a case-by-case basis.</p>\n\n\n\n<p>This should be one of the more interesting, complex, frustrating, and rewarding problems to solve in the WordPress 5.9 cycle. For those looking for a challenge, it might be the <a href=\"https://github.com/WordPress/gutenberg/issues/33447\">perfect entry point</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Aug 2021 00:31:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Wordfence and WPScan Publish Mid-Year WordPress Security Report\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121383\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/wordfence-and-wpscan-publish-mid-year-wordpress-security-report?utm_source=rss&utm_medium=rss&utm_campaign=wordfence-and-wpscan-publish-mid-year-wordpress-security-report\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5532:\"<p>WPScan is on track to post a record-breaking year for WordPress plugin vulnerabilities submitted to its database, according to <a href=\"https://wpscan.com/2021-Mid-Year-WordPress-Security-Report.pdf\">a collaborative mid-year security report</a> the company published with Wordfence. In the first half of 2021, WPScan has recorded 602 new vulnerabilities, quickly surpassing the 514 reported during all of 2020.</p>\n\n\n\n<p>The report is based on attack data from Wordfence’s platform and data from WPScan’s vulnerability database, providing a more comprehensive picture of the current state of WordPress security than either company could present alone.</p>\n\n\n\n<p>One of the trends highlighted in the report is the increase in password attacks. Wordfence blocked more than 86 billion password attack attempts in the first half of 2021. Attackers use a variety of methods to gain access to WordPress sites, including testing sites against lists of compromised passwords, dictionary attacks, and more resource intensive brute force attacks. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Source: <a href=\"https://wpscan.com/2021-Mid-Year-WordPress-Security-Report.pdf\">2021 Mid-Year WordPress Security Report</a></div>\n\n\n\n<p>Wordfence found the standard login to be the primary password attack target for 40.4% of attempts, followed by XML-RPC (37.7%). Since these attacks seem to be increasing, the report recommends that site owners use 2-factor authentication on all available accounts, use strong secure passwords unique to each account, disable XML-RPC when not in use, and put brute force protection in place.</p>\n\n\n\n<p>Data from Wordfence’s Web Application Firewall shows more than 4 billion blocked requests due to vulnerability exploits and blocked IP addresses. The report includes a breakdown of the percentage of requests blocked by firewall per firewall rule. Directory Traversal accounts for 27.1% of requests. This is when an attacker attempts to access files without being authorized and perform an action such as reading or deleting a site’s /wp-config.php file, for example. This breakdown also highlights the fact that certain older vulnerabilities are still frequently targeted by attackers.</p>\n\n\n\n<div class=\"wp-block-image\"><img />Source: <a href=\"https://wpscan.com/2021-Mid-Year-WordPress-Security-Report.pdf\">2021 Mid-Year WordPress Security Report</a></div>\n\n\n\n<p>The vast majority of the vulnerabilities you hear about in the WordPress ecosystem come from plugins, with themes making up a much smaller portion. The report notes that only three of the 602 vulnerabilities catalogued by WPScan in the first half of this year were found within WordPress core. </p>\n\n\n\n<p>In analyzing vulnerabilities by type, WPScan found that Cross-Site Scripting (XSS) vulnerabilities accounted for more than half of all them (52%), followed by Cross-Site Request Forgery (CSRF) at 16%, SQL Injection (13%), Access Control issues (12%), and File Upload issues (7%). Using scores from the Common Vulnerability Scoring System (CVSS), WPScan found that 17% of reported vulnerabilities were critical, 31% high, and 50% medium in severity.</p>\n\n\n\n<p>Both Wordfence and WPScan claim that the greater number of vulnerabilities reported this year is indicative of the growth of the WordPress ecosystem and a maturing, healthy interest in security. Themes and plugins aren’t getting more insecure over time but rather there are more people interested in discovering and reporting vulnerabilities.</p>\n\n\n\n<p>“First and foremost, we aren’t seeing a lot of newly introduced vulnerabilities in plugins and themes but rather we are seeing a lot of older vulnerabilities in older plugins and themes being reported/fixed that just weren’t detected until now,” Wordfence Threat Analyst Chloe Chamberland said. </p>\n\n\n\n<p>“Vulnerabilities aren’t being introduced as frequently and more vulnerabilities are being detected simply due to the higher activity of researchers which is in turn positively impacting the security of the WordPress ecosystem. Considering it isn’t newly introduced vulnerabilities that are being frequently discovered, I feel confident in saying that the increase in discoveries doesn’t indicate that the ecosystem is getting less secure at all but rather getting more secure.”</p>\n\n\n\n<p>Chamberland also said she believes there is a domino effect when vulnerabilities are disclosed to vendors and they learn from their accidents, causing them to develop more secure products in the future. </p>\n\n\n\n<p>“Speaking from experience as I spend a lot of my time looking for vulnerabilities in WordPress plugins, things have definitely been getting more secure from my perspective,” she said. “Today, I frequently find capability checks and nonce checks in all the right places along with proper file upload validation measures in place, and all the good stuff. It’s become harder to find easily exploitable vulnerabilities in plugins and themes that are being actively maintained which is a great thing!”</p>\n\n\n\n<p>The mid-year report is available as a PDF to <a href=\"https://wpscan.com/2021-Mid-Year-WordPress-Security-Report.pdf\">download</a> for free from the WPScan website. WPScan founder and CEO Ryan Dewhurst said he expects there will be an end of the year report for 2021. He has not yet discussed it with Wordfence but the companies are brainstorming about other ways they can collaborate.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Aug 2021 04:14:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Post Status: Post Status Excerpt (No. 20) — Yoast Acquired, Businesses Need To Allow More Play\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=85143\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/20/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3984:\"<h2 id=\"h-allowing-time-to-goof-off-or-pursuing-a-passion-improves-team-connections\">Allowing time to goof off or pursuing a passion improves team connections.</h2>\n\n\n\n<p class=\"has-drop-cap\"><a href=\"http://positiveorgs.bus.umich.edu/people/jane-dutton/\" target=\"_blank\" rel=\"noreferrer noopener\">Professor Jane Dutton</a> from the University of Michigan’s Ross School of Business suggests “four ways to build high-quality workplace connections” — respectful engagement, support, trust — and <em>play</em>. Play is what Cory and David focus on in this episode — why should companies set aside time for time to explore, goof off, or entertain each other with no particular outcome in mind?</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>Only an hour before recording this, <strong>Yoast</strong> <a href=\"https://yoast.com/exciting-news-yoast-joins-newfold-digital/\">announced</a> it is being acquired by <strong>Newfold Digital</strong> — formerly known at least in part as <a href=\"https://robertjacobi.com/goodbye-endurance-hello-newfold-digital.html\">Endurance International Group</a> (EIG). David and Cory share their initial thoughts with more analysis still to come.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. ⚡<br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. ?</p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\">? Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li><li><a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1628787774152400\">Joost\'s Announcement In Post Status Slack</a></li><li><a href=\"https://yoast.com/exciting-news-yoast-joins-newfold-digital/\">Exciting news: Yoast joins Newfold Digital</a></li><li><a href=\"https://joost.blog/yoast-joins-newfold/\">Joost\'s Personal Blog Post On Acquistion</a></li><li><a href=\"https://newfold.com/newsroom/clearlake-and-siris-backed-newfold-digital-acquires-yoast\">Clearlake and Siris-Backed Newfold Digital Acquires Yoast to Help Customers Get Found Online</a></li><li><a href=\"https://poststatus.com/acquisitions/\">WordPress Acquisitions and Investments</a></li><li><a href=\"https://leadpositively.com/4-ways-to-build-high-quality-workplace-connections/\">4 Ways to Build High-Quality Workplace Connections</a></li></ul>\n\n\n\n<h3>? Sponsor: <a href=\"https://poststat.us/pagely\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Pagely</a></h3>\n\n\n\n<p>You need durable Managed WordPress Hosting for all your mission-critical sites. <strong>Pagely</strong> offers managed DevOps and a flexible stack with the same enterprise-level support to all its customers. Peace of mind starts with <strong>Pagely</strong>. Try it today!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Aug 2021 23:55:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Yoast Joins Newfold Digital, Team To Stay in Place\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121446\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://wptavern.com/yoast-joins-newfold-digital-team-to-stay-in-place?utm_source=rss&utm_medium=rss&utm_campaign=yoast-joins-newfold-digital-team-to-stay-in-place\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4181:\"<p class=\"has-drop-cap\">Earlier today, Yoast CEO Marieke van de Rakt announced the company had been <a href=\"https://yoast.com/exciting-news-yoast-joins-newfold-digital/\">acquired by NewFold Digital</a>. Yoast and its SEO-related business are expected to continue operating as usual with its current team and maintaining its product line.</p>\n\n\n\n<p>Newfold Digital is a global web solutions provider that serves small-to-medium businesses. The <a href=\"https://newfold.com/brands\">company has many brands</a> under its umbrella, such as Network Solutions, Bluehost, and more.</p>\n\n\n\n<p>“Yoast never had any funding before, it grew organically into a company with 140 employees maintaining a plugin with over 12 million active installs,” wrote van de Rakt in the announcement. “We don’t want to stop there! We’re planning to grow and improve even further! Joining Newfold Digital provides us with the freedom to build and iterate on ideas to further our mission.”</p>\n\n\n\n<p>There are no plans to change the team or the culture around Yoast. One of the goals during the acquisition was to keep everyone in place, continuing work on their product line.</p>\n\n\n\n<p>“Of course, some things change,” said Yoast founder and CPO Joost de Valk. “We’ll integrate into their systems (HR and finance). We’ll work on special offers for customers from Newfold. Our company changed so much over the five years, so it will change no matter what. I do feel that this opens up more security for growth and for developing new ideas.”</p>\n\n\n\n<p>While Yoast does not plan to change its 140-person team, it is still bringing in fresh talent. The company has been hiring a lot lately and expects that trend to continue with <a href=\"https://yoast.com/jobs/\">19 current job openings</a>.</p>\n\n\n\n<p>As host Nathan Wrigley and guest Cory Miller discussed on the <a href=\"https://wptavern.com/podcast/6-cory-miller-on-the-wordpress-mergers-and-acquisitions-landscape\">latest episode of the Jukebox</a>, acquisitions can be a welcome change for all parties. It can provide more financial stability and backing for the acquired company. It may allow the team to explore new features or new products that were not possible before. This can also work in the user’s favor in the long term.</p>\n\n\n\n<p>“Marieke and I felt ever since this Covid pandemic hit that we needed a partner or some more financial backing,” said Joost de Valk. “Being totally bootstrapped was getting to us. We worried about the exchange rate of the dollar, for instance. We got risk-averse, and all around us other companies got financial injections.”</p>\n\n\n\n<p>The husband-and-wife duo thought about selling part of their stock for additional funding but was worried about potential consequences. One such downside may have been the need to grow fast to keep investors happy.</p>\n\n\n\n<p>“We wanted to find a place to keep Yoast SEO growing and to keep working on WordPress,” said de Valk. “We had help from RBC, a company that helps with these types of acquisitions. They introduced us to Newfold, and we had a really good connection right from the start.”</p>\n\n\n\n<p>He remained tight-lipped about any new products or features in the pipeline, only saying that a lot is coming and things will speed up.</p>\n\n\n\n<p>Newfold is the owner of several high-profile hosting brands, including Bluehost and HostGator — both offer a managed WordPress service. It would not be unheard of to see a company mix and match its various products to draw in more customers. Nor would it be surprising to eventually see Yoast SEO or even some of the commercial Yoast offerings as part of packaged hosting deals. WP Engine fully integrates StudioPress products, for example, into its packages. However, de Valk said they have yet to discuss anything on that front.</p>\n\n\n\n<p>“You’re absolutely right that the things you’re proposing here make perfect sense,” he said. “So, I think we’ll work on those deals and, at the same time, team Yoast will work independently on their products.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Aug 2021 20:25:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: FSE Outreach Round #9: Building a Higher Ed Header\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/fse-outreach-round-9-building-a-higher-ed-header?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-9-building-a-higher-ed-header\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6238:\"<p class=\"has-drop-cap\">It feels like it has been ages since the WordPress community has had a call for testing Full Site Editing (FSE) features. The <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">FSE Outreach Program</a> was on a small hiatus. However, the WordPress 5.8 launch was also underway last month.</p>\n\n\n\n<p>The program is an open call for testing various components of FSE. Thus far, volunteers have successfully provided feedback on features that have already landed in core WordPress, such as block-based widgets and template editing. Testers have delved into others that have yet to be released. Each testing round is open to anyone who can spare a little of their free time and share their findings. The goal is to break things and point out problematic areas of the user experience.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2021/08/11/fse-program-testing-call-9-handling-highered-headers/\">FSE Outreach #9</a> is a community-driven suggestion that calls for building a Higher Ed site’s header. Volunteers are asked to follow a 26-step process using the site editor beta feature in the latest version of the Gutenberg plugin and the TT1 Blocks theme.</p>\n\n\n\n<p>I am a fan of this take on testing, and program lead Anne McCarthy seems to favor doing more of it in the future. “If you’d like to suggest an idea for a call for testing, know it’s very welcomed and all ideas will be weighed against current project priorities to figure out what makes the most sense to pursue,” she wrote in the announcement.</p>\n\n\n\n<p>Since the project was all about Higher Ed, I decided to pay homage to my alma mater and use the colors that I wore proudly around campus for five years — and still do to this day. The following screenshot is the end result:</p>\n\n\n\n<img />\n\n\n\n<p>Before going forward, I must admit that I cheated to get that final look. The call for testing asked that we build from the TT1 Blocks theme. I was able to get <em>close</em> to that result, but I had to switch to a custom theme I have been working on to get past a few hurdles.</p>\n\n\n\n<p>I went through each stage of testing with TT1 Blocks and will cover the issues I encountered.</p>\n\n\n\n<h2>Building a Higher Ed Header</h2>\n\n\n\n<p class=\"has-drop-cap\">Just getting off the ground, I ran into my first issue, which turned out to be a non-issue. The internet gods decided to play a trick on me, disallowing me from editing both the Site Title and Site Description blocks. I <em>really</em> wanted my fictional university to be “Gutenberg University,” but I could not do so without saving my progress and refreshing the browser tab. I was unable to replicate the issue, so I am hoping it was simply a fluke.</p>\n\n\n\n<p>Using the Navigation block still seems the most troublesome area of site editing. I know how much work the development team has put behind the user experience for this feature but cannot help but wonder if there is a point where users can opt into managing its content (the links) via the traditional Nav Menus screen in WordPress. The site editor works fine for the design aspect, but I have yet to feel comfortable using it to manage links.</p>\n\n\n\n<p>This stage of testing calls for adding multiple page links as both top-level and sub-menu items. When clicking the <code>+</code> button to add a link, my first instinct is to search for the page itself. However, the available field is a block search rather than a page search.</p>\n\n\n\n<img />Accidentally searching for link in block search field.\n\n\n\n<p>To add an actual link, users must first add the Page Link block. Then, they can search for a specific page. This two-step process gets me every time.</p>\n\n\n\n<p>I ran into the <a href=\"https://github.com/WordPress/gutenberg/pull/33021\">issue for nav menus</a> mentioned in the call for testing where there is no space between items when used inside a Columns block. It pains the purist in me to admit it, but I had to use the Spacer block between each item to fix this. I did not need to do this with my custom theme because, I am guessing, I addressed this somewhere along the way.</p>\n\n\n\n<p>The “space between items” option also failed to work with the Navigation block, ruining one of the early design ideas I had. I decided to go in a different direction.</p>\n\n\n\n<p>Using right-alignment with the Search block did not work. Therefore, I used the 100% width option to align it with my right-aligned nav menu.</p>\n\n\n\n<p>Time and time again, I needed to rely on the Spacer block to make adjustments. Part of this was because default margins and paddings are inconsistent among different blocks. The still-missing margin controls on nearly every block also played a hand in this. This is not particularly noteworthy. The development team is aware of and working on extending spacing controls — they just can’t get here fast enough for some of us.</p>\n\n\n\n<p>A spacing issue is what led me to ditch TT1 Blocks and switch to a custom theme. The following screenshot is my final work with the former. You may notice the gaping green background between the nav menu group and the header image below it.</p>\n\n\n\n<img />TT1 Blocks theme version with gap in header.\n\n\n\n<p>No amount of tricks or rearrangement of blocks seemed to remove that space, and I simply could not live with that. I had already solved about 90% of Gutenberg’s spacing issues with my own theme and did not feel like writing any new CSS to address this. Making the switch also meant that I could get rid of several Spacer blocks I had in place.</p>\n\n\n\n<p>Aside from dropping in a header image, one other modification I made was skipping the addition of a Button block for the latest “Covid update.” I could not bear looking at TT1 Blocks’ overuse of padding. Instead, I nested a paragraph with a link within a column alongside a Navigation block.</p>\n\n\n\n<p>As always, I enjoyed the process. This post is meant to be critical of specific areas in the hopes that it helps build a better WordPress. For all its faults, many other parts offer a solid user experience. Overall, the Gutenberg development team continues to impress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Aug 2021 03:38:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Google Site Kit Plugin Ships Hot Fix for Critical Error That Caused Broken Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/google-site-kit-plugin-ships-hot-fix-for-critical-error-that-caused-broken-websites?utm_source=rss&utm_medium=rss&utm_campaign=google-site-kit-plugin-ships-hot-fix-for-critical-error-that-caused-broken-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2688:\"<p>Google published an update to its <a href=\"https://wordpress.org/plugins/google-site-kit/\">Site Kit plugin for WordPress</a> this afternoon with a hot fix for a critical issue affecting an unknown number of users. Reports of broken websites were popping up <a href=\"https://twitter.com/thebclang/status/1425450256905510914\">on Twitter</a> and in the plugin’s <a href=\"https://wordpress.org/support/topic/error-there-has-been-a-critical-error-on-this-website-3/\">support forum</a> on WordPress.org. Users affected by the issue reported having a critical error on all sites using Site Kit, which forced deactivation of the plugin in recovery mode. In some cases it prevented them from accessing their dashboards.</p>\n\n\n\n<p>“On Wednesday, August 11, we identified a fatal error in the Site Kit plugin that could be triggered by other plugins or themes using an unprefixed version of Composer,” Google Site Kit Support Lead Bethany Chobanian Lang said in a pinned <a href=\"https://wordpress.org/support/topic/critical-error-issue-update-to-v1-38-1/\">post</a> on the support forum.</p>\n\n\n\n<p>Version 1.38.1 contains a hot fix for this issue, since it was critical enough to take down users’ websites. The plugin’s maintainers began <a href=\"https://github.com/google/site-kit-wp/issues/3830\">investigating the issue</a> less than 24 hours ago but are still not sure which plugins trigger the error due to their usage of Composer. </p>\n\n\n\n<p>“The reports do not include which specific plugins or themes were causing this, but the error message clearly highlighted the code in Site Kit that was the problem,” Google Developer Relations Engineer Felix Arntz said. “Technically, that problematic code had been in Site Kit since several versions ago (months back), so maybe another plugin/theme recently got updated with new code that exposed the problem.”</p>\n\n\n\n<p>After looking at popular plugins, Arntz said he hasn’t been able to find one so far that would have triggered the problem. Given Site Kit’s broad usage, other affected sites are bound to turn up once users realize there is a problem. Google launched the plugin in 2019 and has since amassed more than a million active installations. The majority of the plugin’s user base is running older versions, which may or may not be affected by the current issue. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress.org shows 35.6% of the plugin’s users are on version 1.38.x. The hot fix is not backported for older releases, but users running Site Kit version 1.38 with background updates enabled should automatically receive the fix. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Aug 2021 02:34:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: #6 – Cory Miller on the WordPress Mergers and Acquisitions Landscape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=120673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/podcast/6-cory-miller-on-the-wordpress-mergers-and-acquisitions-landscape?utm_source=rss&utm_medium=rss&utm_campaign=6-cory-miller-on-the-wordpress-mergers-and-acquisitions-landscape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:65517:\"<h2>About this episode.</h2>\n\n\n\n<p>So on the podcast today we have Cory Miller.</p>\n\n\n\n<p>Cory is likely well known to many of you, he’s been a big part of the WordPress community for many years. He founded, grew and sold <a href=\"https://ithemes.com/\">iThemes</a> and is now the owner of <a href=\"https://poststatus.com/\">Post Status</a>, which is a community dedicated to informing WordPress professionals and enthusiasts about the industry.</p>\n\n\n\n<p>So the topic of the podcast today is the WordPress Mergers and Acquisitions Landscape, and it’s the perfect subject for Cory. He’s been on both sides of the equation having sold iThemes to Liquid Web in 2018 and then buying Post Status earlier in 2021.</p>\n\n\n\n<p>When we talk about Mergers and Acquisitions in WordPress, it really seems to polarise opinions. Companies are being bought and sold on an almost weekly basis at present.</p>\n\n\n\n<p>There are those who worry that we’re at a point where larger companies have bought, and continue to buy up, smaller businesses. They see this as a cause for concern; a concern that we’re in danger of straying into a future where a few big brands own ‘all-the-things’.</p>\n\n\n\n<p>On the other hand there are people who see this as a sign of the maturation of the WordPress ecosystem. It’s a consequence of the success of the WordPress economy that smaller teams have a pathway to profitability, one in which the possibility of being acquired is an attractive option.</p>\n\n\n\n<p>There’s a great deal to discuss here, some of it unexpected, and I’m sure that you’ll have your own opinions.</p>\n\n\n\n<p>We try to tackle the subject by going through a list of the ‘good’ and the ‘bad’ of WordPress Mergers and Acquisitions. We don’t attempt to cover every single angle, but we do try to look at it from both sides.</p>\n\n\n\n<p>It’s great to get Cory’s take on the topic.</p>\n\n\nTranscript<br /><div><div class=\"chat-transcript\"><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:00:00]</div> <div class=\"chat-text\"><p>Welcome to the sixth edition of the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast all about WordPress and the community surrounding it. Every month, we’re bringing you someone from that community to discuss a topic of current importance, and this month is no different. If you like the podcast, I’d suggest that you ought to subscribe, and you can do that by going to WP Tavern dot com forward slash feed forward slash podcast. Use your favorite podcast player and click the subscribe or follow button. If you have any thoughts about the podcast, perhaps a suggestion of a guest or an interesting subject, then head over to WP Tavern dot com forward slash contact forward slash jukebox, and use the contact form there because we’d certainly welcome your input.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay, so on the podcast today, we have Cory Miller. Cory is likely well-known to many of you. He’s been a big part of the WordPress community for many years. He founded, grew and sold iThemes and is now the owner of Post Status, which is a community dedicated to informing WordPress professionals and enthusiasts about the industry.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>So the topic of the podcast today is the WordPress mergers and acquisitions landscape, and it’s the perfect subject for Cory. You see, he’s been on both sides of the equation, having sold iThemes to Liquid Web in 2018 and then buying Post Status earlier this year.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>When we talk about mergers and acquisitions in WordPress, it really seems to polarize opinions. Companies are being bought and sold on an almost weekly basis at present. There are those who worry that we’re at a point where larger companies have bought and continue to buy up smaller businesses. They see this as a cause for concern, a concern that we’re in danger of straying into a future where a few big brands own ‘all the things’.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>On the other hand, there are people who see this as a sign of the maturation of the WordPress ecosystem. It’s a consequence of the success of the WordPress economy, that smaller teams have a pathway to profitability. One in which the possibility of being acquired is an attractive option.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>There’s a great deal to discuss here, some of it unexpected, and I’m sure that you’ll have your own opinions. We try to tackle the subject by going through a list of the good and the bad of WordPress mergers and acquisitions. We don’t attempt to cover every single angle, but we do try to look at it from both sides. It’s great to get Cory’s take on this subject.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If any of the points raised in this podcast, resonate with you, be sure to head over and find the post at wptavern dot com forward slash podcast, and why not leave us a comment there?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And so without further delay, I bring you Cory Miller.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>I am here with Cory Miller. Hello Cory.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:03:45]</div> <div class=\"chat-text\"><p>Hey, Nathan. Good to see your face. And I know this is a podcast, but also hear your voice again.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:03:51]</div> <div class=\"chat-text\"><p>I don’t think Cory that we need to introduce you in all honesty, I think you are one of those people that goes with no introduction, but nevertheless, just in case there is a handful of people out there who’ve not heard of you before or come across you. Would you just take a moment to explain a little bit about your journey with WordPress and how come we’re chatting to you on a WordPress podcast?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:04:11]</div> <div class=\"chat-text\"><p>Yeah. So my original start with WordPress started in 2006 as a blogger. In 2008, I started a company called iThemes. Ran that for 10 plus years, we did backups security and maintenance for WordPress websites, in addition to in the early days themes, thus the name iThemes. And then in 2018, we were acquired by Liquid Web. 2019 I started on my next chapter in my journey. Currently, I am the… I don’t know what my title is, but Post Status dot com is now I’m full owner of it. Brian Krogsgard, the founder, and I partnered up and then he is onto awesome stuff in the crypto software space. And I’m now the community lead, I guess, for Post Status, a awesome community of WordPress entrepreneurs and professionals.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:04:59]</div> <div class=\"chat-text\"><p>There’s an awful lot to unpack there, but regrettably, we don’t have time to go through the history too much. But what was highlighted there is that you have been through the very thing that we’re going to be talking about because we’ve got Cory on the call today to talk about mergers and acquisitions and whether this is potentially for the good or for the bad, whether there’s upsides or downsides. And let’s go back to your journey. I’m sure that things are different now, that is to say, I think things have hotted up since you sold iThemes, probably there’s a lot more paperwork going involved and a lot more scrutiny on how things are transferred and so on. But just wondering if you could tell us, what was your journey like, how did you come to sell iThemes? What were the reasons behind it? And what were the options available to you at the time that you sold iThemes? Were there people clamoring at that time, or was it very much we don’t know, people don’t sell things in the WordPress space. How did it all work out?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:05:47]</div> <div class=\"chat-text\"><p>There had been a couple of acquisitions in the WordPress space, for sure, and I shouldn’t say a couple, numerous acquisitions in the space, but it wasn’t like the last year. Last year, the space has been on a tear with mergers and acquisitions, but there had been acquisitions before, in fact, at Post Status, we’re working on a page to document all that, the acquisitions that happened in WordPress.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So in 2016 or so I started to think, what does the future look like? It feels like one day somebody at all the hosting companies goes, I wonder how much this thing called WordPress, what kind of footprint is it in our customer base, in our stack and somebody came back and probably said 40%, 50% or something like that, I’m sure way back in the day. And it seemingly overnight a bunch of money and attention from particularly the hosting space turned to WordPress and rightfully so, I mean WordPress is a huge CMS and its footprint on the web is enormous. So around that time, I’m seeing all these players kind of come in and, big money, start to come in, and we’re talking about billion dollar companies or billion dollar valuation companies or companies with private equity in the billions coming into the space and really turning their attention, and I thought, my job as the leader is to fast forward the movie and see where we’re going and make sure, you mentioned in our pre-talk about Monopoly, the game Monopoly, and I thought, wow, we are definitely the David versus Goliath now. We’ve been bootstrapped from the beginning from 2008 on, and what does the future look like, and our toolset, the software we’re offering at the time, it was very utility, backup security, and maintenance. GoDaddy had bought Sucuri, ManageWP. Automattic was already kind of our competition from the beginning anyway, with Jetpack and at one point their backup service VaultPress. And so Jetpack is another behemoth out there. And, I just go, I think it’s time for us to figure this out, what’s the next step in a big way, and really that ultimately came down to being acquired. We had a partner in Liquid Web. So they were obviously the first people that had been partnered with him for like a year and really appreciated their leadership team. Eventually my friend, Chris Lema joined them and then my friend AJ Morris was the one that put us on the map for Liquid Web. And they were doing some, wanting to really do some big things and WordPress and long story short that just all worked out. But for us, it was like, at what point do you just need to pull up your stakes and tents and move on and see what you can get? And two reasons, one is financial, of course, but the other is my team. You know, we had about 25 people at that time and I want to make sure our team has a place to land and a great career, and that up until that point, it was either Matt Danner and I, and we had to leave for anybody to have upward mobility really well. When we joined a Liquid Web, at the time, they were like 600 people. So there was a lot of opportunity, career opportunity to move within the company. And they were also doing some great stuff. Now, maybe early in my worries, you know, Mark from Wordfence a great founder, co-founder over there told me, he said, great book called only the paranoid survive. I spent about 10 years in paranoia, like insecurity. But it was time it’s turned out to be everything Joe Oesterling and the C Suites team over at Liquid Web, everything they said to me, they have been to the letter of their word. I have really great respect for them. And so iThemes is under the leadership now of Matt Danner is killing it. There have been on the acquisition tear in the last year.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:09:16]</div> <div class=\"chat-text\"><p>It is amazing because I think there’s two sides to look at it. And we’ll explore that as the podcast goes on. There are the good sides and there’s possibly some downsides to this whole thing. And certainly from your perspective, it sounds like you had a really positive experience. You managed to hook up with a company who delivered on everything that you hoped that they would. So that’s great. But then of course, I suppose there’s the other side. The customer side, where there may be more concerns about, well, what does this mean for the product going forward? How is this going to affect the thing that I’ve deployed on all my websites? Will it still be maintained? Are these people good custodians and so on? So just to unpack this a little bit. Over the last, like you said, maybe a year or something, we seem to have a real landslide of things happening. There’s lots and lots of things, to the point where really a week doesn’t go by where there is some merger and acquisition news.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:10:07]</div> <div class=\"chat-text\"><p>Truly.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:10:07]</div> <div class=\"chat-text\"><p>Yeah. You follow this probably more closely than I do, but it’s happening every single week. And some of them are big names, some of them are much smaller names, but there’s a story there every week if you choose to go and find it. I’m just wondering if you think this is inevitable. And what I mean by that is, was this always going to be the case? A rising tide carries all boats. If WordPress is getting bigger, it’s inevitable, all the things which are supporting WordPress and are built on top of it are going to get bigger as well. Did you see this happening all over the place five, ten years ago? Or did you feel yourself to be a slight exception all those years ago?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:10:45]</div> <div class=\"chat-text\"><p>No, no, no, no, no. 10 years ago I was just living my dream as an entrepreneur growing a business. Most of the time, just holding on to the runaway stagecoach and was just loving every day and every week and every month and every year of our journey. I had a five-year commitment when I started the business, because I knew I’ve been a career hopper since I was 16. I’ve had a job on average about every two years. Until I started iThemes. I knew when I started iThemes, I had to have a five-year commitment minimum just to get the bird off the ground? So when five years came up, I was like, well, do I want to renew and this is about that time that I’m talking about. And I was like, heck yeah, I want to re renew. I want to keep renewing these things. I worked with the most amazing people on earth. That were my friends and my coworkers who held my babies when they’re born, who’ve been in my house for dinners and fun times, and I got to meet their children, because we had a hybrid remote team. And so I just wanted to keep pushing renew, renew, renew, renew. And it was just at the point where I was like, I don’t know what the renew button looks like now. I probably got in a little bit of a dark space in my fast forward in the movie to the end, but no 10 years ago, didn’t understand the world of all of this M&A stuff.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>But as I’ve come to learn, this is a by-product to WordPress’ success. That’s it. First and foremost, it’s a by-product that people would go there’s money here, there’s value to capture all that kind of stuff. And this is what’s called we’re kind of seeing it, it’s call it a roll-up that they say in that kind of a industry, the M&A kind of field. You’re just seeing right now, a big roll-up going on. Small players been scooped up adding features or customers or revenue and all that, but I just wanted to keep renewing until I thought, I don’t think my chances are very strong to be able to renew, was concern for all parties involved.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:12:31]</div> <div class=\"chat-text\"><p>The thing that I find curious is that I was in a forum the other day, and we were talking through this exact topic. It was a real split. Essentially the conversation was fairly polarized. It was, is this a good thing that we’ve got all of these acquisitions? Is it a bad thing, you didn’t really get to sit on the fence? You were either going to be one or the other and the people on the, this is a good thing side really were talking about the fact that this is what happens. This is a maturing thing. When an ecosystem, an area of business matures, this is what goes on. There is a coagulation that the people who’ve been successful, the people that have got the money to buy things, they go out and they shore up the offering that they’ve got. So that was the one side. This is just maturation of an industry. And then on the other side, there were the people who didn’t see it that way. And they saw it more as it’s just the big guys getting bigger, and there’s concerns there because that’s going to stifle all of the competition and we’re terribly concerned about whether or not things that we’ve been built with dedication and heart and by an individual are going to be consumed and they’re going to lose their focus and they’re going to lose their way. So it really split either way. And because of that, because it was so split, I decided that we’d take the podcast in that direction and we’d talk about the good bits and the bad bits. So let’s go with the good, let’s start with all the good things. And I actually think the good list, I was able to come up with more good things than bad things, not many more, but more, some of them really unexpected to me.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>So first of all, If you want to espouse all of the things that you think are good, and then I can do my list or I can do my list, and then you can tell me whether or not you agree with it. It’s entirely up to you.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:14:15]</div> <div class=\"chat-text\"><p>Before we dive into that, I wanted to say, if you pushed me to say yes or no on it, I’m very conflicted. Given a broad statement, I’m very conflicted. And I started to parse out, is it good for the platform, WordPress? Is it good for the entrepreneurs in the space? Is it good for the people doing the acquisitions? That’s a firm yes. The firm yes is for the people acquiring. This is a great thing for the people acquiring. Because of WordPress’ success the entrepreneurs that have built and help build WordPress to what it is today. I’m talking specifically the service agencies, the freelancers, the users, the people that built products like me and my team and others out there that have really contributed to the success of 40% or whatever the footprint is to WordPress today.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>That’s been a significant contribution by the commercial community, the Post Status type tech community, the people of WordPress. So I wanted to say that first cause I was like, oh, that’s interesting, if you forced me to pick, I’m really conflicted. But if I parse out some of those, I’m like, okay, maybe I can share. It’s still a yes here and a no there, yes here, on each audience. So all that to say, you go with your list and we can talk to you that for sure.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:15:25]</div> <div class=\"chat-text\"><p>Okay. So this list in part came out of conversations that I was having with people who had been in the middle recently of acquisitions, and some of them were unexpected to me. I couldn’t have worked them out myself. So imagine you’re working in a company, a small company, much like you had at iThemes, 25 employees. Curious thing, better working conditions came out. So that is to say that the people working at the small company are now working at a big company and they were able to make use of all sorts of things that weren’t available to them. So that might be heathcare.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:15:59]</div> <div class=\"chat-text\"><p>Yeah, I would reframe the phrase, working conditions to benefits and the worker benefits, absolutely, at least in my case. Way better PTO policies, way better health insurance. I’m still on Liquid Web, we went on what’s called Cobra because my wife worked there before we were acquired, by the way she’d worked there three or four years or so. And then when she left last year to start Content Journey for her business, we continued on with Cobra. I’ve been on Liquid Web health, probably five years, I think, five years now, I want to say. And so absolutely. And most of the other ones, yeah, they can do it at scale. So, yes.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:16:35]</div> <div class=\"chat-text\"><p>Yeah, you’re right. I don’t know why the word conditions came into my list of there, but yeah. So job security. Better healthcare and… the UK, we have a different healthcare system and it doesn’t require quite so much money up front if you know what I mean? So those kinds of things don’t matter.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:16:50]</div> <div class=\"chat-text\"><p>Ah, so jealous.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:16:52]</div> <div class=\"chat-text\"><p>Well, yeah, health insurance and so on. But then, more of the nuts and the bolts. There’s obviously more resources to throw the development of the project, because it may be the developer of a particular project. Maybe they were a solo person, or maybe they were working with a small team and they’d reached the end game of what it was that they felt that they could achieve. That really, they were running out of runway. They’d run out of inspiration, perhaps they were fed up with it and it gave them an opportunity to hand it on. Maybe they’re going to carry on the journey. Maybe they’ve been acquired as a part of the deal, but it gives them more people to talk to more ideas and more resources to update their plugin, theme or whatever it might be.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:17:32]</div> <div class=\"chat-text\"><p>I would say yes, with this caveat, is the direction is no longer in the hands of the original founder, entrepreneurial team, always, there’s new owners, they get to decide what the direction is. That’s why you got to be really careful what you carve out in your agreements. But, it’s a new owners. Yes, I would think for sure, like us going to Liquid Web, we had the resources of a hosting company who owned their own data centers. I want to say that again, hosting company actually owned their own data centers, which I had set foot in and go, wow, this is kind of rare in today’s age. So that was exciting for us because we’re like, what would happen if we could control the server hosting environment. Wow. Okay. That’s awesome. So, yes, I think in theory and most what I’ve seen in practice, absolutely more resources in terms of team products, money, even to fund.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:18:26]</div> <div class=\"chat-text\"><p>Yeah, I guess everything that we raise on one side probably has a flip side, but in this case, I think we can easily understand and pass the good side of that. The other thing of course is that if you bring along your product or service, just to keep it simple, let’s say that you are a plugin developer and you brought along a plugin, then you are rolling into a bigger ecosystem of plugins. And so it becomes a more desirable thing. So from the end user’s point of view, my point of view, if I can subscribe to one subscription service and get four or five different plugins all rolled into one. That’s a real benefit for me. I’m getting them from one vendor. I’ve got one support channel, one price to pay. And I don’t have to worry now about those three or four different plugins, which I’m hoping will cobble together and make my website work perfectly. They’re now being managed by the one team. And so there’s something to be said about the fact that it’s all getting rolled in and you might have just one subscription. I mean, obviously you tried to do that and succeeded with that at iThemes, you had a whole bunch of stuff going on, loads of different things and having them all under one subscription was a great offering. And the bigger that subscription gets in the more things that you can feed into it, the better it is.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:19:38]</div> <div class=\"chat-text\"><p>Yeah. I think the team that probably does this the best that I’ve seen is Syed and his team over at Awesome Motive, which has brands of Optin Monster, WP Forms, Monster Analytics, all that. I don’t know if I see a lot of cross selling going on, but I see them being able to take products and promote to an ecosystem to expand that. You’re right, at iThemes we call it the Toolkit and it was like the treasure chest. I don’t know if you ever get to a dentist’s office, and there’s this big treasure chest, like a pirate treasure chest. And after you get your teeth cleaned or whatever you did, you can go and dig through that. And that’s the way I thought about our toolkit. If I fast forward the tape, I want to see a company within the space actually do that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I don’t know if I see that right now, one subscription to rule them all kind of thing. I get hosting. I get my plugins, maybe themes in there too, but really, hosting and plugins. I want to see a company doing that. Maybe if we get close to that is maybe Jetpack, where they bundled security and backups and maintenance. And now they’ve got these, in their whole ecosystem. Jetpack just rolled out their own mobile app. That’s really interesting to me where it’s like one price, because here’s the problem. Nathan, you’ve seen this, you know this. Wix, Weebly and Squarespace, when I first started back in 2006 with WordPress and in 2008 with iThemes, we could gobble up all this, what I probably think of as the lowest end of the market, the ones that I just want to buy hosting for five bucks a month, they want to get a domain name and cobble their site together and do it for under a hundred bucks a year or something like that. Wix Weebly Squarespace came on the scene. I can’t remember what it was. I want to say 2013, 14, 15, somewhere around that maybe, and started eating at that bottom level. And now as WordPress has gotten more complex and maybe the dashboard hasn’t been updated as much as it should have been, Wix, Weebly and Squarespace come in and just provided this complete ecosystem for one price.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>They don’t have to go over here and buy a theme or plug in and pull it in, separate recurring fees and all that stuff. I don’t have to worry about updates because it’s SaaS and they started eating at the bottom of that. Now that affected our theme business in a big way. And that’s a dynamic I’d love to see like awesome motive can pull it off. GoDaddy can, they’ve made some huge strides with their onboarding. It is pretty dang incredible. I think WP Engine has with their Studiopress acquisition is starting to do some of this, pull it in, into their ecosystem. Liquid Web for sure. Now they’ve rolled out Stellar WP, which is basically their brain for all their WordPress products, but I want to see it. I want to see it. I don’t have to have 15 subscriptions, I can have one. Now somebody smarter than me, with financial engineering is going to have to do all the math and see if that plays out. But I want to see it as a user.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:22:24]</div> <div class=\"chat-text\"><p>I feel that that’s the inevitable direction of travel and we’ll come back to that because I think possibly that has negatives as well as positives, but yeah, good point. Although the promise of one subscription is a nice one. We don’t appear to have that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:22:38]</div> <div class=\"chat-text\"><p>You mentioned, here’s a subset of this whole conversation is WooCommerce itself. WooCommerce is a platform in itself, even though it’s technically a WordPress plugin and all that. But its footprint is enormous. It’s the default defacto software e-commerce software on the planet and it’s going to be for the foreseeable future. But if you have five ad-ons, you could probably go through the store to do that. Again, somebody had done initially when they rolled everything together, it’s like how much you would spend on a WooCommerce store. I have any commerce operation I’m partnered in called the vidibars dot com [?] And it’s my first physical product and stunt months it’s Anna’s who runs it, CEO, but we are not going to go with WooCommerce, we’re going to go Shopify. We were started on Big Commerce. Because I didn’t want to handle the tech stack. I’m not a developer. I might seem sometimes like one second at a, you know, a whole interview that I know what I’m talking about, technically, but I wanted to relay all that over there. I didn’t want to have to worry about separate plugins and updates and potential car crashes. I wanted SaaS for that. So we went Big Commerce, now we’re going to move over to Shopify soon, and it’s probably going to be cheaper than tagging those together. I think WooCommerce is fantastic, but that’s this result of now one company can controls the ecosystem too, which it has all along, but, you start add up these separate things and it’s quite a bit of money.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:23:58]</div> <div class=\"chat-text\"><p>Yeah. So a good example of that would be Stellar, who just recently acquired Iconic. So they’ve obviously got the hosting side taken care of, and now they’ve got Iconic WP, which is a suite of WordPress plugins specifically for WooCommerce. You feel that that could become an interesting rival for something like shopify in the e-commerce space because you know that those plugins are going to work. Hopefully they’ll maintain them. They’re going to sell it as a part of a package. Presumably the support will go with it as well. Just feels like that could become a one subscription rival. And then of course you’ve got companies which are still independent, people like Yith and so on, who knows maybe by the time this goes out that have been bought. But for now, it remains by itself.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay. That’s intriguing. The other thing which occurred to me is still on the good, is innovation. The ability to innovate, and grow things. Obviously, if you are a solo developer, you are probably hands down, writing code most of the time, your ability to market is going to be constrained. And I actually see this quite a lot in other things that I do. I get quite a lot of email from people who have been building their own plugin. They’re simply asking for a bit of advice and a bit of help. And can you assist me in marketing this and you feel that the quickest way to do that would be if it was sold and then the company who have all the chops, they have a marketing department, they could do that on your behalf. So I saw that as another possible area, the ability to grow it, market it, and just push it out in front of more.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:25:29]</div> <div class=\"chat-text\"><p>Yes. If the leverage all, when you pull in, let’s say in your latest example, Iconic. Pull their customer base and then be able to share that with the Liquid Web, Nexcess customer base. That’s awesome. Fantastic. Yes, absolutely. From an innovation standpoint, I will say my commentary on it and you probably have bad where I can say good or whatever, but my thoughts are, you and I root for the little guy, the David or the Sally or whatever, we root for the entrepreneur. I think today, capitalism or entrepreneurship, the ability to go out there, make money by innovating and serving people and their problems. Now I subscribe to the mantra of purpose plus profit is awesome entrepreneurship. It’s not just profit. Profit shows, we’ve seen so many weak, terrible examples of people bulldozing other people to just make a buck. I don’t believe in that kind of entrepreneurship, but the real awesome entrepreneurship when you want to innovate to serve someone’s need better, make their life better, that kind, I bet on all day, every day, because that’s where I think innovation comes. Not to say that innovation can’t come from any of these companies. It can and does, and will like, for instance, in 2015, 16, maybe, people they’d ask me, do you think someone can start a theme business in 2016, 15, 16. And I was like, no, I don’t think so. I think the likelihood is very small that would be successful. And then you had companies like, even though they’re, I guess technically a plugin, Beaver Builder. You had Elementor, even though those we could nuance that and say their plugins and all that stuff, they innovated in the theme space. And I was like, nope, it’s done. But see there again, entrepreneurs will prove you wrong. They’ll show, I’ve got an idea, I’ll execute on the idea and innovate for my customers. And I did look at those two companies, Elementor is gigantic. They are a platform in itself just like WooCommerce is a platform within a platform, but they’re a platform. So I think innovation happens in the spark from entrepreneurship, but that’s my comment there. It will happen at the bigger companies for sure.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:27:42]</div> <div class=\"chat-text\"><p>Maybe it starts with the smaller companies, that seems to be my experience, certainly over the last 10 years, is that the real fascinating innovation is happening on the solopreneur side or the small team side. And then I wonder maybe it gets stifled a bit, but certainly from a marketing point, you’ve got the opportunity to spread your message wider. That’s interesting.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:28:03]</div> <div class=\"chat-text\"><p>This comes back to our discussion. Overall, our theme is M&A, and let’s take a company like Apple. Huge. I mean, insanely profitable on that. The one I think about a lot is Shazam. It started out as an app on the platform where you could hear something, push the button and like me, this is how I learned, finding music is like, I would Shazam it and it would tell me what the song was and then I’d go buy it from iTunes.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Well, Apple at some point goes. Wow, this app is big, they have technology we want. I don’t know if Apple actually acquired them or how. I think they eventually did. And I don’t know what the details were, but think about that big company like Apple known for innovation takes a smaller startup, pulls it up into their platform. That’s a great example of how M&A can work, where the smaller people, the innovation labs known as entrepreneurs in my mind get snapped up by the bigger one, that’s harder sometimes to innovate on a large scale like that and pulled in and done that. parts of iThemes we’re a strategic acquisition for Liquid Web in that we had iThemes Sync, which does software updates, theme plugins for wordPress websites from one dashboard. They wanted to do that in their product. Cool. Now they got to do that with that product. So connecting that back, you see how there’s an natural progression of flow, where an industry like a WordPress starts, at least entrepreneurs innovating, putting products out, making money, and then big money comes in and goes or big companies, whatever, and I was like, wow, let’s see what we can do. And they start to pull these pieces in. Like Iconic WP. That is a great product set. I know James, he’s a member of Post Status, talk to James. I love his products. That’ll be a great add on to whatever WooCommerce hosting that Nexcess – Liquid Web has, you know, to accelerate, I guess, is the word, accelerate their technology.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:29:50]</div> <div class=\"chat-text\"><p>The big companies, which as you say are often hosting companies, they get to fill in the gaps as well with their offering. You just described Shazam, it’s a perfect way of Apple making more money because you discover it and you go and buy something off iTunes. Nearly said iThemes then. And so it just fills in the gaps. You can acquire things where you feel that you want to be going in this direction as a bigger company, but you don’t have that technology, build it yourself, or just buy it out from somebody who’s already built and on 90% of the hard work that you need.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>The other option of course, is just from the point of view of the developer, they might want to just move away. They may just wish to have a slightly different life. They want to stop what it is that they’re doing and having a bulk injection of cash very quickly and suddenly being able to take a breather and reevaluate what it is that they want to do with their lives. I know that’s a bit of a peculiar one, but I’m sure, maybe there was a bit of that with what you were doing at iThemes.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:30:40]</div> <div class=\"chat-text\"><p>You mentioned that in our pre-talk with Elliot Condon, from Advanced Custom Fields, that’s the stories. I don’t know him personally, but everything I’ve heard and saw written about it was he wanted his startup baby to go to a good company. And it did with Delicious Brains, and Brad Touesnard over there is fantastic, and this whole team. But Elliot was ready for a next chapter and whatever that is, he was ready for the next chapter. When I was going through mine, I will not say Nathan, consciously, it was like, I’m ready for my next chapter. I was really in, oh, wow, we got to figure this out. I got to transition our team, make sure they’re taken care of. I want to pull value out of the business, that’s my 401k. That’s my nest egg, was the business. And so all those things needed to happen, but I’ll tell you now what, three years after it, I needed a kick in the butt for my next chapter, I would have kept pressing renew and what had happened to me and here’s the downside for entrepreneurs is I put, at some point you experienced some success and you’re like, oh gosh, this was tough. Maybe I just want to sit back and enjoy the ride for a little bit. But what happened was I put my career, my skills on autopilot and didn’t really grow some key skills, cause I didn’t have to. What the acquisition did, and when I left was actually put me in the box of like no other torch, you got to. I didn’t get live on a beach forever money. And I didn’t, I don’t want to live on a beach forever. I want to work. I want to do things that makes people’s lives better. And in this thing we call video game, we call it entrepreneurship, but I’ll tell you, in retrospect, looking back, I needed that, even though I hated, I still miss my team, I still miss my friends. I still get to talk to some of them, but I’m like, I miss those people. They were incredible people. They still are. That was the biggest pain of that. The other probably secondary was identity, and, what am I going to do next? I didn’t have a plan B. I put all my eggs in one basket.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:32:38]</div> <div class=\"chat-text\"><p>It’s just a great option though, isn’t it? You mentioned Elliot in that particular case, if those were the thoughts going through his head, he could either just walk away from it, and let the product stagnate, or he can move it along to somebody that he, in his case, like you said, Delicious Brains, trust them feels that that’s a perfect place for it to go. He’s happy. It’s going to have a good future. Millions of people are using it and they continue to be happy, but also he gets to do what he wants, which is to take a bit of time out and have a bit of a change of lifestyle, which is really nice.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay. That’s my list of goods. I don’t know if you’ve got any that you feel we missed, but we’ll move on to the bads if you don’t.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:33:16]</div> <div class=\"chat-text\"><p>No, let’s go.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:33:17]</div> <div class=\"chat-text\"><p>Okay. Let’s do the bads. One of the things which I fear in all of this is the stifling of competition from it. So you get to the point where a particular product has so much reach. It’s got so much marketing clout, they’ve got all the money to spend on the advertising of it, and it just becomes… there is no competition. The other thing which I’ve seen happen, I won’t mention any names, but people who have the money simply buying out the competition and then just letting it go to waste. They literally take out the competition with money so that their own product is the last man standing for want of a better word. So I don’t know if you have any thoughts on that, but that was one negative.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:33:58]</div> <div class=\"chat-text\"><p>Your competition is a very valid point because what happens when there’s only four players, right? Which, it may be like four players in a couple of years, four or five, maybe, I don’t know. And that’s a very fair point that you see these entrepreneurial companies like us. We’re scrappy. Every day, we felt like we had to wake up and earn our right to continue to serve our customers because we’re not hugely funded and got all the steam in the world to own it. We were ultimately building on another platform and actually two platforms, WordPress and hosting. Whatever the hosting company they were with.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So I think that’s a very fair point, like competition, where you kind of seen that within the managed WordPress hosting industry, look at all the different players. And I won’t say about names cause you know them all, but go and just research and look at the prices and the feature sets. They’re pretty similar. I know because about six months, eight months ago, I was looking for managed WordPress hosting. I was dismayed. So you see that where I’m not saying there’s collusion or anything, but you go, well, there’s just this many competitors. They’re going to all look at each other and see how they can co-exist and outmaneuver each other.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>But I fundamentally believe even though I hated us as an entrepreneur, Nathan, I’m never going to tell you otherwise I hate competition as entrepreneur, but it is absolutely essential, for entrepreneurs for our customers because without competition, you’re absolutely right. So they’re going to be in a monopoly and then you can force any changes out that you want.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>A great example of this is Google. They are dominant. And from the beginning I’ve been saying like a broken record, their thing was don’t be evil. Well, I want to have a sign up that says Google… remember… don’t be evil. Remember this are you straying against this, but that’s the pressure we put within the environment because all those publicly held companies have stockholders to satisfy that stock price, they manage religiously because it’s part of their job security. And unfortunately, this is a system we’ve created is that they’ll keep pushing down and ultimately become about money. It’s a big cycle that I’ve seen that I just baffle at. Down here at the bottom, you got people that have 401ks., Like I had at Liquid Web and my team had it and iThemes and all that. Right. And that gets invested into the stock market and you want it to grow. You expect it and demand it to grow. Well, on the other side of this equation are the people that are at these big companies that you’ve invested your nest egg into you. And what’s the message out? Go increase value, make sure it’s whatever percentage, year over year, quarter over quarter, all that stuff.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And it’s a vicious cycle where then they push it back down to the same people contributing to the 401k to say more money, more money. We got to have this money. It’s a crappy viscious cycle. Back to your competition thing. That’s part of it. I think competition is good for the space and ultimately for the user, particularly the WordPress user, you got my diatribe here.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:37:10]</div> <div class=\"chat-text\"><p>No, no, that’s good. It’s a pleasure to hear it. I guess the flip side of that might be the country argument may be that in a vacuum where the competition has been basically bought up, possibly stifled. The vacuum creates the opportunity for the next round of people who suddenly want to fill up that vacuum with their own plugin, keep saying plugin, it could be anything, but we’ll go with plugin.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>So, okay. All of the decent things, decent plugins in the WordPress space have been acquired by these large companies. Now there’s space, now I can come in and pivot and of course the question is, whether you’ve got the nouse to compete against the giant marketing budgets, but yeah, Google was a great example. It became something gigantic. It became the incumbent. And at some point there’s no choice left. If you want to have a decent search, they seem to be the way to go.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay. What about this one? The fear that licensing or terms and conditions that you signed up to, maybe changed. So a plugin is acquired by another company. You’ve got it as a WordPress website builder or developer, you’ve got it on 50 sites spread around the internet and it works, and you read through the terms and conditions. You know what you’re expecting, you know, what your license fee is, you know, the tier that you’re on that fear that whoa, hang on. This is all going to change. I don’t know what’s going to happen now. All of my websites are in jeopardy. That’s a thing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:38:32]</div> <div class=\"chat-text\"><p>I’ve seen it happen. You’ve seen it happen, Nathan. And I’ll tell you. My values are and do right. Do good. And then you do well. If you do right and good in the world, right? And well in the world, or good in the world, you should do well. If you serve people and help them make their lives better, you should do well.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>You should be handsomely rewarded for that. But sadly, I’ve seen companies that kind of went back on their word or whatever had been initially agreed. And I would challenge my colleagues and my friends in the space not to do that. Do right. Do good by people, which means honoring your word. And if you did a lifetime deal or you did something like that, you got to honor that because I’ll tell you, I think in the future, Nathan, there’s going to be a swell of, in the United States back in the early part of 20th century we had unions. They came about because they were needed because workplace conditions were terrible, particularly in manufacturing and these unions sprung up. Now, today, we see some of those professional unions going down, but I think in the future, there’s going to be consumer unions. And you talk about one that’s like right, for a consumer union, it’s called WordPress, the WordPress community, because all the people around there can band together and say, we won’t accept what you’ve done.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I think that’s going to have to be the way, we the people are going to have to band together and say, no, that’s not right, Google, don’t be evil. Facebook, don’t be evil. We’re going to have to band together and put our force. And that’s the only way. And the way you do it, as you hit their hot pocket book, we felt like every customer came in with a dollar voted for our business. And if they stop paying, they voted our business out, out of office or whatever you want to call it. And we can do that, Sally is going to have to happen in the future is because there’s going to control so much of the space. So much of the key parts of the board that consumers are going to have to band together and say, no entrepreneurs are going to have to rise upand say, here’s my innovative solution. Thankfully, we have a little bit of the GPL to cover us maybe downstream. That is one. I’ll give it to Matt Mullenweg, he’s been the champion of the GPL from the beginning. Keeping products that aren’t SaaS, particularly in the WordPress repo, GPL. And I applaud him for that. I haven’t always agreed with him, but I’ve respected them. And that’s one that I think will help ultimately the WordPress user in the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:40:54]</div> <div class=\"chat-text\"><p>Good point. That’s one of the things I’ve got down, neither in the good, nor the bad side, is that depending on how it goes, somebody with the right skills can just fork, whatever it is that they feel aggrieved about. But it does concern me that the terms and conditions change, we had a really good example of that not so long ago where there was confusion, it would appear. I think it was a tweet or an email or something led people to believe that the licensing terms were going to be changed. And then the social media storm happened. That seems to be the way at the moment to get everybody’s voices out and say, we don’t want this to happen, please honor what was the case, and in this particular case, you’ll probably know what I’m talking about. The company said, oh, okay, that’s what you want, that’s what we’ll give you. And it all resolved itself very quickly, but concern that those kinds of things in the future will happen. Especially if you’ve got a plugin, which is used on millions of sites and literally as the underpinnings of your website business, that would be terribly, terribly worrying.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>The other… an another concern that I’ve got is the simple acquisition of the audience. You are buying the plugin. You have no intention to maintain it at all. You are just buying, dare I say it, you’re buying the opportunity to put a little advert in people’s WordPress admin area, or you are buying an email list or what have you, and I’ve seen that happen as well. So that’s a point of concern, not often, but I have seen it happen.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Yeah. It’s an effect, potentially effect of all this, but that’s back to let your voice be known. WordPress is so strong because, it’s eclectic, it’s so diverse in a good way, but democratize publishing is the WordPress mission. And so like that means have your voice, say your voice, share your voice. Even if I don’t like it, I still promote it. WordPress users are going to have to wake up. And I’m going to say it again. WordPress users have to wake up. They have to let their voice be known. They have to find the place to let their voice be known and congregate and share and rally.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Now it doesn’t mean like a coup all the time. It means, let your voice of displeasure be known. Mostly, I love how WordPress has been built. Obviously I’m so thankful for the thousands of contributors that have made WordPress, what it is today, selflessly over the years to build it to what it is today.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>I’m so thankful for that legacy and their work, but it’s also a meritocracy where when you contribute and we listen to people. By and large, we, the community listen and let the minority voice be heard. And it’s one of the great things about our community is you can have a voice in the community if you choose so. WordPress users have to start choosing to do so.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>That is basically my list. There’s a few others, but that was my good / bad list. I have a question for you to round us out and it’s a peculiar question and it’s yes, no, you got a binary choice or I suppose you could try and sit on the fence on this one.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Given the exact same plugin from a big company or a, let’s say solo preneur or a small company. So literally if they were the same Who would you buy from?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:44:04]</div> <div class=\"chat-text\"><p>Solopreneur every single day.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:44:05]</div> <div class=\"chat-text\"><p>Really. That’s interesting. And is there a reason behind that? So obviously we’ve had this discussion, we’ve decided there are these merits and there are these drawbacks to both sides of the argument. Why that way?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:44:15]</div> <div class=\"chat-text\"><p>If there’s feature parity, both are doing what you need, and you can rely on support and updates and all that, solopreneur every single day. Because I go back to man, I root for the entrepreneur. I am an entrepreneur. I root for the entrepreneur. So I would for sure lend my support to the entrepreneur over the big company every single day.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Like I’m going to go for the David over the Goliath. Every single day I’m going to root for the underdog. That’s what I take a lot of calls I don’t get paid for from Post Status members and others asking, hey, how did this acquisition? Can you give us any tech ways? I’m always eager to have those calls because I’m trying to walk the talk</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I root for, I believe in the entrepreneurs. I think entrepreneurship as a career vocation in the world is a sacred one. It’s a noble one. If done right. If we do the kind of equation. Do good, do right in the world, and you should do well in the world. What happens when it gets poisonous and terrible and all that is when the script gets flipped and people just say, oh no, no, the equation just profit, profit, profit.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Well, I’m sorry if you’re just in the profit, profit, profit, and you bulldoze people, I hope you fail. You’re not in the entrepreneur category, you’re a mercenary. Only about profit. So that’s why he said, this is binary and I gave you all this commentary, but I root for the entrepreneur and the one that’s doing it right, and doing good for people and serving people and taking care of their people, customers and their team. I’ll put my money there every single time.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:45:46]</div> <div class=\"chat-text\"><p>Really interesting. I wonder what the take-up would be from the audience listening to this, which way they would flip on that one. I had a comment, I said earlier that I was, and I’ll round it out here. I was in a forum and we were talking about this exact same thing. Somebody in that forum, I won’t mention the name in case they didn’t want it to be mentioned, but they compared the current marketplace for WordPress to a game of Monopoly. And in that game of Monopoly, we’re at the stage where the houses are being slowly replaced with hotels.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And what was once a fun game starts to get really serious. And big money starts to move around the board and things blip out of existence with one roll of a dice. It’s just struck me as a perfect moment. We are putting hotels on the board, the WordPress board. Fascinating.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-corymiller vcard\"><cite class=\"fn\">Cory Miller</cite> [00:46:32]</div> <div class=\"chat-text\"><p>That’s a very good example or analogy or metaphor, whichever one it is.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Hey, here’s another question. I’ll answer. I’m going to give you a question and I’m going to answer it. If I have a chance between a non WordPress company and a WordPress company, who am I going to buy from? And that includes Automattic. I’m going to say WordPress every single time. I’m going to go with a WordPress company for sure. I am a customer of all the companies we’ve talked about. Including Automattic. I give my money to those. So WordPress company over non-WordPress company, I’m sorry. I’m biased. I’m going to pick WordPress. Just why I live in Oklahoma. I root for every Oklahoma sports team, because this is my home.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>WordPress is my home entrepreneurs are my people, which is why I love what I do at Post Status. Cause it’s the club. It’s the tribe. It’s the community of WordPress professionals. So Viva WordPress and viva the entrepreneur.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:47:23]</div> <div class=\"chat-text\"><p>Cory Miller. Thanks for joining me on the podcast today.</p>\n</div></div></div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Aug 2021 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: Elastic Hits Back at OpenSearch, Making Client Libraries Incompatible with Amazon-led Open Source Fork\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:267:\"https://wptavern.com/elastic-hits-back-at-opensearch-making-client-libraries-incompatible-with-amazon-led-open-source-fork?utm_source=rss&utm_medium=rss&utm_campaign=elastic-hits-back-at-opensearch-making-client-libraries-incompatible-with-amazon-led-open-source-fork\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7215:\"<p>After Elastic, makers of the search and analytic engine <a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/what-is/elasticsearch\" target=\"_blank\">Elasticsearch</a>, re-licensed its core product so that it was <a href=\"https://wptavern.com/elasticpress-io-service-considers-next-move-after-elasticsearch-abandons-open-source-licensing\">no longer open source</a>, Amazon led a community effort to fork it. In July 2021, contributors to the project <a href=\"https://opensearch.org/blog/updates/2021/07/opensearch-general-availability-announcement/\">announced the first general availability (GA) release of OpenSearch 1.0,</a> an Apache 2.0-licensed fork of Elasticsearch 7.10.2 and Kibana 7.10.2.</p>\n\n\n\n<p>In what appears to be a slap back at the open source fork, Elastic has begun making its client libraries incompatible with OpenSearch. The Python client was updated to perform an API request that will <a href=\"https://github.com/elastic/elasticsearch-py/pull/1623\">verify connection to Elasticsearch</a> and raise an error if it doesn’t receive the proper response. The PR received 40 “thumbs-down” reactions from the community and a brief round of criticism before the discussion was shut down.</p>\n\n\n\n<p>“It’s disappointing to see this,” Invenio product manager Lars Holm Nielsen said. “You’re forcing us as bystanders in a battle to choose sides. We develop an Open Source product that could likely easily work with both Elasticsearch or OpenSearch and then the users can choose for themselves if they want Elasticsearch or OpenSearch. </p>\n\n\n\n<p>“Now, instead, we likely have to make choice for all our users if we want OpenSearch or Elasticsearch. This and other behaviors from Elastic really does not give me any confidence in Elastic and what you might do in the future. And don’t blame it all on Amazon – you’ve already changed the server license, you didn’t have to make this move.”</p>\n\n\n\n<p>Elastic Senior Engineering Manager Philip Krauss responded before turning off comments on the discussion.</p>\n\n\n\n<p>“Amazon OpenSearch is a different product,” Krauss said. “And while there is some shared history, there are already many differences that cause real confusion and issues.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Kudos to <a href=\"https://twitter.com/elastic?ref_src=twsrc%5Etfw\">@elastic</a> for making us all collateral damage in its war with <a href=\"https://twitter.com/awscloud?ref_src=twsrc%5Etfw\">@awscloud</a>. It\'s my bad for pinning dependencies as >=7.0.0,<8.0.0 and getting this update automatically on a deploy. But still, pretty crappy to break the ES python package for anyone using AWS. <a href=\"https://twitter.com/hashtag/elasticsearch?src=hash&ref_src=twsrc%5Etfw\">#elasticsearch</a> <a href=\"https://t.co/Vb5VatOXdl\">pic.twitter.com/Vb5VatOXdl</a></p>— Brad Root (@amiantos) <a href=\"https://twitter.com/amiantos/status/1423063593541541890?ref_src=twsrc%5Etfw\">August 4, 2021</a></blockquote>\n</div>\n\n\n\n<p>Elastic has also modified its <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://github.com/elastic/elasticsearch-net/pull/5728\">.NET Connector</a> for Elasticsearch to include “<a href=\"https://github.com/elastic/elasticsearch-net/pull/5728\">a pre-flight check on first use</a>,” which users do not consider to be an enhancement. </p>\n\n\n\n<p>Elastic Senior Engineer Steve Gordon said the change is not breaking in supported configurations and that the intent was “to make this incompatibility explicit by failing fast to avoid consumers incorrectly assuming they are running in a supported configuration which is not tested and may not function as expected.”</p>\n\n\n\n<p>Last week, OpenSearch <a href=\"https://aws.amazon.com/blogs/opensource/keeping-clients-of-opensearch-and-elasticsearch-compatible-with-open-source/\">responded</a> to Elastic’s recent changes that render many clients incompatible, by committing to create a set of new client libraries that make it easy to connect applications to any OpenSearch or Elasticsearch cluster:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Many developers who use Elasticsearch and OpenSearch in their applications also make use of the <a rel=\"noreferrer noopener\" href=\"https://www.elastic.co/guide/en/elasticsearch/client/index.html\" target=\"_blank\">open source client libraries maintained by Elastic</a>, which provide convenient high-level interfaces for several popular programming languages. Over the past few weeks, Elastic added <a rel=\"noreferrer noopener\" href=\"https://github.com/elastic/elasticsearch-py/pull/1623\" target=\"_blank\">new logic</a> to several of these clients that rejects connections to OpenSearch clusters or to clusters running open source distributions of Elasticsearch 7, even those provided by Elastic themselves. While the client libraries remain open source, they now only let applications connect to Elastic’s commercial offerings.</p></blockquote>\n\n\n\n<p>OpenSearch published a list of a dozen clients for which contributors plan to create forks that will maintain compatibility with all Elasticsearch distributions, even those produced by Elastic.</p>\n\n\n\n<p>“We do not recommend updating to the latest version of any Elastic-maintained clients, as this may cause applications to break,” OpenSearch maintainers urged users in the latest project update.</p>\n\n\n\n<p>Elastic’s decision to prevent official clients from working with open source forks has further undermined any remaining goodwill the company had after re-licensing Elasticsearch.</p>\n\n\n\n<p>“Looks like Elastic has sucked all the benefit they could from open source and is now spitting out the bones,” OSI Director of Standards and Policy Simon Phipps <a href=\"https://twitter.com/webmink/status/1424842761887440905\">said</a>.</p>\n\n\n\n<p>10up, makers of the ElasticPress.io service, one of the most prominent Elasticsearch-powered products in the WordPress ecosystem, is still considering its next move after Elasticsearch abandoned its open source licensing. The company is not in any hurry to choose sides. Vasken Hauri, 10up’s VP of Platforms and Systems, said the dispute “isn’t something that we’re concerned about in the near term (the next 2-3 years).”</p>\n\n\n\n<p>Upgrading past Elasticsearch 7.11+ would require making a choice between continuing on with Elastic’s proprietary offering or switching to the open source fork. Hauri said that the company is “barely taking advantage of most of the features Elasticsearch offers now” and projects that the current roadmap “could probably run another couple of years without any need to get new features from Elasticsearch.” For the time being, the 6,000+ users of the <a href=\"https://wordpress.org/plugins/elasticpress/\">ElasticPress WordPress plugin</a> and customers of the <a href=\"https://ElasticPress.io\">ElasticPress.io</a> service have nothing to worry about as a result of Elastic’s renewed war with Amazon.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Aug 2021 05:46:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Emoji Toolbar Plugin Brings an Emoji Picker Back to the WordPress Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121332\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/emoji-toolbar-plugin-brings-an-emoji-picker-back-to-the-wordpress-editor?utm_source=rss&utm_medium=rss&utm_campaign=emoji-toolbar-plugin-brings-an-emoji-picker-back-to-the-wordpress-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3419:\"<p class=\"has-drop-cap\">Earlier today, theme.es released its <a href=\"https://wordpress.org/plugins/emoji-toolbar/\">Emoji Toolbar</a> project to the plugin directory. It is a simple picker that integrates with the WordPress Rich Text toolbar, allowing users to insert emoji directly from the editor interface.</p>\n\n\n\n<p>After Nick Hamze pulled his <a href=\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory\">Emoji Conbini</a> plugin from WordPress.org last year, there has been an emoji-sized hole in my editor toolbox. The plugin was the perfect implementation for quickly plopping a quick smiley face or any of the other thousands of characters available. Unfortunately, his departure from the WordPress space meant losing one of my favorite block-related plugins — and several others that I enjoyed.</p>\n\n\n\n<p>It was also on par with 10up’s <a href=\"https://wptavern.com/inserting-special-characters-into-the-block-editor\">Insert Special Characters</a> plugin, a solution for users missing a similar picker from the classic editor era.</p>\n\n\n\n<p>Emoji Toolbar is filling that void and is a solid alternative for those who need a solution. The difference between the two implementations is the location. Emoji Conbini added the picker button directly to the toolbar, and Emoji Toolbar adds it to the “more” dropdown.</p>\n\n\n\n<img />Clicking the Emoji button in the Rich Text toolbar.\n\n\n\n<p>Placing the picker button inside of the dropdown makes it a little harder to find. It also requires an additional mouse click to insert emoji. What matters is that the implementation works, but I would love to see it as a top-level toolbar item.</p>\n\n\n\n<p>Using the plugin is a simple matter. When in a Rich Text field, which includes blocks like Paragraph, Heading, List, and more, the Emoji Toolbar appears in the block toolbar. After clicking it, the plugin creates a popup of the emoji picker.</p>\n\n\n\n<img />Emoji Toolbar popup picker.\n\n\n\n<p>From that point, users merely need to click the emoji they want to insert into the post.</p>\n\n\n\n<p>The plugin bundles the <a href=\"https://github.com/missive/emoji-mart\">Emoji Mart</a> library, which has quickly become almost a standard for emoji pickers. The component is a Slack-like box that categorizes each of the characters, and it provides a field for searching for that perfect emoji.</p>\n\n\n\n<p>There is still at least one emoji inserter alternative. Instead of adding a picker to the block toolbar, <a href=\"https://wordpress.org/plugins/emoji-autocomplete-gutenberg/\">Emoji Autocomplete Gutenberg</a> allows users to type <code>:</code> and use keywords for inserting characters. For those who prefer to work from the keyboard, it is a quicker method.</p>\n\n\n\n<p>Emoji Toolbar shines over Emoji Autocomplete Gutenberg and the now-retired Emoji Conbini based on how it formats its output. It inserts the actual characters into the content, but the other plugins insert an <code><img></code> tag instead. That method results in output that is not forward-compatible with any changes in the future or alternative libraries. Users who also prefer to disable image output on the front end cannot do so. This is a non-issue with Emoji Toolbar — it plays well with other solutions.</p>\n\n\n\n<p>On the whole, the plugin is solid. It has well-written code and provides an easy-to-use picker for inserting emoji.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Aug 2021 21:10:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Automattic Invests $30M in Titan, a Business Email Startup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121219\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/automattic-invests-30m-in-titan-a-business-email-startup?utm_source=rss&utm_medium=rss&utm_campaign=automattic-invests-30m-in-titan-a-business-email-startup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4291:\"<img />source: <a href=\"https://titan.email/\">Titan.email</a>\n\n\n\n<p>Automattic has <a href=\"https://titan.email/titan-funding-announcement/\">invested $30 million in Titan</a>, a professional email suite aimed at businesses and companies offering white-labeled email solutions for customers. At <a href=\"https://wptavern.com/video-matt-mullenweg-and-josepha-haden-chomphosy-join-wordcamp-india-for-fireside-chat\">WordCamp India 2021</a>, Automattic CEO Matt Mullenweg said that the company had just made “a pretty large investment” in the India-based startup and stated that it “will be a big part of how WordPress.com offers email going forward.” The Series A investment in Titan is Automattic’s largest to date and values the company at $300 million.</p>\n\n\n\n<p>Although Automattic has gained notoriety for its “<a href=\"https://www.inc.com/glenn-leibowitz/meet-the-ceo-running-a-billion-dollar-company-with-no-offices-or-email.html\">no offices or email</a>” approach to business, most of the working world has not yet transitioned away from relying heavily on email.</p>\n\n\n\n<p>“I think email is definitely on its way out, between things like P2 and <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://slack.com/\">Slack</a>, which is a work place chat tool,” Mullenweg said on Glenn Leibowitz’s <a href=\"https://www.inc.com/glenn-leibowitz/meet-the-ceo-running-a-billion-dollar-company-with-no-offices-or-email.html\">podcast</a> in 2015. “Email just has so many things wrong with it. I’ve never heard anyone who’ve said they love email, they want more of it–have you?” </p>\n\n\n\n<p>Six years later, email is still a reliable source of misery for most working people, but Titan aims to transform it into a more meaningful communication channel for businesses with help of Automattic’s investment. It includes <a href=\"https://titan.email/features/\">features</a> like scheduled send, follow-up reminders, smart filters and custom folders, email templates, and white labeling with deep integration for various platforms.</p>\n\n\n\n<p>WordPress.com’s marketing has increasingly been aimed at small businesses over the past few years with a strong push for users to make money by selling things through their websites. It’s easy to see how Titan makes sense as a supporting product that legitimizes any business with a <a href=\"https://wordpress.com/support/add-email/adding-professional-email-to-your-site/\">custom branded email address</a>. Customers who have registered, transferred, or mapped a custom domain through WordPress.com are offered a three-month free trial of Titan-powered email services.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Setting up custom branded email addresses separately would be a much more inconvenient process and most customers with custom domains are likely better off rolling email services into their existing WordPress.com setup. This strategically enables WordPress.com to be more of a one-stop shop for business needs. People are often reluctant to change their email providers so Titan has the effect of making WordPress.com’s products a more sticky subscription that would require some effort to reproduce elsewhere.</p>\n\n\n\n<p>“We need an alternative to <a href=\"https://www.bloomberg.com/quote/GOOGL:US\">Google</a> and <a href=\"https://www.bloomberg.com/quote/MSFT:US\">Microsoft</a>, which have started to monopolize email,” Mullenweg told <a href=\"https://www.bloomberg.com/news/articles/2021-08-03/automattic-values-business-email-startup-titan-at-300-million?utm_source=twitter&utm_campaign=socialflow-organic&utm_content=business&utm_medium=social&cmpid=socialflow-twitter-business\">Bloomberg</a>. “Of about 6 billion email accounts in the world, only a fraction are small business email accounts and they need a product that’s focused on their needs,” he said. </p>\n\n\n\n<p>After just two years, Titan has more than 100,000 small business customers. In addition to its relationships with WordPress.com, HostGator, NameSilo, and other web providers, Titan aims to grow its customer base by partnering with popular hosting companies, domain registrars, and site builders.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Aug 2021 04:52:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Is WordPress Development Really All That Hard To Get Into Today?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/is-wordpress-development-really-all-that-hard-to-get-into-today?utm_source=rss&utm_medium=rss&utm_campaign=is-wordpress-development-really-all-that-hard-to-get-into-today\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9941:\"<p>Oh, how easily we forget the WordPress of 10, 15 years ago.</p>\n\n\n\n<p>We are spoiled. We are spoiled by the gluttony of documentation and tutorials, a wealth of knowledge created over more than a decade. We are spoiled by our own expertise, built-in our more vigorous youth, now sitting on our haunches as we have aged along with our beloved platform.</p>\n\n\n\n<p>We have grown to become the proverbial grumpy old men. “Back in my day, we didn’t need all these fancy tools to help us write code. We pulled ourselves up by our bootstraps and built everything from scratch.”</p>\n\n\n\n<p>I kid. Sort of. I count myself among the old-school developers who helped build the WordPress that so many are still nostalgic about — <em>I think I have earned the right to joke about myself</em>. They were “simpler” times but not really.</p>\n\n\n\n<p>Having been in the community as long as I have, I can remember the backlash each time a new feature landed. I recall the days when there really was non-existent documentation for pretty much everything.</p>\n\n\n\n<p>Lately, there has been a growing conversation around the difficulty of overcoming WordPress’s current barrier to entry for developers. This has been an ongoing discussion for a few years now, but the latest flare-up comes on the heels of a <a href=\"https://twitter.com/ChrisWiegman/status/1420068080944885767\">tweet by Chris Wiegman</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The deeper I get with modern WP dev the more I understand why newer devs don’t like to work on it. This is not the same project as it was in the past. The learning curve is now extremely high regardless of past experience.</p></blockquote>\n\n\n\n<p>I <a href=\"https://wptavern.com/taking-the-leap-building-my-first-wordpress-block-plugin\">built my first block plugin</a> in a few hours about a month ago. When writing on the experience, I said the barrier to entry was much higher than when I had built my first plugin in 2007. Having had the time to sit back and think about that, I am not sure it was a fair statement. We tend to view the past through rose-colored glasses while forgetting the real struggle.</p>\n\n\n\n<p>What I had wanted was to build the plugin in 30 minutes. Had everything been in PHP, that would have been an easy feat for me. Objectively, I am an expert (or close enough) in the language. However, my JavaScript knowledge is 10 years behind.</p>\n\n\n\n<p>It had been a while since I had been challenged in that way. That was a distressing experience for someone who had become comfortable in his own skills.</p>\n\n\n\n<p>I griped about the docs. But, let’s be honest. WordPress has never had the sort of deep documentation that could teach a budding developer everything. I know this because I have written at least a couple hundred tutorials in my career. Nearly every time, I dug into the project’s source code to make sense of it, which allowed me to teach other developers how to work with various features. And many other developers in the space did the same.</p>\n\n\n\n<p>In time, WordPress.org added more robust developer documentation, but this was not built overnight. It is a constantly evolving project.</p>\n\n\n\n<p>I also built my first block type with vanilla JavaScript. No build tools. No React docs open. Just plain ol’ JS code in my editor. I needed to crawl before I could walk, and getting that first iteration of the code into a workable state was necessary before I jumped into anything more complex.</p>\n\n\n\n<p>In the days after, I re-coded it all to use more modern JavaScript and compiled it with webpack. A week after that, I built a second block plugin with more advanced features.</p>\n\n\n\n<p><em>Was it hard?</em> Definitely. <em>Was the barrier to entry higher than when I first developed plugins?</em> Probably. Truthfully, I did not struggle as much, but I am also at a different point in my life. At 37, I no longer have quite as much drive and likely less capacity for picking up new skills as quickly as in my late teens and early 20s. However, I have a strong foundation and enough experience to overcome some of the hurdles I encountered.</p>\n\n\n\n<p><em>Would a 20-year-old me struggle with this JavaScript landscape more than a strictly PHP-based WordPress?</em> I doubt it. Both had huge learning curves for someone new.</p>\n\n\n\n<p>Someone’s first introduction to Subversion or Composer can be just as scary as their initial dive into webpack and npm. For a fresh mind, an open canvas that has yet to be painted with over a decade of doing things the “WordPress way,” I am unsure if the barrier to entry is so much higher.</p>\n\n\n\n<p>For us old-schoolers, our world has been flipped upside down. There is no denying that. The Gutenberg project, which is at the core of nearly every new WordPress feature, moves so fast that it is next to impossible to keep up with while also upping your skills. It is easy to get overwhelmed. When this happens to me, I usually take a step back and return when I have had a chance to rest my mind.</p>\n\n\n\n<p>Contributing to the WordPress ecosystem has always had one barrier or another. Whether it be the privilege of time, knowledge of PHP, or some other skill, the project has left some people out. That is changing in some ways. Some parts are now available to users that were never accessible before. This is easiest to see from the theming side of things.</p>\n\n\n\n<p>“I wish people would see that theme development is heading the opposite way,” <a href=\"https://twitter.com/carolinapoena/status/1420220865405497350\">tweeted Carolina Nymark</a>. “The entry barrier for designers and new developers will be lower. When people get stuck saying, ‘But I can’t use my hooks in a block theme,’ it is because they are looking at what exists today, not ahead.”</p>\n\n\n\n<p>Having spent more time on the theming side of the block editor than plugin development, I agree wholeheartedly. Theme authors have been given a clean slate, or at least by the time block-based themes are supported in core WordPress, this will be true.</p>\n\n\n\n<p>While I could write <em>ad nauseum</em> on the details of how theme development itself is leaps and bounds better, the revolutionary part is how the system welcomes those who had no entryway in the past.</p>\n\n\n\n<p>Alongside version 5.8, WordPress.org <a href=\"https://wptavern.com/the-wordpress-org-block-pattern-directory-now-live\">opened the first iteration</a> of its <a href=\"https://wordpress.org/patterns/\">pattern directory</a>. Soon, any user will be able to contribute custom block patterns without writing a single line of code. They can simply create layouts from the editor, copy them, and share them with others.</p>\n\n\n\n<p>When the site editor lands, it will once again change the game. Non-coders will have the power to essentially create entire front-end designs without any preexisting programming knowledge.</p>\n\n\n\n<p>If WordPress must become more complex for developers to provide end-users this much power, I can live with that.</p>\n\n\n\n<p>The highest barrier to entry — as it has always been — is contributing directly to WordPress. Or at least contributing to the block side of things via Gutenberg.</p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/contributors/code/getting-started-with-code-contribution/\">The Getting Started With Code Contribution</a> section of the Block Editor Handbook is a dizzying list of installation notes and procedures that can be off-putting to even the most seasoned developer. Because just about everything is a third-party tool, any trouble you run into just setting up your system is likely to land you in support forums or chatrooms outside of WordPress. Even moving past setup, contributing code to Gutenberg is unlike the days of yore.</p>\n\n\n\n<p>What is lacking is the history. We had a decade and a half to perfect our systems for classic WordPress. It was often ugly and brutal building the platform and the ecosystem around it to a point where it was a comfortable space for developers. We have had only three years for modern WordPress to feel as natural as in years past.</p>\n\n\n\n<p>I am ever the optimist, hoping that in another 15 years’ time, we are having these same discussions about the new technology stack that WordPress 10.0 has introduced. In the meantime, I look forward to seeing our documentation evolve, our developer community expanding its skillset, and new WordPressers coming along for the journey.</p>\n\n\n\n<h2>Continued Reading</h2>\n\n\n\n<p>In this discussion, there are no right or wrong answers. The conversation matters because it enriches our knowledge and informs how we build the next version of WordPress and the web.</p>\n\n\n\n<p>The following are links related to this topic that helped inform my thoughts. Each is worth a read, listen, or viewing. If I missed any that others have published, feel free to link them in the comments.</p>\n\n\n\n<ul><li><a href=\"https://chriswiegman.com/2021/08/the-changing-wordpress-ecosystem/\">The Changing WordPress Ecosystem</a></li><li><a href=\"https://mkaz.blog/wordpress/modern-wordpress-development/\">Modern WordPress Development</a></li><li><a href=\"https://courtneyengle.com/2021/08/02/wordpress-learning-curve/\">WordPress Learning Curve</a></li><li><a href=\"https://ephemeralthemes.com/2021/07/28/theme-creation-is-now-easier/\">Theme creation is now easier</a></li><li><a href=\"https://wpmainline.com/podcast/wp-mainline-episode-5-contributing-and-developing-for-wordpress-is-not-as-easy-as-it-used-to-be/\">WP Mainline Episode 5 – Contributing and Developing for WordPress Is Not as Easy as It Used to Be</a> (podcast)</li><li><a href=\"https://www.youtube.com/watch?v=GJAje6JveCw&ab_channel=DavidVongries\">Is Gutenberg Killing WordPress Themes? Challenges for a Theme Developer in a Gutenberg World.</a> (video)</li></ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Aug 2021 22:38:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: Widgets in WordPress 5.8 and Beyond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4900:\"<p><strong><em>Copy and Design by <a href=\"https://profiles.wordpress.org/critterverse/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>critterverse</a> </em></strong></p>\n\n\n\n<p>WordPress 5.8 brings the power of Gutenberg blocks to widget areas — which means the highly customizable layout and styling options bring you closer to a WYSIWYG editing experience. I made a test site based on the oldie-but-goodie <a href=\"https://wordpress.org/themes/twentysixteen/\">Twenty Sixteen theme</a>, with three separate widget areas. In this post, I’ll highlight a few cool things that are now possible to do with your widgets and where things may be heading next.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?ssl=1\"><img width=\"632\" height=\"1130\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=632%2C1130&ssl=1\" alt=\"A zoomed-out view of a single post with one sidebar widget area and two footer widget areas. The site content is about Marine Park Salt Marsh. A List View of blocks floating next to each widget area shows how the design is constructed.\" class=\"wp-image-11116\" /></a><br /><br /><br /><br /></div>\n\n\n\n<h2>Create Interesting Visual Effects With Overlapping Layouts and Duotone Images</h2>\n\n\n\n<p>Appearance-wise, users have a lot more control over widget areas than ever before — especially through the use of blocks with customization options like the Cover and Image block. Here’s what I can create in the classic widgets editor (above) versus what I can create in the new block-based widget editor (below).</p>\n\n\n\n\n\n\n\n\n\n\n\n<h2>Intersperse Widgets and Custom Code Throughout Your Visual Designs</h2>\n\n\n\n<p>Container blocks like Cover and Columns make it easy to weave dynamic or interactive elements into your designs. While this is a given for many widgets, the block versions of widgets can be easily wrapped and layered within container blocks to integrate them into your layout more fully.</p>\n\n\n\n<p>In the example below, I tried placing a Search block in front of a Cover block, which creates a nice layered effect. I also inserted Custom HTML blocks within a Columns block to display different messaging depending on the time of day. (<a href=\"https://stackoverflow.com/questions/31242051/show-content-based-on-time-of-day-timing-changes-on-different-days-of-the-week\">jQuery script</a>)</p>\n\n\n\n\n\n\n\n<h2>Use Traditional Widget Layouts (Or Not) With Lots of Flexibility Over Title and Structure</h2>\n\n\n\n<p>Classic widgets have always had a lockup that includes a widget title. One cool thing about having blocks in widget areas is that you have complete flexibility over how titles appear. For example, you might choose to have a title over every widget, you might only want one title at the top of each widget area, or your design might not need titles at all.</p>\n\n\n\n<p>Note: Some themes, like <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty-One</a>, are designed to flow content horizontally within widget areas. If you’re having trouble with a theme splitting your layout into columns, you could try keeping the lockup together by containing it within a Group block.</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?ssl=1\"><img width=\"632\" height=\"381\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=632%2C381&ssl=1\" alt=\"Side-by-side comparison of List View of a Sidebar widget area with and without grouped/nested lockups.\" class=\"wp-image-11122\" /></a></div>\n\n\n\n<h2>Copy & Paste Existing Layouts From the WordPress Pattern Directory</h2>\n\n\n\n<p>While patterns haven’t been fully integrated into the widget editors yet, one thing you <em>can</em> do is copy and paste patterns from the game-changing new <a href=\"https://wordpress.org/patterns/\">WordPress Pattern Directory</a> into your site’s widget areas. I used this <a href=\"https://wordpress.org/patterns/pattern/horizontal-call-to-action/\">horizontal call to action</a> pattern from the directory almost exactly as is, with minor color and copy adjustments:</p>\n\n\n\n<div class=\"wp-block-image\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?ssl=1\"><img width=\"632\" height=\"389\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=632%2C389&ssl=1\" alt=\"Footer widget area with a black box that reads, “Become a monthly patron” with paragraph text and a “Join now” button in a separate column. A painted image of waves hitting rocks is directly below with no space between them.\n\" class=\"wp-image-11123\" /></a><br /></div>\n\n\n\n<p>FYI: Patterns have not been curated for or integrated into widget areas yet, so you may run into some unexpected behavior — consider this feature to be a preview of what’s coming next for widget editing!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Gutenberg Times: Modern WordPress Development is hard, Theme Building and more -Weekend Edition #180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=18698\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://gutenbergtimes.com/modern-wordpress-development-is-hard-theme-building-and-more-weekend-edition-180/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16178:\"<p>Howdy, my friend! </p>\n\n\n\n<p>Greeting from Germany, where we follow a mask mandate again for buildings, shops, and restaurants. The weather is switching rapidly between cold and rain to clear sky’s and heat within hours. We learned quite a bit <a href=\"https://www.digitaltrends.com/computing/everything-you-need-to-know-about-powerline-networking/\">about power line networking</a> while setting up our home office for two at my parent’s home. </p>\n\n\n\n<p>After the break last week, we have plenty of information, discussions, and creative updates for you. Due to vacation time, we didn’t see a big changelog, though. It’s all good. We all can use a breather and catch up on the finer points of Gutenberg development. </p>\n\n\n\n<p>Let’s dive in, <br />Yours, ?<br />Birgit</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Gutenberg 11.2 </h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg 11.2 was released.</a></strong> You can read up about it <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">on the release post</a>, as mentioned above, there were many small but powerful changes to blocks, site editor. <strong>Sarah Gooding </strong><a href=\"https://wptavern.com/gutenberg-11-2-expands-color-support-for-search-and-pullquote-blocks-introduces-experimental-flex-layout-for-group-block\">has the skinny for you</a> on the WordPress Tavern. </p>\n\n\n\n<p><strong>Grzegorz Ziolkowski </strong>and I recorded the Gutenberg changelog episode #49 yesterday.</p>\n\n\n\n\n<p class=\"has-large-font-size\">? <strong>New <a href=\"https://gutenbergtimes.com/podcast/changelog-49-drag-and-drop-flex-layout/\">Episode #49 is now available</a>! </strong>?️<br />Birgit Pauli-Haack and Grzegorz Ziolkowski discuss Gutenberg plugin release 11.2, drag and drop, flex layout, core data shortcuts and modern WordPress development.</p>\n\n\n\n<p> <strong>Subscribe to the <a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a> podcast </strong><br />?️ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> |<br />?️ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a> </p>\n\n\n\n<img />\n\n\n\n\n<h2>Modern WordPress Development is Hard!</h2>\n\n\n\n<p>My friend, <strong>Chris Wiegman</strong>, started an interesting, multi-faceted discussion on a <a href=\"https://twitter.com/ChrisWiegman/status/1420068080944885767\">changing WordPress ecosystem for developers on Twitter.</a> Others chimed in, like Matias Ventura, Alain Schlesser, Victor Ramirez, Rich Tabor, Mark Wilkinson, Jessica Lyschik and many more. </p>\n\n\n\n<ul><li><strong>Chris Wiegman</strong> followed up with a blog post: <strong><a href=\"https://chriswiegman.com/2021/08/the-changing-wordpress-ecosystem/\">The Changing WordPress Ecosystem</a>.</strong> </li><li><strong>Marcus Kazmierczak</strong> wrote <strong><a href=\"https://mkaz.blog/wordpress/modern-wordpress-development/\">Modern WordPress Development</a> </strong>in addition to Chris’ post.</li><li><strong>Courtney Robinson</strong> chimed in from the training aspect, describing the <strong><a href=\"https://courtneyengle.com/2021/08/02/wordpress-learning-curve/\">WordPress Learning Curve</a> </strong>and the need for ongoing learning. </li></ul>\n\n\n\n<p>Since the tweet and the blog post, <strong>Chris Wiegman</strong> wrote another blog post <strong><a href=\"https://chriswiegman.com/2021/08/learning-react-fast/\">“Learn React Fast”</a>,</strong> raving about the <a href=\"https://ReactForBeginners.com/friend/PAULISYSTEMS\">ReactJS for Beginners Course by Wes Bos.</a></p>\n\n\n\n<p><strong><a href=\"https://insights.stackoverflow.com/survey/2021\">Stack Overflow</a></strong> published their annual survey results. Here are some numbers. </p>\n\n\n\n<ul><li>This year, React.js (40.1%) surpassed jQuery (34.4%) as the most commonly used web framework.</li><li>JavaScript completes its ninth year in a row as the most commonly used programming language.</li><li>Technology: 22.54% of Professional Developers work in PHP, 68.62% work in JavaScript. </li></ul>\n\n\n\n<p>It’s quite reassuring that WordPress is not stuck where it was 10 years ago (<a href=\"https://wordpress.org/support/wordpress-version/version-3-2/\">v 3.2</a> – <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">w3tech 13.1%</a>). The web has evolved exponentially since then, and so has WordPress and the surrounding community. </p>\n\n\n\n<p>I am eagerly awaiting to read through all the various branches of the twitter thread where more developers shared their experiences and their lessons learned. The discussion is, of course, ongoing. It seems to be coming in waves.</p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2021”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2>Content Creation and #nocode WordPress</h2>\n\n\n\n<p>Gutenberg has opened the eco-system to many possibilities that haven’t been there before, at least not without in-depth knowledge in software programming</p>\n\n\n\n<p>Preparing for a talk at a non-WordPress conference, <strong>Chris Lema</strong> published parts of his slidedeck in <a href=\"https://chrislema.com/using-wordpress-without-writing-any-code/\"><strong>Using WordPress Without Writing Any Code</strong></a>. Lema also inspired me to look at <a href=\"https://automatorplugin.com/\">Uncanny’s Automator for WordPress plugin</a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Tammy Lister</strong> wrote a tutorial on <a href=\"https://ephemeralthemes.com/2021/07/31/creating-a-page-to-display-content-from-across-multiple-sites/\"><strong>Creating a page to display content from across multiple sites</strong></a>. She gives you a tour of the RSS Block, how to add it and combine it with other blocks. Lister also shows you how to style it via theme.json and how to build a page template in the new site editor. In conclusion, she wrote: <em>“Creating a collection of content on a page previously took a lot more to do. You would either have had to know development or used a plugin. Now, you can use a block that core provides, and it has styling out of the box ready to go. “</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>B.J. Keeton </strong>of Elegant Themes wrote a tutorial on<strong> <a href=\"https://www.elegantthemes.com/blog/wordpress/how-to-use-the-wordpress-event-block-by-automattic\">How to Use the WordPress Event Block by Automattic</a></strong>. There are plenty of occasions, when you don’t need a big event’s management plugin to announce and market your events on your website. More often than none, event registration and attendee management is better handled by other SaaS products. With the event block, you can highlight your event and guide the future audience to the right place for more information, registration, and payment. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=Fc_S2lYF9sY\">In his latest video</a>, <strong>Nick Diego</strong>, walks us through how to manage the visibility of block content using the <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility WordPress plugin</a>, while making live edits to the plugin’s website. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Chris Wiegman</strong> wrote a comparison theme review: <strong><a href=\"https://chriswiegman.com/2021/07/blocksy-vs-generatepress/\">Blocksy vs GeneratePress</a>.</strong> The article is helpful not only because of those two themes. It’s a good blueprint, on a decision-making process for selecting a theme for your site. Wiegman describes clearly the problem to be solved and why he took the approach he took. </p>\n\n\n\n<h2>Block-based Theme Development </h2>\n\n\n\n<p><strong>Jeff Ong</strong> posted <a href=\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\"><strong>Configuring Theme Design with theme.json</strong></a> on WordPress.org News section. A deep dive into the new method to configure themes and support features of the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The state of <strong>Full-Site Editing</strong> was the topic of last month’s <a href=\"https://make.wordpress.org/test/2021/07/30/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-30-july/\"><strong>Hallway Hangout with Anne McCarthy and theme developers around the globe</strong></a>. McCarthy provides a summary of the topic and the <a href=\"https://www.youtube.com/watch?v=t-BsJoeT8Qk\">recording is available on YouTube</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Brian Gardner</strong>, former StudioPress, now building block-based themes at <a href=\"https://frostwp.com/\">Frost.</a> Take a look at the just released <a href=\"https://frostwp.com/starter-sites/\"><strong>Starter Sites.</strong></a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/critterverse\">Channing Ritter</a></strong> of the design team published additional details on block-based <strong><a href=\"https://make.wordpress.org/design/2021/07/27/widgets-in-wordpress-5-8-and-beyond/\">Widgets in WordPress 5.8 and Beyond</a>.</strong> In this post, Ritter highlighted a few cool things that are now possible with widgets, and she took a look at where things may be heading next.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://ephemeralthemes.com/2021/07/28/theme-creation-is-now-easier/\">Theme creation is now easier</a>,</strong> found <strong>Tammie Lister</strong> in her post, while <strong>Justin Tadlock </strong>points out the obvious in<strong> </strong>his article: (…) <a href=\"https://wptavern.com/theme-creation-will-be-easier-but-we-are-not-there-yet\"><strong>we are not there yet</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/jcasabona\">Joe Casabona</a> </strong>has joined <em><a href=\"https://fullsiteediting.com/courses/\">Carolina Nymark</a></em> and <em><a href=\"https://wpdevelopment.courses/courses/\">Fränk Klein</a></em> in offering an online course on Full-Site Editing: <a href=\"https://masterfse.com/\"><strong>Master Full-Site Editing</strong></a>. Casabona offers a 50% discount for now. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/karks88\">Eric Karkovack</a></strong> asked, <strong>“<a href=\"https://speckyboy.com/full-site-editing-help-wordpress-themes-potential/\">Will Full Site Editing Help WordPress Themes Finally Reach Their Potential?”</a></strong>. He wrote: “<em>Instead of offering completely rendered designs, a theme might include an array of options for the header, footer, navigation, and content area. From there, a website owner can choose the options that best fit their needs and fill in the blanks with content.</em>“</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Carolina Nymark</strong> updated her <a href=\"https://marketplace.visualstudio.com/items?itemName=CarolinaNymark.wordpress-block-markup\"><strong>Block Markup VSCode extension</strong></a>. It includes autocomplete snippets that helps you add blocks to your templates faster. For the latest update, Nymark included the change from Query Loop to Post template and added the Search Block and Query Pagination. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2>Building Blocks for Gutenberg</h2>\n\n\n\n<p><strong>Alex Standiford </strong>chimes in with <a href=\"https://www.wpdev.academy/concepts/blocks-have-changed-how-we-approach-building-themes-heres-how/\"><strong>“Blocks Have Changed How We Approach Building Themes – Here’s How.</strong></a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong> helps you <a href=\"https://richtabor.com/todo-list-block/\"><strong>Manage WordPress publishing tasks with the Todo List Block</strong></a>. After creating the <a href=\"https://wordpress.org/plugins/markdown-comment-block/\">Markdown Comment plugin</a>, he also created a <a href=\"https://wordpress.org/plugins/todo-list-block/\">To-Do list block for content creators</a>. </p>\n\n\n\n<p>I list it under the Block Building headline because Tabor has been an early adopter of Gutenberg with <a href=\"https://wordpress.org/plugins/coblocks/\">CoBlocks</a> which GoDaddy bought even before the Block Editor was merged into WordPress Core in 2018. Studying his code and approach will make you a better block builder. </p>\n\n\n\n<p>Tabor has been busy writing tutorials for building and extending blocks on his blog</p>\n\n\n\n<ul><li><a href=\"https://richtabor.com/block-styles/\">How to add and remove Gutenberg block styles with JavaScript</a></li><li><a href=\"https://richtabor.com/gutenberg-block-templates/\">The Ultimate Guide to WordPress Block Templates in Gutenberg</a></li><li><a href=\"https://richtabor.com/build-publish-gutenberg-block-plugins/\">How to Build & Publish Gutenberg Block Plugins to the Block Directory</a></li><li><a href=\"https://richtabor.com/gutenberg-block-plugins/\">A Primer on Gutenberg Block Plugins for the WordPress Block Directory</a></li></ul>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Aug 2021 22:18:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Automattic Releases Quadrat, a Block-Based Podcasting WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/automattic-releases-quadrat-a-block-based-podcasting-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=automattic-releases-quadrat-a-block-based-podcasting-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4914:\"<img />\n\n\n\n<p class=\"has-drop-cap\">A few weeks ago, Automattic released <a href=\"https://wordpress.org/themes/quadrat/\">Quadrat</a> on the WordPress.org theme directory. It is now the company’s fourth block theme. Like its predecessors, it is a child of <a href=\"https://wptavern.com/the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme\">Blockbase</a>, a project that serves as a foundation for the work of Automattic’s Theme Team.</p>\n\n\n\n<p>After spending a couple of months diving deep into the world of block themes, I was beginning to feel a little burned out. When I wasn’t sleeping, eating, or doing yard work in my off-duty time, I was building or exploring one project or another. Soon, it all had become a blur. I knew I needed to take a small break, and I have not touched themes for a couple of weeks since, at least not outside of work.</p>\n\n\n\n<p>However, Quadrat appealed to the theme developer within me. I am not sure if it was the soothing color scheme or just seeing the work the professional designers had put into it, but it offered a pathway for easing myself back into the block theme world.</p>\n\n\n\n<p>Outside of the work by Anariel Design with <a href=\"https://wptavern.com/anariel-design-launches-naledi-a-block-based-wordpress-theme\">Naledi</a> and <a href=\"https://wptavern.com/clove-a-showcase-of-block-patterns-by-anariel-design\">Clove</a>, most block themes have felt more like proof of concepts or starting points. Quadrat can now be added to the list of those with some personality.</p>\n\n\n\n<p>It does not push any particular boundaries, but it is a well-designed blogging and podcasting theme. Mostly, I am just a fan of the color scheme — sometimes you just need something other than black, white, and gray to get yourself out of a funk.</p>\n\n\n\n<p>One of the other reasons I have been following the work of the Quadrat theme was because it was the first showcase of header patterns I had seen. <a href=\"https://themeshaper.com/2021/06/25/theme-patterns-for-the-site-editor/\">Kjell Reigstad shared</a> what this system would look like in June.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The goal is to include the patterns shown in the video in core WordPress, so they are not currently included in the theme. However, there is still an open <a href=\"https://github.com/Automattic/themes/pull/4104\">ticket for header patterns</a> in Quadrat.</p>\n\n\n\n<p>The only real trouble I ran into with the theme is with fully aligned blocks in the content. There is an overflow issue in version 1.1.1 that creates a horizontal scrollbar.</p>\n\n\n\n<img />Horizontal scrollbar appears with full-width Cover block.\n\n\n\n<p>Quadrat includes nine custom patterns. The focus for most is on podcasting, but some are general-purpose enough for other use cases, such as “Media and text with button”:</p>\n\n\n\n<img />Media and text with button pattern.\n\n\n\n<p>The development team missed a prime opportunity with its podcast-related patterns. Instead of integrating with a podcasting solution, they are simple, static blocks from core WordPress.</p>\n\n\n\n<p>For example, the Latest Episodes pattern is a two-column layout that features Image, Heading, and Paragraph blocks. That is acceptable as a base pattern for users without a podcasting plugin. However, it may be practically useless for those with one enabled. Or, it creates unnecessary work because users must manually update their page content anytime they publish a new episode.</p>\n\n\n\n<img />Latest Episodes block pattern\n\n\n\n<p>Given Automattic’s recent bet on Castos as part of a <a href=\"https://wptavern.com/castos-picks-up-756k-in-funding-from-automattic-and-joost-de-valk-to-expand-services-in-the-private-podcasting-market\">$756K pre-seed fundraising round</a>, it would make sense to integrate with the podcasting company’s plugin, Seriously Simple Podcasting (SSP).</p>\n\n\n\n<p>If the development team wanted to take the Latest Episodes pattern to the next level, they would create it with the Query Loop block and display the latest podcast episodes from the plugin. For users without SSP installed, simply fall back to the current pattern. Or, offer both. Right now, it is little more than eye candy and not nearly as useful as it could be for real-world use cases.</p>\n\n\n\n<p>I often talk about the need for theme authors to <a href=\"https://wptavern.com/it-is-time-for-wordpress-theme-authors-to-step-up-their-block-pattern-game\">elevate their game</a>. Not only would such integration be beneficial to podcasters, but it would also showcase the power and flexibility of the block system.</p>\n\n\n\n<p>All of this is to say: If you are going to build a podcasting theme, <em>build a podcasting theme</em>. Quadrat appears to be one. However, when you peek behind the curtain, it is just a well-designed blogging theme. It has the potential to be so much more.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Aug 2021 03:20:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Post Status: Post Status Excerpt (No. 19) — How Can New Developers Get Started In WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=85055\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/19/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3131:\"<h2 id=\"h-the-first-step-to-getting-started-might-not-be-technical\">The first step to getting started might not be technical.</h2>\n\n\n\n<p class=\"has-drop-cap\">As new people come into Post Status looking for some guidance, there is a tendency among old hands to say things used to be much easier. Although it was a simpler time ten years ago, getting started in WordPress development presented challenges to new developers much as web development generally does today for seasoned developers. With a mature WordPress ecosystem now, new and experienced developers should set their expectations about business success carefully.</p>\n\n\n\n<p><strong>Also covered in this episode:</strong> David remembers that a decade ago, even though the web and WordPress were less complex, development in many ways wasn\'t any less challenging. Remember WordPress MU (Multisite)?</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. ⚡<br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. ?</p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\">? Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li><li><a href=\"https://wordpress.tv/2012/01/26/ron-andrea-rennick-wordpress-multisite/\">Ron & Andrea Rennick: WordPress Multisite (WordPress.tv from 2011)</a></li></ul>\n\n\n\n<h3>? Sponsor: <a href=\"https://poststat.us/ithemes\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Wordfence</a></h3>\n\n\n\n<p>Who can afford downtime, a black mark on their brand’s reputation, or the SEO impact of getting hacked? That’s why so many WordPress sites rely on the real-time protection provided by Wordfence Premium. Now, <strong>Wordfence</strong> Central offers Premium subscribers a powerful and efficient dashboard to manage security for all their sites from one central location. Try <strong>Wordfence</strong> today!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Aug 2021 11:40:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"WPTavern: Gutenberg 11.2 Expands Color Support for Search and Pullquote Blocks, Introduces Experimental Flex Layout for Group Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121142\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:305:\"https://wptavern.com/gutenberg-11-2-expands-color-support-for-search-and-pullquote-blocks-introduces-experimental-flex-layout-for-group-block?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-11-2-expands-color-support-for-search-and-pullquote-blocks-introduces-experimental-flex-layout-for-group-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4610:\"<p><a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">Gutenberg 11.2.0</a> was released today with expanded color support for the Search and Pullquote blocks. Historically, customizing these elements has been out of reach for most users if their themes didn’t include them as options. This release introduces <a href=\"https://github.com/WordPress/gutenberg/pull/32416\">color support</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/31783\">border color support</a> for the search button.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Pullquotes are getting a similar treatment with <a href=\"https://github.com/WordPress/gutenberg/pull/30951\">border and color support</a>, enabling some creative design options for those who enjoy taking the reins on customization.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>It’s these kinds of minute style changes that web developers would have been paid to perform back in the earlier days of theme customization gigs. Now the block editor enables anyone to jump in and do it themselves.</p>\n\n\n\n<p>These color support additions are part of a larger effort to improve the editor’s design tools to provide consistent application across blocks.</p>\n\n\n\n<p>“Another important goal of design tools is ensuring a wide range of exquisitely crafted patterns are possible; that best practices are not only possible but encouraged; and that customizing blocks is a consistent and natural experience,” Gutenberg Lead Architect Matias Ventura said in the <a href=\"https://github.com/WordPress/gutenberg/issues/33447\">ticket tracking design tool tasks</a>.</p>\n\n\n\n<p>Gutenberg 11.2 also introduces support for a <a href=\"https://github.com/WordPress/gutenberg/pull/33359\">new experimental flex layout</a>. The need for additional layouts was described by Rick Banister in a <a href=\"https://github.com/WordPress/gutenberg/issues/24473\">ticket</a> submitted a year ago, requesting a “display horizontal” option for the Group block:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>When building patterns or trying to achieve a layout with multiple elements arranged horizontally it would help to have a parent block that would automatically arrange its children on a single line. Columns can be used to arrange things side-by-side, but they add quite a lot of extra nesting if you only need to arrange one set of blocks.</p><p>We could leverage the Group block and add a ‘display horizontally’ or ‘act as a row’ option to it. It would wrap its children and act as a ‘flex container’ (<code>display:flex; flex-direction:row;</code>). Further <code>flex</code> parameters could be optional to align and distribute objects.</p></blockquote>\n\n\n\n<p>A flex layout option has the potential to remove some of the complexity in nesting blocks. This early prototype shows a rough, unfinished UI for a layout switcher. It shows the difference between a flex layout and the default “flow” layout, which displays children one after the other vertically without any specific styles. The PR included in Gutenberg 11.2 makes it possible for <a href=\"https://github.com/WordPress/gutenberg/pull/33359\">blocks to support multiple layouts</a>. Gutenberg engineer Riad Benguella said the plan is to introduce more layouts, such as “grid” and “absolute positioning container.”</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Adding “flex” layout support for the group block is the first step towards proving how multi-layout options can work in the block editor. </p>\n\n\n\n<p>“In the previous WordPress release, we introduced the <code>layout</code> config and the <code>__experimentalLayout</code> prop for inner blocks,” Benguella said. “The initial reason for these was to make alignments and content widths more declarative for themes. While this was an ambitious goal on its own and a hard one to achieve for the default layout, the goal has always been to absorb and support more kinds of layouts in the editor than the regular vertical list of blocks.”</p>\n\n\n\n<p>This experimental flex layout support can be useful for theme developers and makes sense in certain use cases with the Cover block, headers, social icons, columns, and other applications. The layout switcher UI is hidden in this release while the Gutenberg team <a href=\"https://github.com/WordPress/gutenberg/issues/33687\">works on a better design</a> and wording for the feature.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Aug 2021 03:59:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: First Commercial Content Pack for Launch With Words Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/first-commercial-content-pack-for-launch-with-words-now-available?utm_source=rss&utm_medium=rss&utm_campaign=first-commercial-content-pack-for-launch-with-words-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4571:\"<p class=\"has-drop-cap\">Marketing consultant Bridget Willard announced the first commercial content pack for her <a href=\"https://bridgetwillard.com/launch-with-words/\">Launch With Words</a> project. Last week, she released a set of 12 blog <a href=\"https://bridgetwillard.com/downloads/launch-with-words-roofing-content-pack/\">posts for roofing contractors</a>, but there are more on the way for industry-specific content.</p>\n\n\n\n<p>In January, alongside Ronald Huereca of MediaRon, Willard <a href=\"https://wptavern.com/jump-start-a-years-worth-of-content-via-the-launch-with-words-plugin\"><em>launched</em> the Launch With Words plugin</a>. The initial project supported a single “starter pack” of draft blog posts to prompt website owners to publish something new each month to build their brand. The plugin itself is primarily an importer.</p>\n\n\n\n<p>For the developer crowd, Huereca has a post that <a href=\"https://mediaron.com/developer-diaries-launch-with-words/\">covers the technical details</a> of the project. It is well worth a read to see how he approached building the plugin.</p>\n\n\n\n<p>The idea was unique. Willard had written starter content for both the default Twenty Nineteen and Twenty Twenty WordPress themes. She then asked why no one was doing the same for post content. Thus, a new product was born.</p>\n\n\n\n<p>The roofing content pack carries a price tag of $497. Companies can publish the posts directly on their sites or customize the content for their locale.</p>\n\n\n\n<p>The imported content is a set of 12 blog posts specific to the roofing industry, each set as a draft that users can publish on their own schedule. Each is around 500+ words and includes headings, links, and quotes.</p>\n\n\n\n<img />Preview of a daft post.\n\n\n\n<p>“So many roofing contractors don’t address the frequently asked questions from property owners,” said Willard. “These blog posts address 12. Having content that is turnkey ready allows them to have more content to share on social media as well as helping their SEO efforts.”</p>\n\n\n\n<p>She has been writing about the construction industry for over 20 years, so this was an easy jumping-in point. The challenge was creating this first pack while also publishing two new books and wrangling client work. With things settling down a bit, she thinks monthly pack releases are a more realistic target.</p>\n\n\n\n<h2>Future Content and Starter Packs</h2>\n\n\n\n<p class=\"has-drop-cap\">Willard is already working on a new content pack that focuses on general contractors, which she may split into two products between residential and commercial. She plans to have at least one ready by the end of the month.</p>\n\n\n\n<p>The long-term goal is to hire other writers to cover industries where she has less knowledge. First, she needs a few more sales to bring others on board.</p>\n\n\n\n<p>She may also create some industry-specific blogging prompts similar to the starter pack that is available for free. These would also come at a lower price point of around $97.</p>\n\n\n\n<p>“The starter pack (blog prompts) aren’t mutually exclusive with the premium packs,” said Willard. “They can be used together. Ideally, they should be used together. Because the content packs are JSON files, and the posts are imported as drafts, they can be written (prompts) or localized (premium) and scheduled. It’s the best of both worlds.”</p>\n\n\n\n<h2>Writing, Writing, and More Writing</h2>\n\n\n\n<p>“Writing is the way I can teach and solidify my legacy,” said Willard. “It’s super important for me to create a life worth living. Sadly, I found this out after a mental health emergency in February of 2020.”</p>\n\n\n\n<p>Her most recent book is <em>The Only Online Marketing Book You Need for Your Nonprofit</em>, co-authored by Warren Laine-Naida. Adrian Tobey, the founder of Groundhogg.io, also contributed an extra chapter.</p>\n\n\n\n<p>“You can’t create unless you consume,” said Willard when asked how she kept up her pace and the creative juices flowing. “I prioritize reading fiction and nonfiction, watching documentaries, taking walks in my neighborhood, going to a museum or a park alone to think and reflect and spend time with my friends laughing and playing card games.</p>\n\n\n\n<p>“The best thing for a writer to do is to write. Don’t worry about whether other people already talked about your subject. Don’t worry about what people will say. This is why we love WordPress. Start publishing.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Aug 2021 01:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: From eCommerce Integration to Location-Based Controls, Block Visibility Pro Expands Upon Its Free Version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121122\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:273:\"https://wptavern.com/from-ecommerce-integration-to-location-based-controls-block-visibility-pro-expands-upon-its-free-version?utm_source=rss&utm_medium=rss&utm_campaign=from-ecommerce-integration-to-location-based-controls-block-visibility-pro-expands-upon-its-free-version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5198:\"<p class=\"has-drop-cap\">It has been several months <a href=\"https://wptavern.com/show-and-hide-content-via-the-block-visibility-wordpress-plugin\">since I last dived</a> into Nick Diego’s <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> plugin, and it is now one year since the initial release. Recently moved on from his past job into the WordPress product space, he has been building one of the best context-based plugins for showing or hiding content.</p>\n\n\n\n<p>In January, Diego touted some of the ideas he had for a yet-to-be-released <a href=\"https://www.blockvisibilitywp.com/pro/\">Block Visibility Pro</a>. He was already fulfilling user needs, but there was so much left to be explored.</p>\n\n\n\n<p>“As Block Visibility grows, there will be advanced and/or niche functionality that will be useful for certain users,” he said at the time. “Think integrations with other third-party plugins. There will always be a free version of the plugin but some of these additional features will ultimately be provided by a premium (paid) add-on called Block Visibility Pro.”</p>\n\n\n\n<p>Diego quietly released the pro add-on in June, which does not take away from the free version. Everything in it is a pure value-add and helps specific sets of users.</p>\n\n\n\n<p>Last week, he released Block Visibility Pro 1.1.0, and I managed to get a test copy to play around with. In short, I am more impressed than I was when I first covered the free version in January.</p>\n\n\n\n<h2>Pro Additions</h2>\n\n\n\n<p class=\"has-drop-cap\">Early versions of the free plugin had visibility controls for all visitors, user roles, and start-and-stop dates. Since then, Diego has beefed up the options to include screen size, logged-in status, and user accounts. It also integrates with Advanced Custom Fields and WP Fusion. That is more than many other content-visibility solutions will offer before needing to upgrade to a commercial or pro version.</p>\n\n\n\n<p>The current pro version includes conditional controls for the following:</p>\n\n\n\n<ul><li>Location (Query and Post)</li><li>Time-based and day of week</li><li>WooCommerce</li><li>Easy Digital Downloads</li><li>Browser and Device</li><li>URL Path</li><li>Referral Source</li></ul>\n\n\n\n<p>The Location controls are what I have found myself tinkering with the most. They are handy at the moment but will offer more power when used in conjunction with WordPress’s upcoming site editor.</p>\n\n\n\n<img />Location, query-based visibility controls.\n\n\n\n<p>The Location controls are essentially query-based visibility options. Users can choose to show or hide blocks based on post type, taxonomy, and more. Everything from individual post attributes to the archive type is available. Users can also create multiple rule sets, combining various location-based options.</p>\n\n\n\n<p>For shop owners, the WooCommerce and Easy Digital Downloads integrations are extensive. Users can display blocks based on shopping cart content, customer metrics, and product metrics. This could come in handy for promotions, coupons, and similar features.</p>\n\n\n\n<p>One of my favorite features, which is also included in the free version, is a popup option for selecting which visibility settings should appear in the sidebar.</p>\n\n\n\n<img />Toggling visibility controls in the Visibility tab.\n\n\n\n<p>This feature reduces the footprint of the plugin’s Visibility tab in the block sidebar panel while giving users control over which options they would like to use.</p>\n\n\n\n<p>It looks <a href=\"https://github.com/WordPress/gutenberg/issues/27331\">similar to a current proposal</a> for the Gutenberg plugin that would allow users to toggle specific controls:</p>\n\n\n\n<img />Proposal for toggling block typography controls.\n\n\n\n<p>The differences between the two are in the location of the “ellipsis” button to open the popup. The Gutenberg proposal has it at the top of the tab. Block Visibility adds it as a control within its Visibility tab. However, the concept is the same, and the plugin provides a real-world test of how the feature could work. Thus far, I am happy with the result. It allows me to hide options that I would rarely use. I am eager for something similar to eventually work its way into core WordPress.</p>\n\n\n\n<h2>From Developer to Developer</h2>\n\n\n\n<p class=\"has-drop-cap\">If I am being honest, I am a bit envious of the work Diego has done. Many do not know this, but I also built a similar solution to Block Visibility in 2019. It was before I joined the staff here at WP Tavern. Before seeing that project mature, I handed it over as part of a larger IP sale.</p>\n\n\n\n<p>I point this out because I understand the complexities of building a solution that works from a technical standpoint while also being user-friendly. It is not easy, but Block Visibility seems to hit the right balance.</p>\n\n\n\n<p>And I do not say this often, but Diego’s work far exceeds anything I had built or even had in the pipeline. It is on another level, so a part of me is glad that he and I are not competing in this space. At the same time, I wish I could go back and implement some of these ideas on my former project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Aug 2021 02:15:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"HeroPress: My Life Before & After WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"https://heropress.com/essays/my-life-before-after-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=my-life-before-after-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7202:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/08/080321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The WordPress community has made me a firm believer in the power of open-source software.\" /><h3>Early Days</h3>\n<p>I have always had a knack for technology. I still remember the summer of 2006 when I bought a PC for the first time. I would try to install Windows XP many times so to make Windows work smoothly but without any luck. It was those stubborn viruses, which would only be removed by running a virus scan, not a fresh Windows install, something I figured out later.</p>\n<p>Although, it took me another decade – right after my MBA in 2015 – to turn my curiosity for technology into a passion after I stumbled upon web technologies from the development perspective. It is when I started learning WordPress while still working in an administrative and support capacity at an organization in my hometown.</p>\n<h3>Daydreaming</h3>\n<p>Being an introvert in nature, the thought of working remotely providing value using technology with the freedom to choose my own work hours has always fascinated me. While becoming a digital nomad exploring nature felt like touching the sky. I knew it was quite possible after finding real stories online but I had no path to follow to turn my dream into a reality.</p>\n<h3>The Challenge</h3>\n<p>After spending tons of time online, figuring out the way was the easy step. Now that I look back during my initial days when I was getting started, the biggest challenge I have come to realize was to stay motivated as being all alone with the Imposter Syndrome – which I am sure every developer has faced during their careers – did take a toll on me.</p>\n<p>I think it is not easy to stay motivated when there aren’t immediate rewards for the hard work we do. Sometimes, weeks would go by for me to not do anything but try to stay motivated and don’t just give up.</p>\n<h3>Humble Beginnings</h3>\n<p>I could easily recall the evening of my last MBA exam day when I started exploring web technologies. Even just before that, I spent a good 2-3 months learning and then finding projects for web design on <a href=\"https://99designs.com/profiles/ihtishamzahoor/about\">99Designs</a> until I realized that I am not very passionate about becoming a designer.</p>\n<p>I started learning HTML, CSS, basic JavaScript with jQuery but learning these technologies alone could only go so far without a clear path. I was looking for a tool that could help me build a website from scratch and for that, I explored many tools and technologies along the way including WordPress.</p>\n<p>While celebrating the 68th independence day of Pakistan online I came across <a href=\"https://ahmadawais.com/what-every-beginner-is-doing-wrong-as-a-web-developer/\">this amazing article</a> by Ahmad Awais (big props) which really helped me to make a definite decision to choose WordPress over other online publishing tools.</p>\n<p>After basic learning, I started right away working as a WordPress Power User, mostly delivering theme customizing projects for the clients in the local market while still working a day job.</p>\n<h3>All the Way WordPress</h3>\n<p>It took me another two years to finally choose WordPress as my full-time career. I moved to the capital and after many failed attempts at getting hired and desperate moments followed afterward, I finally received an offer letter from a digital agency, <a href=\"https://centangle.com/\">Centangle Interactive</a>, where I joined as a Web Developer focused on the WordPress platform.</p>\n<p>I consider joining Centangle as one of the best decisions of my life as it helped me with my professional growth by becoming familiar with the whole WordPress ecosystem in a supportive environment. I was being valued for my opinions in the web projects I was involved with. I was also appreciated and encouraged for the open-source work I did for the company.</p>\n<p>During the pandemic last year, I joined a startup viz. <a href=\"https://uptek.com/\">UPTEK</a>. The company provides web development services to its international clientele. I have been trusted with the opportunity to work on some of the premium freelancing platforms on behalf of the company.</p>\n<p>While apart from the developer role at the company, I am also involved in client communication and project management which has been an exciting journey for me so far with lots of learning almost every day.</p>\n<h3>WordPress Community</h3>\n<p>WordPress introduced me to the world of open-source software and the WordPress community itself. WordPress community connects WordPress enthusiasts via monthly Meetups, annual WordCamps, virtual collaborations like contributions to the WordPress project, and a whole lot more.</p>\n<p>The WordPress community made me a firm believer in the power of open-source software and an enthusiast who enjoys a great deal to contribute back to the WordPress community via <a href=\"https://codexspot.com/\">writing</a>, speaking, and helping organize meetups.</p>\n<p>Over the years, I have had the opportunity to write open-source software for the WordPress platform and feel humbled to contribute to the WordPress core. I have also had the privilege to <a href=\"https://islamabad.wordcamp.org/2018/speaker/ihtisham-zahoor/\">speak</a> as well as help organize the monthly WordPress Meetups and the annual <a href=\"https://islamabad.wordcamp.org/2019/organizers/\">WordCamp(s)</a> for the Islamabad/Rawalpindi WordPress community.</p>\n<p>I was lucky enough to have the opportunity to help start the<a href=\"https://www.meetup.com/Elementor-Islamabad/\"> Elementor Community Islamabad Chapter</a> – which organizes monthly Elementor Meetups. Yet that is not it, I have met some really humble people over the years, whom I proudly call my besties. I met these fine folks on a train on my way to WordCamp Karachi 2018 which was the very first WordCamp in Pakistan. It is all made possible by WordPress and its community and for that, I am forever grateful.</p>\n<p>Now fast forward to the present, I have been traveling and exploring every corner of the country almost every other month with my train buddies by fulfilling my dream of traveling.</p>\n<h3>Takeaway</h3>\n<p>If anything, one of the main takeaways, why I shared my story, is to stay persistent. I know it is hard to stay motivated and break into this industry. But if you are determined, then WordPress will surely reward you as It can’t be said in any better words than by the words of the very Chris Lema himself:</p>\n<blockquote><p>“WordPress will change your life if you let it”</p></blockquote>\n<p>So, if you are starting out then get yourself a clear <a href=\"https://ihtishamzahoor.com/a-learning-path-for-newbies-in-wordpress-development/\">path</a> and just dive in doing WordPress as things will get better for you over time as they were for me, I promise. Good Luck!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/my-life-before-after-wordpress/\">My Life Before & After WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Aug 2021 03:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Ihtisham Zahoor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Full Page Patterns Are Still the Missing Piece of Block WordPress Theme Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=120067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/full-page-patterns-are-still-the-missing-piece-of-block-wordpress-theme-development?utm_source=rss&utm_medium=rss&utm_campaign=full-page-patterns-are-still-the-missing-piece-of-block-wordpress-theme-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6251:\"<p class=\"has-drop-cap\">It was the early days of the Gutenberg project. Many on the Theme Review Team and those in design circles were trying to wrap their heads around this new concept called blocks. In particular, we wanted to know how it could be applied to theme development. There were many discussions on the pros and cons of the early editor. Overall, there was a bit of cautious excitement in the air, our optimism tempered by a buggy version of alpha-level software.</p>\n\n\n\n<p>The block system could potentially solve one of the biggest hurdles of theme development: inserting default/demo content for a full page into the editor.</p>\n\n\n\n<p>I cannot remember who initially explained the idea, but it was a lightbulb moment for many at the time. The general concept was pre-building a custom homepage or any page design that users could choose visually. It would all be done through a standardized block system, and we would no longer need to rely on piecemeal theme options, third-party plugins, or attempt to work around the review team’s “do not create content” guideline.</p>\n\n\n\n<p>No one really knew how this would work in practice, but we understood the theory of how it would make the life of a theme developer much simpler.</p>\n\n\n\n<p>In October 2019, Automattic developer Jorge Bernal opened a ticket titled <a href=\"https://github.com/WordPress/gutenberg/issues/18055\">Starter Page Templates</a>. His team was working on a template selector for mobile apps, and the <a href=\"https://wordpress.org/plugins/full-site-editing/\">WordPress.com Editing Toolkit</a> already had the feature. The goal was to bring it to the core platform, allowing third-party theme designs to build on top of it.</p>\n\n\n\n<img />Starter page templates idea initially shared in the ticket.\n\n\n\n<p>Because the term “template” is overused in the WordPress space, I will refer to these as “page patterns.” This naming <a href=\"https://github.com/WordPress/gutenberg/issues/18055#issuecomment-659791288\">convention was coined by Noah Allen</a>, a software engineer for Automattic, in the ticket. It makes sense because we are actually talking about a page’s content rather than the wrapping template.</p>\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/genesis-blocks/\">Genesis Blocks</a> plugin is one of the best ways to understand the page pattern concept. It has a Layouts button at the top of the editor that, when clicked, creates an overlay of designs to choose from.</p>\n\n\n\n<img />Selecting a full-page layout from Genesis Blocks.\n\n\n\n<p>These designs are split between sections and layouts. Sections are the same thing as patterns in core WordPress: small, reusable pieces of starter content. Layouts are full-page starting points for users to create various types of pages.</p>\n\n\n\n<p>The StudioPress/Genesis team was not the first to market this concept. However, they have created a well-rounded user experience on top of the WordPress editor.</p>\n\n\n\n<p>You will find similar experiences via <a href=\"https://wptavern.com/inside-look-at-godaddys-onboarding-process-for-managed-wordpress-hosting\">GoDaddy’s onboarding process</a> for its managed hosting service. The <a href=\"https://wptavern.com/redux-framework-relaunches-focuses-efforts-on-gutenberg-templates\">Redux Framework</a> allows much the same, and <a href=\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\">Editor Plus</a> offers templates and patterns from the Extendify library.</p>\n\n\n\n<p>That initial excitement has waned a bit. It felt like that early promise was a dream that would never be a reality.</p>\n\n\n\n<p>Theme authors, especially in the commercial space, have long offered home-brewed solutions for the one-click insertion of full-page content. Whether via a ThemeForest project or a popular theme on WordPress.org, there are endless examples of everyone solving the same problem. One might even argue that these custom inserters are so ingrained into theme agency systems that anything WordPress offers at this point will not appeal to those who have already brought their solutions to market. Where the core platform has failed to meet user demands, our development community has stepped up.</p>\n\n\n\n<p>Some of you may be thinking that the current block patterns system works for this. Yes, and no. Theme authors could shoehorn full-page designs into it, but the user experience is lacking compared to third-party solutions. Patterns today are one of the best theming tools available, but they fall short of what is needed to see this thing through.</p>\n\n\n\n<p>The foundation of this feature exists via the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">Patterns API</a>. From the theme author’s perspective, they merely need a method for flagging a pattern as a full-page layout, separate from the others. However, the UI and UX flow need an overhaul. The flyout panel for the current inserter does not cut it, especially on large screens. A fullscreen overlay has become the <em>de facto</em> standard among other systems.</p>\n\n\n\n<p>Users should also have another option between selecting from an existing page pattern or starting empty upon creation.</p>\n\n\n\n<p>“I think this would be so useful to have in the core,” wrote Ana Segota of Anariel Design in a <a href=\"https://github.com/WordPress/gutenberg/issues/18055#issuecomment-880530295\">recent comment on the ticket</a>. “I created 2 FSE themes so far and also our latest premium theme is made with block patterns and this is exactly what I thought and talked with few people about. It would be great when a user opens a new page, to chose design/page patterns however we called it and it starts editing it right away. Most of the users just want to add a page, choose a layout and start adding their content.”</p>\n\n\n\n<p>Of course, this is not a revelation to the average theme author who works with end-users daily. Inserting or importing entire page designs into WordPress is one of the most common requests. WordPress is almost there with its current patterns system. We just need to take it to the next level.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Aug 2021 22:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: The Month in WordPress: July 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/08/the-month-in-wordpress-july-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15193:\"<blockquote class=\"wp-block-quote\"><p>WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/07/episode-13-cherishing-wordpress-diversity/\">Cherishing WordPress Diversity</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, speaking about the importance of diversity, equity, and inclusion within the fabric of the WordPress project. Her statement captures the spirit of the WordPress open source project, and we hope it resonates with you. Now, let’s dive in!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Say hello to WordPress 5.8</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2020/12/simone/\">version 5.8</a>, “Tatum,” came out on July 20. Version 5.8 is a major release that offers features like block-based widgets, a host of new blocks and patterns, a template editor, a duotone feature to stylize images, theme.json, and support for webP images, to name a few. Read more in the <a href=\"https://wordpress.org/news/2021/07/tatum/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">talking points post for meetup groups</a>. </p>\n\n\n\n<p>Want to contribute to WordPress core? </p>\n\n\n\n<ul><li>Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.</li><li><a href=\"https://translate.wordpress.org/\">Translate WordPress</a> to your local language – here’s the <a href=\"https://make.wordpress.org/polyglots/2021/07/09/wordpress-5-8-translation-status-july-9-2020/\">latest translation status</a>.</li><li>Contact the Marketing Team in the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> slack channel, if you wish to support <a href=\"https://make.wordpress.org/marketing/2021/07/21/social-media-pack-for-5-8-ongoing-collaborations/\">social media engagement around WordPress 5.8</a>.</li></ul>\n\n\n\n<h2>Gutenberg Version 11.0 is released</h2>\n\n\n\n<p>Contributor teams released the <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">11th version</a> of Gutenberg on July 9. <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">Version 11.0</a>, which focuses heavily on backports and bug fixes, showcases some cool features such as an editing overlay for template parts and reusable blocks, and support for CSS shorthand properties in theme.json and block attributes. <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\">Version 11.1</a> was also shipped this month, on July 21. The release adds custom block borders as block supports and adds “drag and drop” to the list view. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>Returning to in-person WordPress events</h2>\n\n\n\n<p>The Community Team kicked off work to bring back in-person WordPress events. The team <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/#comment-29654\">recently announced</a> that in-person WordPress meetups can be organized in a region if the local public health authority allows in-person events and if the region passes the in-person<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\"> safety checklist</a>. If the region does not meet guidelines on page one of the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a>, organizers can plan events for fully vaccinated, recently tested (negative), or recently recovered community members. Subsequently, the team also <a href=\"https://make.wordpress.org/community/2021/07/27/proposal-how-to-return-to-safe-in-person-wordcamps/\">shared a proposal for the return to in-person WordCamps</a> in places that meet the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety guidelines and the vaccination/testing requirements</a>. Please share your feedback on the post if you have any thoughts. For more context, check out the “<a href=\"https://wordpress.org/news/2021/07/episode-12-wordpress-in-person/\">In Person!</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>. </p>\n\n\n\n<p>Want to contribute to the Community Team? Follow the <a href=\"https://make.wordpress.org/community/\">Community Team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C037W5S7X\">#community</a> channel in the Make WordPress Slack. </p>\n\n\n\n<h2>BuddyPress 9.0 is out</h2>\n\n\n\n<p>The BuddyPress team is busy! Within barely a month of their last major release (<a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0)</a>, the team shipped <a href=\"https://buddypress.org/2021/07/buddypress-9-0-0-mico/\">version 9.0</a> on July 19. Key features of the release include widget blocks and updates to the BP REST API. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/9.0\">subversion repository.</a> Want to help build BuddyPress? Follow their <a href=\"https://bpdevel.wordpress.com/\">developer relations blog</a>, check out their <a href=\"https://codex.buddypress.org/participate-and-contribute/contribute-with-code/\">handbook page</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQBYUG\">#buddypress</a> channel in the Make WordPress Slack.</p>\n\n\n\n<h2>WordPress Event updates</h2>\n\n\n\n<ul><li>WordCamp US is coming back on October 1, 2021, <a href=\"https://us.wordcamp.org/2021/wordcamp-us-is-back/\">as a daylong online event</a>!</li><li>Free tickets for <a href=\"https://floripa.wordcamp.org/2021/inscricoes/\">WordCamp Florianopolis</a> (August 11-12) are now available.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diverse Speaker Training group</a> of the Community Team announced <a href=\"https://make.wordpress.org/community/2021/07/26/announcement-and-call-for-volunteers-expanding-wpdiversity-to-three-programs/\">three new programs</a> for Meetup and WordCamp organizers. Sign up for the <a href=\"https://make.wordpress.org/community/2021/07/30/workshop-august-19-2021-allyship-for-wordpress-event-organizers-amer-emea/\">inaugural allyship program for event organizers</a> on August 19, 2021, at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1700\">5:00</a> – <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1900\">7:00 pm</a> UTC!</li><li>The Polyglots Team is planning a <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">month-long translation day celebration in September 2021</a>, with two weeks of “core events” from September 17 to 30. The team will announce more details on the event shortly, and you <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">can follow all the latest updates on their P2</a>. </li><li>Stay updated on <a href=\"https://make.wordpress.org/community/events/online/\">online WordPress meetups</a> around the world by following the Marketing Team’s <a href=\"https://www.linkedin.com/company/make-wordpress-marketing-team/\">WordPress Meetup roundup</a> every Monday. </li><li><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita 2021</a> was held online on July 17-18, 2021. The highlight of the event, which had 41 speakers, 19 sponsors, and 672 attendees, was a <a href=\"https://santaclarita.wordcamp.org/2021/schedule/\">dedicated track for WordPress accessibility</a>. Videos of the event will soon be posted on WordPress.tv.</li><li>The Hosting Team organized <a href=\"https://www.meetup.com/wphosting/events/278295555\">their first meetup</a> in June. Check out the <a href=\"https://www.youtube.com/watch?v=V4UCc1Bze5E&t=702s\">event recording</a>.</li></ul>\n\n\n\n<h2>Feedback requests from WordPress contributor teams</h2>\n\n\n\n<p>Please help these WordPress contributor teams by answering their research requests:</p>\n\n\n\n<ul><li>The Core Team has published a <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/\">WordPress 5.8 release retrospective</a>. Share your release feedback as <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/#respond\">comments on the post</a> or by <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSei8fSLjV0um4hk_1JKwgu-8E6mpNwwxF3j43mInW7lnVOTDw/viewform?usp=sf_link\">filling out this form</a> before August 15. The team is also <a href=\"https://make.wordpress.org/core/2021/07/21/request-for-feedback-updater-proof-of-concept/\">requesting feedback</a> on a “proof of concept” for the new WordPress updater. </li><li>The Training Team wishes to <a href=\"https://make.wordpress.org/training/2021/07/30/learn-wordpress-user-survey-focus-groups/\">find what learners and potential learners would like to see</a> in the <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a> platform. To contribute, please <a href=\"https://www.surveymonkey.com/r/LearnWordPress\">fill out an anonymous survey</a> (by August 13) OR <a href=\"https://forms.gle/jdk2qkkvGyszx1SG6\">join a short video call</a> to share feedback (on the week of August 2-6).</li><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">announced</a> that “Polyglots Training” (a course to help WordPress translators and communities) is now available for testing. <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">Sign up now</a>!</li><li>The Test Team wants to<a href=\"https://make.wordpress.org/test/2021/07/30/help-shape-the-future-of-theme-design/\"> hear from theme authors</a> on how they use theme.json in order to shape its future. Help them by <a href=\"https://wordpressdotorg.survey.fm/block-theme-author-feedback\">filling out this survey</a> on or before August 13.</li><li>The Marketing Team is doing research on building engagement around WordPress releases. Please help the team by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this quick, two-question survey</a> on how you search for release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Meta Team launched the new <a href=\"https://make.wordpress.org/meta/2021/07/20/the-wordpress-pattern-directory-is-live/\">WordPress Pattern Directory</a> alongside the 5.8 release. The Design Team also contributed to this project, working with contributors on <a href=\"https://make.wordpress.org/design/2021/07/29/initial-patterns-for-the-patterns-directory-launched/\">launching around 85 block patterns in the directory</a>.</li><li>Check out the following blog posts from the Design Team: <a href=\"https://make.wordpress.org/design/2021/07/13/a-walk-around-the-search-block/\">A Walk Around: The Search Block</a> and <a href=\"https://make.wordpress.org/design/2021/07/27/widgets-in-wordpress-5-8-and-beyond/\">Widgets on 5.8 and beyond</a>. Join their <a href=\"https://make.wordpress.org/design/?s=show+and+tell\">Show and Tell meetings</a> on the last Wednesday of each month to learn about updates on their latest projects and new ideas.</li><li>Check out <a href=\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\">this blog post</a> to learn how to configure theme design with theme.json. </li><li>The Test Team has put out a <a href=\"https://make.wordpress.org/test/2021/07/20/test-team-reps-call-for-nominations/\">call for team-rep nominations</a>.</li><li>The Themes Team is in the process of discussing <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">updated theme directory guidelines</a>.</li><li>Version 17.9 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/07/27/call-for-testing-wordpress-for-android-17-9/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2021/07/28/call-for-testing-wordpress-for-ios-17-9/\">iOS</a> are now available for testing.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\n\n\n<p><em>The following folks contributed to July’s Month in WordPress: <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a> <a href=\"https://profiles.wordpress.org/chaion07/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chaion07</a> <a href=\"https://profiles.wordpress.org/jillbinder/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jillbinder</a> <a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a> <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Aug 2021 13:53:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: Termly Acquires GDPR/CCPA Cookie Consent Banner, Turns Free Plugin Into a Commercial SaaS Product\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:257:\"https://wptavern.com/termly-acquires-gdpr-ccpa-cookie-consent-banner-turns-free-plugin-into-a-commercial-saas-product?utm_source=rss&utm_medium=rss&utm_campaign=termly-acquires-gdpr-ccpa-cookie-consent-banner-turns-free-plugin-into-a-commercial-saas-product\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5330:\"<p class=\"has-drop-cap\">Company A sells its plugin. Company B picks it up and moves forward with an overhauled version that looks and feels much different than the original. Users are outraged by the changes. It seems to be a repeating theme in 2021, almost as a rule rather than an exception.</p>\n\n\n\n<p>Last month, Termly <a href=\"https://termly.io/wordpress-plugin/\">announced its acquisition</a> of the <a href=\"https://wordpress.org/plugins/uk-cookie-consent/\">GDPR/CCPA Cookie Consent Banner</a> plugin. The plugin was a simple tool for adding and styling a consent banner for the front end. It is now a SaaS (Software as a Service) product that requires a Termly account to operate.</p>\n\n\n\n<p>According to the team’s blog post, such changes were necessary. “Termly’s products, including the cookie consent management platform, are designed to cover the EU GDPR, the ePrivacy Directive, UK GDPR, and the CCPA. These laws require more than just a cookie consent banner to be compliant. Termly can help you build a privacy policy, create a Data Subject Access Request form, and comply with other privacy law requirements.”</p>\n\n\n\n<p>In the past couple of weeks, users have taken to the WordPress.org review system, <a href=\"https://wordpress.org/support/plugin/uk-cookie-consent/reviews/?filter=1\">handing out 21 </a>of the plugin’s 29 total one-star ratings. The project has over 200,000 users, so more should be expected if the general consensus is that this was a poor move by the company.</p>\n\n\n\n<p>One of the complaints from users is the commercialization of the plugin. In the past, it was completely free to use. While there is still a free tier, users are limited to a mere 100 monthly unique visitors on a single domain. After hitting that limit, the banner will stop collecting consent records. The next level up costs <a href=\"https://app.termly.io/user/products\">$15 per month</a> if paid annually.</p>\n\n\n\n<img />New pricing options for the Termly service.\n\n\n\n<p>As Pattaya Web Services <a href=\"https://twitter.com/Pattaya_Web/status/1419258930941685761\">pointed out via Twitter</a>, “GDPR/CCPA Cookie Consent Banner for #Wordpress has been purchased by #Termly and will now cost most website owners $180 per year.”</p>\n\n\n\n<p>Termly must get a return on its investment. The company has developers to pay, and they have families to feed. But, I suspect the average user will not warm up to the so-limiting-that-it-is-free-in-name-only introduction level. Having to pay for features that have been free for years will not sit well with many.</p>\n\n\n\n<p>Of course, there is always the option of using the old version, but Termly has no plans of maintaining it or ensuring that it meets compliance. The only alternative for small site owners who cannot afford to pay is to opt for another solution.</p>\n\n\n\n<p>“I guess GDPR Cookie Consent banner, now operated by @Termly_io didn’t learn anything from [the] fiasco with WP User Avatar plugin reported by @wptavern earlier this year,” wrote user Gennady Kurushin <a href=\"https://twitter.com/gkurushin/status/1421789652411879425\">on Twitter</a>.</p>\n\n\n\n<p>I believe they did. There are differences, and Termly’s handling of this showed a willingness to be transparent.</p>\n\n\n\n<p>And, I cannot stress this enough: the new plugin is not an entirely different one unrelated to its core purpose. It was overhauled and turned into a SaaS product. At the end of the day, it is still a cookie consent management plugin — just different and costs a lot more for most users.</p>\n\n\n\n<p>Unlike <a href=\"https://wptavern.com/dark-mode-plugin-repurposed-and-renamed-to-wp-markdown-editor-change-leaves-users-confused\">Dark Mode</a> and <a href=\"https://wptavern.com/profilepress-rebrands-and-repurposes-wp-user-avatar-now-a-membership-plugin-users-revolt-via-the-wordpress-review-system\">ProfilePress</a>, Termly did not make the changes in the dead of night. At least the company was upfront about everything. The team included an announcement in a point release two weeks before sending out the overhauled version. It disabled automatic updates so that users would not accidentally upgrade without being aware of what was coming. It even published a public blog post detailing what was happening.</p>\n\n\n\n<img />Prior notice of upcoming changes in 3.0 and disabled auto-updates.\n\n\n\n<p>If anything, Termly took just about all the necessary steps it could have taken to prepare its user base. If a “right” way existed for a complete and utter makeover of a plugin, the company did as much.</p>\n\n\n\n<p>That level of honesty is a bit more than we have seen in the past. The changes may still leave a bitter taste in the mouths of many users, but Termly should at least get a few points for making them in the light of day.</p>\n\n\n\n<p>The result may be the same: fundamental changes in how the plugin operates, but users had a chance to ditch it or continue using the old version before anything went into effect. For some users, it may not be much, but that’s worth something.</p>\n\n\n\n<p>I won’t be breaking out my pitchfork today, but I do not use the plugin. As more and more users upgrade to 3.0+ and realize they are essentially on the line for $180 per year, the reviews could get ugly.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Aug 2021 22:04:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WordPress.org blog: WP Briefing: Episode 14: The Art and Science of Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9391:\"<p>In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Transcription: <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/about/accessibility/\">About WordPress Accessibility</a></li><li><a href=\"https://make.wordpress.org/accessibility/\">Make WordPress Accessibility Team</a></li><li><a href=\"https://twitter.com/wpaccessibility\">WordPress Accessibility Team Twitter</a></li><li><a href=\"https://make.wordpress.org/accessibility/handbook/best-practices/\">WordPress Accessibility Handbook</a></li><li><a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">Accessibility Coding Standards</a></li><li><a href=\"https://www.w3.org/WAI/intro/wcag\">Web Content Accessibility Guidelines (WCAG)</a></li><li><a href=\"https://www.a11yproject.com/checklist/\">A11y Checklist</a></li><li><a href=\"https://en.wikipedia.org/wiki/Digital_divide\">The Digital Divide</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11096\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:28</p>\n\n\n\n<p>This is the second of my big scary topics for this month. I’ll be talking about accessibility, which much like Diversity, Equity and Inclusion, or DEI in the last episode, is one of those areas where the work is never finished. Also, like DEI in last episode, I feel strongly about accessibility and the need for accessible experiences in the world, but I’m aware that this is an area where I’m still learning.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:04</p>\n\n\n\n<p>WordPress has both an accessibility statement and team, which makes a lot of sense given that the software supports so many different people, and industries, and cultures. But if you’re not quite bought into the idea that software should be accessible, or that accessible software can’t also be usable, then this is the episode for you.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:25</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, “getting things to people,” and those are access, usability, and accessibility. Sometimes these words seem interchangeable, but ultimately they have nuanced differences that address different problems. And I like to think of them this way.</p>\n\n\n\n<p>Access is making sure that someone can obtain something.</p>\n\n\n\n<p>Usability is making sure that the user experience is understandable or coherent.</p>\n\n\n\n<p>And accessibility is making sure that it’s usable by the largest number of people.</p>\n\n\n\n<p>I have always considered each as a subset of the one that came before it. So having something everyone can access is good, but easy to access and easy to use is better. Easy to use is good, but easy to use and easily accessible is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 2:27</p>\n\n\n\n<p>After joining WordPress, I discovered that accessibility in the context of software building is well, substantially more complicated. There’s no such thing as perfect accessibility, or a site that is 100% accessible, and many aspects are pretty open to interpretation. It turns out that accessibility, like so many things in WordPress, is a complicated intersection of art and science.</p>\n\n\n\n<p>As an example, there’s a rule that says, “Ensure that links are recognizable as links.” A fast shorthand to accomplish that, that we see all over the internet, is to underline all links or put that icon next to it that says, “This opens in a new tab.” You know that icon that’s a box with an arrow? That definitely has a name, that I definitely don’t know? That icon. [laughing] But those solutions don’t necessarily fit every context that you’ll find a link in, and that’s where we see that intersection between the art of communication and the science of necessity.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 3:32</p>\n\n\n\n<p>If you came with me earlier on the idea that accessibility is a subset of usability, and it’s not a far leap to say that the choices around accessibility implementations should always include design and the overall user experience.</p>\n\n\n\n<p>I know that some of you are thinking, “But we have guidelines! Like, that’s why we have the guidelines, so that not everything has to be a gray area.” And on the one hand, yeah, that’s true. There are a lot of guidelines. There are guidelines for the code, and what the code produces, and the design elements. But I worry that when a solution is driven solely by rules, rather than reasons, we run the risk of throwing out the good along with the bad.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 4:15</p>\n\n\n\n<p>Accessibility has been a consistent topic of debate in the project for as long as I can remember, and based on all of this, it’s really clear why. There are a few big picture questions that still deserve some sort of canonical answer for WordPress, and where possible I dig in and research the positions that everyone has taken in the past. But I also have questions about how to move everything forward, especially as the editing experience gets more and more standardized across the software, which reduces cognitive load, shortens the learning curve, etc.</p>\n\n\n\n<p>What is the future possibility for having a series of more niche admin interface options?</p>\n\n\n\n<p>What would it be like to be able to account for functional limitations in a way that lets site builders select what is needed for their clients or organization, or just individual situations they know their sites would be maintained under?</p>\n\n\n\n<p>What more could we do if part of the setup flow of WordPress was to select some bundle of potential add ons for neuro diversity, or colorblindness, or dyslexia, and more?</p>\n\n\n\n<p>It’s a really big question I have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 5:26</p>\n\n\n\n<p>And I have to be really transparent here and share that my foundational understanding of accessibility and usability is 10 plus years old, and I learned it in the context of people in education, not software. So a lot of my questions about the future of accessibility and WordPress is the result of old knowledge exploring new spaces, which means they are a little untested. And I’m so grateful for the contributors who point out what the current research and thinking is, in this incredibly complex field.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:00</p>\n\n\n\n<p>I normally like to wrap up the briefing with a tidy takeaway, but this particular topic doesn’t really lend itself to that. So I’ll leave you with this. I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:40</p>\n\n\n\n<p>And now, that brings us to our small list of big things.</p>\n\n\n\n<p>Thing one, it’s that time of year where many of our community members take a short break to relax and refresh. I’ll be taking a bit of a break during the month of August, and so the WP Briefing will return again starting in September.</p>\n\n\n\n<p>And thing two, huge thanks to the production crew that helps me make this podcast every couple of weeks, but a special shout out to our editor Dustin Hartzler, who makes quick work of all of my rambling thoughts.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 7:09</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in September.</p>\n\n\n\n<p>[contemporary outro music]</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Open Survey for WordPress Theme Authors on JSON Files and Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=120949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/open-survey-for-wordpress-theme-authors-on-json-files-and-block-themes?utm_source=rss&utm_medium=rss&utm_campaign=open-survey-for-wordpress-theme-authors-on-json-files-and-block-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11356:\"<p class=\"has-drop-cap\">WordPress 5.8 <a href=\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\">introduced an opt-in system for themes</a> to configure block settings, styles, templates, and more. It is done through a new <code>theme.json</code> file that authors can put at the root of their theme folders. Anne McCarthy, the lead of the FSE Outreach Program, <a href=\"https://make.wordpress.org/test/2021/07/30/help-shape-the-future-of-theme-design/\">announced a survey</a> earlier today to get feedback from developers on this feature.</p>\n\n\n\n<p>“Since this new mechanism is an early step towards a comprehensive style system for the future of WordPress, it’s important to hear from everyone who is currently using <code>theme.json</code> to learn more about how folks are using this tool and what might make sense to include in Core going forward,” she wrote in the announcement.</p>\n\n\n\n<p>The survey is open to all theme authors who have used <code>theme.json</code>, giving them a chance to put in some early feedback and help steer the ship going forward.</p>\n\n\n\n<p>Because I have worked extensively with this system over the past few months, I had a few things to say. Plus, I just like participating in WordPress-related surveys. I also decided it would be an opportunity to share some of my unfiltered thoughts from a development perspective on the current state of <code>theme.json</code>.</p>\n\n\n\n<p>What follows are my responses to the survey’s questions — well, the tidied-up version.</p>\n\n\n\n<p><strong>Note:</strong> <em>This is a developer-centric post that might not universally appeal to all of our readers. I have attempted to explain some things in user-friendly terminology, but some prerequisite knowledge of theme development may be necessary.</em></p>\n\n\n\n<h2>Experience</h2>\n\n\n\n<p class=\"has-drop-cap\">The first question of the survey is pretty cut-and-dry. It asks what your experience is with building block themes or using <code>theme.json</code>. It provides four choices (and an “other” option):</p>\n\n\n\n<ul><li>I have built and launched block themes.</li><li>I have experimented with building block themes.</li><li>I have explored using <code>theme.json</code> with a classic theme.</li><li>I have used a block theme, but I have not built one yet.</li></ul>\n\n\n\n<p>I chose the first option because I have already built two block themes for family and friends. These were simple personal sites that I already maintain for free — <em>honestly, I need to start charging</em>. I am also working on a theme that I hope to release publicly.</p>\n\n\n\n<h2>How It Started and How It’s Going</h2>\n\n\n\n<p class=\"has-drop-cap\">The second question asks how one got started with block themes and <code>theme.json</code>. The choices are between forking an existing theme, using the <a href=\"https://github.com/WordPress/theme-experiments/tree/master/emptytheme\">Empty Theme</a>, or starting from scratch.</p>\n\n\n\n<p>Again, this is one of those things where I have experimented with each direction, but I cannot remember the exact starting point. The bulk of my work has come from forking a theme that I last worked on in 2019.</p>\n\n\n\n<p>I plan to release this as a new theme for free at some point. I am mostly waiting on the following:</p>\n\n\n\n<ul><li>Navigation block development to settle down</li><li>The Post Author block to be split into smaller blocks</li><li>A robust set of comment-related blocks</li><li>Post Featured Image block to have a size option</li></ul>\n\n\n\n<p>I think I could realistically release a use-at-your-own-risk beta version of my theme today if those items were addressed.</p>\n\n\n\n<h2>Templates and Template Parts</h2>\n\n\n\n<p class=\"has-drop-cap\">The survey asked which templates and template parts themers always include in their block-based themes. There was a freeform comment field — <em>steps upon soapbox…</em></p>\n\n\n\n<p>I have a love/hate relationship with block templates at the moment. The static nature of HTML templates reminds me of simpler times when theme development was less complicated. However, this also presents a problem in a dynamic system.</p>\n\n\n\n<p>I cannot remember the last time I have built a traditional, PHP-based theme with more than one top-level template: <code>index.php</code>. The dynamic pieces have always been the guts of the thing, which are template parts. With PHP, it is easy to set some variable or use a function call to contextually load the templates parts necessary for whichever page a visitor is currently viewing on a site.</p>\n\n\n\n<p>The block template system does not work like that. It essentially forces developers into breaking the Don’t Repeat Yourself (DRY) principle.</p>\n\n\n\n<p>For example, if a designer wanted to display a different header template part for pages and posts, they would only need to create a <code>header-page.php</code> or <code>header-post.php</code> template in traditional themes. However, because the block template system is different, they must now create two top-level templates, <code>single.html</code> (post) and <code>page.html</code>, to accomplish the same thing.</p>\n\n\n\n<p>This is a “bad thing” because theme authors must duplicate all the other code in each of the top-level templates. There is no way to contextually load different template parts.</p>\n\n\n\n<p>To answer the question: I am using almost all of the possible top-level templates out of necessity.</p>\n\n\n\n<p>I also answered the second part of the question and listed my most commonly used template parts (broken down by hierarchy):</p>\n\n\n\n<ul><li>Header</li><li>Content<br />– Loop<br />– Sidebar</li><li>Footer</li></ul>\n\n\n\n<p>The <code>content-*.html</code> and <code>loop-*.html</code> template parts are those with the most variations.</p>\n\n\n\n<h2>Defining Colors</h2>\n\n\n\n<p class=\"has-drop-cap\">The next section of the survey asks how theme authors define their color palette slugs in <code>theme.json</code>. Believe it or not, <a href=\"https://github.com/WordPress/gutenberg/issues/29568\">naming colors</a> may be the most controversial topic in the theming world in years. The only two things generally agreed upon are “background” and “foreground” colors.</p>\n\n\n\n<p>Morten Rand-Hendriksen <a href=\"https://github.com/WordPress/gutenberg/issues/7553\">opened a ticket in 2018</a> for standardizing a theme color naming scheme. It was not the first discussion and has not been the last. The problem it was meant to address was the slugs for colors in the system, which is how themes define their palettes. Once a user makes use of a preset color, the slug is hardcoded into their content. Switch to another theme with different slugs, and the old colors disappear and do not automatically change to the new theme’s colors.</p>\n\n\n\n<p>I use semantic names that follow something that closely resembles the Tailwind CSS framework’s <a href=\"https://tailwindcss.com/docs/customizing-colors#naming-your-colors\">shading system</a>. Instead of <code>red-medium</code> (descriptive), I would use <code>primary-500</code> (semantic), for example. A semantic approach would allow theme authors to define a set of colors that are updated each time a user switches themes.</p>\n\n\n\n<p>Of course, there are other schools of thought, and even everyone who prefers semantic naming does not agree on the same system. I have <a href=\"https://github.com/WordPress/gutenberg/issues/29568#issuecomment-851579180\">described my approach</a> in more detail in a more recent GitHub ticket and have a <a href=\"https://gist.github.com/justintadlock/0003b82a1fc753b8bae54fad5b8cfd55\"><code>theme.json</code> Gist</a> for others who might want to try it.</p>\n\n\n\n<h2>Other Theme JSON Settings</h2>\n\n\n\n<p class=\"has-drop-cap\">Outside of colors and typography, the survey asks what other settings theme authors have used. This is another scenario where I typically use everything — if there is an option for it, I am defining it.</p>\n\n\n\n<p>One use case that WordPress does not currently have a preset for is global spacing. Most theme authors use a single value for most vertical margins (whitespace between blocks and elements). It is also often used for default vertical and horizontal padding.</p>\n\n\n\n<p>I am unsure if I want a preset because I do not know how WordPress will use it. It is something that <a href=\"https://github.com/WordPress/gutenberg/issues/27315\">others have asked for</a>, and it is nearly ubiquitous in use. Defining an entire system around it could cause headaches down the road, but I would still like to see some discussion around implementing at least a standard global spacing preset.</p>\n\n\n\n<h2>Per-Block Settings and Styles</h2>\n\n\n\n<p class=\"has-drop-cap\">This survey section was a yes/no question, simply asking if theme authors included per-block settings or styles in their <code>theme.json</code> files. Of course, I left some additional comments later in the optional comment section.</p>\n\n\n\n<p>I am happy with the system when it comes to settings, which allows themers to define which features are enabled globally or on a per-block basis. However, I am not sold on adding styles via <code>theme.json</code>.</p>\n\n\n\n<p>Writing CSS in JSON, essentially what we are talking about, feels wrong on so many levels. Currently, it is limited to merely a few configurable styles, so anything beyond that requires diving into an actual CSS file anyway. That is problematic because half of the theme’s CSS code is divided between <code>theme.json</code> and a separate CSS file. From a development standpoint, it makes the codebase harder to maintain.</p>\n\n\n\n<p>Initially, I started down the path of configuring per-block and element styles from <code>theme.json</code>. However, I have since moved my styling back to CSS files. It feels more natural, and I have the added benefit of all the tooling I am accustomed to. Right now, I cannot imagine a scenario where I would move back.</p>\n\n\n\n<p>Besides saving a few bytes of code, I have not seen many benefits to adding styles for most things via JSON. Maybe that will change in the future, and I will be a convert. For now, I am sticking primarily with CSS.</p>\n\n\n\n<h2>Other Feedback: A PHP Layer</h2>\n\n\n\n<p class=\"has-drop-cap\">I have <a href=\"https://wptavern.com/fse-outreach-round-8-a-developer-centric-call-for-testing-theme-json-configuration#comments\">said it before</a>, but it bears repeating. We need a PHP layer for this <code>theme.json</code> configuration system. There is currently an <a href=\"https://github.com/WordPress/gutenberg/issues/33367\">open ticket</a> for addressing this.</p>\n\n\n\n<p>There are two main benefits to such a system. Having a PHP API for piecing together configuration will feel far more natural to traditional theme developers. I look at it as a bit of an olive branch, a show of good faith that the core/Gutenberg developers recognize that many theme authors will have an easier time easing into FSE features via a familiar programming language.</p>\n\n\n\n<p>The second advantage is that there is an untold number of plugin ideas to extend global styles, site editing, and more if there is an easy way to hook into the theme JSON system and overwrite things. A simple filter hook would make this painless.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 31 Jul 2021 03:03:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 28 Aug 2021 01:16:32 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 28 Aug 2021 01:00:07 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20210311161520\";}','no'),(244938,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1630156591','no'),(244939,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1630113391','no'),(244940,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1630156591','no'),(244941,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\'>An Update on the Classic Editor Plugin</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/08/episode-15-a-very-wordpress-blooper/\'>WP Briefing: Episode 15: A Very WordPress Blooper</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/proposal-for-adding-badges-and-other-learner-achievements-to-wordpress-profiles?utm_source=rss&utm_medium=rss&utm_campaign=proposal-for-adding-badges-and-other-learner-achievements-to-wordpress-profiles\'>WPTavern: Proposal for Adding Badges and Other ‘Learner Achievements’ to WordPress Profiles</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/excerpt/22/\'>Post Status: Post Status Excerpt (No. 22) — Dealing With Developer Overload: Organization</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/acf-5-10-introduces-block-api-v2-support-block-preloading-and-security-improvements?utm_source=rss&utm_medium=rss&utm_campaign=acf-5-10-introduces-block-api-v2-support-block-preloading-and-security-improvements\'>WPTavern: ACF 5.10 Introduces Block API v2 Support, Block Preloading, and Security Improvements</a></li></ul></div>','no'),(244943,'theme_mods_twentytwentyone','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(244945,'_site_transient_timeout_available_translations','1630124300','no'),(244946,'_site_transient_available_translations','a:126:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-02-23 11:41:38\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-18 17:28:01\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.17\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.17/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-25 05:49:11\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.18/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.4.6\";s:7:\"updated\";s:19:\"2020-07-01 06:36:01\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.6/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"5.4.6\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-04 21:12:21\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-08 23:10:51\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 05:11:19\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-24 14:40:54\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-10 09:14:23\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 19:15:18\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 12:56:11\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 12:57:49\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.7/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-14 20:06:52\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.7/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-14 20:06:23\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 13:55:07\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-29 03:44:37\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 12:20:18\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-11 03:55:02\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 13:26:56\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-07 04:06:50\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-08 05:55:53\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-27 16:08:13\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-11 17:28:23\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 15:04:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-02 20:55:33\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.6.4\";s:7:\"updated\";s:19:\"2020-12-11 02:12:59\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.6.4/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:5:\"5.4.6\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.6/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.11\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.11/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 14:13:12\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 02:04:33\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 02:05:34\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 02:05:15\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-03 15:32:45\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-30 16:20:48\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-02 13:52:39\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-01 11:39:36\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-16 17:24:47\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-06 09:54:03\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-24 19:13:29\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.17\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.17/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 17:02:42\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.18/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.25\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.25/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-10 10:31:33\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"5.4.6\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.6/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 11:07:41\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-05 13:52:56\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-22 14:59:40\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-31 01:08:49\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.18/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 07:40:23\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-16 12:44:38\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.18/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nutugne\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-29 10:00:46\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-11 22:04:53\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.18/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.11\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.11/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2020-09-30 14:08:59\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.18/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-13 12:20:51\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-02-28 14:29:24\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ຕໍ່\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-05 08:18:24\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.4.6\";s:7:\"updated\";s:19:\"2020-07-01 09:16:57\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.6/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.18/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2018-08-31 11:57:07\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.18/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.30\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.30/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-09 14:07:20\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:6:\"5.2.11\";s:7:\"updated\";s:19:\"2020-05-31 16:07:59\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.11/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"जारीराख्नु \";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 08:52:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-07 11:18:48\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-12 11:48:35\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.7/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.17\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.17/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-18 09:04:34\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.26\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.26/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2020-12-08 14:21:04\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-19 15:11:25\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-02 12:56:07\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-02 15:18:31\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.7/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-12 09:04:59\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-06 19:27:20\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:5:\"5.4.6\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.6/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-17 18:59:02\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2020-09-13 06:50:55\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.7/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:6:\"5.1.10\";s:7:\"updated\";s:19:\"2019-04-30 13:03:56\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.1.10/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-17 16:48:34\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 22:03:48\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-14 18:45:21\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"5.3.8\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.8/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.30\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.30/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.5.5\";s:7:\"updated\";s:19:\"2021-07-13 19:33:34\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.5.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.17\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.17/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-07 22:10:38\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.18\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.18/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-12 18:11:26\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.4.6\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.6/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-03-10 06:03:58\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.7/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-15 01:05:53\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-07 07:43:24\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"5.7\";s:7:\"updated\";s:19:\"2021-04-10 05:43:57\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.7/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(244950,'wp_force_deactivated_plugins','a:0:{}','yes'),(244952,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.8-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.8\";s:7:\"version\";s:3:\"5.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1630113813;s:15:\"version_checked\";s:3:\"5.8\";s:12:\"translations\";a:0:{}}','no'),(244953,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1630113816;s:7:\"checked\";a:4:{s:9:\"Avada-BAK\";s:5:\"7.4.1\";s:14:\"twentynineteen\";s:3:\"2.1\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(244956,'_transient_timeout__monsterinsights_activation_redirect','1630113789','no'),(244957,'_transient__monsterinsights_activation_redirect','1','no'),(244958,'_site_transient_timeout_theme_roots','1630115577','no'),(244959,'_site_transient_theme_roots','a:4:{s:9:\"Avada-BAK\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(244960,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1630114027;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"4.1.11\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:35:\"call-now-button/call-now-button.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/call-now-button\";s:4:\"slug\";s:15:\"call-now-button\";s:6:\"plugin\";s:35:\"call-now-button/call-now-button.php\";s:11:\"new_version\";s:5:\"0.4.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/call-now-button/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/call-now-button.0.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-256x256.png?rev=1793650\";s:2:\"1x\";s:68:\"https://ps.w.org/call-now-button/assets/icon-128x128.png?rev=1793650\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/call-now-button/assets/banner-1544x500.png?rev=2269468\";s:2:\"1x\";s:70:\"https://ps.w.org/call-now-button/assets/banner-772x250.png?rev=2269468\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.7\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.4.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:19:\"mailgun/mailgun.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/mailgun\";s:4:\"slug\";s:7:\"mailgun\";s:6:\"plugin\";s:19:\"mailgun/mailgun.php\";s:11:\"new_version\";s:5:\"1.7.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/mailgun/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/mailgun.1.7.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/mailgun/assets/icon-256x256.png?rev=2434524\";s:2:\"1x\";s:60:\"https://ps.w.org/mailgun/assets/icon-128x128.png?rev=2434524\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/mailgun/assets/banner-772x250.png?rev=2498934\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:33:\"google-captcha/google-captcha.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/google-captcha\";s:4:\"slug\";s:14:\"google-captcha\";s:6:\"plugin\";s:33:\"google-captcha/google-captcha.php\";s:11:\"new_version\";s:4:\"1.64\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/google-captcha/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/google-captcha.1.64.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/google-captcha/assets/icon-256x256.gif?rev=2565249\";s:2:\"1x\";s:67:\"https://ps.w.org/google-captcha/assets/icon-128x128.gif?rev=2565249\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/google-captcha/assets/banner-1544x500.jpg?rev=2202679\";s:2:\"1x\";s:69:\"https://ps.w.org/google-captcha/assets/banner-772x250.jpg?rev=2202679\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.1.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/redirection.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:39:\"wp-fastest-cache-BAK/wpFastestCache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:39:\"wp-fastest-cache-BAK/wpFastestCache.php\";s:11:\"new_version\";s:5:\"0.9.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-256x256.png?rev=2064586\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-fastest-cache/assets/icon-128x128.png?rev=1068904\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/wp-fastest-cache/assets/banner-772x250.jpg?rev=1064099\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}}s:7:\"checked\";a:8:{s:19:\"akismet/akismet.php\";s:6:\"4.1.11\";s:35:\"call-now-button/call-now-button.php\";s:5:\"0.4.3\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.4.2\";s:19:\"mailgun/mailgun.php\";s:5:\"1.7.9\";s:33:\"google-captcha/google-captcha.php\";s:4:\"1.64\";s:27:\"redirection/redirection.php\";s:5:\"5.1.3\";s:39:\"wp-fastest-cache-BAK/wpFastestCache.php\";s:5:\"0.9.3\";}}','no'),(244961,'new_admin_email','mtruglio@luminys.com','yes'),(244968,'_transient_doing_cron','1630115715.5557510852813720703125','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=InnoDB AUTO_INCREMENT=5901 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 (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(5,7,'_edit_lock','1561591707:3'),(6,7,'_edit_last','3'),(7,7,'_yoast_wpseo_content_score','30'),(8,10,'_menu_item_type','post_type'),(9,10,'_menu_item_menu_item_parent','0'),(10,10,'_menu_item_object_id','7'),(11,10,'_menu_item_object','page'),(12,10,'_menu_item_target',''),(13,10,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14,10,'_menu_item_xfn',''),(15,10,'_menu_item_url',''),(17,11,'_edit_lock','1554260868:3'),(18,11,'_edit_last','3'),(19,11,'_yoast_wpseo_content_score','30'),(24,14,'_edit_lock','1557902743:3'),(25,14,'_edit_last','3'),(26,15,'_wp_attached_file','2019/02/SmallBusOwner-Blog-Horizontal.png'),(27,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2019/02/SmallBusOwner-Blog-Horizontal.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"SmallBusOwner-Blog-Horizontal-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:41:\"SmallBusOwner-Blog-Horizontal-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"SmallBusOwner-Blog-Horizontal-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:41:\"SmallBusOwner-Blog-Horizontal-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(28,15,'_wp_attachment_image_alt','Why Businesses Fail'),(31,14,'_yoast_wpseo_content_score','60'),(32,14,'_yoast_wpseo_primary_category','6'),(33,17,'_menu_item_type','post_type'),(34,17,'_menu_item_menu_item_parent','0'),(35,17,'_menu_item_object_id','11'),(36,17,'_menu_item_object','page'),(37,17,'_menu_item_target',''),(38,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(39,17,'_menu_item_xfn',''),(40,17,'_menu_item_url',''),(42,18,'_edit_lock','1603235119:6'),(43,18,'_edit_last','6'),(44,19,'_wp_attached_file','2019/02/170103-F-PO640-001.jpg'),(45,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:638;s:6:\"height\";i:308;s:4:\"file\";s:30:\"2019/02/170103-F-PO640-001.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"170103-F-PO640-001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"170103-F-PO640-001-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:30:\"170103-F-PO640-001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,19,'_wp_attachment_image_alt','Tax Help'),(47,18,'_yoast_wpseo_content_score','90'),(48,22,'_menu_item_type','post_type'),(49,22,'_menu_item_menu_item_parent','0'),(50,22,'_menu_item_object_id','18'),(51,22,'_menu_item_object','page'),(52,22,'_menu_item_target',''),(53,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,22,'_menu_item_xfn',''),(55,22,'_menu_item_url',''),(57,23,'_edit_lock','1553554337:3'),(58,23,'_edit_last','3'),(59,24,'_wp_attached_file','2019/02/BusTaxPrep-Facebook_v2.png'),(60,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/02/BusTaxPrep-Facebook_v2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BusTaxPrep-Facebook_v2-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:34:\"BusTaxPrep-Facebook_v2-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"BusTaxPrep-Facebook_v2-768x640.png\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"BusTaxPrep-Facebook_v2-1024x853.png\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:34:\"BusTaxPrep-Facebook_v2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(61,24,'_wp_attachment_image_alt','Tax Preparation Checklist'),(62,23,'_yoast_wpseo_content_score','90'),(72,27,'_edit_lock','1560442845:3'),(73,27,'_edit_last','3'),(74,27,'_yoast_wpseo_content_score','60'),(75,37,'_menu_item_type','custom'),(76,37,'_menu_item_menu_item_parent','0'),(77,37,'_menu_item_object_id','37'),(78,37,'_menu_item_object','custom'),(79,37,'_menu_item_target',''),(80,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,37,'_menu_item_xfn',''),(82,37,'_menu_item_url',''),(84,38,'_menu_item_type','post_type'),(85,38,'_menu_item_menu_item_parent','37'),(86,38,'_menu_item_object_id','27'),(87,38,'_menu_item_object','page'),(88,38,'_menu_item_target',''),(89,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,38,'_menu_item_xfn',''),(91,38,'_menu_item_url',''),(93,39,'_edit_lock','1560442978:3'),(94,39,'_edit_last','3'),(95,39,'_yoast_wpseo_content_score','60'),(96,39,'_yoast_wpseo_focuskw','Business Valuations'),(97,39,'_yoast_wpseo_linkdex','57'),(98,42,'_menu_item_type','post_type'),(99,42,'_menu_item_menu_item_parent','37'),(100,42,'_menu_item_object_id','39'),(101,42,'_menu_item_object','page'),(102,42,'_menu_item_target',''),(103,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(104,42,'_menu_item_xfn',''),(105,42,'_menu_item_url',''),(107,27,'_yoast_wpseo_focuskw','income tax'),(108,27,'_yoast_wpseo_linkdex','47'),(109,2,'_edit_lock','1630114009:7'),(110,2,'_edit_last','7'),(111,2,'_yoast_wpseo_content_score','30'),(112,50,'_menu_item_type','custom'),(113,50,'_menu_item_menu_item_parent','37'),(114,50,'_menu_item_object_id','50'),(115,50,'_menu_item_object','custom'),(116,50,'_menu_item_target','_blank'),(117,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(118,50,'_menu_item_xfn',''),(119,50,'_menu_item_url','https://www.providentbookkeeping.com/'),(121,52,'_wp_attached_file','2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf'),(122,52,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Curriculum-Vitae_Thomas-V-Kalajian-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Curriculum-Vitae_Thomas-V-Kalajian-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"Curriculum-Vitae_Thomas-V-Kalajian-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:42:\"Curriculum-Vitae_Thomas-V-Kalajian-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(123,54,'_menu_item_type','custom'),(124,54,'_menu_item_menu_item_parent','10'),(125,54,'_menu_item_object_id','54'),(126,54,'_menu_item_object','custom'),(127,54,'_menu_item_target','_blank'),(128,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(129,54,'_menu_item_xfn',''),(130,54,'_menu_item_url','/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf'),(132,55,'_edit_lock','1560443067:3'),(133,55,'_edit_last','3'),(134,55,'_yoast_wpseo_content_score','30'),(135,59,'_edit_lock','1551387623:3'),(136,59,'_edit_last','3'),(137,59,'_yoast_wpseo_content_score','30'),(138,70,'_wp_attached_file','2019/03/SnipImage.jpg'),(139,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1425;s:6:\"height\";i:796;s:4:\"file\";s:21:\"2019/03/SnipImage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SnipImage-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:\"SnipImage-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"SnipImage-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"SnipImage-1024x572.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:21:\"SnipImage-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(140,71,'_wp_attached_file','2019/03/cropped-SnipImage.jpg'),(141,71,'_wp_attachment_context','custom-header'),(142,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1198;s:4:\"file\";s:29:\"2019/03/cropped-SnipImage.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cropped-SnipImage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-SnipImage-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"cropped-SnipImage-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"cropped-SnipImage-1024x613.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:31:\"cropped-SnipImage-2000x1198.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:29:\"cropped-SnipImage-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:70;}'),(147,73,'_wp_attached_file','2019/03/provident-financial-services.png'),(148,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:82;s:4:\"file\";s:40:\"2019/03/provident-financial-services.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"provident-financial-services-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"provident-financial-services-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:39:\"provident-financial-services-100x82.png\";s:5:\"width\";i:100;s:6:\"height\";i:82;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:{}}}'),(149,74,'_wp_attached_file','2019/03/cropped-provident-financial-services.png'),(150,74,'_wp_attachment_context','custom-logo'),(151,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:48:\"2019/03/cropped-provident-financial-services.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-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:47:\"cropped-provident-financial-services-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"cropped-provident-financial-services-1024x210.png\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,76,'_wp_attached_file','2019/03/provident-financial-services-Logo.png'),(155,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:82;s:4:\"file\";s:45:\"2019/03/provident-financial-services-Logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"provident-financial-services-Logo-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"provident-financial-services-Logo-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:44:\"provident-financial-services-Logo-100x82.png\";s:5:\"width\";i:100;s:6:\"height\";i:82;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:{}}}'),(156,77,'_wp_attached_file','2019/03/cropped-provident-financial-services-Logo.png'),(157,77,'_wp_attachment_context','custom-logo'),(158,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:53:\"2019/03/cropped-provident-financial-services-Logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-provident-financial-services-Logo-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:52:\"cropped-provident-financial-services-Logo-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"cropped-provident-financial-services-Logo-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo-1024x210.png\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:53:\"cropped-provident-financial-services-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,78,'_wp_attached_file','2019/03/provident-financial-services.jpg'),(160,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:82;s:4:\"file\";s:40:\"2019/03/provident-financial-services.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(162,80,'_wp_attached_file','2019/03/cropped-provident-financial-services.jpg'),(163,80,'_wp_attachment_context','site-icon'),(164,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:48:\"2019/03/cropped-provident-financial-services.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-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:48:\"cropped-provident-financial-services-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:48:\"cropped-provident-financial-services-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:46:\"cropped-provident-financial-services-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(168,82,'_wp_attached_file','2019/03/SnipImage-1.jpg'),(169,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1425;s:6:\"height\";i:796;s:4:\"file\";s:23:\"2019/03/SnipImage-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SnipImage-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:23:\"SnipImage-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"SnipImage-1-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SnipImage-1-1024x572.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:23:\"SnipImage-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(170,83,'_wp_attached_file','2019/03/cropped-SnipImage-1.jpg'),(171,83,'_wp_attachment_context','custom-header'),(172,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1131;s:4:\"file\";s:31:\"2019/03/cropped-SnipImage-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-SnipImage-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:31:\"cropped-SnipImage-1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"cropped-SnipImage-1-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"cropped-SnipImage-1-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:33:\"cropped-SnipImage-1-2000x1131.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:31:\"cropped-SnipImage-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:82;}'),(177,84,'_wp_attached_file','2019/03/provident-financial-services-logo3.png'),(178,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:82;s:4:\"file\";s:46:\"2019/03/provident-financial-services-logo3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-logo3-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-logo3-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-logo3-100x82.png\";s:5:\"width\";i:100;s:6:\"height\";i:82;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:{}}}'),(179,85,'_wp_attached_file','2019/03/cropped-provident-financial-services-logo3.png'),(180,85,'_wp_attachment_context','custom-logo'),(181,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:54:\"2019/03/cropped-provident-financial-services-logo3.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-logo3-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:53:\"cropped-provident-financial-services-logo3-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-logo3-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-logo3-1024x210.png\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-logo3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(186,88,'_wp_attached_file','2019/03/cropped-business-tax-preparation.jpg'),(187,88,'_wp_attachment_context','custom-header'),(188,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1199;s:4:\"file\";s:44:\"2019/03/cropped-business-tax-preparation.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-business-tax-preparation-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:\"cropped-business-tax-preparation-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"cropped-business-tax-preparation-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"cropped-business-tax-preparation-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-2000x1199.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:44:\"cropped-business-tax-preparation-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:87;}'),(194,91,'_wp_attached_file','2019/03/cropped-business-tax-preparation-2.jpg'),(195,91,'_wp_attachment_context','custom-header'),(196,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1199;s:4:\"file\";s:46:\"2019/03/cropped-business-tax-preparation-2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-2-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"cropped-business-tax-preparation-2-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:48:\"cropped-business-tax-preparation-2-2000x1199.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:90;}'),(201,92,'_wp_attached_file','2019/03/provident-financial-services-logo.jpg'),(202,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:82;s:4:\"file\";s:45:\"2019/03/provident-financial-services-logo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"provident-financial-services-logo-150x82.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"provident-financial-services-logo-300x62.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:44:\"provident-financial-services-logo-100x82.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(203,93,'_wp_attached_file','2019/03/cropped-provident-financial-services-logo.jpg'),(204,93,'_wp_attachment_context','custom-logo'),(205,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:53:\"2019/03/cropped-provident-financial-services-logo.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"cropped-provident-financial-services-logo-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:52:\"cropped-provident-financial-services-logo-300x62.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"cropped-provident-financial-services-logo-768x158.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-logo-1024x210.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:53:\"cropped-provident-financial-services-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(210,96,'_wp_attached_file','2019/03/cropped-business-tax-preparation-3.jpg'),(211,96,'_wp_attachment_context','custom-header'),(212,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:46:\"2019/03/cropped-business-tax-preparation-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-3-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:\"cropped-business-tax-preparation-3-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-3-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"cropped-business-tax-preparation-3-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:95;}'),(216,98,'_wp_attached_file','2019/03/business-tax-preparation-4.jpg'),(217,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2019/03/business-tax-preparation-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"business-tax-preparation-4-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:38:\"business-tax-preparation-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"business-tax-preparation-4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"business-tax-preparation-4-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:38:\"business-tax-preparation-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(218,99,'_wp_attached_file','2019/03/cropped-business-tax-preparation-4.jpg'),(219,99,'_wp_attachment_context','custom-header'),(220,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:46:\"2019/03/cropped-business-tax-preparation-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-4-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:\"cropped-business-tax-preparation-4-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-4-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"cropped-business-tax-preparation-4-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:98;}'),(225,100,'_wp_attached_file','2019/03/cropped-provident-financial-services-Logo-1.png'),(226,100,'_wp_attachment_context','custom-logo'),(227,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:55:\"2019/03/cropped-provident-financial-services-Logo-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo-1-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-1-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"cropped-provident-financial-services-Logo-1-1024x210.png\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,102,'_wp_attached_file','2019/03/cropped-provident-financial-services-1.png'),(231,102,'_wp_attachment_context','custom-logo'),(232,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:50:\"2019/03/cropped-provident-financial-services-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"cropped-provident-financial-services-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"cropped-provident-financial-services-1-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"cropped-provident-financial-services-1-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"cropped-provident-financial-services-1-1024x210.png\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:50:\"cropped-provident-financial-services-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(235,104,'_wp_attached_file','2019/03/cropped-provident-financial-services-Logo-2.png'),(236,104,'_wp_attachment_context','custom-logo'),(237,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:55:\"2019/03/cropped-provident-financial-services-Logo-2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo-2-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-2-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"cropped-provident-financial-services-Logo-2-1024x210.png\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(241,107,'_wp_attached_file','2019/03/business-tax-preparation-5.jpg'),(242,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:38:\"2019/03/business-tax-preparation-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"business-tax-preparation-5-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:38:\"business-tax-preparation-5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"business-tax-preparation-5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"business-tax-preparation-5-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:38:\"business-tax-preparation-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(243,108,'_wp_attached_file','2019/03/cropped-business-tax-preparation-5.jpg'),(244,108,'_wp_attachment_context','custom-header'),(245,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:46:\"2019/03/cropped-business-tax-preparation-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-5-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:\"cropped-business-tax-preparation-5-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-5-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"cropped-business-tax-preparation-5-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:46:\"cropped-business-tax-preparation-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:107;}'),(252,110,'_customize_changeset_uuid','04917a0d-2798-46c8-88ea-6ad43f1b8a81'),(254,111,'_customize_changeset_uuid','04917a0d-2798-46c8-88ea-6ad43f1b8a81'),(256,112,'_customize_changeset_uuid','04917a0d-2798-46c8-88ea-6ad43f1b8a81'),(258,113,'_customize_changeset_uuid','04917a0d-2798-46c8-88ea-6ad43f1b8a81'),(261,110,'_edit_lock','1562777317:3'),(262,110,'_edit_last','3'),(263,110,'_yoast_wpseo_content_score','60'),(264,111,'_edit_lock','1551425839:3'),(265,111,'_edit_last','3'),(266,111,'_yoast_wpseo_content_score','60'),(267,112,'_edit_lock','1551425893:3'),(268,112,'_edit_last','3'),(269,112,'_yoast_wpseo_content_score','60'),(270,113,'_edit_lock','1551425943:3'),(271,113,'_edit_last','3'),(272,113,'_yoast_wpseo_content_score','60'),(275,123,'_edit_lock','1561647117:3'),(276,123,'_edit_last','3'),(277,123,'_yoast_wpseo_content_score','30'),(278,126,'_edit_lock','1551472025:3'),(279,126,'_edit_last','3'),(280,126,'_yoast_wpseo_content_score','30'),(281,130,'_edit_lock','1560404742:3'),(282,130,'_edit_last','3'),(283,130,'_yoast_wpseo_content_score','60'),(284,132,'_edit_lock','1551472536:3'),(285,132,'_edit_last','3'),(286,132,'_yoast_wpseo_content_score','30'),(287,132,'_yoast_wpseo_focuskw','tax reduction measures'),(288,132,'_yoast_wpseo_title','%%title%% %%page%% - Provident Professional Services'),(289,132,'_yoast_wpseo_metadesc','We stay continuously updated on the latest income tax developments for you so we can help you with tax reduction measures.'),(290,132,'_yoast_wpseo_linkdex','78'),(291,137,'_edit_lock','1560404975:3'),(292,137,'_edit_last','3'),(293,137,'_yoast_wpseo_content_score','30'),(294,139,'_edit_lock','1560405136:3'),(295,139,'_edit_last','3'),(296,139,'_yoast_wpseo_content_score','60'),(297,142,'_edit_lock','1603138881:6'),(298,142,'_edit_last','3'),(299,142,'_yoast_wpseo_content_score','30'),(300,147,'_menu_item_type','custom'),(301,147,'_menu_item_menu_item_parent','0'),(302,147,'_menu_item_object_id','147'),(303,147,'_menu_item_object','custom'),(304,147,'_menu_item_target',''),(305,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(306,147,'_menu_item_xfn',''),(307,147,'_menu_item_url',''),(318,150,'_wp_attached_file','2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg'),(319,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:96:\"2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:96:\"How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-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:96:\"How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:96:\"How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(320,151,'_wp_attached_file','2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg'),(321,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:96:\"2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:96:\"How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:96:\"How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:96:\"How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(322,150,'_wp_attachment_image_alt','How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1'),(323,151,'_wp_attachment_image_alt','How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2'),(324,154,'_wp_attached_file','2019/03/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png'),(325,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:88:\"2019/03/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168-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:88:\"Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:88:\"Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(326,155,'_wp_attached_file','2019/03/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png'),(327,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:88:\"2019/03/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168-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:88:\"Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:88:\"Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(328,154,'_wp_attachment_image_alt','How Dilworth Construction Transformed Its Vision of the Future - Part 1'),(329,155,'_wp_attachment_image_alt','How Dilworth Construction Transformed Its Vision of the Future - Part 2'),(334,161,'_edit_lock','1561652112:3'),(335,161,'_edit_last','3'),(336,161,'_yoast_wpseo_content_score','30'),(337,167,'_wp_attached_file','2019/03/Statement-of-Core-Values-and-Beliefs.pdf'),(338,167,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Statement-of-Core-Values-and-Beliefs-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Statement-of-Core-Values-and-Beliefs-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Statement-of-Core-Values-and-Beliefs-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:44:\"Statement-of-Core-Values-and-Beliefs-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(339,169,'_menu_item_type','post_type'),(340,169,'_menu_item_menu_item_parent','10'),(341,169,'_menu_item_object_id','161'),(342,169,'_menu_item_object','page'),(343,169,'_menu_item_target',''),(344,169,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(345,169,'_menu_item_xfn',''),(346,169,'_menu_item_url',''),(348,170,'_edit_lock','1559154500:3'),(349,170,'_edit_last','3'),(350,171,'_wp_attached_file','2019/03/j0289324.jpg'),(351,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:172;s:4:\"file\";s:20:\"2019/03/j0289324.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0289324-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:20:\"j0289324-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(352,171,'_wp_attachment_image_alt','client satisfaction'),(353,170,'_yoast_wpseo_content_score','60'),(354,173,'_menu_item_type','post_type'),(355,173,'_menu_item_menu_item_parent','147'),(356,173,'_menu_item_object_id','170'),(357,173,'_menu_item_object','page'),(358,173,'_menu_item_target',''),(359,173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(360,173,'_menu_item_xfn',''),(361,173,'_menu_item_url',''),(363,174,'_edit_lock','1557943878:3'),(364,174,'_edit_last','3'),(365,174,'_yoast_wpseo_content_score','30'),(366,176,'_menu_item_type','post_type'),(367,176,'_menu_item_menu_item_parent','10'),(368,176,'_menu_item_object_id','174'),(369,176,'_menu_item_object','page'),(370,176,'_menu_item_target',''),(371,176,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(372,176,'_menu_item_xfn',''),(373,176,'_menu_item_url',''),(375,177,'_menu_item_type','post_type'),(376,177,'_menu_item_menu_item_parent','10'),(377,177,'_menu_item_object_id','55'),(378,177,'_menu_item_object','page'),(379,177,'_menu_item_target',''),(380,177,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(381,177,'_menu_item_xfn',''),(382,177,'_menu_item_url',''),(384,178,'_wp_attached_file','2019/03/Kathy-4.jpg'),(385,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:226;s:6:\"height\";i:283;s:4:\"file\";s:19:\"2019/03/Kathy-4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Kathy-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:19:\"Kathy-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(386,179,'_wp_attached_file','2019/03/TK-IMG_0076-adjusted-small.jpg'),(387,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:533;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2019/03/TK-IMG_0076-adjusted-small.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"TK-IMG_0076-adjusted-small-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:38:\"TK-IMG_0076-adjusted-small-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:38:\"TK-IMG_0076-adjusted-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1275754203\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(388,185,'_edit_lock','1551479360:3'),(389,185,'_edit_last','3'),(390,185,'_yoast_wpseo_content_score','60'),(391,188,'_menu_item_type','post_type'),(392,188,'_menu_item_menu_item_parent','10'),(393,188,'_menu_item_object_id','185'),(394,188,'_menu_item_object','page'),(395,188,'_menu_item_target',''),(396,188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(397,188,'_menu_item_xfn',''),(398,188,'_menu_item_url',''),(400,189,'_edit_lock','1557902810:3'),(401,189,'_edit_last','3'),(404,189,'_yoast_wpseo_content_score','30'),(405,189,'_yoast_wpseo_primary_category','7'),(408,189,'_yoast_wpseo_focuskw','tax glossary'),(409,189,'_yoast_wpseo_linkdex','61'),(410,193,'_edit_lock','1551480181:3'),(411,193,'_edit_last','3'),(412,193,'_yoast_wpseo_content_score','60'),(413,193,'_yoast_wpseo_focuskw','current economic data'),(414,193,'_yoast_wpseo_linkdex','68'),(424,198,'_edit_lock','1557202349:3'),(425,198,'_edit_last','3'),(426,198,'_yoast_wpseo_content_score','30'),(427,201,'_wp_attached_file','2019/03/Our-Mutual-Commitments-to-Work-Together.pdf'),(428,201,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Our-Mutual-Commitments-to-Work-Together-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Our-Mutual-Commitments-to-Work-Together-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"Our-Mutual-Commitments-to-Work-Together-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:47:\"Our-Mutual-Commitments-to-Work-Together-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(429,203,'_menu_item_type','post_type'),(430,203,'_menu_item_menu_item_parent','10'),(431,203,'_menu_item_object_id','198'),(432,203,'_menu_item_object','page'),(433,203,'_menu_item_target',''),(434,203,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(435,203,'_menu_item_xfn',''),(436,203,'_menu_item_url',''),(440,205,'_wp_attached_file','2019/03/75-Ways-We-Provide-a-Superior-Client-Experience.pdf'),(441,205,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"75-Ways-We-Provide-a-Superior-Client-Experience-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"75-Ways-We-Provide-a-Superior-Client-Experience-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"75-Ways-We-Provide-a-Superior-Client-Experience-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:55:\"75-Ways-We-Provide-a-Superior-Client-Experience-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(448,209,'_wp_attached_file','2019/03/Assessor.jpeg'),(449,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2019/03/Assessor.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Assessor-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:21:\"Assessor-300x120.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Assessor-768x307.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Assessor-1024x410.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:21:\"Assessor-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"lobro - stock.adobe.com\";s:6:\"camera\";s:13:\"Canon EOS 5DS\";s:7:\"caption\";s:73:\"Highlighted English word \"assessor\" and its definition at the dictionary.\";s:17:\"created_timestamp\";s:10:\"1498585443\";s:9:\"copyright\";s:25:\"©lobro - stock.adobe.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:72:\"Highlighted English word \"assessor\" and its definition at the dictionary\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:86:{i:0;s:8:\"assessor\";i:1;s:8:\"employee\";i:2;s:6:\"worker\";i:3;s:8:\"business\";i:4;s:3:\"job\";i:5;s:5:\"money\";i:6;s:3:\"tax\";i:7;s:11:\"performance\";i:8;s:5:\"jugde\";i:9;s:3:\"law\";i:10;s:5:\"money\";i:11;s:10:\"dictionary\";i:12;s:10:\"definition\";i:13;s:4:\"word\";i:14;s:11:\"highlighted\";i:15;s:7:\"meaning\";i:16;s:5:\"sense\";i:17;s:7:\"english\";i:18;s:10:\"underlined\";i:19;s:10:\"emphasized\";i:20;s:7:\"concept\";i:21;s:8:\"language\";i:22;s:7:\"closeup\";i:23;s:4:\"book\";i:24;s:12:\"significance\";i:25;s:9:\"relevance\";i:26;s:10:\"definition\";i:27;s:5:\"macro\";i:28;s:4:\"text\";i:29;s:5:\"white\";i:30;s:5:\"paper\";i:31;s:8:\"glossary\";i:32;s:6:\"design\";i:33;s:9:\"paragraph\";i:34;s:5:\"black\";i:35;s:6:\"nobody\";i:36;s:6:\"single\";i:37;s:10:\"horizontal\";i:38;s:7:\"message\";i:39;s:8:\"printing\";i:40;s:7:\"explain\";i:41;s:10:\"typography\";i:42;s:6:\"yellow\";i:43;s:11:\"explanation\";i:44;s:8:\"assessor\";i:45;s:8:\"employee\";i:46;s:6:\"worker\";i:47;s:8:\"business\";i:48;s:3:\"job\";i:49;s:5:\"money\";i:50;s:3:\"tax\";i:51;s:11:\"performance\";i:52;s:5:\"jugde\";i:53;s:3:\"law\";i:54;s:10:\"dictionary\";i:55;s:10:\"definition\";i:56;s:4:\"word\";i:57;s:11:\"highlighted\";i:58;s:7:\"meaning\";i:59;s:5:\"sense\";i:60;s:7:\"english\";i:61;s:10:\"underlined\";i:62;s:10:\"emphasized\";i:63;s:7:\"concept\";i:64;s:8:\"language\";i:65;s:7:\"closeup\";i:66;s:4:\"book\";i:67;s:12:\"significance\";i:68;s:9:\"relevance\";i:69;s:5:\"macro\";i:70;s:4:\"text\";i:71;s:5:\"white\";i:72;s:5:\"paper\";i:73;s:8:\"glossary\";i:74;s:6:\"design\";i:75;s:9:\"paragraph\";i:76;s:5:\"black\";i:77;s:6:\"nobody\";i:78;s:6:\"single\";i:79;s:10:\"horizontal\";i:80;s:7:\"message\";i:81;s:8:\"printing\";i:82;s:7:\"explain\";i:83;s:10:\"typography\";i:84;s:6:\"yellow\";i:85;s:11:\"explanation\";}}}'),(450,209,'_wp_attachment_image_alt','assessor'),(457,212,'_wp_attached_file','2019/03/Client-Experience-5-Tips-to-Exceed-Expectations-DemandGen-Blog_Feat.jpg'),(458,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:79:\"2019/03/Client-Experience-5-Tips-to-Exceed-Expectations-DemandGen-Blog_Feat.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"Client-Experience-5-Tips-to-Exceed-Expectations-DemandGen-Blog_Feat-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:79:\"Client-Experience-5-Tips-to-Exceed-Expectations-DemandGen-Blog_Feat-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:79:\"Client-Experience-5-Tips-to-Exceed-Expectations-DemandGen-Blog_Feat-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:79:\"Client-Experience-5-Tips-to-Exceed-Expectations-DemandGen-Blog_Feat-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(459,212,'_wp_attachment_image_alt','Client Experience'),(465,2,'_yoast_wpseo_focuskw','income tax services'),(466,2,'_yoast_wpseo_title','Income Tax Services - Provident Professional Services'),(467,2,'_yoast_wpseo_metadesc','Welcome to Provident Professional Services! Our income tax services cover both individuals and small businesses.'),(468,2,'_yoast_wpseo_linkdex','65'),(471,234,'_wp_attached_file','2019/03/cropped-WebsiteHomePage.png'),(472,234,'_wp_attachment_context','custom-header'),(473,234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1201;s:4:\"file\";s:35:\"2019/03/cropped-WebsiteHomePage.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-WebsiteHomePage-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:35:\"cropped-WebsiteHomePage-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"cropped-WebsiteHomePage-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"cropped-WebsiteHomePage-1024x615.png\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-2000x1200.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:35:\"cropped-WebsiteHomePage-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:233;}'),(479,236,'_wp_attached_file','2019/03/cropped-WebsiteHomePage-1.png'),(480,236,'_wp_attachment_context','custom-header'),(481,236,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1201;s:4:\"file\";s:37:\"2019/03/cropped-WebsiteHomePage-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-1-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"cropped-WebsiteHomePage-1-1024x615.png\";s:5:\"width\";i:1024;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage-1-2000x1200.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:233;}'),(489,240,'_wp_attached_file','2019/03/cropped-WebsiteHomePage-b.png'),(490,240,'_wp_attachment_context','custom-header'),(491,240,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1440;s:4:\"file\";s:37:\"2019/03/cropped-WebsiteHomePage-b.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-b-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-b-768x553.png\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"cropped-WebsiteHomePage-b-1024x737.png\";s:5:\"width\";i:1024;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage-b-2000x1200.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:37:\"cropped-WebsiteHomePage-b-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:238;}'),(499,243,'_wp_attached_file','2019/03/cropped-WebsiteHomePage_v4.png'),(500,243,'_wp_attachment_context','custom-header'),(501,243,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:38:\"2019/03/cropped-WebsiteHomePage_v4.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"cropped-WebsiteHomePage_v4-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:38:\"cropped-WebsiteHomePage_v4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"cropped-WebsiteHomePage_v4-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:40:\"cropped-WebsiteHomePage_v4-2000x1200.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:38:\"cropped-WebsiteHomePage_v4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:241;}'),(508,245,'_wp_attached_file','2019/03/cropped-WebsiteHomePage_v4b.png'),(509,245,'_wp_attachment_context','custom-header'),(510,245,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1535;s:4:\"file\";s:39:\"2019/03/cropped-WebsiteHomePage_v4b.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4b-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:39:\"cropped-WebsiteHomePage_v4b-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4b-768x589.png\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"cropped-WebsiteHomePage_v4b-1024x786.png\";s:5:\"width\";i:1024;s:6:\"height\";i:786;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:41:\"cropped-WebsiteHomePage_v4b-2000x1200.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4b-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:244;}'),(518,248,'_wp_attached_file','2019/03/cropped-provident-financial-services-logo4.png'),(519,248,'_wp_attachment_context','custom-logo'),(520,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1215;s:6:\"height\";i:250;s:4:\"file\";s:54:\"2019/03/cropped-provident-financial-services-logo4.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-logo4-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:53:\"cropped-provident-financial-services-logo4-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-logo4-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-logo4-1024x211.png\";s:5:\"width\";i:1024;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-logo4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(523,250,'_wp_attached_file','2019/03/cropped-provident-financial-services-Logo-5.png'),(524,250,'_wp_attachment_context','custom-logo'),(525,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1219;s:6:\"height\";i:250;s:4:\"file\";s:55:\"2019/03/cropped-provident-financial-services-Logo-5.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo-5-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-5-768x158.png\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"cropped-provident-financial-services-Logo-5-1024x210.png\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(528,252,'_wp_attached_file','2019/03/cropped-provident-financial-services-Logo5.png'),(529,252,'_wp_attachment_context','custom-logo'),(530,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1209;s:6:\"height\";i:250;s:4:\"file\";s:54:\"2019/03/cropped-provident-financial-services-Logo5.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo5-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:53:\"cropped-provident-financial-services-Logo5-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo5-768x159.png\";s:5:\"width\";i:768;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo5-1024x212.png\";s:5:\"width\";i:1024;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(537,256,'_wp_attached_file','2019/03/cropped-WebsiteHomePage_v4c.png'),(538,256,'_wp_attachment_context','custom-header'),(539,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1600;s:4:\"file\";s:39:\"2019/03/cropped-WebsiteHomePage_v4c.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4c-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:39:\"cropped-WebsiteHomePage_v4c-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4c-768x614.png\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"cropped-WebsiteHomePage_v4c-1024x819.png\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:41:\"cropped-WebsiteHomePage_v4c-2000x1200.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4c-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:255;}'),(542,257,'_wp_attached_file','2019/03/WebsiteHomePage_v4d.png'),(543,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2019/03/WebsiteHomePage_v4d.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"WebsiteHomePage_v4d-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:31:\"WebsiteHomePage_v4d-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"WebsiteHomePage_v4d-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"WebsiteHomePage_v4d-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:31:\"WebsiteHomePage_v4d-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(544,258,'_wp_attached_file','2019/03/cropped-WebsiteHomePage_v4d.png'),(545,258,'_wp_attachment_context','custom-header'),(546,258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1200;s:4:\"file\";s:39:\"2019/03/cropped-WebsiteHomePage_v4d.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4d-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:39:\"cropped-WebsiteHomePage_v4d-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4d-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"cropped-WebsiteHomePage_v4d-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:39:\"cropped-WebsiteHomePage_v4d-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:257;}'),(547,258,'_wp_attachment_custom_header_last_used_twentyseventeen','1552249305'),(548,258,'_wp_attachment_is_custom_header','twentyseventeen'),(551,259,'_wp_attached_file','2019/03/provident-financial-services-Logo6.png'),(552,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:62;s:4:\"file\";s:46:\"2019/03/provident-financial-services-Logo6.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-Logo6-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-Logo6-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-Logo6-100x62.png\";s:5:\"width\";i:100;s:6:\"height\";i:62;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:{}}}'),(553,260,'_wp_attached_file','2019/03/cropped-provident-financial-services-Logo6.png'),(554,260,'_wp_attachment_context','custom-logo'),(555,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1209;s:6:\"height\";i:250;s:4:\"file\";s:54:\"2019/03/cropped-provident-financial-services-Logo6.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo6-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:53:\"cropped-provident-financial-services-Logo6-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo6-768x159.png\";s:5:\"width\";i:768;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:55:\"cropped-provident-financial-services-Logo6-1024x212.png\";s:5:\"width\";i:1024;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:54:\"cropped-provident-financial-services-Logo6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(558,262,'_mc4wp_settings','a:9:{s:5:\"lists\";a:1:{i:0;s:10:\"a70865883a\";}s:15:\"required_fields\";s:17:\"EMAIL,FNAME,LNAME\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:15:\"subscriber_tags\";s:0:\"\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";}'),(559,262,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(560,262,'text_invalid_email','Please provide a valid email address.'),(561,262,'text_required_field_missing','Please fill in the required fields.'),(562,262,'text_already_subscribed','Given email address is already subscribed, thank you!'),(563,262,'text_error','Oops. Something went wrong. Please try again later.'),(564,262,'text_unsubscribed','You were successfully unsubscribed.'),(565,262,'text_not_subscribed','Given email address is not subscribed.'),(566,262,'text_no_lists_selected','Please select at least one list.'),(567,262,'text_updated','Thank you, your records have been updated!'),(568,264,'_edit_lock','1557902888:3'),(569,264,'_edit_last','3'),(570,265,'_wp_attached_file','2019/03/BusTaxPrep-Facebook_v2.png'),(571,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:4:\"file\";s:34:\"2019/03/BusTaxPrep-Facebook_v2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BusTaxPrep-Facebook_v2-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:34:\"BusTaxPrep-Facebook_v2-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"BusTaxPrep-Facebook_v2-768x640.png\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"BusTaxPrep-Facebook_v2-1024x853.png\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:34:\"BusTaxPrep-Facebook_v2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(572,265,'_wp_attachment_image_alt','business tax preparation'),(575,264,'_yoast_wpseo_focuskw','business tax preparation'),(576,264,'_yoast_wpseo_linkdex','48'),(577,264,'_yoast_wpseo_content_score','90'),(578,264,'_yoast_wpseo_primary_category','11'),(579,2,'_fruitful_page_layout','1'),(580,2,'_fruitful_slider_layout','1'),(581,275,'_edit_lock','1552345982:3'),(582,275,'_edit_last','3'),(583,275,'_yoast_wpseo_content_score','60'),(584,287,'_wp_attached_file','2019/03/provident-financial-services-Logo7.png'),(585,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:62;s:4:\"file\";s:46:\"2019/03/provident-financial-services-Logo7.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-Logo7-150x62.png\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"provident-financial-services-Logo7-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;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:{}}}'),(586,288,'_edit_lock','1562777196:3'),(587,288,'_edit_last','3'),(588,288,'_yoast_wpseo_content_score','30'),(589,288,'_yoast_wpseo_primary_category','11'),(590,291,'_wp_attached_file','2019/03/ExceptionalTaxPrep-Blog_callout.png'),(591,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:43:\"2019/03/ExceptionalTaxPrep-Blog_callout.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ExceptionalTaxPrep-Blog_callout-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:43:\"ExceptionalTaxPrep-Blog_callout-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"ExceptionalTaxPrep-Blog_callout-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"ExceptionalTaxPrep-Blog_callout-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"full-post-thumbnails\";a:4:{s:4:\"file\";s:43:\"ExceptionalTaxPrep-Blog_callout-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:43:\"ExceptionalTaxPrep-Blog_callout-608x300.png\";s:5:\"width\";i:608;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(592,291,'_wp_attachment_image_alt','tax prep'),(593,288,'_yoast_wpseo_focuskw','tax prep'),(594,288,'_yoast_wpseo_linkdex','63'),(599,288,'_yoast_wpseo_title','%%title%% Save Time, Money, and Worry on Tax Prep with a Pro'),(600,288,'_yoast_wpseo_metadesc','There are many benefits to partnering with a knowledgeable, experienced tax accountant for your tax prep, someone who knows how to present your forms'),(604,293,'_edit_lock','1557902610:3'),(605,293,'_edit_last','3'),(606,293,'_yoast_wpseo_content_score','30'),(607,293,'_yoast_wpseo_primary_category','13'),(610,293,'_yoast_wpseo_focuskw','quickbooks'),(611,293,'_yoast_wpseo_title','Relief from Quickbooks Headaches - QuickBooks Bookkeeping'),(612,293,'_yoast_wpseo_metadesc','QuickBooks is easily one of the most popular programs to help businesses keep their finances, budgets and expenses in check'),(613,293,'_yoast_wpseo_linkdex','76'),(614,297,'_wp_attached_file','2019/03/QBServices-Blog_callout-v2.png'),(615,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:38:\"2019/03/QBServices-Blog_callout-v2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"QBServices-Blog_callout-v2-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:38:\"QBServices-Blog_callout-v2-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"QBServices-Blog_callout-v2-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"QBServices-Blog_callout-v2-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"full-post-thumbnails\";a:4:{s:4:\"file\";s:38:\"QBServices-Blog_callout-v2-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:38:\"QBServices-Blog_callout-v2-608x300.png\";s:5:\"width\";i:608;s:6:\"height\";i:300;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:{}}}'),(616,297,'_wp_attachment_image_alt','quickbooks'),(619,293,'_wp_old_date','2019-03-14'),(620,130,'_yoast_wpseo_focuskw','Business Income Tax'),(621,130,'_yoast_wpseo_metadesc','For Business Income Tax Return Preparation, you have the option of choosing your the service level which best fits your preferences and expectations.'),(622,130,'_yoast_wpseo_linkdex','67'),(625,308,'_wp_attached_file','2019/03/AprilTaxPrep-Facebook.png'),(626,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2019/03/AprilTaxPrep-Facebook.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"AprilTaxPrep-Facebook-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:33:\"AprilTaxPrep-Facebook-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"AprilTaxPrep-Facebook-768x640.png\";s:5:\"width\";i:768;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"AprilTaxPrep-Facebook-1024x853.png\";s:5:\"width\";i:1024;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"AprilTaxPrep-Facebook-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"full-post-thumbnails\";a:4:{s:4:\"file\";s:33:\"AprilTaxPrep-Facebook-900x400.png\";s:5:\"width\";i:900;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"AprilTaxPrep-Facebook-608x300.png\";s:5:\"width\";i:608;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:34:\"AprilTaxPrep-Facebook-1200x900.png\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(631,313,'iwp_log_type','plugins'),(632,313,'iwp_log_action','update'),(633,313,'iwp_log_activities_type','automatic'),(634,313,'iwp_log_actions','plugins-updated'),(635,313,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.2.3\";s:15:\"updated_version\";s:5:\"7.2.4\";}'),(636,314,'iwp_log_type','plugins'),(637,314,'iwp_log_action','update'),(638,314,'iwp_log_activities_type','direct'),(639,314,'iwp_log_actions','plugins-updated'),(640,314,'iwp_log_details','a:4:{s:4:\"name\";s:23:\"Mailchimp for WordPress\";s:4:\"slug\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"old_version\";s:3:\"4.4\";s:15:\"updated_version\";s:5:\"4.5.0\";}'),(641,315,'iwp_log_type','plugins'),(642,315,'iwp_log_action','update'),(643,315,'iwp_log_activities_type','direct'),(644,315,'iwp_log_actions','plugins-updated'),(645,315,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:27:\"redirection/redirection.php\";s:11:\"old_version\";s:3:\"4.1\";s:15:\"updated_version\";s:5:\"4.1.1\";}'),(646,316,'iwp_log_type','plugins'),(647,316,'iwp_log_action','update'),(648,316,'iwp_log_activities_type','direct'),(649,316,'iwp_log_actions','plugins-updated'),(650,316,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:4:\"10.0\";s:15:\"updated_version\";s:6:\"10.0.1\";}'),(663,323,'_edit_lock','1557902536:3'),(664,323,'_edit_last','3'),(665,323,'_yoast_wpseo_content_score','30'),(666,323,'_yoast_wpseo_primary_category','15'),(667,328,'_wp_attached_file','2019/04/FinancialIndependence-Blog-withCallout.png'),(668,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:50:\"2019/04/FinancialIndependence-Blog-withCallout.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"FinancialIndependence-Blog-withCallout-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:50:\"FinancialIndependence-Blog-withCallout-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"FinancialIndependence-Blog-withCallout-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"FinancialIndependence-Blog-withCallout-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"full-post-thumbnails\";a:4:{s:4:\"file\";s:50:\"FinancialIndependence-Blog-withCallout-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:50:\"FinancialIndependence-Blog-withCallout-608x300.png\";s:5:\"width\";i:608;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:2:{s:10:\"fusion-500\";s:7:\"500x383\";s:11:\"fusion-1000\";s:8:\"1000x766\";}}}'),(669,328,'_wp_attachment_image_alt','financially independent'),(670,323,'_yoast_wpseo_focuskw','financially independent'),(671,323,'_yoast_wpseo_metadesc','Being financially independent: It doesn’t mean retiremen. Retirement is the end of your working life. Especially if you love what you do.'),(672,323,'_yoast_wpseo_linkdex','65'),(677,333,'iwp_log_type','plugins'),(678,333,'iwp_log_action','update'),(679,333,'iwp_log_activities_type','iwp_log'),(680,333,'iwp_log_actions','plugins-updated'),(681,333,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:5:\"7.4.2\";s:15:\"updated_version\";s:5:\"7.5.0\";}'),(682,334,'iwp_log_type','plugins'),(683,334,'iwp_log_action','update'),(684,334,'iwp_log_activities_type','iwp_log'),(685,334,'iwp_log_actions','plugins-updated'),(686,334,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"10.0.1\";s:15:\"updated_version\";s:6:\"10.1.2\";}'),(687,337,'iwp_log_type','plugins'),(688,337,'iwp_log_action','update'),(689,337,'iwp_log_activities_type','iwp_log'),(690,337,'iwp_log_actions','plugins-updated'),(691,337,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"10.1.2\";s:15:\"updated_version\";s:6:\"10.1.3\";}'),(692,338,'iwp_log_type','plugins'),(693,338,'iwp_log_action','update'),(694,338,'iwp_log_activities_type','iwp_log'),(695,338,'iwp_log_actions','plugins-updated'),(696,338,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.1.1\";s:15:\"updated_version\";s:5:\"4.2.1\";}'),(697,339,'iwp_log_type','plugins'),(698,339,'iwp_log_action','update'),(699,339,'iwp_log_activities_type','automatic'),(700,339,'iwp_log_actions','plugins-updated'),(701,339,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.2.4\";s:15:\"updated_version\";s:5:\"7.2.5\";}'),(702,341,'iwp_log_type','plugins'),(703,341,'iwp_log_action','update'),(704,341,'iwp_log_activities_type','direct'),(705,341,'iwp_log_actions','plugins-updated'),(706,341,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Call Now Button\";s:4:\"slug\";s:35:\"call-now-button/call-now-button.php\";s:11:\"old_version\";s:5:\"0.3.5\";s:15:\"updated_version\";s:5:\"0.3.6\";}'),(707,342,'iwp_log_type','plugins'),(708,342,'iwp_log_action','update'),(709,342,'iwp_log_activities_type','direct'),(710,342,'iwp_log_actions','plugins-updated'),(711,342,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"old_version\";s:5:\"7.5.0\";s:15:\"updated_version\";s:5:\"7.6.0\";}'),(712,343,'iwp_log_type','plugins'),(713,343,'iwp_log_action','update'),(714,343,'iwp_log_activities_type','direct'),(715,343,'iwp_log_actions','plugins-updated'),(716,343,'iwp_log_details','a:4:{s:4:\"name\";s:23:\"Mailchimp for WordPress\";s:4:\"slug\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"old_version\";s:5:\"4.5.0\";s:15:\"updated_version\";s:5:\"4.5.1\";}'),(717,344,'iwp_log_type','plugins'),(718,344,'iwp_log_action','update'),(719,344,'iwp_log_activities_type','direct'),(720,344,'iwp_log_actions','plugins-updated'),(721,344,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:27:\"redirection/redirection.php\";s:11:\"old_version\";s:5:\"4.2.1\";s:15:\"updated_version\";s:5:\"4.2.3\";}'),(722,345,'iwp_log_type','plugins'),(723,345,'iwp_log_action','update'),(724,345,'iwp_log_activities_type','direct'),(725,345,'iwp_log_actions','plugins-updated'),(726,345,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:6:\"10.1.3\";s:15:\"updated_version\";s:4:\"11.0\";}'),(727,346,'_wp_attached_file','2019/04/TK-screen-shot-1-Cropped.jpg'),(728,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2019/04/TK-screen-shot-1-Cropped.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"TK-screen-shot-1-Cropped-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:36:\"TK-screen-shot-1-Cropped-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:36:\"TK-screen-shot-1-Cropped-500x270.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"full-post-thumbnails\";a:4:{s:4:\"file\";s:36:\"TK-screen-shot-1-Cropped-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:36:\"TK-screen-shot-1-Cropped-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(729,350,'_wp_attached_file','2019/04/WebsiteHomePage_v5.png'),(730,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:30:\"2019/04/WebsiteHomePage_v5.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"WebsiteHomePage_v5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"WebsiteHomePage_v5-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"WebsiteHomePage_v5-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"WebsiteHomePage_v5-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"WebsiteHomePage_v5-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"full-post-thumbnails\";a:4:{s:4:\"file\";s:30:\"WebsiteHomePage_v5-900x400.png\";s:5:\"width\";i:900;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:30:\"WebsiteHomePage_v5-608x300.png\";s:5:\"width\";i:608;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"main-slider\";a:4:{s:4:\"file\";s:31:\"WebsiteHomePage_v5-1920x900.png\";s:5:\"width\";i:1920;s:6:\"height\";i:900;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:{}}}'),(731,353,'iwp_log_type','plugins'),(732,353,'iwp_log_action','update'),(733,353,'iwp_log_activities_type','direct'),(734,353,'iwp_log_actions','plugins-updated'),(735,353,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:4:\"11.0\";s:15:\"updated_version\";s:4:\"11.1\";}'),(736,363,'_wp_attached_file','2019/05/PPS-Logo-with-phone.png'),(737,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2019/05/PPS-Logo-with-phone.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PPS-Logo-with-phone-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"PPS-Logo-with-phone-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"PPS-Logo-with-phone-768x180.png\";s:5:\"width\";i:768;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"PPS-Logo-with-phone-604x200.png\";s:5:\"width\";i:604;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:31:\"PPS-Logo-with-phone-608x200.png\";s:5:\"width\";i:608;s:6:\"height\";i:200;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:{}}}'),(738,369,'_wp_attached_file','2019/05/PPS-Logo-with-phone-2.png'),(739,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2019/05/PPS-Logo-with-phone-2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PPS-Logo-with-phone-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"PPS-Logo-with-phone-2-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"PPS-Logo-with-phone-2-768x180.png\";s:5:\"width\";i:768;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"PPS-Logo-with-phone-2-604x200.png\";s:5:\"width\";i:604;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:33:\"PPS-Logo-with-phone-2-608x200.png\";s:5:\"width\";i:608;s:6:\"height\";i:200;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:{}}}'),(740,27,'_yoast_wpseo_title','%%title%% %%sep%% %%sitename%% All Tax Services'),(741,27,'_yoast_wpseo_metadesc','All Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP) Registered with IRS'),(742,381,'iwp_log_type','themes'),(743,381,'iwp_log_action','update'),(744,381,'iwp_log_activities_type','iwp_log'),(745,381,'iwp_log_actions','themes-updated'),(746,381,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Twenty Nineteen\";s:4:\"slug\";s:15:\"Twenty Nineteen\";s:11:\"old_version\";s:3:\"1.3\";s:15:\"updated_version\";s:3:\"1.4\";}'),(747,382,'iwp_log_type','themes'),(748,382,'iwp_log_action','update'),(749,382,'iwp_log_activities_type','iwp_log'),(750,382,'iwp_log_actions','themes-updated'),(751,382,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"Twenty Seventeen\";s:4:\"slug\";s:16:\"Twenty Seventeen\";s:11:\"old_version\";s:3:\"2.1\";s:15:\"updated_version\";s:3:\"2.2\";}'),(752,383,'iwp_log_type','themes'),(753,383,'iwp_log_action','update'),(754,383,'iwp_log_activities_type','iwp_log'),(755,383,'iwp_log_actions','themes-updated'),(756,383,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Twenty Sixteen\";s:4:\"slug\";s:14:\"Twenty Sixteen\";s:11:\"old_version\";s:3:\"1.9\";s:15:\"updated_version\";s:3:\"2.0\";}'),(757,384,'iwp_log_type','plugins'),(758,384,'iwp_log_action','update'),(759,384,'iwp_log_activities_type','iwp_log'),(760,384,'iwp_log_actions','plugins-updated'),(761,384,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Classic Editor\";s:4:\"slug\";s:14:\"classic-editor\";s:11:\"old_version\";s:3:\"1.4\";s:15:\"updated_version\";s:3:\"1.5\";}'),(762,385,'iwp_log_type','plugins'),(763,385,'iwp_log_action','update'),(764,385,'iwp_log_activities_type','iwp_log'),(765,385,'iwp_log_actions','plugins-updated'),(766,385,'iwp_log_details','a:4:{s:4:\"name\";s:23:\"Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.5.1\";s:15:\"updated_version\";s:5:\"4.5.2\";}'),(767,386,'iwp_log_type','plugins'),(768,386,'iwp_log_action','update'),(769,386,'iwp_log_activities_type','iwp_log'),(770,386,'iwp_log_actions','plugins-updated'),(771,386,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"11.1\";s:15:\"updated_version\";s:6:\"11.1.1\";}'),(772,387,'iwp_log_type','core'),(773,387,'iwp_log_action','update'),(774,387,'iwp_log_activities_type','iwp_log'),(775,387,'iwp_log_actions','core-updated'),(776,387,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.1.1\";s:15:\"updated_version\";s:3:\"5.2\";}'),(779,391,'_form','<p>\n <label>First Name</label>\n <input required=\"\" placeholder=\"First Name\" name=\"FNAME\" type=\"text\">\n</p>\n<p>\n <label>Last Name</label>\n <input required=\"\" placeholder=\"Last Name\" name=\"LNAME\" type=\"text\">\n</p>\n<p>\n <label>Email address: </label>\n <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\n</p>\n<p>\n <label>Phone Number</label>\n <input placeholder=\"Phone Number\" name=\"PHONE\" type=\"tel\">\n</p>\n<p><label>Would you like to receive a follow up call from us?</label> <label><input name=\"FOLLOWUP\" type=\"radio\" value=\"Yes\"><span>Yes</span></label> <label><input name=\"FOLLOWUP\" type=\"radio\" value=\"No\"><span>No</span></label></p>\nIf yes, what would be the best time and day to reach you?\n <p>\n <label>Time(s) to Call</label>\n <input type=\"text\" name=\"TIMETOCALL\">\n<br />\n <label>Day(s) to Call</label>\n <input type=\"text\" name=\"DAYSTOCALL\">\n</p>\n <p><em>Our communication is complimentary and strictly confidential to the maximum extent allowed by law. We would be happy to provide you with written a Non-disclosure Agreement upon request. However, for your protection, safety and security, please do not disclose any personal non-public financial information on the contact form or later discuss with us information that is legally privileged or could be used against you in a legal proceeding. We do not enjoy privileged communication as do attorneys and must disclose the contents of our conversations if lawfully subpoenaed. Thank you.</em></p>\n<p>\n <label>What factors would you most like to improve about your business or your life style?</label>\n <br/>[textarea Factors]\n</p>\n<p>\n <input type=\"submit\" value=\"Send\" />\n</p>'),(780,391,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:46:\"Inquiry from ProvidentProfessionalServices.com\";s:6:\"sender\";s:39:\"hello@providentprofessionalservices.com\";s:9:\"recipient\";s:37:\"123@providentprofessionalservices.com\";s:4:\"body\";s:360:\"Name: [FNAME] [LNAME]\nEmail: [EMAIL]\nPhone: [PHONE]\n\nDo they want a follow-up call: [FOLLOWUP]\nBest Time(s) to Call: [TIMETOCALL]\nBest Day(s) to Call: [DAYSTOCALL]\n\nFactors to improve about their Business/Lifestyle:\n[Factors]\n\n- - - - - - - - - - - - - - - - - - - - - - \nThis e-mail was sent from a contact form on http://www.providentprofessionalservices.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(781,391,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:16:\"\"[your-subject]\"\";s:6:\"sender\";s:62:\"<wordpress@pps.luminys.com.php72-4.lan3-1.websitetestlink.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:138:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on (http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com)\";s:18:\"additional_headers\";s:30:\"Reply-To: david@davidmoyle.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(782,391,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(783,391,'_additional_settings',''),(784,391,'_locale','en_US'),(785,392,'_edit_last','6'),(786,392,'slide_template','default'),(787,392,'pyre_type','image'),(788,392,'pyre_youtube_id',''),(789,392,'pyre_vimeo_id',''),(790,392,'pyre_webm',''),(791,392,'pyre_mp4','http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2017/03/video_law_home_xml.mp4'),(792,392,'pyre_ogv',''),(793,392,'pyre_preview_image','http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2017/03/video_law_home_preview.jpg'),(794,392,'pyre_aspect_ratio',''),(795,392,'pyre_video_display','cover'),(796,392,'pyre_video_bg_color','#181C22'),(797,392,'pyre_mute_video','yes'),(798,392,'pyre_autoplay_video','yes'),(799,392,'pyre_loop_video','yes'),(800,392,'pyre_hide_video_controls','yes'),(801,392,'pyre_content_alignment','center'),(802,392,'pyre_heading',''),(803,392,'pyre_heading_separator','none'),(804,392,'pyre_heading_font_size','24'),(805,392,'pyre_heading_color','#fff'),(806,392,'pyre_heading_bg','yes'),(807,392,'pyre_heading_bg_color','#808003'),(808,392,'pyre_caption',''),(809,392,'pyre_caption_separator','none'),(810,392,'pyre_caption_font_size','18'),(811,392,'pyre_caption_color','#fff'),(812,392,'pyre_caption_bg','no'),(813,392,'pyre_caption_bg_color',''),(814,392,'pyre_link_type','button'),(815,392,'pyre_slide_link',''),(816,392,'pyre_slide_target','yes'),(817,392,'pyre_button_1',''),(818,392,'pyre_button_2',''),(819,392,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:8:\"law-home\";s:4:\"name\";s:8:\"Law Home\";}'),(820,392,'fusion_demo_import','law'),(821,103,'_edit_last','5'),(822,103,'slide_template','default'),(823,103,'pyre_type','image'),(824,103,'pyre_youtube_id',''),(825,103,'pyre_vimeo_id',''),(826,103,'pyre_webm',''),(827,103,'pyre_mp4',''),(828,103,'pyre_ogv',''),(829,103,'pyre_preview_image',''),(830,103,'pyre_video_bg_color',''),(831,103,'pyre_mute_video','yes'),(832,103,'pyre_autoplay_video','yes'),(833,103,'pyre_loop_video','yes'),(834,103,'pyre_hide_video_controls','yes'),(835,103,'pyre_content_alignment','center'),(836,103,'pyre_heading','AVADA LAW CAREERS\r\n[fusion_separator style_type=\"single solid\" top_margin=\"20\" bottom_margin=\"10\" sep_color=\"rgba(255,255,255,.3)\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(837,103,'pyre_heading_font_size','34'),(838,103,'pyre_heading_color','#ffffff'),(839,103,'pyre_heading_bg','no'),(840,103,'pyre_heading_bg_color',''),(841,103,'pyre_caption','<span style=\"font-weight: 400;\">We are always looking to add to our renowned in-house team</span>'),(842,103,'pyre_caption_font_size','18'),(843,103,'pyre_caption_color','#ffffff'),(844,103,'pyre_caption_bg','no'),(845,103,'pyre_caption_bg_color',''),(846,103,'pyre_link_type','button'),(847,103,'pyre_slide_link',''),(848,103,'pyre_slide_target','yes'),(849,103,'pyre_button_1',''),(850,103,'pyre_button_2',''),(851,103,'_thumbnail_id','942'),(852,103,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:14:\"law-who-we-are\";s:4:\"name\";s:11:\"Law Careers\";}'),(853,103,'fusion_demo_import','law'),(854,393,'_edit_last','5'),(855,393,'slide_template','default'),(856,393,'pyre_type','image'),(857,393,'pyre_youtube_id',''),(858,393,'pyre_vimeo_id',''),(859,393,'pyre_webm',''),(860,393,'pyre_mp4',''),(861,393,'pyre_ogv',''),(862,393,'pyre_preview_image',''),(863,393,'pyre_video_bg_color',''),(864,393,'pyre_mute_video','yes'),(865,393,'pyre_autoplay_video','yes'),(866,393,'pyre_loop_video','yes'),(867,393,'pyre_hide_video_controls','yes'),(868,393,'pyre_content_alignment','center'),(869,393,'pyre_heading','WHO WE ARE\r\n[fusion_separator style_type=\"single solid\" top_margin=\"20\" bottom_margin=\"10\" sep_color=\"rgba(255,255,255,.3)\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(870,393,'pyre_heading_font_size','36'),(871,393,'pyre_heading_color','#ffffff'),(872,393,'pyre_heading_bg','no'),(873,393,'pyre_heading_bg_color',''),(874,393,'pyre_caption','<span style=\"font-weight: 400;\">Challenging ourselves to bring new and original ways of thinking</span>'),(875,393,'pyre_caption_font_size','18'),(876,393,'pyre_caption_color','#ffffff'),(877,393,'pyre_caption_bg','no'),(878,393,'pyre_caption_bg_color',''),(879,393,'pyre_link_type','button'),(880,393,'pyre_slide_link',''),(881,393,'pyre_slide_target','yes'),(882,393,'pyre_button_1',''),(883,393,'pyre_button_2',''),(884,393,'_thumbnail_id','943'),(885,393,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:16:\"law-who-we-are-2\";s:4:\"name\";s:14:\"Law Who We Are\";}'),(886,393,'fusion_demo_import','law'),(887,299,'_edit_last','5'),(888,299,'slide_template','default'),(889,299,'pyre_type','image'),(890,299,'pyre_youtube_id',''),(891,299,'pyre_vimeo_id',''),(892,299,'pyre_webm',''),(893,299,'pyre_mp4',''),(894,299,'pyre_ogv',''),(895,299,'pyre_preview_image',''),(896,299,'pyre_video_bg_color',''),(897,299,'pyre_mute_video','yes'),(898,299,'pyre_autoplay_video','yes'),(899,299,'pyre_loop_video','yes'),(900,299,'pyre_hide_video_controls','yes'),(901,299,'pyre_content_alignment','center'),(902,299,'pyre_heading','WHERE WE WORK\r\n[fusion_separator style_type=\"single solid\" top_margin=\"20\" bottom_margin=\"10\" sep_color=\"rgba(255,255,255,.3)\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(903,299,'pyre_heading_font_size','34'),(904,299,'pyre_heading_color','#fff'),(905,299,'pyre_heading_bg','no'),(906,299,'pyre_heading_bg_color',''),(907,299,'pyre_caption','<span style=\"font-weight: 400;\">We operate in over 190 countries and have 9 international offices</span>'),(908,299,'pyre_caption_font_size','18'),(909,299,'pyre_caption_color','#fff'),(910,299,'pyre_caption_bg','no'),(911,299,'pyre_caption_bg_color',''),(912,299,'pyre_link_type','button'),(913,299,'pyre_slide_link',''),(914,299,'pyre_slide_target','yes'),(915,299,'pyre_button_1',''),(916,299,'pyre_button_2',''),(917,299,'_thumbnail_id','941'),(918,299,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:17:\"law-where-we-work\";s:4:\"name\";s:17:\"Law Where We Work\";}'),(919,299,'fusion_demo_import','law'),(920,394,'_edit_last','5'),(921,394,'slide_template','default'),(922,394,'pyre_type','image'),(923,394,'pyre_youtube_id',''),(924,394,'pyre_vimeo_id',''),(925,394,'pyre_webm',''),(926,394,'pyre_mp4',''),(927,394,'pyre_ogv',''),(928,394,'pyre_preview_image',''),(929,394,'pyre_video_bg_color',''),(930,394,'pyre_mute_video','yes'),(931,394,'pyre_autoplay_video','yes'),(932,394,'pyre_loop_video','yes'),(933,394,'pyre_hide_video_controls','yes'),(934,394,'pyre_content_alignment','center'),(935,394,'pyre_heading','WHAT WE DO\r\n[fusion_separator style_type=\"single solid\" top_margin=\"20\" bottom_margin=\"10\" sep_color=\"rgba(255,255,255,.3)\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(936,394,'pyre_heading_font_size','36'),(937,394,'pyre_heading_color','#fff'),(938,394,'pyre_heading_bg','no'),(939,394,'pyre_heading_bg_color',''),(940,394,'pyre_caption','<span style=\"font-weight: 400;\">Our practice areas developed to meet a changing global marketplace</span>'),(941,394,'pyre_caption_font_size','18'),(942,394,'pyre_caption_color','#fff'),(943,394,'pyre_caption_bg','no'),(944,394,'pyre_caption_bg_color',''),(945,394,'pyre_link_type','button'),(946,394,'pyre_slide_link',''),(947,394,'pyre_slide_target','yes'),(948,394,'pyre_button_1',''),(949,394,'pyre_button_2',''),(950,394,'_thumbnail_id','944'),(951,394,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:14:\"law-what-we-do\";s:4:\"name\";s:14:\"Law What We Do\";}'),(952,394,'fusion_demo_import','law'),(953,771,'_edit_last','5'),(954,771,'_thumbnail_id','504'),(955,771,'slide_template','default'),(956,771,'pyre_type','image'),(957,771,'pyre_youtube_id',''),(958,771,'pyre_vimeo_id',''),(959,771,'pyre_webm',''),(960,771,'pyre_mp4',''),(961,771,'pyre_ogv',''),(962,771,'pyre_preview_image',''),(963,771,'pyre_video_bg_color',''),(964,771,'pyre_mute_video','yes'),(965,771,'pyre_autoplay_video','yes'),(966,771,'pyre_loop_video','yes'),(967,771,'pyre_hide_video_controls','yes'),(968,771,'pyre_content_alignment','center'),(969,771,'pyre_heading','GET IN TOUCH\r\n[fusion_separator style_type=\"single solid\" top_margin=\"20\" bottom_margin=\"10\" sep_color=\"rgba(255,255,255,.3)\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(970,771,'pyre_heading_font_size','36'),(971,771,'pyre_heading_color','#fff'),(972,771,'pyre_heading_bg','no'),(973,771,'pyre_heading_bg_color',''),(974,771,'pyre_caption','<span style=\"font-weight: 400;\">Our team of experts are ready to hear from you</span>'),(975,771,'pyre_caption_font_size','18'),(976,771,'pyre_caption_color','#fff'),(977,771,'pyre_caption_bg','no'),(978,771,'pyre_caption_bg_color',''),(979,771,'pyre_link_type','full'),(980,771,'pyre_slide_link',''),(981,771,'pyre_slide_target','yes'),(982,771,'pyre_button_1','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(983,771,'pyre_button_2','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(984,771,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:11:\"law-contact\";s:4:\"name\";s:14:\"Law Contact Us\";}'),(985,771,'fusion_demo_import','law'),(986,940,'_thumbnail_id','384'),(987,940,'_edit_last','5'),(988,940,'slide_template','default'),(989,940,'_wp_old_slug','940__trashed'),(990,940,'pyre_type','image'),(991,940,'pyre_youtube_id',''),(992,940,'pyre_vimeo_id',''),(993,940,'pyre_webm',''),(994,940,'pyre_mp4',''),(995,940,'pyre_ogv',''),(996,940,'pyre_preview_image',''),(997,940,'pyre_aspect_ratio',''),(998,940,'pyre_video_display','cover'),(999,940,'pyre_video_bg_color',''),(1000,940,'pyre_mute_video','yes'),(1001,940,'pyre_autoplay_video','yes'),(1002,940,'pyre_loop_video','yes'),(1003,940,'pyre_hide_video_controls','yes'),(1004,940,'pyre_content_alignment','center'),(1005,940,'pyre_heading','LATEST NEWS\r\n[fusion_separator style_type=\"single solid\" top_margin=\"20\" bottom_margin=\"10\" sep_color=\"rgba(255,255,255,.3)\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(1006,940,'pyre_heading_separator','none'),(1007,940,'pyre_heading_font_size','36'),(1008,940,'pyre_heading_color','#ffffff'),(1009,940,'pyre_heading_bg','no'),(1010,940,'pyre_heading_bg_color',''),(1011,940,'pyre_caption','<span style=\"font-weight: 400;\">Our experts keeping you up to date with our ever changing industry</span>'),(1012,940,'pyre_caption_separator','none'),(1013,940,'pyre_caption_font_size','18'),(1014,940,'pyre_caption_color','#ffffff'),(1015,940,'pyre_caption_bg','no'),(1016,940,'pyre_caption_bg_color',''),(1017,940,'pyre_link_type','button'),(1018,940,'pyre_slide_link',''),(1019,940,'pyre_slide_target','yes'),(1020,940,'pyre_button_1',''),(1021,940,'pyre_button_2',''),(1022,940,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:10:\"slide-page\";s:4:\"slug\";s:8:\"law-news\";s:4:\"name\";s:8:\"Law News\";}'),(1023,940,'fusion_demo_import','law'),(1024,941,'_wp_attached_file','2019/05/24.jpg'),(1025,941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:829;s:4:\"file\";s:14:\"2019/05/24.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1026,941,'fusion_slider_demo_import','law'),(1027,942,'_wp_attached_file','2019/05/384.jpg'),(1028,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:400;s:4:\"file\";s:15:\"2019/05/384.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1029,942,'fusion_slider_demo_import','law'),(1030,943,'_wp_attached_file','2019/05/504.jpg'),(1031,943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2019/05/504.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1032,943,'fusion_slider_demo_import','law'),(1033,944,'_wp_attached_file','2019/05/508.jpg'),(1034,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2019/05/508.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1035,944,'fusion_slider_demo_import','law'),(1036,945,'_wp_attached_file','2019/05/WebsiteHomePage-NoText-Shaded.png'),(1037,945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:41:\"2019/05/WebsiteHomePage-NoText-Shaded.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-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:41:\"WebsiteHomePage-NoText-Shaded-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"WebsiteHomePage-NoText-Shaded-1024x684.png\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:39:\"WebsiteHomePage-NoText-Shaded-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-200x134.png\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-600x401.png\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:41:\"WebsiteHomePage-NoText-Shaded-800x534.png\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:42:\"WebsiteHomePage-NoText-Shaded-1200x801.png\";s:5:\"width\";i:1200;s:6:\"height\";i:801;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:{}}}'),(1046,2,'pyre_slider_type','flex'),(1047,2,'pyre_slider','0'),(1048,2,'pyre_wooslider','law-home'),(1049,2,'pyre_revslider','0'),(1050,2,'pyre_elasticslider','0'),(1051,2,'pyre_slider_position','default'),(1052,2,'pyre_avada_rev_styles','default'),(1053,2,'pyre_fallback',''),(1054,2,'pyre_fallback_id',''),(1055,2,'pyre_demo_slider',''),(1056,2,'pyre_main_top_padding',''),(1057,2,'pyre_main_bottom_padding',''),(1058,2,'pyre_hundredp_padding',''),(1059,2,'pyre_show_first_featured_image','no'),(1060,2,'pyre_display_header','yes'),(1061,2,'pyre_header_100_width','default'),(1062,2,'pyre_combined_header_bg_color',''),(1063,2,'pyre_mobile_header_bg_color',''),(1064,2,'pyre_header_bg',''),(1065,2,'pyre_header_bg_id',''),(1066,2,'pyre_header_bg_full','no'),(1067,2,'pyre_header_bg_repeat','repeat'),(1068,2,'pyre_displayed_menu','default'),(1069,2,'pyre_display_footer','default'),(1070,2,'pyre_display_copyright','default'),(1071,2,'pyre_footer_100_width','default'),(1072,2,'pyre_sidebar_position','default'),(1073,2,'pyre_responsive_sidebar_order',''),(1074,2,'pyre_sidebar_sticky','default'),(1075,2,'pyre_sidebar_bg_color',''),(1076,2,'pyre_page_bg_layout','default'),(1077,2,'pyre_page_bg_color',''),(1078,2,'pyre_page_bg',''),(1079,2,'pyre_page_bg_id',''),(1080,2,'pyre_page_bg_full','default'),(1081,2,'pyre_page_bg_repeat','default'),(1082,2,'pyre_wide_page_bg_color',''),(1083,2,'pyre_wide_page_bg',''),(1084,2,'pyre_wide_page_bg_id',''),(1085,2,'pyre_wide_page_bg_full','default'),(1086,2,'pyre_wide_page_bg_repeat','default'),(1087,2,'pyre_page_title','default'),(1088,2,'pyre_page_title_breadcrumbs_search_bar','default'),(1089,2,'pyre_page_title_text','default'),(1090,2,'pyre_page_title_text_alignment','default'),(1091,2,'pyre_page_title_custom_text',''),(1092,2,'pyre_page_title_text_size',''),(1093,2,'pyre_page_title_line_height',''),(1094,2,'pyre_page_title_font_color',''),(1095,2,'pyre_page_title_custom_subheader',''),(1096,2,'pyre_page_title_custom_subheader_text_size',''),(1097,2,'pyre_page_title_subheader_font_color',''),(1098,2,'pyre_page_title_100_width','default'),(1099,2,'pyre_page_title_height',''),(1100,2,'pyre_page_title_mobile_height',''),(1101,2,'pyre_page_title_bar_bg_color',''),(1102,2,'pyre_page_title_bar_borders_color',''),(1103,2,'pyre_page_title_bar_bg',''),(1104,2,'pyre_page_title_bar_bg_id',''),(1105,2,'pyre_page_title_bar_bg_retina',''),(1106,2,'pyre_page_title_bar_bg_retina_id',''),(1107,2,'pyre_page_title_bar_bg_full','default'),(1108,2,'pyre_page_title_bg_parallax','default'),(1109,2,'fusion_builder_status','active'),(1110,2,'kd_featured-image-2_page_id',''),(1111,2,'kd_featured-image-3_page_id',''),(1112,2,'kd_featured-image-4_page_id',''),(1113,2,'kd_featured-image-5_page_id',''),(1154,950,'_edit_last','3'),(1155,950,'_wp_page_template','100-width.php'),(1164,950,'pyre_slider_type','layer'),(1165,950,'pyre_slider','0'),(1166,950,'pyre_wooslider',''),(1167,950,'pyre_revslider','0'),(1168,950,'pyre_elasticslider','0'),(1169,950,'pyre_slider_position','default'),(1170,950,'pyre_avada_rev_styles','default'),(1171,950,'pyre_fallback','https://placehold.it/1920x1240'),(1172,950,'pyre_fallback_id',''),(1173,950,'pyre_demo_slider','1'),(1174,950,'pyre_main_top_padding','0px'),(1175,950,'pyre_main_bottom_padding','0px'),(1176,950,'pyre_hundredp_padding',''),(1177,950,'pyre_show_first_featured_image','yes'),(1178,950,'pyre_display_header','yes'),(1179,950,'pyre_header_100_width','default'),(1180,950,'pyre_combined_header_bg_color',''),(1181,950,'pyre_mobile_header_bg_color',''),(1182,950,'pyre_header_bg',''),(1183,950,'pyre_header_bg_id',''),(1184,950,'pyre_header_bg_full','no'),(1185,950,'pyre_header_bg_repeat','repeat'),(1186,950,'pyre_displayed_menu','default'),(1187,950,'pyre_display_footer','default'),(1188,950,'pyre_display_copyright','default'),(1189,950,'pyre_footer_100_width','default'),(1190,950,'pyre_sidebar_position','default'),(1191,950,'pyre_responsive_sidebar_order',''),(1192,950,'pyre_sidebar_sticky','default'),(1193,950,'pyre_sidebar_bg_color',''),(1194,950,'pyre_page_bg_layout','default'),(1195,950,'pyre_page_bg_color',''),(1196,950,'pyre_page_bg',''),(1197,950,'pyre_page_bg_id',''),(1198,950,'pyre_page_bg_full','no'),(1199,950,'pyre_page_bg_repeat','repeat'),(1200,950,'pyre_wide_page_bg_color',''),(1201,950,'pyre_wide_page_bg',''),(1202,950,'pyre_wide_page_bg_id',''),(1203,950,'pyre_wide_page_bg_full','no'),(1204,950,'pyre_wide_page_bg_repeat','repeat'),(1205,950,'pyre_page_title','no'),(1206,950,'pyre_page_title_breadcrumbs_search_bar','default'),(1207,950,'pyre_page_title_text','default'),(1208,950,'pyre_page_title_text_alignment','default'),(1209,950,'pyre_page_title_custom_text',''),(1210,950,'pyre_page_title_text_size',''),(1211,950,'pyre_page_title_line_height',''),(1212,950,'pyre_page_title_font_color',''),(1213,950,'pyre_page_title_custom_subheader',''),(1214,950,'pyre_page_title_custom_subheader_text_size',''),(1215,950,'pyre_page_title_subheader_font_color',''),(1216,950,'pyre_page_title_100_width','default'),(1217,950,'pyre_page_title_height',''),(1218,950,'pyre_page_title_mobile_height',''),(1219,950,'pyre_page_title_bar_bg_color',''),(1220,950,'pyre_page_title_bar_borders_color',''),(1221,950,'pyre_page_title_bar_bg',''),(1222,950,'pyre_page_title_bar_bg_id',''),(1223,950,'pyre_page_title_bar_bg_retina',''),(1224,950,'pyre_page_title_bar_bg_retina_id',''),(1225,950,'pyre_page_title_bar_bg_full','default'),(1226,950,'pyre_page_title_bg_parallax','default'),(1227,950,'fusion_builder_status','active'),(1228,950,'kd_featured-image-2_page_id',''),(1229,950,'kd_featured-image-3_page_id',''),(1230,950,'kd_featured-image-4_page_id',''),(1231,950,'kd_featured-image-5_page_id',''),(1232,950,'_yoast_wpseo_content_score','30'),(1237,950,'_edit_lock','1557898770:3'),(1246,950,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1247,950,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1248,950,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1249,950,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1250,392,'_edit_lock','1603138897:6'),(1251,392,'pyre_mp4_id','0'),(1252,392,'pyre_webm_id',''),(1253,392,'pyre_ogv_id',''),(1254,392,'pyre_preview_image_id','0'),(1255,392,'pyre_heading_size','3'),(1256,392,'pyre_caption_size','3'),(1257,392,'_thumbnail_id','945'),(1278,323,'avada_post_views_count','1811'),(1279,323,'_thumbnail_id','328'),(1294,323,'pyre_portfolio_width_100','default'),(1295,323,'pyre_show_first_featured_image','no'),(1296,323,'pyre_fimg_width',''),(1297,323,'pyre_fimg_height',''),(1298,323,'pyre_video',''),(1299,323,'pyre_post_pagination','default'),(1300,323,'pyre_image_rollover_icons','default'),(1301,323,'pyre_link_icon_url',''),(1302,323,'pyre_post_links_target','no'),(1303,323,'pyre_post_meta','default'),(1304,323,'pyre_share_box','default'),(1305,323,'pyre_author_info','default'),(1306,323,'pyre_related_posts','default'),(1307,323,'pyre_post_comments','default'),(1308,323,'pyre_slider_type','no'),(1309,323,'pyre_slider','0'),(1310,323,'pyre_wooslider',''),(1311,323,'pyre_revslider','0'),(1312,323,'pyre_elasticslider','0'),(1313,323,'pyre_slider_position','default'),(1314,323,'pyre_avada_rev_styles','default'),(1315,323,'pyre_fallback',''),(1316,323,'pyre_fallback_id',''),(1317,323,'pyre_demo_slider',''),(1318,323,'pyre_main_top_padding',''),(1319,323,'pyre_main_bottom_padding',''),(1320,323,'pyre_hundredp_padding',''),(1321,323,'pyre_display_header','yes'),(1322,323,'pyre_header_100_width','default'),(1323,323,'pyre_combined_header_bg_color',''),(1324,323,'pyre_mobile_header_bg_color',''),(1325,323,'pyre_header_bg',''),(1326,323,'pyre_header_bg_id',''),(1327,323,'pyre_header_bg_full','no'),(1328,323,'pyre_header_bg_repeat','repeat'),(1329,323,'pyre_displayed_menu','default'),(1330,323,'pyre_display_footer','default'),(1331,323,'pyre_display_copyright','default'),(1332,323,'pyre_footer_100_width','default'),(1333,323,'pyre_sidebar_position','default'),(1334,323,'pyre_responsive_sidebar_order',''),(1335,323,'pyre_sidebar_sticky','default'),(1336,323,'pyre_sidebar_bg_color',''),(1337,323,'pyre_page_bg_layout','default'),(1338,323,'pyre_page_bg_color',''),(1339,323,'pyre_page_bg',''),(1340,323,'pyre_page_bg_id',''),(1341,323,'pyre_page_bg_full','default'),(1342,323,'pyre_page_bg_repeat','default'),(1343,323,'pyre_wide_page_bg_color',''),(1344,323,'pyre_wide_page_bg',''),(1345,323,'pyre_wide_page_bg_id',''),(1346,323,'pyre_wide_page_bg_full','default'),(1347,323,'pyre_wide_page_bg_repeat','default'),(1348,323,'pyre_page_title','default'),(1349,323,'pyre_page_title_breadcrumbs_search_bar','default'),(1350,323,'pyre_page_title_text','default'),(1351,323,'pyre_page_title_text_alignment','default'),(1352,323,'pyre_page_title_custom_text',''),(1353,323,'pyre_page_title_text_size',''),(1354,323,'pyre_page_title_line_height',''),(1355,323,'pyre_page_title_font_color',''),(1356,323,'pyre_page_title_custom_subheader',''),(1357,323,'pyre_page_title_custom_subheader_text_size',''),(1358,323,'pyre_page_title_subheader_font_color',''),(1359,323,'pyre_page_title_100_width','default'),(1360,323,'pyre_page_title_height',''),(1361,323,'pyre_page_title_mobile_height',''),(1362,323,'pyre_page_title_bar_bg_color',''),(1363,323,'pyre_page_title_bar_borders_color',''),(1364,323,'pyre_page_title_bar_bg',''),(1365,323,'pyre_page_title_bar_bg_id',''),(1366,323,'pyre_page_title_bar_bg_retina',''),(1367,323,'pyre_page_title_bar_bg_retina_id',''),(1368,323,'pyre_page_title_bar_bg_full','default'),(1369,323,'pyre_page_title_bg_parallax','default'),(1370,323,'fusion_builder_status',''),(1371,323,'kd_featured-image-2_post_id',''),(1372,323,'kd_featured-image-3_post_id',''),(1373,323,'kd_featured-image-4_post_id',''),(1374,323,'kd_featured-image-5_post_id',''),(1393,328,'fusion_masonry_element_layout','fusion-element-grid'),(1404,323,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1405,323,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1406,323,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1407,323,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1408,293,'avada_post_views_count','1670'),(1409,293,'_thumbnail_id','297'),(1424,293,'pyre_portfolio_width_100','default'),(1425,293,'pyre_show_first_featured_image','no'),(1426,293,'pyre_fimg_width',''),(1427,293,'pyre_fimg_height',''),(1428,293,'pyre_video',''),(1429,293,'pyre_post_pagination','default'),(1430,293,'pyre_image_rollover_icons','default'),(1431,293,'pyre_link_icon_url',''),(1432,293,'pyre_post_links_target','no'),(1433,293,'pyre_post_meta','default'),(1434,293,'pyre_share_box','default'),(1435,293,'pyre_author_info','default'),(1436,293,'pyre_related_posts','default'),(1437,293,'pyre_post_comments','default'),(1438,293,'pyre_slider_type','no'),(1439,293,'pyre_slider','0'),(1440,293,'pyre_wooslider',''),(1441,293,'pyre_revslider','0'),(1442,293,'pyre_elasticslider','0'),(1443,293,'pyre_slider_position','default'),(1444,293,'pyre_avada_rev_styles','default'),(1445,293,'pyre_fallback',''),(1446,293,'pyre_fallback_id',''),(1447,293,'pyre_demo_slider',''),(1448,293,'pyre_main_top_padding',''),(1449,293,'pyre_main_bottom_padding',''),(1450,293,'pyre_hundredp_padding',''),(1451,293,'pyre_display_header','yes'),(1452,293,'pyre_header_100_width','default'),(1453,293,'pyre_combined_header_bg_color',''),(1454,293,'pyre_mobile_header_bg_color',''),(1455,293,'pyre_header_bg',''),(1456,293,'pyre_header_bg_id',''),(1457,293,'pyre_header_bg_full','no'),(1458,293,'pyre_header_bg_repeat','repeat'),(1459,293,'pyre_displayed_menu','default'),(1460,293,'pyre_display_footer','default'),(1461,293,'pyre_display_copyright','default'),(1462,293,'pyre_footer_100_width','default'),(1463,293,'pyre_sidebar_position','default'),(1464,293,'pyre_responsive_sidebar_order',''),(1465,293,'pyre_sidebar_sticky','default'),(1466,293,'pyre_sidebar_bg_color',''),(1467,293,'pyre_page_bg_layout','default'),(1468,293,'pyre_page_bg_color',''),(1469,293,'pyre_page_bg',''),(1470,293,'pyre_page_bg_id',''),(1471,293,'pyre_page_bg_full','default'),(1472,293,'pyre_page_bg_repeat','default'),(1473,293,'pyre_wide_page_bg_color',''),(1474,293,'pyre_wide_page_bg',''),(1475,293,'pyre_wide_page_bg_id',''),(1476,293,'pyre_wide_page_bg_full','default'),(1477,293,'pyre_wide_page_bg_repeat','default'),(1478,293,'pyre_page_title','default'),(1479,293,'pyre_page_title_breadcrumbs_search_bar','default'),(1480,293,'pyre_page_title_text','default'),(1481,293,'pyre_page_title_text_alignment','default'),(1482,293,'pyre_page_title_custom_text',''),(1483,293,'pyre_page_title_text_size',''),(1484,293,'pyre_page_title_line_height',''),(1485,293,'pyre_page_title_font_color',''),(1486,293,'pyre_page_title_custom_subheader',''),(1487,293,'pyre_page_title_custom_subheader_text_size',''),(1488,293,'pyre_page_title_subheader_font_color',''),(1489,293,'pyre_page_title_100_width','default'),(1490,293,'pyre_page_title_height',''),(1491,293,'pyre_page_title_mobile_height',''),(1492,293,'pyre_page_title_bar_bg_color',''),(1493,293,'pyre_page_title_bar_borders_color',''),(1494,293,'pyre_page_title_bar_bg',''),(1495,293,'pyre_page_title_bar_bg_id',''),(1496,293,'pyre_page_title_bar_bg_retina',''),(1497,293,'pyre_page_title_bar_bg_retina_id',''),(1498,293,'pyre_page_title_bar_bg_full','default'),(1499,293,'pyre_page_title_bg_parallax','default'),(1500,293,'fusion_builder_status',''),(1501,293,'kd_featured-image-2_post_id',''),(1502,293,'kd_featured-image-3_post_id',''),(1503,293,'kd_featured-image-4_post_id',''),(1504,293,'kd_featured-image-5_post_id',''),(1505,293,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1506,293,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1507,293,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1508,293,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1509,288,'avada_post_views_count','2288'),(1510,288,'_thumbnail_id','291'),(1525,288,'pyre_portfolio_width_100','default'),(1526,288,'pyre_show_first_featured_image','no'),(1527,288,'pyre_fimg_width',''),(1528,288,'pyre_fimg_height',''),(1529,288,'pyre_video',''),(1530,288,'pyre_post_pagination','default'),(1531,288,'pyre_image_rollover_icons','default'),(1532,288,'pyre_link_icon_url',''),(1533,288,'pyre_post_links_target','no'),(1534,288,'pyre_post_meta','default'),(1535,288,'pyre_share_box','default'),(1536,288,'pyre_author_info','default'),(1537,288,'pyre_related_posts','default'),(1538,288,'pyre_post_comments','default'),(1539,288,'pyre_slider_type','no'),(1540,288,'pyre_slider','0'),(1541,288,'pyre_wooslider',''),(1542,288,'pyre_revslider','0'),(1543,288,'pyre_elasticslider','0'),(1544,288,'pyre_slider_position','default'),(1545,288,'pyre_avada_rev_styles','default'),(1546,288,'pyre_fallback',''),(1547,288,'pyre_fallback_id',''),(1548,288,'pyre_demo_slider',''),(1549,288,'pyre_main_top_padding',''),(1550,288,'pyre_main_bottom_padding',''),(1551,288,'pyre_hundredp_padding',''),(1552,288,'pyre_display_header','yes'),(1553,288,'pyre_header_100_width','default'),(1554,288,'pyre_combined_header_bg_color',''),(1555,288,'pyre_mobile_header_bg_color',''),(1556,288,'pyre_header_bg',''),(1557,288,'pyre_header_bg_id',''),(1558,288,'pyre_header_bg_full','no'),(1559,288,'pyre_header_bg_repeat','repeat'),(1560,288,'pyre_displayed_menu','default'),(1561,288,'pyre_display_footer','default'),(1562,288,'pyre_display_copyright','default'),(1563,288,'pyre_footer_100_width','default'),(1564,288,'pyre_sidebar_position','default'),(1565,288,'pyre_responsive_sidebar_order',''),(1566,288,'pyre_sidebar_sticky','default'),(1567,288,'pyre_sidebar_bg_color',''),(1568,288,'pyre_page_bg_layout','default'),(1569,288,'pyre_page_bg_color',''),(1570,288,'pyre_page_bg',''),(1571,288,'pyre_page_bg_id',''),(1572,288,'pyre_page_bg_full','default'),(1573,288,'pyre_page_bg_repeat','default'),(1574,288,'pyre_wide_page_bg_color',''),(1575,288,'pyre_wide_page_bg',''),(1576,288,'pyre_wide_page_bg_id',''),(1577,288,'pyre_wide_page_bg_full','default'),(1578,288,'pyre_wide_page_bg_repeat','default'),(1579,288,'pyre_page_title','default'),(1580,288,'pyre_page_title_breadcrumbs_search_bar','default'),(1581,288,'pyre_page_title_text','default'),(1582,288,'pyre_page_title_text_alignment','default'),(1583,288,'pyre_page_title_custom_text',''),(1584,288,'pyre_page_title_text_size',''),(1585,288,'pyre_page_title_line_height',''),(1586,288,'pyre_page_title_font_color',''),(1587,288,'pyre_page_title_custom_subheader',''),(1588,288,'pyre_page_title_custom_subheader_text_size',''),(1589,288,'pyre_page_title_subheader_font_color',''),(1590,288,'pyre_page_title_100_width','default'),(1591,288,'pyre_page_title_height',''),(1592,288,'pyre_page_title_mobile_height',''),(1593,288,'pyre_page_title_bar_bg_color',''),(1594,288,'pyre_page_title_bar_borders_color',''),(1595,288,'pyre_page_title_bar_bg',''),(1596,288,'pyre_page_title_bar_bg_id',''),(1597,288,'pyre_page_title_bar_bg_retina',''),(1598,288,'pyre_page_title_bar_bg_retina_id',''),(1599,288,'pyre_page_title_bar_bg_full','default'),(1600,288,'pyre_page_title_bg_parallax','default'),(1601,288,'fusion_builder_status',''),(1602,288,'kd_featured-image-2_post_id',''),(1603,288,'kd_featured-image-3_post_id',''),(1604,288,'kd_featured-image-4_post_id',''),(1605,288,'kd_featured-image-5_post_id',''),(1610,14,'avada_post_views_count','773'),(1611,14,'_thumbnail_id','15'),(1626,14,'pyre_portfolio_width_100','default'),(1627,14,'pyre_show_first_featured_image','no'),(1628,14,'pyre_fimg_width',''),(1629,14,'pyre_fimg_height',''),(1630,14,'pyre_video',''),(1631,14,'pyre_post_pagination','default'),(1632,14,'pyre_image_rollover_icons','default'),(1633,14,'pyre_link_icon_url',''),(1634,14,'pyre_post_links_target','no'),(1635,14,'pyre_post_meta','default'),(1636,14,'pyre_share_box','default'),(1637,14,'pyre_author_info','default'),(1638,14,'pyre_related_posts','default'),(1639,14,'pyre_post_comments','default'),(1640,14,'pyre_slider_type','no'),(1641,14,'pyre_slider','0'),(1642,14,'pyre_wooslider',''),(1643,14,'pyre_revslider','0'),(1644,14,'pyre_elasticslider','0'),(1645,14,'pyre_slider_position','default'),(1646,14,'pyre_avada_rev_styles','default'),(1647,14,'pyre_fallback',''),(1648,14,'pyre_fallback_id',''),(1649,14,'pyre_demo_slider',''),(1650,14,'pyre_main_top_padding',''),(1651,14,'pyre_main_bottom_padding',''),(1652,14,'pyre_hundredp_padding',''),(1653,14,'pyre_display_header','yes'),(1654,14,'pyre_header_100_width','default'),(1655,14,'pyre_combined_header_bg_color',''),(1656,14,'pyre_mobile_header_bg_color',''),(1657,14,'pyre_header_bg',''),(1658,14,'pyre_header_bg_id',''),(1659,14,'pyre_header_bg_full','no'),(1660,14,'pyre_header_bg_repeat','repeat'),(1661,14,'pyre_displayed_menu','default'),(1662,14,'pyre_display_footer','default'),(1663,14,'pyre_display_copyright','default'),(1664,14,'pyre_footer_100_width','default'),(1665,14,'pyre_sidebar_position','default'),(1666,14,'pyre_responsive_sidebar_order',''),(1667,14,'pyre_sidebar_sticky','default'),(1668,14,'pyre_sidebar_bg_color',''),(1669,14,'pyre_page_bg_layout','default'),(1670,14,'pyre_page_bg_color',''),(1671,14,'pyre_page_bg',''),(1672,14,'pyre_page_bg_id',''),(1673,14,'pyre_page_bg_full','default'),(1674,14,'pyre_page_bg_repeat','default'),(1675,14,'pyre_wide_page_bg_color',''),(1676,14,'pyre_wide_page_bg',''),(1677,14,'pyre_wide_page_bg_id',''),(1678,14,'pyre_wide_page_bg_full','default'),(1679,14,'pyre_wide_page_bg_repeat','default'),(1680,14,'pyre_page_title','default'),(1681,14,'pyre_page_title_breadcrumbs_search_bar','default'),(1682,14,'pyre_page_title_text','default'),(1683,14,'pyre_page_title_text_alignment','default'),(1684,14,'pyre_page_title_custom_text',''),(1685,14,'pyre_page_title_text_size',''),(1686,14,'pyre_page_title_line_height',''),(1687,14,'pyre_page_title_font_color',''),(1688,14,'pyre_page_title_custom_subheader',''),(1689,14,'pyre_page_title_custom_subheader_text_size',''),(1690,14,'pyre_page_title_subheader_font_color',''),(1691,14,'pyre_page_title_100_width','default'),(1692,14,'pyre_page_title_height',''),(1693,14,'pyre_page_title_mobile_height',''),(1694,14,'pyre_page_title_bar_bg_color',''),(1695,14,'pyre_page_title_bar_borders_color',''),(1696,14,'pyre_page_title_bar_bg',''),(1697,14,'pyre_page_title_bar_bg_id',''),(1698,14,'pyre_page_title_bar_bg_retina',''),(1699,14,'pyre_page_title_bar_bg_retina_id',''),(1700,14,'pyre_page_title_bar_bg_full','default'),(1701,14,'pyre_page_title_bg_parallax','default'),(1702,14,'fusion_builder_status',''),(1703,14,'kd_featured-image-2_post_id',''),(1704,14,'kd_featured-image-3_post_id',''),(1705,14,'kd_featured-image-4_post_id',''),(1706,14,'kd_featured-image-5_post_id',''),(1707,14,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1708,14,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1709,14,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1710,14,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1711,189,'avada_post_views_count','775'),(1726,189,'pyre_portfolio_width_100','default'),(1727,189,'pyre_show_first_featured_image','no'),(1728,189,'pyre_fimg_width',''),(1729,189,'pyre_fimg_height',''),(1730,189,'pyre_video',''),(1731,189,'pyre_post_pagination','default'),(1732,189,'pyre_image_rollover_icons','default'),(1733,189,'pyre_link_icon_url',''),(1734,189,'pyre_post_links_target','no'),(1735,189,'pyre_post_meta','default'),(1736,189,'pyre_share_box','default'),(1737,189,'pyre_author_info','default'),(1738,189,'pyre_related_posts','default'),(1739,189,'pyre_post_comments','default'),(1740,189,'pyre_slider_type','no'),(1741,189,'pyre_slider','0'),(1742,189,'pyre_wooslider',''),(1743,189,'pyre_revslider','0'),(1744,189,'pyre_elasticslider','0'),(1745,189,'pyre_slider_position','default'),(1746,189,'pyre_avada_rev_styles','default'),(1747,189,'pyre_fallback',''),(1748,189,'pyre_fallback_id',''),(1749,189,'pyre_demo_slider',''),(1750,189,'pyre_main_top_padding',''),(1751,189,'pyre_main_bottom_padding',''),(1752,189,'pyre_hundredp_padding',''),(1753,189,'pyre_display_header','yes'),(1754,189,'pyre_header_100_width','default'),(1755,189,'pyre_combined_header_bg_color',''),(1756,189,'pyre_mobile_header_bg_color',''),(1757,189,'pyre_header_bg',''),(1758,189,'pyre_header_bg_id',''),(1759,189,'pyre_header_bg_full','no'),(1760,189,'pyre_header_bg_repeat','repeat'),(1761,189,'pyre_displayed_menu','default'),(1762,189,'pyre_display_footer','default'),(1763,189,'pyre_display_copyright','default'),(1764,189,'pyre_footer_100_width','default'),(1765,189,'pyre_sidebar_position','default'),(1766,189,'pyre_responsive_sidebar_order',''),(1767,189,'pyre_sidebar_sticky','default'),(1768,189,'pyre_sidebar_bg_color',''),(1769,189,'pyre_page_bg_layout','default'),(1770,189,'pyre_page_bg_color',''),(1771,189,'pyre_page_bg',''),(1772,189,'pyre_page_bg_id',''),(1773,189,'pyre_page_bg_full','default'),(1774,189,'pyre_page_bg_repeat','default'),(1775,189,'pyre_wide_page_bg_color',''),(1776,189,'pyre_wide_page_bg',''),(1777,189,'pyre_wide_page_bg_id',''),(1778,189,'pyre_wide_page_bg_full','default'),(1779,189,'pyre_wide_page_bg_repeat','default'),(1780,189,'pyre_page_title','default'),(1781,189,'pyre_page_title_breadcrumbs_search_bar','default'),(1782,189,'pyre_page_title_text','default'),(1783,189,'pyre_page_title_text_alignment','default'),(1784,189,'pyre_page_title_custom_text',''),(1785,189,'pyre_page_title_text_size',''),(1786,189,'pyre_page_title_line_height',''),(1787,189,'pyre_page_title_font_color',''),(1788,189,'pyre_page_title_custom_subheader',''),(1789,189,'pyre_page_title_custom_subheader_text_size',''),(1790,189,'pyre_page_title_subheader_font_color',''),(1791,189,'pyre_page_title_100_width','default'),(1792,189,'pyre_page_title_height',''),(1793,189,'pyre_page_title_mobile_height',''),(1794,189,'pyre_page_title_bar_bg_color',''),(1795,189,'pyre_page_title_bar_borders_color',''),(1796,189,'pyre_page_title_bar_bg',''),(1797,189,'pyre_page_title_bar_bg_id',''),(1798,189,'pyre_page_title_bar_bg_retina',''),(1799,189,'pyre_page_title_bar_bg_retina_id',''),(1800,189,'pyre_page_title_bar_bg_full','default'),(1801,189,'pyre_page_title_bg_parallax','default'),(1802,189,'fusion_builder_status',''),(1803,189,'kd_featured-image-2_post_id',''),(1804,189,'kd_featured-image-3_post_id',''),(1805,189,'kd_featured-image-4_post_id',''),(1806,189,'kd_featured-image-5_post_id',''),(1811,189,'_thumbnail_id','209'),(1822,189,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1823,189,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1824,189,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1825,189,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1826,264,'avada_post_views_count','662'),(1841,264,'pyre_portfolio_width_100','default'),(1842,264,'pyre_show_first_featured_image','no'),(1843,264,'pyre_fimg_width',''),(1844,264,'pyre_fimg_height',''),(1845,264,'pyre_video',''),(1846,264,'pyre_post_pagination','default'),(1847,264,'pyre_image_rollover_icons','default'),(1848,264,'pyre_link_icon_url',''),(1849,264,'pyre_post_links_target','no'),(1850,264,'pyre_post_meta','default'),(1851,264,'pyre_share_box','default'),(1852,264,'pyre_author_info','default'),(1853,264,'pyre_related_posts','default'),(1854,264,'pyre_post_comments','default'),(1855,264,'pyre_slider_type','no'),(1856,264,'pyre_slider','0'),(1857,264,'pyre_wooslider',''),(1858,264,'pyre_revslider','0'),(1859,264,'pyre_elasticslider','0'),(1860,264,'pyre_slider_position','default'),(1861,264,'pyre_avada_rev_styles','default'),(1862,264,'pyre_fallback',''),(1863,264,'pyre_fallback_id',''),(1864,264,'pyre_demo_slider',''),(1865,264,'pyre_main_top_padding',''),(1866,264,'pyre_main_bottom_padding',''),(1867,264,'pyre_hundredp_padding',''),(1868,264,'pyre_display_header','yes'),(1869,264,'pyre_header_100_width','default'),(1870,264,'pyre_combined_header_bg_color',''),(1871,264,'pyre_mobile_header_bg_color',''),(1872,264,'pyre_header_bg',''),(1873,264,'pyre_header_bg_id',''),(1874,264,'pyre_header_bg_full','no'),(1875,264,'pyre_header_bg_repeat','repeat'),(1876,264,'pyre_displayed_menu','default'),(1877,264,'pyre_display_footer','default'),(1878,264,'pyre_display_copyright','default'),(1879,264,'pyre_footer_100_width','default'),(1880,264,'pyre_sidebar_position','default'),(1881,264,'pyre_responsive_sidebar_order',''),(1882,264,'pyre_sidebar_sticky','default'),(1883,264,'pyre_sidebar_bg_color',''),(1884,264,'pyre_page_bg_layout','default'),(1885,264,'pyre_page_bg_color',''),(1886,264,'pyre_page_bg',''),(1887,264,'pyre_page_bg_id',''),(1888,264,'pyre_page_bg_full','default'),(1889,264,'pyre_page_bg_repeat','default'),(1890,264,'pyre_wide_page_bg_color',''),(1891,264,'pyre_wide_page_bg',''),(1892,264,'pyre_wide_page_bg_id',''),(1893,264,'pyre_wide_page_bg_full','default'),(1894,264,'pyre_wide_page_bg_repeat','default'),(1895,264,'pyre_page_title','default'),(1896,264,'pyre_page_title_breadcrumbs_search_bar','default'),(1897,264,'pyre_page_title_text','default'),(1898,264,'pyre_page_title_text_alignment','default'),(1899,264,'pyre_page_title_custom_text',''),(1900,264,'pyre_page_title_text_size',''),(1901,264,'pyre_page_title_line_height',''),(1902,264,'pyre_page_title_font_color',''),(1903,264,'pyre_page_title_custom_subheader',''),(1904,264,'pyre_page_title_custom_subheader_text_size',''),(1905,264,'pyre_page_title_subheader_font_color',''),(1906,264,'pyre_page_title_100_width','default'),(1907,264,'pyre_page_title_height',''),(1908,264,'pyre_page_title_mobile_height',''),(1909,264,'pyre_page_title_bar_bg_color',''),(1910,264,'pyre_page_title_bar_borders_color',''),(1911,264,'pyre_page_title_bar_bg',''),(1912,264,'pyre_page_title_bar_bg_id',''),(1913,264,'pyre_page_title_bar_bg_retina',''),(1914,264,'pyre_page_title_bar_bg_retina_id',''),(1915,264,'pyre_page_title_bar_bg_full','default'),(1916,264,'pyre_page_title_bg_parallax','default'),(1917,264,'fusion_builder_status',''),(1918,264,'kd_featured-image-2_post_id',''),(1919,264,'kd_featured-image-3_post_id',''),(1920,264,'kd_featured-image-4_post_id',''),(1921,264,'kd_featured-image-5_post_id',''),(1926,264,'_thumbnail_id','308'),(1937,264,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1938,264,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(1939,264,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1940,264,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(2261,18,'_wp_page_template','default'),(2270,18,'pyre_slider_type','no'),(2271,18,'pyre_slider','0'),(2272,18,'pyre_wooslider',''),(2273,18,'pyre_revslider','0'),(2274,18,'pyre_elasticslider','0'),(2275,18,'pyre_slider_position','default'),(2276,18,'pyre_avada_rev_styles','default'),(2277,18,'pyre_fallback',''),(2278,18,'pyre_fallback_id',''),(2279,18,'pyre_demo_slider',''),(2280,18,'pyre_main_top_padding',''),(2281,18,'pyre_main_bottom_padding',''),(2282,18,'pyre_hundredp_padding',''),(2283,18,'pyre_show_first_featured_image','no'),(2284,18,'pyre_display_header','yes'),(2285,18,'pyre_header_100_width','default'),(2286,18,'pyre_combined_header_bg_color',''),(2287,18,'pyre_mobile_header_bg_color',''),(2288,18,'pyre_header_bg',''),(2289,18,'pyre_header_bg_id',''),(2290,18,'pyre_header_bg_full','no'),(2291,18,'pyre_header_bg_repeat','repeat'),(2292,18,'pyre_displayed_menu','default'),(2293,18,'pyre_display_footer','default'),(2294,18,'pyre_display_copyright','default'),(2295,18,'pyre_footer_100_width','default'),(2296,18,'pyre_sidebar_position','default'),(2297,18,'pyre_responsive_sidebar_order',''),(2298,18,'pyre_sidebar_sticky','default'),(2299,18,'pyre_sidebar_bg_color',''),(2300,18,'pyre_page_bg_layout','default'),(2301,18,'pyre_page_bg_color',''),(2302,18,'pyre_page_bg',''),(2303,18,'pyre_page_bg_id',''),(2304,18,'pyre_page_bg_full','default'),(2305,18,'pyre_page_bg_repeat','default'),(2306,18,'pyre_wide_page_bg_color',''),(2307,18,'pyre_wide_page_bg',''),(2308,18,'pyre_wide_page_bg_id',''),(2309,18,'pyre_wide_page_bg_full','default'),(2310,18,'pyre_wide_page_bg_repeat','default'),(2311,18,'pyre_page_title','default'),(2312,18,'pyre_page_title_breadcrumbs_search_bar','default'),(2313,18,'pyre_page_title_text','default'),(2314,18,'pyre_page_title_text_alignment','default'),(2315,18,'pyre_page_title_custom_text',''),(2316,18,'pyre_page_title_text_size',''),(2317,18,'pyre_page_title_line_height',''),(2318,18,'pyre_page_title_font_color',''),(2319,18,'pyre_page_title_custom_subheader',''),(2320,18,'pyre_page_title_custom_subheader_text_size',''),(2321,18,'pyre_page_title_subheader_font_color',''),(2322,18,'pyre_page_title_100_width','default'),(2323,18,'pyre_page_title_height',''),(2324,18,'pyre_page_title_mobile_height',''),(2325,18,'pyre_page_title_bar_bg_color',''),(2326,18,'pyre_page_title_bar_borders_color',''),(2327,18,'pyre_page_title_bar_bg',''),(2328,18,'pyre_page_title_bar_bg_id',''),(2329,18,'pyre_page_title_bar_bg_retina',''),(2330,18,'pyre_page_title_bar_bg_retina_id',''),(2331,18,'pyre_page_title_bar_bg_full','default'),(2332,18,'pyre_page_title_bg_parallax','default'),(2333,18,'fusion_builder_status','active'),(2334,18,'kd_featured-image-2_page_id',''),(2335,18,'kd_featured-image-3_page_id',''),(2336,18,'kd_featured-image-4_page_id',''),(2337,18,'kd_featured-image-5_page_id',''),(2450,10,'_menu_item_fusion_megamenu','a:19:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:8:\"disabled\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2451,54,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2452,169,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2453,177,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2454,176,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2455,188,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2456,203,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2457,37,'_menu_item_fusion_megamenu','a:19:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:8:\"disabled\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2458,38,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2459,42,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2460,50,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2462,147,'_menu_item_fusion_megamenu','a:19:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:8:\"disabled\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2463,173,'_menu_item_fusion_megamenu','a:17:{s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2464,22,'_menu_item_fusion_megamenu','a:19:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:8:\"disabled\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2465,17,'_menu_item_fusion_megamenu','a:19:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:8:\"disabled\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";}'),(2466,174,'_wp_page_template','default'),(2475,174,'pyre_slider_type','no'),(2476,174,'pyre_slider','0'),(2477,174,'pyre_wooslider',''),(2478,174,'pyre_revslider','0'),(2479,174,'pyre_elasticslider','0'),(2480,174,'pyre_slider_position','default'),(2481,174,'pyre_avada_rev_styles','default'),(2482,174,'pyre_fallback',''),(2483,174,'pyre_fallback_id',''),(2484,174,'pyre_demo_slider',''),(2485,174,'pyre_main_top_padding',''),(2486,174,'pyre_main_bottom_padding',''),(2487,174,'pyre_hundredp_padding',''),(2488,174,'pyre_show_first_featured_image','no'),(2489,174,'pyre_display_header','yes'),(2490,174,'pyre_header_100_width','default'),(2491,174,'pyre_combined_header_bg_color',''),(2492,174,'pyre_mobile_header_bg_color',''),(2493,174,'pyre_header_bg',''),(2494,174,'pyre_header_bg_id',''),(2495,174,'pyre_header_bg_full','no'),(2496,174,'pyre_header_bg_repeat','repeat'),(2497,174,'pyre_displayed_menu','default'),(2498,174,'pyre_display_footer','default'),(2499,174,'pyre_display_copyright','default'),(2500,174,'pyre_footer_100_width','default'),(2501,174,'pyre_sidebar_position','default'),(2502,174,'pyre_responsive_sidebar_order',''),(2503,174,'pyre_sidebar_sticky','default'),(2504,174,'pyre_sidebar_bg_color',''),(2505,174,'pyre_page_bg_layout','default'),(2506,174,'pyre_page_bg_color',''),(2507,174,'pyre_page_bg',''),(2508,174,'pyre_page_bg_id',''),(2509,174,'pyre_page_bg_full','default'),(2510,174,'pyre_page_bg_repeat','default'),(2511,174,'pyre_wide_page_bg_color',''),(2512,174,'pyre_wide_page_bg',''),(2513,174,'pyre_wide_page_bg_id',''),(2514,174,'pyre_wide_page_bg_full','default'),(2515,174,'pyre_wide_page_bg_repeat','default'),(2516,174,'pyre_page_title','default'),(2517,174,'pyre_page_title_breadcrumbs_search_bar','default'),(2518,174,'pyre_page_title_text','default'),(2519,174,'pyre_page_title_text_alignment','default'),(2520,174,'pyre_page_title_custom_text',''),(2521,174,'pyre_page_title_text_size',''),(2522,174,'pyre_page_title_line_height',''),(2523,174,'pyre_page_title_font_color',''),(2524,174,'pyre_page_title_custom_subheader',''),(2525,174,'pyre_page_title_custom_subheader_text_size',''),(2526,174,'pyre_page_title_subheader_font_color',''),(2527,174,'pyre_page_title_100_width','default'),(2528,174,'pyre_page_title_height',''),(2529,174,'pyre_page_title_mobile_height',''),(2530,174,'pyre_page_title_bar_bg_color',''),(2531,174,'pyre_page_title_bar_borders_color',''),(2532,174,'pyre_page_title_bar_bg',''),(2533,174,'pyre_page_title_bar_bg_id',''),(2534,174,'pyre_page_title_bar_bg_retina',''),(2535,174,'pyre_page_title_bar_bg_retina_id',''),(2536,174,'pyre_page_title_bar_bg_full','default'),(2537,174,'pyre_page_title_bg_parallax','default'),(2538,174,'fusion_builder_status',''),(2539,174,'kd_featured-image-2_page_id',''),(2540,174,'kd_featured-image-3_page_id',''),(2541,174,'kd_featured-image-4_page_id',''),(2542,174,'kd_featured-image-5_page_id',''),(2543,174,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2544,174,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(2545,174,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2546,174,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(2547,39,'_wp_page_template','default'),(2556,39,'pyre_slider_type','no'),(2557,39,'pyre_slider','0'),(2558,39,'pyre_wooslider',''),(2559,39,'pyre_revslider','0'),(2560,39,'pyre_elasticslider','0'),(2561,39,'pyre_slider_position','default'),(2562,39,'pyre_avada_rev_styles','default'),(2563,39,'pyre_fallback',''),(2564,39,'pyre_fallback_id',''),(2565,39,'pyre_demo_slider',''),(2566,39,'pyre_main_top_padding',''),(2567,39,'pyre_main_bottom_padding',''),(2568,39,'pyre_hundredp_padding',''),(2569,39,'pyre_show_first_featured_image','no'),(2570,39,'pyre_display_header','yes'),(2571,39,'pyre_header_100_width','default'),(2572,39,'pyre_combined_header_bg_color',''),(2573,39,'pyre_mobile_header_bg_color',''),(2574,39,'pyre_header_bg',''),(2575,39,'pyre_header_bg_id',''),(2576,39,'pyre_header_bg_full','no'),(2577,39,'pyre_header_bg_repeat','repeat'),(2578,39,'pyre_displayed_menu','default'),(2579,39,'pyre_display_footer','default'),(2580,39,'pyre_display_copyright','default'),(2581,39,'pyre_footer_100_width','default'),(2582,39,'pyre_sidebar_position','default'),(2583,39,'pyre_responsive_sidebar_order',''),(2584,39,'pyre_sidebar_sticky','default'),(2585,39,'pyre_sidebar_bg_color',''),(2586,39,'pyre_page_bg_layout','default'),(2587,39,'pyre_page_bg_color',''),(2588,39,'pyre_page_bg',''),(2589,39,'pyre_page_bg_id',''),(2590,39,'pyre_page_bg_full','default'),(2591,39,'pyre_page_bg_repeat','default'),(2592,39,'pyre_wide_page_bg_color',''),(2593,39,'pyre_wide_page_bg',''),(2594,39,'pyre_wide_page_bg_id',''),(2595,39,'pyre_wide_page_bg_full','default'),(2596,39,'pyre_wide_page_bg_repeat','default'),(2597,39,'pyre_page_title','default'),(2598,39,'pyre_page_title_breadcrumbs_search_bar','default'),(2599,39,'pyre_page_title_text','default'),(2600,39,'pyre_page_title_text_alignment','default'),(2601,39,'pyre_page_title_custom_text',''),(2602,39,'pyre_page_title_text_size',''),(2603,39,'pyre_page_title_line_height',''),(2604,39,'pyre_page_title_font_color',''),(2605,39,'pyre_page_title_custom_subheader',''),(2606,39,'pyre_page_title_custom_subheader_text_size',''),(2607,39,'pyre_page_title_subheader_font_color',''),(2608,39,'pyre_page_title_100_width','default'),(2609,39,'pyre_page_title_height',''),(2610,39,'pyre_page_title_mobile_height',''),(2611,39,'pyre_page_title_bar_bg_color',''),(2612,39,'pyre_page_title_bar_borders_color',''),(2613,39,'pyre_page_title_bar_bg',''),(2614,39,'pyre_page_title_bar_bg_id',''),(2615,39,'pyre_page_title_bar_bg_retina',''),(2616,39,'pyre_page_title_bar_bg_retina_id',''),(2617,39,'pyre_page_title_bar_bg_full','default'),(2618,39,'pyre_page_title_bg_parallax','default'),(2619,39,'fusion_builder_status','active'),(2620,39,'kd_featured-image-2_page_id',''),(2621,39,'kd_featured-image-3_page_id',''),(2622,39,'kd_featured-image-4_page_id',''),(2623,39,'kd_featured-image-5_page_id',''),(2721,161,'_wp_page_template','default'),(2738,161,'pyre_slider_type','no'),(2739,161,'pyre_slider','0'),(2740,161,'pyre_wooslider',''),(2741,161,'pyre_revslider','0'),(2742,161,'pyre_elasticslider','0'),(2743,161,'pyre_slider_position','default'),(2744,161,'pyre_avada_rev_styles','default'),(2745,161,'pyre_fallback',''),(2746,161,'pyre_fallback_id',''),(2747,161,'pyre_demo_slider',''),(2748,161,'pyre_main_top_padding',''),(2749,161,'pyre_main_bottom_padding',''),(2750,161,'pyre_hundredp_padding',''),(2751,161,'pyre_show_first_featured_image','no'),(2752,161,'pyre_display_header','yes'),(2753,161,'pyre_header_100_width','default'),(2754,161,'pyre_combined_header_bg_color',''),(2755,161,'pyre_mobile_header_bg_color',''),(2756,161,'pyre_header_bg',''),(2757,161,'pyre_header_bg_id',''),(2758,161,'pyre_header_bg_full','no'),(2759,161,'pyre_header_bg_repeat','repeat'),(2760,161,'pyre_displayed_menu','default'),(2761,161,'pyre_display_footer','default'),(2762,161,'pyre_display_copyright','default'),(2763,161,'pyre_footer_100_width','default'),(2764,161,'pyre_sidebar_position','default'),(2765,161,'pyre_responsive_sidebar_order',''),(2766,161,'pyre_sidebar_sticky','default'),(2767,161,'pyre_sidebar_bg_color',''),(2768,161,'pyre_page_bg_layout','default'),(2769,161,'pyre_page_bg_color',''),(2770,161,'pyre_page_bg',''),(2771,161,'pyre_page_bg_id',''),(2772,161,'pyre_page_bg_full','default'),(2773,161,'pyre_page_bg_repeat','default'),(2774,161,'pyre_wide_page_bg_color',''),(2775,161,'pyre_wide_page_bg',''),(2776,161,'pyre_wide_page_bg_id',''),(2777,161,'pyre_wide_page_bg_full','default'),(2778,161,'pyre_wide_page_bg_repeat','default'),(2779,161,'pyre_page_title','default'),(2780,161,'pyre_page_title_breadcrumbs_search_bar','default'),(2781,161,'pyre_page_title_text','default'),(2782,161,'pyre_page_title_text_alignment','default'),(2783,161,'pyre_page_title_custom_text',''),(2784,161,'pyre_page_title_text_size',''),(2785,161,'pyre_page_title_line_height',''),(2786,161,'pyre_page_title_font_color',''),(2787,161,'pyre_page_title_custom_subheader',''),(2788,161,'pyre_page_title_custom_subheader_text_size',''),(2789,161,'pyre_page_title_subheader_font_color',''),(2790,161,'pyre_page_title_100_width','default'),(2791,161,'pyre_page_title_height',''),(2792,161,'pyre_page_title_mobile_height',''),(2793,161,'pyre_page_title_bar_bg_color',''),(2794,161,'pyre_page_title_bar_borders_color',''),(2795,161,'pyre_page_title_bar_bg',''),(2796,161,'pyre_page_title_bar_bg_id',''),(2797,161,'pyre_page_title_bar_bg_retina',''),(2798,161,'pyre_page_title_bar_bg_retina_id',''),(2799,161,'pyre_page_title_bar_bg_full','default'),(2800,161,'pyre_page_title_bg_parallax','default'),(2801,161,'fusion_builder_status','active'),(2802,161,'kd_featured-image-2_page_id',''),(2803,161,'kd_featured-image-3_page_id',''),(2804,161,'kd_featured-image-4_page_id',''),(2805,161,'kd_featured-image-5_page_id',''),(2818,18,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2819,18,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(2820,18,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2821,18,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(2822,1005,'_wp_attached_file','2019/05/1329.jpg'),(2823,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1263;s:6:\"height\";i:1648;s:4:\"file\";s:16:\"2019/05/1329.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1329-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1329-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"1329-768x1002.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1002;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1329-785x1024.jpg\";s:5:\"width\";i:785;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"1329-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"1329-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"1329-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"1329-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"1329-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"1329-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"1329-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"1329-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"1329-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"1329-200x261.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"1329-400x522.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"1329-600x783.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:783;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"1329-800x1044.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"1329-1200x1566.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1566;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2824,1006,'_wp_attached_file','2019/05/1330.jpg'),(2825,1006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1265;s:6:\"height\";i:1648;s:4:\"file\";s:16:\"2019/05/1330.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1330-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1330-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"1330-768x1001.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1001;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1330-786x1024.jpg\";s:5:\"width\";i:786;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"1330-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"1330-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"1330-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"1330-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"1330-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"1330-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"1330-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"1330-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"1330-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"1330-200x261.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"1330-400x521.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"1330-600x782.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:782;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"1330-800x1042.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1042;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"1330-1200x1563.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2826,1007,'_wp_attached_file','2019/05/1331.jpg'),(2827,1007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1267;s:6:\"height\";i:1649;s:4:\"file\";s:16:\"2019/05/1331.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1331-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1331-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"1331-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1331-787x1024.jpg\";s:5:\"width\";i:787;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"1331-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"1331-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"1331-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"1331-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"1331-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"1331-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"1331-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"1331-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"1331-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"1331-200x260.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"1331-400x521.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"1331-600x781.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"1331-800x1041.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1041;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"1331-1200x1562.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1562;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2828,1008,'_wp_attached_file','2019/05/1332.jpg'),(2829,1008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:1646;s:4:\"file\";s:16:\"2019/05/1332.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1332-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1332-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"1332-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1332-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"1332-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"1332-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"1332-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"1332-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"1332-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"1332-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"1332-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"1332-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"1332-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"1332-200x259.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"1332-400x518.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"1332-600x776.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"1332-800x1035.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1035;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"1332-1200x1553.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1553;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2830,170,'_wp_page_template','default'),(2839,170,'pyre_slider_type','no'),(2840,170,'pyre_slider','0'),(2841,170,'pyre_wooslider',''),(2842,170,'pyre_revslider','0'),(2843,170,'pyre_elasticslider','0'),(2844,170,'pyre_slider_position','default'),(2845,170,'pyre_avada_rev_styles','default'),(2846,170,'pyre_fallback',''),(2847,170,'pyre_fallback_id',''),(2848,170,'pyre_demo_slider',''),(2849,170,'pyre_main_top_padding',''),(2850,170,'pyre_main_bottom_padding',''),(2851,170,'pyre_hundredp_padding',''),(2852,170,'pyre_show_first_featured_image','no'),(2853,170,'pyre_display_header','yes'),(2854,170,'pyre_header_100_width','default'),(2855,170,'pyre_combined_header_bg_color',''),(2856,170,'pyre_mobile_header_bg_color',''),(2857,170,'pyre_header_bg',''),(2858,170,'pyre_header_bg_id',''),(2859,170,'pyre_header_bg_full','no'),(2860,170,'pyre_header_bg_repeat','repeat'),(2861,170,'pyre_displayed_menu','default'),(2862,170,'pyre_display_footer','default'),(2863,170,'pyre_display_copyright','default'),(2864,170,'pyre_footer_100_width','default'),(2865,170,'pyre_sidebar_position','default'),(2866,170,'pyre_responsive_sidebar_order',''),(2867,170,'pyre_sidebar_sticky','default'),(2868,170,'pyre_sidebar_bg_color',''),(2869,170,'pyre_page_bg_layout','default'),(2870,170,'pyre_page_bg_color',''),(2871,170,'pyre_page_bg',''),(2872,170,'pyre_page_bg_id',''),(2873,170,'pyre_page_bg_full','default'),(2874,170,'pyre_page_bg_repeat','default'),(2875,170,'pyre_wide_page_bg_color',''),(2876,170,'pyre_wide_page_bg',''),(2877,170,'pyre_wide_page_bg_id',''),(2878,170,'pyre_wide_page_bg_full','default'),(2879,170,'pyre_wide_page_bg_repeat','default'),(2880,170,'pyre_page_title','default'),(2881,170,'pyre_page_title_breadcrumbs_search_bar','default'),(2882,170,'pyre_page_title_text','default'),(2883,170,'pyre_page_title_text_alignment','default'),(2884,170,'pyre_page_title_custom_text',''),(2885,170,'pyre_page_title_text_size',''),(2886,170,'pyre_page_title_line_height',''),(2887,170,'pyre_page_title_font_color',''),(2888,170,'pyre_page_title_custom_subheader',''),(2889,170,'pyre_page_title_custom_subheader_text_size',''),(2890,170,'pyre_page_title_subheader_font_color',''),(2891,170,'pyre_page_title_100_width','default'),(2892,170,'pyre_page_title_height',''),(2893,170,'pyre_page_title_mobile_height',''),(2894,170,'pyre_page_title_bar_bg_color',''),(2895,170,'pyre_page_title_bar_borders_color',''),(2896,170,'pyre_page_title_bar_bg',''),(2897,170,'pyre_page_title_bar_bg_id',''),(2898,170,'pyre_page_title_bar_bg_retina',''),(2899,170,'pyre_page_title_bar_bg_retina_id',''),(2900,170,'pyre_page_title_bar_bg_full','default'),(2901,170,'pyre_page_title_bg_parallax','default'),(2902,170,'fusion_builder_status','active'),(2903,170,'kd_featured-image-2_page_id',''),(2904,170,'kd_featured-image-3_page_id',''),(2905,170,'kd_featured-image-4_page_id',''),(2906,170,'kd_featured-image-5_page_id',''),(2911,1010,'iwp_log_type','plugins'),(2912,1010,'iwp_log_action','update'),(2913,1010,'iwp_log_activities_type','automatic'),(2914,1010,'iwp_log_actions','plugins-updated'),(2915,1010,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.3.1\";s:15:\"updated_version\";s:5:\"7.3.2\";}'),(2928,1012,'_fusion_is_global','yes'),(2937,1012,'pyre_slider_type','no'),(2938,1012,'pyre_slider','0'),(2939,1012,'pyre_wooslider',''),(2940,1012,'pyre_revslider','0'),(2941,1012,'pyre_elasticslider','0'),(2942,1012,'pyre_slider_position','default'),(2943,1012,'pyre_avada_rev_styles','default'),(2944,1012,'pyre_fallback',''),(2945,1012,'pyre_fallback_id',''),(2946,1012,'pyre_demo_slider',''),(2947,1012,'pyre_main_top_padding',''),(2948,1012,'pyre_main_bottom_padding',''),(2949,1012,'pyre_hundredp_padding',''),(2950,1012,'pyre_show_first_featured_image','no'),(2951,1012,'pyre_display_header','yes'),(2952,1012,'pyre_header_100_width','default'),(2953,1012,'pyre_combined_header_bg_color',''),(2954,1012,'pyre_mobile_header_bg_color',''),(2955,1012,'pyre_header_bg',''),(2956,1012,'pyre_header_bg_id',''),(2957,1012,'pyre_header_bg_full','no'),(2958,1012,'pyre_header_bg_repeat','repeat'),(2959,1012,'pyre_displayed_menu','default'),(2960,1012,'pyre_display_footer','default'),(2961,1012,'pyre_display_copyright','default'),(2962,1012,'pyre_footer_100_width','default'),(2963,1012,'pyre_sidebar_position','default'),(2964,1012,'pyre_responsive_sidebar_order',''),(2965,1012,'pyre_sidebar_sticky','default'),(2966,1012,'pyre_sidebar_bg_color',''),(2967,1012,'pyre_page_bg_layout','default'),(2968,1012,'pyre_page_bg_color',''),(2969,1012,'pyre_page_bg',''),(2970,1012,'pyre_page_bg_id',''),(2971,1012,'pyre_page_bg_full','default'),(2972,1012,'pyre_page_bg_repeat','default'),(2973,1012,'pyre_wide_page_bg_color',''),(2974,1012,'pyre_wide_page_bg',''),(2975,1012,'pyre_wide_page_bg_id',''),(2976,1012,'pyre_wide_page_bg_full','default'),(2977,1012,'pyre_wide_page_bg_repeat','default'),(2978,1012,'pyre_page_title','default'),(2979,1012,'pyre_page_title_breadcrumbs_search_bar','default'),(2980,1012,'pyre_page_title_text','default'),(2981,1012,'pyre_page_title_text_alignment','default'),(2982,1012,'pyre_page_title_custom_text',''),(2983,1012,'pyre_page_title_text_size',''),(2984,1012,'pyre_page_title_line_height',''),(2985,1012,'pyre_page_title_font_color',''),(2986,1012,'pyre_page_title_custom_subheader',''),(2987,1012,'pyre_page_title_custom_subheader_text_size',''),(2988,1012,'pyre_page_title_subheader_font_color',''),(2989,1012,'pyre_page_title_100_width','default'),(2990,1012,'pyre_page_title_height',''),(2991,1012,'pyre_page_title_mobile_height',''),(2992,1012,'pyre_page_title_bar_bg_color',''),(2993,1012,'pyre_page_title_bar_borders_color',''),(2994,1012,'pyre_page_title_bar_bg',''),(2995,1012,'pyre_page_title_bar_bg_id',''),(2996,1012,'pyre_page_title_bar_bg_retina',''),(2997,1012,'pyre_page_title_bar_bg_retina_id',''),(2998,1012,'pyre_page_title_bar_bg_full','default'),(2999,1012,'pyre_page_title_bg_parallax','default'),(3000,1012,'fusion_builder_status','active'),(3001,1012,'kd_featured-image-2_page_id',''),(3002,1012,'kd_featured-image-3_page_id',''),(3003,1012,'kd_featured-image-4_page_id',''),(3004,1012,'kd_featured-image-5_page_id',''),(3114,1019,'_wp_attached_file','2019/05/PPS-statement-of-Core-Values-and-Beliefs-ver-E2.pdf'),(3115,1019,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"PPS-statement-of-Core-Values-and-Beliefs-ver-E2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"PPS-statement-of-Core-Values-and-Beliefs-ver-E2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"PPS-statement-of-Core-Values-and-Beliefs-ver-E2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:55:\"PPS-statement-of-Core-Values-and-Beliefs-ver-E2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(3231,1023,'iwp_log_type','core'),(3232,1023,'iwp_log_action','update'),(3233,1023,'iwp_log_activities_type','automatic'),(3234,1023,'iwp_log_actions','core-updated'),(3235,1023,'iwp_log_details','a:2:{s:11:\"old_version\";s:3:\"5.2\";s:15:\"updated_version\";s:5:\"5.2.1\";}'),(3244,1025,'iwp_log_type','plugins'),(3245,1025,'iwp_log_action','update'),(3246,1025,'iwp_log_activities_type','direct'),(3247,1025,'iwp_log_actions','plugins-updated'),(3248,1025,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"old_version\";s:5:\"5.1.1\";s:15:\"updated_version\";s:5:\"5.1.3\";}'),(3249,1026,'iwp_log_type','plugins'),(3250,1026,'iwp_log_action','update'),(3251,1026,'iwp_log_activities_type','direct'),(3252,1026,'iwp_log_actions','plugins-updated'),(3253,1026,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:6:\"11.1.1\";s:15:\"updated_version\";s:4:\"11.3\";}'),(3266,1028,'_wp_attached_file','2019/05/1369.jpg'),(3267,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1269;s:6:\"height\";i:1650;s:4:\"file\";s:16:\"2019/05/1369.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1369-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1369-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"1369-768x999.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1369-788x1024.jpg\";s:5:\"width\";i:788;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"1369-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"1369-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"1369-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"1369-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"1369-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"1369-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"1369-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"1369-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"1369-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"1369-200x260.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"1369-400x520.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"1369-600x780.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:780;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"1369-800x1040.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1040;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"1369-1200x1560.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1560;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3276,170,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3277,170,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3278,170,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3279,170,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3280,1030,'iwp_log_type','plugins'),(3281,1030,'iwp_log_action','update'),(3282,1030,'iwp_log_activities_type','iwp_log'),(3283,1030,'iwp_log_actions','plugins-updated'),(3284,1030,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.2.3\";s:15:\"updated_version\";s:3:\"4.3\";}'),(3286,7,'_wp_page_template','default'),(3295,7,'pyre_slider_type','no'),(3296,7,'pyre_slider','0'),(3297,7,'pyre_wooslider',''),(3298,7,'pyre_revslider','0'),(3299,7,'pyre_elasticslider','0'),(3300,7,'pyre_slider_position','default'),(3301,7,'pyre_avada_rev_styles','default'),(3302,7,'pyre_fallback',''),(3303,7,'pyre_fallback_id',''),(3304,7,'pyre_demo_slider',''),(3305,7,'pyre_main_top_padding',''),(3306,7,'pyre_main_bottom_padding',''),(3307,7,'pyre_hundredp_padding',''),(3308,7,'pyre_show_first_featured_image','no'),(3309,7,'pyre_display_header','yes'),(3310,7,'pyre_header_100_width','default'),(3311,7,'pyre_combined_header_bg_color',''),(3312,7,'pyre_mobile_header_bg_color',''),(3313,7,'pyre_header_bg',''),(3314,7,'pyre_header_bg_id',''),(3315,7,'pyre_header_bg_full','no'),(3316,7,'pyre_header_bg_repeat','repeat'),(3317,7,'pyre_displayed_menu','default'),(3318,7,'pyre_display_footer','default'),(3319,7,'pyre_display_copyright','default'),(3320,7,'pyre_footer_100_width','default'),(3321,7,'pyre_sidebar_position','default'),(3322,7,'pyre_responsive_sidebar_order',''),(3323,7,'pyre_sidebar_sticky','default'),(3324,7,'pyre_sidebar_bg_color',''),(3325,7,'pyre_page_bg_layout','default'),(3326,7,'pyre_page_bg_color',''),(3327,7,'pyre_page_bg',''),(3328,7,'pyre_page_bg_id',''),(3329,7,'pyre_page_bg_full','default'),(3330,7,'pyre_page_bg_repeat','default'),(3331,7,'pyre_wide_page_bg_color',''),(3332,7,'pyre_wide_page_bg',''),(3333,7,'pyre_wide_page_bg_id',''),(3334,7,'pyre_wide_page_bg_full','default'),(3335,7,'pyre_wide_page_bg_repeat','default'),(3336,7,'pyre_page_title','default'),(3337,7,'pyre_page_title_breadcrumbs_search_bar','default'),(3338,7,'pyre_page_title_text','default'),(3339,7,'pyre_page_title_text_alignment','default'),(3340,7,'pyre_page_title_custom_text',''),(3341,7,'pyre_page_title_text_size',''),(3342,7,'pyre_page_title_line_height',''),(3343,7,'pyre_page_title_font_color',''),(3344,7,'pyre_page_title_custom_subheader',''),(3345,7,'pyre_page_title_custom_subheader_text_size',''),(3346,7,'pyre_page_title_subheader_font_color',''),(3347,7,'pyre_page_title_100_width','default'),(3348,7,'pyre_page_title_height',''),(3349,7,'pyre_page_title_mobile_height',''),(3350,7,'pyre_page_title_bar_bg_color',''),(3351,7,'pyre_page_title_bar_borders_color',''),(3352,7,'pyre_page_title_bar_bg',''),(3353,7,'pyre_page_title_bar_bg_id',''),(3354,7,'pyre_page_title_bar_bg_retina',''),(3355,7,'pyre_page_title_bar_bg_retina_id',''),(3356,7,'pyre_page_title_bar_bg_full','default'),(3357,7,'pyre_page_title_bg_parallax','default'),(3358,7,'fusion_builder_status',''),(3359,7,'kd_featured-image-2_page_id',''),(3360,7,'kd_featured-image-3_page_id',''),(3361,7,'kd_featured-image-4_page_id',''),(3362,7,'kd_featured-image-5_page_id',''),(3379,123,'_wp_page_template','default'),(3388,123,'pyre_slider_type','no'),(3389,123,'pyre_slider','0'),(3390,123,'pyre_wooslider',''),(3391,123,'pyre_revslider','0'),(3392,123,'pyre_elasticslider','0'),(3393,123,'pyre_slider_position','default'),(3394,123,'pyre_avada_rev_styles','default'),(3395,123,'pyre_fallback',''),(3396,123,'pyre_fallback_id',''),(3397,123,'pyre_demo_slider',''),(3398,123,'pyre_main_top_padding',''),(3399,123,'pyre_main_bottom_padding',''),(3400,123,'pyre_hundredp_padding',''),(3401,123,'pyre_show_first_featured_image','no'),(3402,123,'pyre_display_header','yes'),(3403,123,'pyre_header_100_width','default'),(3404,123,'pyre_combined_header_bg_color',''),(3405,123,'pyre_mobile_header_bg_color',''),(3406,123,'pyre_header_bg',''),(3407,123,'pyre_header_bg_id',''),(3408,123,'pyre_header_bg_full','no'),(3409,123,'pyre_header_bg_repeat','repeat'),(3410,123,'pyre_displayed_menu','default'),(3411,123,'pyre_display_footer','default'),(3412,123,'pyre_display_copyright','default'),(3413,123,'pyre_footer_100_width','default'),(3414,123,'pyre_sidebar_position','default'),(3415,123,'pyre_responsive_sidebar_order',''),(3416,123,'pyre_sidebar_sticky','default'),(3417,123,'pyre_sidebar_bg_color',''),(3418,123,'pyre_page_bg_layout','default'),(3419,123,'pyre_page_bg_color',''),(3420,123,'pyre_page_bg',''),(3421,123,'pyre_page_bg_id',''),(3422,123,'pyre_page_bg_full','default'),(3423,123,'pyre_page_bg_repeat','default'),(3424,123,'pyre_wide_page_bg_color',''),(3425,123,'pyre_wide_page_bg',''),(3426,123,'pyre_wide_page_bg_id',''),(3427,123,'pyre_wide_page_bg_full','default'),(3428,123,'pyre_wide_page_bg_repeat','default'),(3429,123,'pyre_page_title','default'),(3430,123,'pyre_page_title_breadcrumbs_search_bar','default'),(3431,123,'pyre_page_title_text','default'),(3432,123,'pyre_page_title_text_alignment','default'),(3433,123,'pyre_page_title_custom_text',''),(3434,123,'pyre_page_title_text_size',''),(3435,123,'pyre_page_title_line_height',''),(3436,123,'pyre_page_title_font_color',''),(3437,123,'pyre_page_title_custom_subheader',''),(3438,123,'pyre_page_title_custom_subheader_text_size',''),(3439,123,'pyre_page_title_subheader_font_color',''),(3440,123,'pyre_page_title_100_width','default'),(3441,123,'pyre_page_title_height',''),(3442,123,'pyre_page_title_mobile_height',''),(3443,123,'pyre_page_title_bar_bg_color',''),(3444,123,'pyre_page_title_bar_borders_color',''),(3445,123,'pyre_page_title_bar_bg',''),(3446,123,'pyre_page_title_bar_bg_id',''),(3447,123,'pyre_page_title_bar_bg_retina',''),(3448,123,'pyre_page_title_bar_bg_retina_id',''),(3449,123,'pyre_page_title_bar_bg_full','default'),(3450,123,'pyre_page_title_bg_parallax','default'),(3451,123,'fusion_builder_status',''),(3452,123,'kd_featured-image-2_page_id',''),(3453,123,'kd_featured-image-3_page_id',''),(3454,123,'kd_featured-image-4_page_id',''),(3455,123,'kd_featured-image-5_page_id',''),(3460,130,'_wp_page_template','default'),(3469,130,'pyre_slider_type','no'),(3470,130,'pyre_slider','0'),(3471,130,'pyre_wooslider',''),(3472,130,'pyre_revslider','0'),(3473,130,'pyre_elasticslider','0'),(3474,130,'pyre_slider_position','default'),(3475,130,'pyre_avada_rev_styles','default'),(3476,130,'pyre_fallback',''),(3477,130,'pyre_fallback_id',''),(3478,130,'pyre_demo_slider',''),(3479,130,'pyre_main_top_padding',''),(3480,130,'pyre_main_bottom_padding',''),(3481,130,'pyre_hundredp_padding',''),(3482,130,'pyre_show_first_featured_image','no'),(3483,130,'pyre_display_header','yes'),(3484,130,'pyre_header_100_width','default'),(3485,130,'pyre_combined_header_bg_color',''),(3486,130,'pyre_mobile_header_bg_color',''),(3487,130,'pyre_header_bg',''),(3488,130,'pyre_header_bg_id',''),(3489,130,'pyre_header_bg_full','no'),(3490,130,'pyre_header_bg_repeat','repeat'),(3491,130,'pyre_displayed_menu','default'),(3492,130,'pyre_display_footer','default'),(3493,130,'pyre_display_copyright','default'),(3494,130,'pyre_footer_100_width','default'),(3495,130,'pyre_sidebar_position','default'),(3496,130,'pyre_responsive_sidebar_order',''),(3497,130,'pyre_sidebar_sticky','default'),(3498,130,'pyre_sidebar_bg_color',''),(3499,130,'pyre_page_bg_layout','default'),(3500,130,'pyre_page_bg_color',''),(3501,130,'pyre_page_bg',''),(3502,130,'pyre_page_bg_id',''),(3503,130,'pyre_page_bg_full','default'),(3504,130,'pyre_page_bg_repeat','default'),(3505,130,'pyre_wide_page_bg_color',''),(3506,130,'pyre_wide_page_bg',''),(3507,130,'pyre_wide_page_bg_id',''),(3508,130,'pyre_wide_page_bg_full','default'),(3509,130,'pyre_wide_page_bg_repeat','default'),(3510,130,'pyre_page_title','default'),(3511,130,'pyre_page_title_breadcrumbs_search_bar','default'),(3512,130,'pyre_page_title_text','default'),(3513,130,'pyre_page_title_text_alignment','default'),(3514,130,'pyre_page_title_custom_text',''),(3515,130,'pyre_page_title_text_size',''),(3516,130,'pyre_page_title_line_height',''),(3517,130,'pyre_page_title_font_color',''),(3518,130,'pyre_page_title_custom_subheader',''),(3519,130,'pyre_page_title_custom_subheader_text_size',''),(3520,130,'pyre_page_title_subheader_font_color',''),(3521,130,'pyre_page_title_100_width','default'),(3522,130,'pyre_page_title_height',''),(3523,130,'pyre_page_title_mobile_height',''),(3524,130,'pyre_page_title_bar_bg_color',''),(3525,130,'pyre_page_title_bar_borders_color',''),(3526,130,'pyre_page_title_bar_bg',''),(3527,130,'pyre_page_title_bar_bg_id',''),(3528,130,'pyre_page_title_bar_bg_retina',''),(3529,130,'pyre_page_title_bar_bg_retina_id',''),(3530,130,'pyre_page_title_bar_bg_full','default'),(3531,130,'pyre_page_title_bg_parallax','default'),(3532,130,'fusion_builder_status',''),(3533,130,'kd_featured-image-2_page_id',''),(3534,130,'kd_featured-image-3_page_id',''),(3535,130,'kd_featured-image-4_page_id',''),(3536,130,'kd_featured-image-5_page_id',''),(3541,137,'_wp_page_template','default'),(3550,137,'pyre_slider_type','no'),(3551,137,'pyre_slider','0'),(3552,137,'pyre_wooslider',''),(3553,137,'pyre_revslider','0'),(3554,137,'pyre_elasticslider','0'),(3555,137,'pyre_slider_position','default'),(3556,137,'pyre_avada_rev_styles','default'),(3557,137,'pyre_fallback',''),(3558,137,'pyre_fallback_id',''),(3559,137,'pyre_demo_slider',''),(3560,137,'pyre_main_top_padding',''),(3561,137,'pyre_main_bottom_padding',''),(3562,137,'pyre_hundredp_padding',''),(3563,137,'pyre_show_first_featured_image','no'),(3564,137,'pyre_display_header','yes'),(3565,137,'pyre_header_100_width','default'),(3566,137,'pyre_combined_header_bg_color',''),(3567,137,'pyre_mobile_header_bg_color',''),(3568,137,'pyre_header_bg',''),(3569,137,'pyre_header_bg_id',''),(3570,137,'pyre_header_bg_full','no'),(3571,137,'pyre_header_bg_repeat','repeat'),(3572,137,'pyre_displayed_menu','default'),(3573,137,'pyre_display_footer','default'),(3574,137,'pyre_display_copyright','default'),(3575,137,'pyre_footer_100_width','default'),(3576,137,'pyre_sidebar_position','default'),(3577,137,'pyre_responsive_sidebar_order',''),(3578,137,'pyre_sidebar_sticky','default'),(3579,137,'pyre_sidebar_bg_color',''),(3580,137,'pyre_page_bg_layout','default'),(3581,137,'pyre_page_bg_color',''),(3582,137,'pyre_page_bg',''),(3583,137,'pyre_page_bg_id',''),(3584,137,'pyre_page_bg_full','default'),(3585,137,'pyre_page_bg_repeat','default'),(3586,137,'pyre_wide_page_bg_color',''),(3587,137,'pyre_wide_page_bg',''),(3588,137,'pyre_wide_page_bg_id',''),(3589,137,'pyre_wide_page_bg_full','default'),(3590,137,'pyre_wide_page_bg_repeat','default'),(3591,137,'pyre_page_title','default'),(3592,137,'pyre_page_title_breadcrumbs_search_bar','default'),(3593,137,'pyre_page_title_text','default'),(3594,137,'pyre_page_title_text_alignment','default'),(3595,137,'pyre_page_title_custom_text',''),(3596,137,'pyre_page_title_text_size',''),(3597,137,'pyre_page_title_line_height',''),(3598,137,'pyre_page_title_font_color',''),(3599,137,'pyre_page_title_custom_subheader',''),(3600,137,'pyre_page_title_custom_subheader_text_size',''),(3601,137,'pyre_page_title_subheader_font_color',''),(3602,137,'pyre_page_title_100_width','default'),(3603,137,'pyre_page_title_height',''),(3604,137,'pyre_page_title_mobile_height',''),(3605,137,'pyre_page_title_bar_bg_color',''),(3606,137,'pyre_page_title_bar_borders_color',''),(3607,137,'pyre_page_title_bar_bg',''),(3608,137,'pyre_page_title_bar_bg_id',''),(3609,137,'pyre_page_title_bar_bg_retina',''),(3610,137,'pyre_page_title_bar_bg_retina_id',''),(3611,137,'pyre_page_title_bar_bg_full','default'),(3612,137,'pyre_page_title_bg_parallax','default'),(3613,137,'fusion_builder_status',''),(3614,137,'kd_featured-image-2_page_id',''),(3615,137,'kd_featured-image-3_page_id',''),(3616,137,'kd_featured-image-4_page_id',''),(3617,137,'kd_featured-image-5_page_id',''),(3654,1043,'iwp_log_type','plugins'),(3655,1043,'iwp_log_action','update'),(3656,1043,'iwp_log_activities_type','automatic'),(3657,1043,'iwp_log_actions','plugins-updated'),(3658,1043,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.3.2\";s:15:\"updated_version\";s:5:\"7.3.3\";}'),(3691,130,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3692,130,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3693,130,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3694,130,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3715,137,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3716,137,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3717,137,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3718,137,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3719,139,'_wp_page_template','default'),(3728,139,'pyre_slider_type','no'),(3729,139,'pyre_slider','0'),(3730,139,'pyre_wooslider',''),(3731,139,'pyre_revslider','0'),(3732,139,'pyre_elasticslider','0'),(3733,139,'pyre_slider_position','default'),(3734,139,'pyre_avada_rev_styles','default'),(3735,139,'pyre_fallback',''),(3736,139,'pyre_fallback_id',''),(3737,139,'pyre_demo_slider',''),(3738,139,'pyre_main_top_padding',''),(3739,139,'pyre_main_bottom_padding',''),(3740,139,'pyre_hundredp_padding',''),(3741,139,'pyre_show_first_featured_image','no'),(3742,139,'pyre_display_header','yes'),(3743,139,'pyre_header_100_width','default'),(3744,139,'pyre_combined_header_bg_color',''),(3745,139,'pyre_mobile_header_bg_color',''),(3746,139,'pyre_header_bg',''),(3747,139,'pyre_header_bg_id',''),(3748,139,'pyre_header_bg_full','no'),(3749,139,'pyre_header_bg_repeat','repeat'),(3750,139,'pyre_displayed_menu','default'),(3751,139,'pyre_display_footer','default'),(3752,139,'pyre_display_copyright','default'),(3753,139,'pyre_footer_100_width','default'),(3754,139,'pyre_sidebar_position','default'),(3755,139,'pyre_responsive_sidebar_order',''),(3756,139,'pyre_sidebar_sticky','default'),(3757,139,'pyre_sidebar_bg_color',''),(3758,139,'pyre_page_bg_layout','default'),(3759,139,'pyre_page_bg_color',''),(3760,139,'pyre_page_bg',''),(3761,139,'pyre_page_bg_id',''),(3762,139,'pyre_page_bg_full','default'),(3763,139,'pyre_page_bg_repeat','default'),(3764,139,'pyre_wide_page_bg_color',''),(3765,139,'pyre_wide_page_bg',''),(3766,139,'pyre_wide_page_bg_id',''),(3767,139,'pyre_wide_page_bg_full','default'),(3768,139,'pyre_wide_page_bg_repeat','default'),(3769,139,'pyre_page_title','default'),(3770,139,'pyre_page_title_breadcrumbs_search_bar','default'),(3771,139,'pyre_page_title_text','default'),(3772,139,'pyre_page_title_text_alignment','default'),(3773,139,'pyre_page_title_custom_text',''),(3774,139,'pyre_page_title_text_size',''),(3775,139,'pyre_page_title_line_height',''),(3776,139,'pyre_page_title_font_color',''),(3777,139,'pyre_page_title_custom_subheader',''),(3778,139,'pyre_page_title_custom_subheader_text_size',''),(3779,139,'pyre_page_title_subheader_font_color',''),(3780,139,'pyre_page_title_100_width','default'),(3781,139,'pyre_page_title_height',''),(3782,139,'pyre_page_title_mobile_height',''),(3783,139,'pyre_page_title_bar_bg_color',''),(3784,139,'pyre_page_title_bar_borders_color',''),(3785,139,'pyre_page_title_bar_bg',''),(3786,139,'pyre_page_title_bar_bg_id',''),(3787,139,'pyre_page_title_bar_bg_retina',''),(3788,139,'pyre_page_title_bar_bg_retina_id',''),(3789,139,'pyre_page_title_bar_bg_full','default'),(3790,139,'pyre_page_title_bg_parallax','default'),(3791,139,'fusion_builder_status',''),(3792,139,'kd_featured-image-2_page_id',''),(3793,139,'kd_featured-image-3_page_id',''),(3794,139,'kd_featured-image-4_page_id',''),(3795,139,'kd_featured-image-5_page_id',''),(3796,139,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3797,139,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3798,139,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3799,139,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3808,39,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3809,39,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3810,39,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3811,39,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(3812,1052,'iwp_log_type','plugins'),(3813,1052,'iwp_log_action','update'),(3814,1052,'iwp_log_activities_type','direct'),(3815,1052,'iwp_log_actions','plugins-updated'),(3816,1052,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:27:\"redirection/redirection.php\";s:11:\"old_version\";s:3:\"4.3\";s:15:\"updated_version\";s:5:\"4.3.1\";}'),(3817,1053,'iwp_log_type','plugins'),(3818,1053,'iwp_log_action','update'),(3819,1053,'iwp_log_activities_type','direct'),(3820,1053,'iwp_log_actions','plugins-updated'),(3821,1053,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.3.3\";s:15:\"updated_version\";s:5:\"7.3.4\";}'),(3822,1054,'iwp_log_type','plugins'),(3823,1054,'iwp_log_action','update'),(3824,1054,'iwp_log_activities_type','direct'),(3825,1054,'iwp_log_actions','plugins-updated'),(3826,1054,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:4:\"11.3\";s:15:\"updated_version\";s:4:\"11.4\";}'),(3827,1055,'iwp_log_type','core'),(3828,1055,'iwp_log_action','update'),(3829,1055,'iwp_log_activities_type','automatic'),(3830,1055,'iwp_log_actions','core-updated'),(3831,1055,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.2.1\";s:15:\"updated_version\";s:5:\"5.2.2\";}'),(3832,1057,'_wp_attached_file','2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-F.pdf'),(3833,1057,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"PPS-statement-of-Core-Values-and-Beliefs-ver-F-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"PPS-statement-of-Core-Values-and-Beliefs-ver-F-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"PPS-statement-of-Core-Values-and-Beliefs-ver-F-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:54:\"PPS-statement-of-Core-Values-and-Beliefs-ver-F-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4002,1070,'_wp_attached_file','2019/06/LogoWeb.png'),(4003,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:563;s:6:\"height\";i:176;s:4:\"file\";s:19:\"2019/06/LogoWeb.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"LogoWeb-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:\"LogoWeb-300x94.png\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"LogoWeb-540x176.png\";s:5:\"width\";i:540;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"LogoWeb-460x176.png\";s:5:\"width\";i:460;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"LogoWeb-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"LogoWeb-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"LogoWeb-320x176.png\";s:5:\"width\";i:320;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"LogoWeb-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"LogoWeb-200x63.png\";s:5:\"width\";i:200;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:19:\"LogoWeb-400x125.png\";s:5:\"width\";i:400;s:6:\"height\";i:125;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:{}}}'),(4004,1071,'iwp_log_type','plugins'),(4005,1071,'iwp_log_action','update'),(4006,1071,'iwp_log_activities_type','direct'),(4007,1071,'iwp_log_actions','plugins-updated'),(4008,1071,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"old_version\";s:5:\"7.6.0\";s:15:\"updated_version\";s:5:\"7.7.1\";}'),(4009,1072,'iwp_log_type','plugins'),(4010,1072,'iwp_log_action','update'),(4011,1072,'iwp_log_activities_type','direct'),(4012,1072,'iwp_log_actions','plugins-updated'),(4013,1072,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:4:\"11.4\";s:15:\"updated_version\";s:4:\"11.5\";}'),(4066,7,'_yoast_wpseo_focuskw','financial professional'),(4067,7,'_yoast_wpseo_linkdex','54'),(4068,7,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4069,7,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4070,7,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4071,7,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4080,123,'_yoast_wpseo_focuskw','audit deterrence measures'),(4081,123,'_yoast_wpseo_linkdex','50'),(4090,123,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4091,123,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4092,123,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4093,123,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4094,123,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% %%sitename%% -audit deterrence measures™'),(4095,123,'_yoast_wpseo_metadesc','We believe our audit deterrence measures™, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence'),(4096,1078,'_wp_attached_file','2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-G.pdf'),(4097,1078,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"PPS-statement-of-Core-Values-and-Beliefs-ver-G-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"PPS-statement-of-Core-Values-and-Beliefs-ver-G-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:63:\"PPS-statement-of-Core-Values-and-Beliefs-ver-G-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:54:\"PPS-statement-of-Core-Values-and-Beliefs-ver-G-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4118,1012,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4119,1012,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4120,1012,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4121,1012,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4262,1092,'_fusion_is_global','yes'),(4271,1092,'pyre_slider_type','flex'),(4272,1092,'pyre_slider','0'),(4273,1092,'pyre_wooslider','law-home'),(4274,1092,'pyre_revslider','0'),(4275,1092,'pyre_elasticslider','0'),(4276,1092,'pyre_slider_position','default'),(4277,1092,'pyre_avada_rev_styles','default'),(4278,1092,'pyre_fallback',''),(4279,1092,'pyre_fallback_id',''),(4280,1092,'pyre_demo_slider',''),(4281,1092,'pyre_main_top_padding',''),(4282,1092,'pyre_main_bottom_padding',''),(4283,1092,'pyre_hundredp_padding',''),(4284,1092,'pyre_show_first_featured_image','no'),(4285,1092,'pyre_display_header','yes'),(4286,1092,'pyre_header_100_width','default'),(4287,1092,'pyre_combined_header_bg_color',''),(4288,1092,'pyre_mobile_header_bg_color',''),(4289,1092,'pyre_header_bg',''),(4290,1092,'pyre_header_bg_id',''),(4291,1092,'pyre_header_bg_full','no'),(4292,1092,'pyre_header_bg_repeat','repeat'),(4293,1092,'pyre_displayed_menu','default'),(4294,1092,'pyre_display_footer','default'),(4295,1092,'pyre_display_copyright','default'),(4296,1092,'pyre_footer_100_width','default'),(4297,1092,'pyre_sidebar_position','default'),(4298,1092,'pyre_responsive_sidebar_order',''),(4299,1092,'pyre_sidebar_sticky','default'),(4300,1092,'pyre_sidebar_bg_color',''),(4301,1092,'pyre_page_bg_layout','default'),(4302,1092,'pyre_page_bg_color',''),(4303,1092,'pyre_page_bg',''),(4304,1092,'pyre_page_bg_id',''),(4305,1092,'pyre_page_bg_full','default'),(4306,1092,'pyre_page_bg_repeat','default'),(4307,1092,'pyre_wide_page_bg_color',''),(4308,1092,'pyre_wide_page_bg',''),(4309,1092,'pyre_wide_page_bg_id',''),(4310,1092,'pyre_wide_page_bg_full','default'),(4311,1092,'pyre_wide_page_bg_repeat','default'),(4312,1092,'pyre_page_title','default'),(4313,1092,'pyre_page_title_breadcrumbs_search_bar','default'),(4314,1092,'pyre_page_title_text','default'),(4315,1092,'pyre_page_title_text_alignment','default'),(4316,1092,'pyre_page_title_custom_text',''),(4317,1092,'pyre_page_title_text_size',''),(4318,1092,'pyre_page_title_line_height',''),(4319,1092,'pyre_page_title_font_color',''),(4320,1092,'pyre_page_title_custom_subheader',''),(4321,1092,'pyre_page_title_custom_subheader_text_size',''),(4322,1092,'pyre_page_title_subheader_font_color',''),(4323,1092,'pyre_page_title_100_width','default'),(4324,1092,'pyre_page_title_height',''),(4325,1092,'pyre_page_title_mobile_height',''),(4326,1092,'pyre_page_title_bar_bg_color',''),(4327,1092,'pyre_page_title_bar_borders_color',''),(4328,1092,'pyre_page_title_bar_bg',''),(4329,1092,'pyre_page_title_bar_bg_id',''),(4330,1092,'pyre_page_title_bar_bg_retina',''),(4331,1092,'pyre_page_title_bar_bg_retina_id',''),(4332,1092,'pyre_page_title_bar_bg_full','default'),(4333,1092,'pyre_page_title_bg_parallax','default'),(4334,1092,'fusion_builder_status','active'),(4335,1092,'kd_featured-image-2_page_id',''),(4336,1092,'kd_featured-image-3_page_id',''),(4337,1092,'kd_featured-image-4_page_id',''),(4338,1092,'kd_featured-image-5_page_id',''),(4395,161,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4396,161,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4397,161,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4398,161,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4419,1092,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4420,1092,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4421,1092,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4422,1092,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4427,2,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4428,2,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4429,2,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4430,2,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4431,1099,'iwp_log_type','plugins'),(4432,1099,'iwp_log_action','update'),(4433,1099,'iwp_log_activities_type','direct'),(4434,1099,'iwp_log_actions','plugins-updated'),(4435,1099,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:4:\"11.5\";s:15:\"updated_version\";s:4:\"11.6\";}'),(4450,288,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4451,288,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4452,288,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4453,288,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4454,110,'_wp_page_template','default'),(4463,110,'pyre_slider_type','no'),(4464,110,'pyre_slider','0'),(4465,110,'pyre_wooslider',''),(4466,110,'pyre_revslider','0'),(4467,110,'pyre_elasticslider','0'),(4468,110,'pyre_slider_position','default'),(4469,110,'pyre_avada_rev_styles','default'),(4470,110,'pyre_fallback',''),(4471,110,'pyre_fallback_id',''),(4472,110,'pyre_demo_slider',''),(4473,110,'pyre_main_top_padding',''),(4474,110,'pyre_main_bottom_padding',''),(4475,110,'pyre_hundredp_padding',''),(4476,110,'pyre_show_first_featured_image','no'),(4477,110,'pyre_display_header','yes'),(4478,110,'pyre_header_100_width','default'),(4479,110,'pyre_combined_header_bg_color',''),(4480,110,'pyre_mobile_header_bg_color',''),(4481,110,'pyre_header_bg',''),(4482,110,'pyre_header_bg_id',''),(4483,110,'pyre_header_bg_full','no'),(4484,110,'pyre_header_bg_repeat','repeat'),(4485,110,'pyre_displayed_menu','default'),(4486,110,'pyre_display_footer','default'),(4487,110,'pyre_display_copyright','default'),(4488,110,'pyre_footer_100_width','default'),(4489,110,'pyre_sidebar_position','default'),(4490,110,'pyre_responsive_sidebar_order',''),(4491,110,'pyre_sidebar_sticky','default'),(4492,110,'pyre_sidebar_bg_color',''),(4493,110,'pyre_page_bg_layout','default'),(4494,110,'pyre_page_bg_color',''),(4495,110,'pyre_page_bg',''),(4496,110,'pyre_page_bg_id',''),(4497,110,'pyre_page_bg_full','default'),(4498,110,'pyre_page_bg_repeat','default'),(4499,110,'pyre_wide_page_bg_color',''),(4500,110,'pyre_wide_page_bg',''),(4501,110,'pyre_wide_page_bg_id',''),(4502,110,'pyre_wide_page_bg_full','default'),(4503,110,'pyre_wide_page_bg_repeat','default'),(4504,110,'pyre_page_title','default'),(4505,110,'pyre_page_title_breadcrumbs_search_bar','default'),(4506,110,'pyre_page_title_text','default'),(4507,110,'pyre_page_title_text_alignment','default'),(4508,110,'pyre_page_title_custom_text',''),(4509,110,'pyre_page_title_text_size',''),(4510,110,'pyre_page_title_line_height',''),(4511,110,'pyre_page_title_font_color',''),(4512,110,'pyre_page_title_custom_subheader',''),(4513,110,'pyre_page_title_custom_subheader_text_size',''),(4514,110,'pyre_page_title_subheader_font_color',''),(4515,110,'pyre_page_title_100_width','default'),(4516,110,'pyre_page_title_height',''),(4517,110,'pyre_page_title_mobile_height',''),(4518,110,'pyre_page_title_bar_bg_color',''),(4519,110,'pyre_page_title_bar_borders_color',''),(4520,110,'pyre_page_title_bar_bg',''),(4521,110,'pyre_page_title_bar_bg_id',''),(4522,110,'pyre_page_title_bar_bg_retina',''),(4523,110,'pyre_page_title_bar_bg_retina_id',''),(4524,110,'pyre_page_title_bar_bg_full','default'),(4525,110,'pyre_page_title_bg_parallax','default'),(4526,110,'fusion_builder_status',''),(4527,110,'kd_featured-image-2_page_id',''),(4528,110,'kd_featured-image-3_page_id',''),(4529,110,'kd_featured-image-4_page_id',''),(4530,110,'kd_featured-image-5_page_id',''),(4531,110,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4532,110,'sbg_selected_sidebar_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4533,110,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4534,110,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:15:\"default_sidebar\";}'),(4535,1102,'iwp_log_type','plugins'),(4536,1102,'iwp_log_action','update'),(4537,1102,'iwp_log_activities_type','iwp_log'),(4538,1102,'iwp_log_actions','plugins-updated'),(4539,1102,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"11.5\";s:15:\"updated_version\";s:4:\"11.6\";}'),(4540,1103,'iwp_log_type','plugins'),(4541,1103,'iwp_log_action','update'),(4542,1103,'iwp_log_activities_type','iwp_log'),(4543,1103,'iwp_log_actions','plugins-updated'),(4544,1103,'iwp_log_details','a:4:{s:4:\"name\";s:41:\"Google Captcha (reCAPTCHA) by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.44\";s:15:\"updated_version\";s:4:\"1.45\";}'),(4545,1104,'iwp_log_type','plugins'),(4546,1104,'iwp_log_action','update'),(4547,1104,'iwp_log_activities_type','iwp_log'),(4548,1104,'iwp_log_actions','plugins-updated'),(4549,1104,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:9:\"wordfence\";s:11:\"old_version\";s:5:\"7.3.4\";s:15:\"updated_version\";s:5:\"7.3.5\";}'),(4550,1105,'iwp_log_type','themes'),(4551,1105,'iwp_log_action','update'),(4552,1105,'iwp_log_activities_type','iwp_log'),(4553,1105,'iwp_log_actions','themes-updated'),(4554,1105,'iwp_log_details','a:4:{s:4:\"name\";s:8:\"fruitful\";s:4:\"slug\";s:8:\"fruitful\";s:11:\"old_version\";s:3:\"3.7\";s:15:\"updated_version\";s:3:\"3.8\";}'),(4555,1106,'iwp_log_type','plugins'),(4556,1106,'iwp_log_action','update'),(4557,1106,'iwp_log_activities_type','iwp_log'),(4558,1106,'iwp_log_actions','plugins-updated'),(4559,1106,'iwp_log_details','a:4:{s:4:\"name\";s:41:\"Google Captcha (reCAPTCHA) by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.45\";s:15:\"updated_version\";s:4:\"1.47\";}'),(4560,1107,'iwp_log_type','plugins'),(4561,1107,'iwp_log_action','update'),(4562,1107,'iwp_log_activities_type','iwp_log'),(4563,1107,'iwp_log_actions','plugins-updated'),(4564,1107,'iwp_log_details','a:4:{s:4:\"name\";s:23:\"Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.5.2\";s:15:\"updated_version\";s:5:\"4.5.3\";}'),(4565,1108,'iwp_log_type','plugins'),(4566,1108,'iwp_log_action','update'),(4567,1108,'iwp_log_activities_type','iwp_log'),(4568,1108,'iwp_log_actions','plugins-updated'),(4569,1108,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"11.6\";s:15:\"updated_version\";s:4:\"11.7\";}'),(4570,1109,'iwp_log_type','plugins'),(4571,1109,'iwp_log_action','update'),(4572,1109,'iwp_log_activities_type','automatic'),(4573,1109,'iwp_log_actions','plugins-updated'),(4574,1109,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.3.5\";s:15:\"updated_version\";s:5:\"7.3.6\";}'),(4575,1110,'iwp_log_type','plugins'),(4576,1110,'iwp_log_action','update'),(4577,1110,'iwp_log_activities_type','iwp_log'),(4578,1110,'iwp_log_actions','plugins-updated'),(4579,1110,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"11.7\";s:15:\"updated_version\";s:4:\"11.9\";}'),(4580,1111,'iwp_log_type','plugins'),(4581,1111,'iwp_log_action','update'),(4582,1111,'iwp_log_activities_type','automatic'),(4583,1111,'iwp_log_actions','plugins-updated'),(4584,1111,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.3.6\";s:15:\"updated_version\";s:5:\"7.4.0\";}'),(4585,1112,'iwp_log_type','plugins'),(4586,1112,'iwp_log_action','update'),(4587,1112,'iwp_log_activities_type','iwp_log'),(4588,1112,'iwp_log_actions','plugins-updated'),(4589,1112,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.1.3\";s:15:\"updated_version\";s:5:\"5.1.4\";}'),(4590,1113,'iwp_log_type','plugins'),(4591,1113,'iwp_log_action','update'),(4592,1113,'iwp_log_activities_type','iwp_log'),(4593,1113,'iwp_log_actions','plugins-updated'),(4594,1113,'iwp_log_details','a:4:{s:4:\"name\";s:41:\"Google Captcha (reCAPTCHA) by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.47\";s:15:\"updated_version\";s:4:\"1.51\";}'),(4595,1114,'iwp_log_type','plugins'),(4596,1114,'iwp_log_action','update'),(4597,1114,'iwp_log_activities_type','iwp_log'),(4598,1114,'iwp_log_actions','plugins-updated'),(4599,1114,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.3.1\";s:15:\"updated_version\";s:5:\"4.3.3\";}'),(4600,1115,'iwp_log_type','themes'),(4601,1115,'iwp_log_action','update'),(4602,1115,'iwp_log_activities_type','iwp_log'),(4603,1115,'iwp_log_actions','themes-updated'),(4604,1115,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"5.9.1\";s:15:\"updated_version\";s:5:\"6.0.3\";}'),(4605,1116,'iwp_log_type','plugins'),(4606,1116,'iwp_log_action','update'),(4607,1116,'iwp_log_activities_type','iwp_log'),(4608,1116,'iwp_log_actions','plugins-updated'),(4609,1116,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"11.9\";s:15:\"updated_version\";s:4:\"12.0\";}'),(4610,1117,'iwp_log_type','core'),(4611,1117,'iwp_log_action','update'),(4612,1117,'iwp_log_activities_type','automatic'),(4613,1117,'iwp_log_actions','core-updated'),(4614,1117,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.2.2\";s:15:\"updated_version\";s:5:\"5.2.3\";}'),(4615,1118,'iwp_log_type','plugins'),(4616,1118,'iwp_log_action','update'),(4617,1118,'iwp_log_activities_type','iwp_log'),(4618,1118,'iwp_log_actions','plugins-updated'),(4619,1118,'iwp_log_details','a:4:{s:4:\"name\";s:41:\"Google Captcha (reCAPTCHA) by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.51\";s:15:\"updated_version\";s:4:\"1.52\";}'),(4620,1119,'iwp_log_type','plugins'),(4621,1119,'iwp_log_action','update'),(4622,1119,'iwp_log_activities_type','iwp_log'),(4623,1119,'iwp_log_actions','plugins-updated'),(4624,1119,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:5:\"7.7.1\";s:15:\"updated_version\";s:5:\"7.8.0\";}'),(4625,1120,'iwp_log_type','plugins'),(4626,1120,'iwp_log_action','update'),(4627,1120,'iwp_log_activities_type','iwp_log'),(4628,1120,'iwp_log_actions','plugins-updated'),(4629,1120,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"12.0\";s:15:\"updated_version\";s:4:\"12.1\";}'),(4630,1121,'iwp_log_type','plugins'),(4631,1121,'iwp_log_action','update'),(4632,1121,'iwp_log_activities_type','iwp_log'),(4633,1121,'iwp_log_actions','plugins-updated'),(4634,1121,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:5:\"7.8.0\";s:15:\"updated_version\";s:5:\"7.8.1\";}'),(4635,1122,'iwp_log_type','plugins'),(4636,1122,'iwp_log_action','update'),(4637,1122,'iwp_log_activities_type','iwp_log'),(4638,1122,'iwp_log_actions','plugins-updated'),(4639,1122,'iwp_log_details','a:4:{s:4:\"name\";s:23:\"Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.5.3\";s:15:\"updated_version\";s:5:\"4.5.5\";}'),(4640,1123,'iwp_log_type','plugins'),(4641,1123,'iwp_log_action','update'),(4642,1123,'iwp_log_activities_type','iwp_log'),(4643,1123,'iwp_log_actions','plugins-updated'),(4644,1123,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:5:\"7.8.1\";s:15:\"updated_version\";s:5:\"7.8.2\";}'),(4645,1124,'iwp_log_type','plugins'),(4646,1124,'iwp_log_action','update'),(4647,1124,'iwp_log_activities_type','iwp_log'),(4648,1124,'iwp_log_actions','plugins-updated'),(4649,1124,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.3.3\";s:15:\"updated_version\";s:3:\"4.4\";}'),(4650,1125,'iwp_log_type','plugins'),(4651,1125,'iwp_log_action','update'),(4652,1125,'iwp_log_activities_type','iwp_log'),(4653,1125,'iwp_log_actions','plugins-updated'),(4654,1125,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:3:\"4.4\";s:15:\"updated_version\";s:5:\"4.4.2\";}'),(4655,1126,'iwp_log_type','plugins'),(4656,1126,'iwp_log_action','update'),(4657,1126,'iwp_log_activities_type','iwp_log'),(4658,1126,'iwp_log_actions','plugins-updated'),(4659,1126,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"12.1\";s:15:\"updated_version\";s:4:\"12.2\";}'),(4660,1127,'iwp_log_type','plugins'),(4661,1127,'iwp_log_action','update'),(4662,1127,'iwp_log_activities_type','iwp_log'),(4663,1127,'iwp_log_actions','plugins-updated'),(4664,1127,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:5:\"7.8.2\";s:15:\"updated_version\";s:5:\"7.9.0\";}'),(4665,1128,'iwp_log_type','core'),(4666,1128,'iwp_log_action','update'),(4667,1128,'iwp_log_activities_type','automatic'),(4668,1128,'iwp_log_actions','core-updated'),(4669,1128,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.2.3\";s:15:\"updated_version\";s:5:\"5.2.4\";}'),(4670,1129,'iwp_log_type','plugins'),(4671,1129,'iwp_log_action','update'),(4672,1129,'iwp_log_activities_type','iwp_log'),(4673,1129,'iwp_log_actions','plugins-updated'),(4674,1129,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.5.5\";s:15:\"updated_version\";s:5:\"4.6.1\";}'),(4675,1130,'iwp_log_type','plugins'),(4676,1130,'iwp_log_action','update'),(4677,1130,'iwp_log_activities_type','iwp_log'),(4678,1130,'iwp_log_actions','plugins-updated'),(4679,1130,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"12.2\";s:15:\"updated_version\";s:4:\"12.3\";}'),(4680,1131,'iwp_log_type','themes'),(4681,1131,'iwp_log_action','update'),(4682,1131,'iwp_log_activities_type','iwp_log'),(4683,1131,'iwp_log_actions','themes-updated'),(4684,1131,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"6.0.3\";s:15:\"updated_version\";s:5:\"6.1.0\";}'),(4685,1132,'iwp_log_type','plugins'),(4686,1132,'iwp_log_action','update'),(4687,1132,'iwp_log_activities_type','iwp_log'),(4688,1132,'iwp_log_actions','plugins-updated'),(4689,1132,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.6.1\";s:15:\"updated_version\";s:5:\"4.6.2\";}'),(4690,1133,'iwp_log_type','themes'),(4691,1133,'iwp_log_action','update'),(4692,1133,'iwp_log_activities_type','iwp_log'),(4693,1133,'iwp_log_actions','themes-updated'),(4694,1133,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"6.1.0\";s:15:\"updated_version\";s:5:\"6.1.1\";}'),(4695,1134,'iwp_log_type','plugins'),(4696,1134,'iwp_log_action','update'),(4697,1134,'iwp_log_activities_type','iwp_log'),(4698,1134,'iwp_log_actions','plugins-updated'),(4699,1134,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"12.3\";s:15:\"updated_version\";s:4:\"12.4\";}'),(4700,1135,'iwp_log_type','plugins'),(4701,1135,'iwp_log_action','update'),(4702,1135,'iwp_log_activities_type','iwp_log'),(4703,1135,'iwp_log_actions','plugins-updated'),(4704,1135,'iwp_log_details','a:4:{s:4:\"name\";s:41:\"Google Captcha (reCAPTCHA) by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.52\";s:15:\"updated_version\";s:4:\"1.53\";}'),(4705,1136,'iwp_log_type','plugins'),(4706,1136,'iwp_log_action','update'),(4707,1136,'iwp_log_activities_type','automatic'),(4708,1136,'iwp_log_actions','plugins-updated'),(4709,1136,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.0\";s:15:\"updated_version\";s:5:\"7.4.1\";}'),(4710,1137,'iwp_log_type','plugins'),(4711,1137,'iwp_log_action','update'),(4712,1137,'iwp_log_activities_type','automatic'),(4713,1137,'iwp_log_actions','plugins-updated'),(4714,1137,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"old_version\";s:5:\"7.9.0\";s:15:\"updated_version\";s:6:\"7.10.0\";}'),(4715,1138,'iwp_log_type','core'),(4716,1138,'iwp_log_action','update'),(4717,1138,'iwp_log_activities_type','iwp_log'),(4718,1138,'iwp_log_actions','core-updated'),(4719,1138,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.2.4\";s:15:\"updated_version\";s:3:\"5.3\";}'),(4720,1139,'iwp_log_type','plugins'),(4721,1139,'iwp_log_action','update'),(4722,1139,'iwp_log_activities_type','iwp_log'),(4723,1139,'iwp_log_actions','plugins-updated'),(4724,1139,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.1.4\";s:15:\"updated_version\";s:5:\"5.1.5\";}'),(4725,1140,'iwp_log_type','plugins'),(4726,1140,'iwp_log_action','update'),(4727,1140,'iwp_log_activities_type','iwp_log'),(4728,1140,'iwp_log_actions','plugins-updated'),(4729,1140,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.6.2\";s:15:\"updated_version\";s:3:\"4.7\";}'),(4730,1141,'iwp_log_type','plugins'),(4731,1141,'iwp_log_action','update'),(4732,1141,'iwp_log_activities_type','iwp_log'),(4733,1141,'iwp_log_actions','plugins-updated'),(4734,1141,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"12.4\";s:15:\"updated_version\";s:4:\"12.5\";}'),(4735,1142,'iwp_log_type','plugins'),(4736,1142,'iwp_log_action','update'),(4737,1142,'iwp_log_activities_type','iwp_log'),(4738,1142,'iwp_log_actions','plugins-updated'),(4739,1142,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"12.5\";s:15:\"updated_version\";s:6:\"12.5.1\";}'),(4740,1143,'iwp_log_type','plugins'),(4741,1143,'iwp_log_action','update'),(4742,1143,'iwp_log_activities_type','iwp_log'),(4743,1143,'iwp_log_actions','plugins-updated'),(4744,1143,'iwp_log_details','a:4:{s:4:\"name\";s:41:\"Google Captcha (reCAPTCHA) by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.53\";s:15:\"updated_version\";s:4:\"1.54\";}'),(4745,1144,'iwp_log_type','plugins'),(4746,1144,'iwp_log_action','update'),(4747,1144,'iwp_log_activities_type','iwp_log'),(4748,1144,'iwp_log_actions','plugins-updated'),(4749,1144,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.4.2\";s:15:\"updated_version\";s:5:\"4.5.1\";}'),(4750,1145,'iwp_log_type','themes'),(4751,1145,'iwp_log_action','update'),(4752,1145,'iwp_log_activities_type','iwp_log'),(4753,1145,'iwp_log_actions','themes-updated'),(4754,1145,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"6.1.1\";s:15:\"updated_version\";s:5:\"6.1.2\";}'),(4755,1146,'iwp_log_type','plugins'),(4756,1146,'iwp_log_action','update'),(4757,1146,'iwp_log_activities_type','iwp_log'),(4758,1146,'iwp_log_actions','plugins-updated'),(4759,1146,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.1.5\";s:15:\"updated_version\";s:5:\"5.1.6\";}'),(4760,1147,'iwp_log_type','plugins'),(4761,1147,'iwp_log_action','update'),(4762,1147,'iwp_log_activities_type','iwp_log'),(4763,1147,'iwp_log_actions','plugins-updated'),(4764,1147,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:3:\"4.7\";s:15:\"updated_version\";s:5:\"4.7.2\";}'),(4765,1148,'iwp_log_type','plugins'),(4766,1148,'iwp_log_action','update'),(4767,1148,'iwp_log_activities_type','automatic'),(4768,1148,'iwp_log_actions','plugins-updated'),(4769,1148,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.1\";s:15:\"updated_version\";s:5:\"7.4.2\";}'),(4770,1149,'iwp_log_type','core'),(4771,1149,'iwp_log_action','update'),(4772,1149,'iwp_log_activities_type','automatic'),(4773,1149,'iwp_log_actions','core-updated'),(4774,1149,'iwp_log_details','a:2:{s:11:\"old_version\";s:3:\"5.3\";s:15:\"updated_version\";s:5:\"5.3.1\";}'),(4775,1150,'iwp_log_type','core'),(4776,1150,'iwp_log_action','update'),(4777,1150,'iwp_log_activities_type','automatic'),(4778,1150,'iwp_log_actions','core-updated'),(4779,1150,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.3.1\";s:15:\"updated_version\";s:5:\"5.3.2\";}'),(4780,1151,'iwp_log_type','plugins'),(4781,1151,'iwp_log_action','update'),(4782,1151,'iwp_log_activities_type','iwp_log'),(4783,1151,'iwp_log_actions','plugins-updated'),(4784,1151,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.10.0\";s:15:\"updated_version\";s:6:\"7.10.2\";}'),(4785,1152,'iwp_log_type','plugins'),(4786,1152,'iwp_log_action','update'),(4787,1152,'iwp_log_activities_type','iwp_log'),(4788,1152,'iwp_log_actions','plugins-updated'),(4789,1152,'iwp_log_details','a:4:{s:4:\"name\";s:41:\"Google Captcha (reCAPTCHA) by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.54\";s:15:\"updated_version\";s:4:\"1.55\";}'),(4790,1153,'iwp_log_type','plugins'),(4791,1153,'iwp_log_action','update'),(4792,1153,'iwp_log_activities_type','iwp_log'),(4793,1153,'iwp_log_actions','plugins-updated'),(4794,1153,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.7.2\";s:15:\"updated_version\";s:5:\"4.7.4\";}'),(4795,1154,'iwp_log_type','plugins'),(4796,1154,'iwp_log_action','update'),(4797,1154,'iwp_log_activities_type','iwp_log'),(4798,1154,'iwp_log_actions','plugins-updated'),(4799,1154,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"12.5.1\";s:15:\"updated_version\";s:6:\"12.7.1\";}'),(4800,1155,'iwp_log_type','themes'),(4801,1155,'iwp_log_action','update'),(4802,1155,'iwp_log_activities_type','iwp_log'),(4803,1155,'iwp_log_actions','themes-updated'),(4804,1155,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.0\";s:15:\"updated_version\";s:3:\"1.1\";}'),(4805,1156,'iwp_log_type','plugins'),(4806,1156,'iwp_log_action','update'),(4807,1156,'iwp_log_activities_type','iwp_log'),(4808,1156,'iwp_log_actions','plugins-updated'),(4809,1156,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"12.7.1\";s:15:\"updated_version\";s:4:\"12.8\";}'),(4810,1157,'iwp_log_type','plugins'),(4811,1157,'iwp_log_action','update'),(4812,1157,'iwp_log_activities_type','iwp_log'),(4813,1157,'iwp_log_actions','plugins-updated'),(4814,1157,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.10.2\";s:15:\"updated_version\";s:6:\"7.10.3\";}'),(4815,1158,'iwp_log_type','plugins'),(4816,1158,'iwp_log_action','update'),(4817,1158,'iwp_log_activities_type','iwp_log'),(4818,1158,'iwp_log_actions','plugins-updated'),(4819,1158,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.5.1\";s:15:\"updated_version\";s:5:\"4.6.2\";}'),(4820,1159,'iwp_log_type','plugins'),(4821,1159,'iwp_log_action','update'),(4822,1159,'iwp_log_activities_type','automatic'),(4823,1159,'iwp_log_actions','plugins-updated'),(4824,1159,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.2\";s:15:\"updated_version\";s:5:\"7.4.3\";}'),(4825,1160,'iwp_log_type','plugins'),(4826,1160,'iwp_log_action','update'),(4827,1160,'iwp_log_activities_type','automatic'),(4828,1160,'iwp_log_actions','plugins-updated'),(4829,1160,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.3\";s:15:\"updated_version\";s:5:\"7.4.4\";}'),(4830,1161,'iwp_log_type','plugins'),(4831,1161,'iwp_log_action','update'),(4832,1161,'iwp_log_activities_type','iwp_log'),(4833,1161,'iwp_log_actions','plugins-updated'),(4834,1161,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:9:\"wordfence\";s:11:\"old_version\";s:5:\"7.4.4\";s:15:\"updated_version\";s:5:\"7.4.5\";}'),(4835,1162,'iwp_log_type','plugins'),(4836,1162,'iwp_log_action','update'),(4837,1162,'iwp_log_activities_type','iwp_log'),(4838,1162,'iwp_log_actions','plugins-updated'),(4839,1162,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"12.8\";s:15:\"updated_version\";s:6:\"12.8.1\";}'),(4840,1163,'iwp_log_type','plugins'),(4841,1163,'iwp_log_action','update'),(4842,1163,'iwp_log_activities_type','iwp_log'),(4843,1163,'iwp_log_actions','plugins-updated'),(4844,1163,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.10.3\";s:15:\"updated_version\";s:6:\"7.10.4\";}'),(4845,1164,'iwp_log_type','plugins'),(4846,1164,'iwp_log_action','update'),(4847,1164,'iwp_log_activities_type','iwp_log'),(4848,1164,'iwp_log_actions','plugins-updated'),(4849,1164,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"12.8.1\";s:15:\"updated_version\";s:6:\"12.9.1\";}'),(4850,1165,'iwp_log_type','plugins'),(4851,1165,'iwp_log_action','update'),(4852,1165,'iwp_log_activities_type','iwp_log'),(4853,1165,'iwp_log_actions','plugins-updated'),(4854,1165,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"12.9.1\";s:15:\"updated_version\";s:4:\"13.0\";}'),(4855,1167,'iwp_log_type','plugins'),(4856,1167,'iwp_log_action','update'),(4857,1167,'iwp_log_activities_type','direct'),(4858,1167,'iwp_log_actions','plugins-updated'),(4859,1167,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"old_version\";s:5:\"4.7.4\";s:15:\"updated_version\";s:5:\"4.7.5\";}'),(4862,1168,'iwp_log_type','plugins'),(4863,1168,'iwp_log_action','update'),(4864,1168,'iwp_log_activities_type','automatic'),(4865,1168,'iwp_log_actions','plugins-updated'),(4866,1168,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.5\";s:15:\"updated_version\";s:5:\"7.4.6\";}'),(4867,1169,'iwp_log_type','plugins'),(4868,1169,'iwp_log_action','update'),(4869,1169,'iwp_log_activities_type','iwp_log'),(4870,1169,'iwp_log_actions','plugins-updated'),(4871,1169,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"13.0\";s:15:\"updated_version\";s:4:\"13.1\";}'),(4872,1170,'iwp_log_type','plugins'),(4873,1170,'iwp_log_action','update'),(4874,1170,'iwp_log_activities_type','iwp_log'),(4875,1170,'iwp_log_actions','plugins-updated'),(4876,1170,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.6.2\";s:15:\"updated_version\";s:3:\"4.7\";}'),(4877,1171,'iwp_log_type','themes'),(4878,1171,'iwp_log_action','update'),(4879,1171,'iwp_log_activities_type','iwp_log'),(4880,1171,'iwp_log_actions','themes-updated'),(4881,1171,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"6.1.2\";s:15:\"updated_version\";s:5:\"6.2.1\";}'),(4882,2,'_fusion','a:17:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:7:\"default\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:8:\"law-home\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(4883,323,'_fusion','a:13:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:15:\"default_sidebar\";}'),(4884,293,'_fusion','a:13:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:15:\"default_sidebar\";}'),(4885,288,'_fusion','a:13:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:15:\"default_sidebar\";}'),(4886,264,'_fusion','a:13:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:15:\"default_sidebar\";}'),(4887,189,'_fusion','a:13:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:15:\"default_sidebar\";}'),(4888,14,'_fusion','a:13:{s:25:\"show_first_featured_image\";s:3:\"yes\";s:17:\"post_links_target\";s:2:\"no\";s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"posts_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"posts_sidebar_2\";s:15:\"default_sidebar\";}'),(4889,39,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4890,392,'_fusion','a:23:{s:4:\"type\";s:7:\"youtube\";s:10:\"youtube_id\";s:43:\"https://www.youtube.com/watch?v=vqEERHymwWI\";s:3:\"mp4\";a:2:{s:3:\"url\";s:107:\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2017/03/video_law_home_xml.mp4\";s:2:\"id\";s:1:\"0\";}s:13:\"preview_image\";a:2:{s:3:\"url\";s:111:\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2017/03/video_law_home_preview.jpg\";s:2:\"id\";s:1:\"0\";}s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:12:\"heading_size\";s:1:\"3\";s:17:\"heading_font_size\";s:2:\"24\";s:13:\"heading_color\";s:4:\"#fff\";s:10:\"heading_bg\";s:3:\"yes\";s:16:\"heading_bg_color\";s:7:\"#808003\";s:12:\"caption_size\";s:1:\"3\";s:17:\"caption_font_size\";s:2:\"18\";s:13:\"caption_color\";s:4:\"#fff\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";s:13:\"video_display\";s:5:\"cover\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"caption_separator\";s:4:\"none\";}'),(4891,18,'_fusion','a:17:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:7:\"default\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:7:\"default\";s:17:\"content_bg_repeat\";s:7:\"default\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(4892,59,'_fusion','a:0:{}'),(4893,137,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4894,185,'_fusion','a:0:{}'),(4895,1,'_fusion','a:0:{}'),(4896,7,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4897,3,'_fusion','a:0:{}'),(4898,161,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4899,27,'_fusion','a:0:{}'),(4900,170,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4901,198,'_fusion','a:0:{}'),(4902,142,'_fusion','a:0:{}'),(4903,55,'_fusion','a:0:{}'),(4904,174,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4905,23,'_fusion','a:0:{}'),(4906,4,'_fusion','a:0:{}'),(4907,6,'_fusion','a:0:{}'),(4908,15,'_fusion','a:0:{}'),(4909,130,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4910,126,'_fusion','a:0:{}'),(4911,123,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4912,193,'_fusion','a:0:{}'),(4913,275,'_fusion','a:0:{}'),(4914,8,'_fusion','a:0:{}'),(4915,110,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4916,132,'_fusion','a:0:{}'),(4917,111,'_fusion','a:0:{}'),(4918,5,'_fusion','a:0:{}'),(4919,11,'_fusion','a:0:{}'),(4920,139,'_fusion','a:12:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4921,13,'_fusion','a:0:{}'),(4922,113,'_fusion','a:0:{}'),(4923,112,'_fusion','a:0:{}'),(4924,950,'_fusion','a:20:{s:11:\"slider_type\";s:5:\"layer\";s:6:\"slider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:13:\"elasticslider\";s:1:\"0\";s:8:\"fallback\";s:30:\"https://placehold.it/1920x1240\";s:11:\"demo_slider\";s:1:\"1\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:25:\"show_first_featured_image\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:7:\"bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:15:\"content_bg_full\";s:2:\"no\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:14:\"page_title_bar\";s:2:\"no\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),(4925,1172,'iwp_log_type','themes'),(4926,1172,'iwp_log_action','update'),(4927,1172,'iwp_log_activities_type','iwp_log'),(4928,1172,'iwp_log_actions','themes-updated'),(4929,1172,'iwp_log_details','a:4:{s:4:\"name\";s:8:\"fruitful\";s:4:\"slug\";s:8:\"fruitful\";s:11:\"old_version\";s:3:\"3.8\";s:15:\"updated_version\";s:5:\"3.8.1\";}'),(4930,1173,'iwp_log_type','plugins'),(4931,1173,'iwp_log_action','update'),(4932,1173,'iwp_log_activities_type','iwp_log'),(4933,1173,'iwp_log_actions','plugins-updated'),(4934,1173,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"13.1\";s:15:\"updated_version\";s:4:\"13.2\";}'),(4935,1174,'iwp_log_type','plugins'),(4936,1174,'iwp_log_action','update'),(4937,1174,'iwp_log_activities_type','iwp_log'),(4938,1174,'iwp_log_actions','plugins-updated'),(4939,1174,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.1.6\";s:15:\"updated_version\";s:5:\"5.1.7\";}'),(4940,1175,'iwp_log_type','plugins'),(4941,1175,'iwp_log_action','update'),(4942,1175,'iwp_log_activities_type','iwp_log'),(4943,1175,'iwp_log_actions','plugins-updated'),(4944,1175,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.55\";s:15:\"updated_version\";s:4:\"1.56\";}'),(4945,1176,'iwp_log_type','plugins'),(4946,1176,'iwp_log_action','update'),(4947,1176,'iwp_log_activities_type','iwp_log'),(4948,1176,'iwp_log_actions','plugins-updated'),(4949,1176,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:5:\"4.1.3\";s:15:\"updated_version\";s:5:\"4.1.4\";}'),(4950,1177,'iwp_log_type','plugins'),(4951,1177,'iwp_log_action','update'),(4952,1177,'iwp_log_activities_type','iwp_log'),(4953,1177,'iwp_log_actions','plugins-updated'),(4954,1177,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"13.2\";s:15:\"updated_version\";s:4:\"13.3\";}'),(4955,76,'_fusion','a:0:{}'),(4956,1178,'iwp_log_type','themes'),(4957,1178,'iwp_log_action','update'),(4958,1178,'iwp_log_activities_type','iwp_log'),(4959,1178,'iwp_log_actions','themes-updated'),(4960,1178,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"6.2.1\";s:15:\"updated_version\";s:5:\"6.2.2\";}'),(4961,1179,'iwp_log_type','plugins'),(4962,1179,'iwp_log_action','update'),(4963,1179,'iwp_log_activities_type','iwp_log'),(4964,1179,'iwp_log_actions','plugins-updated'),(4965,1179,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:3:\"4.7\";s:15:\"updated_version\";s:5:\"4.7.1\";}'),(4966,1180,'iwp_log_type','plugins'),(4967,1180,'iwp_log_action','update'),(4968,1180,'iwp_log_activities_type','iwp_log'),(4969,1180,'iwp_log_actions','plugins-updated'),(4970,1180,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Call Now Button\";s:4:\"slug\";s:15:\"call-now-button\";s:11:\"old_version\";s:5:\"0.3.6\";s:15:\"updated_version\";s:5:\"0.4.0\";}'),(4971,1181,'iwp_log_type','plugins'),(4972,1181,'iwp_log_action','update'),(4973,1181,'iwp_log_activities_type','iwp_log'),(4974,1181,'iwp_log_actions','plugins-updated'),(4975,1181,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"13.3\";s:15:\"updated_version\";s:6:\"13.4.1\";}'),(4976,1182,'iwp_log_type','themes'),(4977,1182,'iwp_log_action','update'),(4978,1182,'iwp_log_activities_type','iwp_log'),(4979,1182,'iwp_log_actions','themes-updated'),(4980,1182,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Twenty Nineteen\";s:4:\"slug\";s:15:\"Twenty Nineteen\";s:11:\"old_version\";s:3:\"1.4\";s:15:\"updated_version\";s:3:\"1.5\";}'),(4981,1183,'iwp_log_type','themes'),(4982,1183,'iwp_log_action','update'),(4983,1183,'iwp_log_activities_type','iwp_log'),(4984,1183,'iwp_log_actions','themes-updated'),(4985,1183,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"Twenty Seventeen\";s:4:\"slug\";s:16:\"Twenty Seventeen\";s:11:\"old_version\";s:3:\"2.2\";s:15:\"updated_version\";s:3:\"2.3\";}'),(4986,1184,'iwp_log_type','themes'),(4987,1184,'iwp_log_action','update'),(4988,1184,'iwp_log_activities_type','iwp_log'),(4989,1184,'iwp_log_actions','themes-updated'),(4990,1184,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Twenty Sixteen\";s:4:\"slug\";s:14:\"Twenty Sixteen\";s:11:\"old_version\";s:3:\"2.0\";s:15:\"updated_version\";s:3:\"2.1\";}'),(4991,1185,'iwp_log_type','themes'),(4992,1185,'iwp_log_action','update'),(4993,1185,'iwp_log_activities_type','iwp_log'),(4994,1185,'iwp_log_actions','themes-updated'),(4995,1185,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.1\";s:15:\"updated_version\";s:3:\"1.2\";}'),(4996,1186,'iwp_log_type','core'),(4997,1186,'iwp_log_action','update'),(4998,1186,'iwp_log_activities_type','iwp_log'),(4999,1186,'iwp_log_actions','core-updated'),(5000,1186,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.3.2\";s:15:\"updated_version\";s:3:\"5.4\";}'),(5001,1187,'iwp_log_type','plugins'),(5002,1187,'iwp_log_action','update'),(5003,1187,'iwp_log_activities_type','iwp_log'),(5004,1187,'iwp_log_actions','plugins-updated'),(5005,1187,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.7.5\";s:15:\"updated_version\";s:5:\"4.7.6\";}'),(5006,1188,'iwp_log_type','plugins'),(5007,1188,'iwp_log_action','update'),(5008,1188,'iwp_log_activities_type','iwp_log'),(5009,1188,'iwp_log_actions','plugins-updated'),(5010,1188,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"13.4.1\";s:15:\"updated_version\";s:4:\"13.5\";}'),(5011,1189,'iwp_log_type','plugins'),(5012,1189,'iwp_log_action','update'),(5013,1189,'iwp_log_activities_type','automatic'),(5014,1189,'iwp_log_actions','plugins-updated'),(5015,1189,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.6\";s:15:\"updated_version\";s:5:\"7.4.7\";}'),(5016,1190,'iwp_log_type','plugins'),(5017,1190,'iwp_log_action','update'),(5018,1190,'iwp_log_activities_type','iwp_log'),(5019,1190,'iwp_log_actions','plugins-updated'),(5020,1190,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:5:\"4.1.4\";s:15:\"updated_version\";s:5:\"4.1.5\";}'),(5021,1191,'iwp_log_type','plugins'),(5022,1191,'iwp_log_action','update'),(5023,1191,'iwp_log_activities_type','iwp_log'),(5024,1191,'iwp_log_actions','plugins-updated'),(5025,1191,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.7.6\";s:15:\"updated_version\";s:5:\"4.7.7\";}'),(5026,1192,'iwp_log_type','core'),(5027,1192,'iwp_log_action','update'),(5028,1192,'iwp_log_activities_type','automatic'),(5029,1192,'iwp_log_actions','core-updated'),(5030,1192,'iwp_log_details','a:2:{s:11:\"old_version\";s:3:\"5.4\";s:15:\"updated_version\";s:5:\"5.4.1\";}'),(5031,1193,'iwp_log_type','themes'),(5032,1193,'iwp_log_action','update'),(5033,1193,'iwp_log_activities_type','iwp_log'),(5034,1193,'iwp_log_actions','themes-updated'),(5035,1193,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"6.2.2\";s:15:\"updated_version\";s:5:\"6.2.3\";}'),(5036,1194,'iwp_log_type','plugins'),(5037,1194,'iwp_log_action','update'),(5038,1194,'iwp_log_activities_type','iwp_log'),(5039,1194,'iwp_log_actions','plugins-updated'),(5040,1194,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"13.5\";s:15:\"updated_version\";s:6:\"14.0.4\";}'),(5041,1196,'iwp_log_type','plugins'),(5042,1196,'iwp_log_action','update'),(5043,1196,'iwp_log_activities_type','iwp_log'),(5044,1196,'iwp_log_actions','plugins-updated'),(5045,1196,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.7.1\";s:15:\"updated_version\";s:5:\"4.7.2\";}'),(5046,1197,'iwp_log_type','plugins'),(5047,1197,'iwp_log_action','update'),(5048,1197,'iwp_log_activities_type','iwp_log'),(5049,1197,'iwp_log_actions','plugins-updated'),(5050,1197,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"14.0.4\";s:15:\"updated_version\";s:4:\"14.1\";}'),(5051,1198,'iwp_log_type','themes'),(5052,1198,'iwp_log_action','update'),(5053,1198,'iwp_log_activities_type','iwp_log'),(5054,1198,'iwp_log_actions','themes-updated'),(5055,1198,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.2\";s:15:\"updated_version\";s:3:\"1.3\";}'),(5056,1199,'iwp_log_type','plugins'),(5057,1199,'iwp_log_action','update'),(5058,1199,'iwp_log_activities_type','iwp_log'),(5059,1199,'iwp_log_actions','plugins-updated'),(5060,1199,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.1.7\";s:15:\"updated_version\";s:5:\"5.1.9\";}'),(5061,1200,'iwp_log_type','plugins'),(5062,1200,'iwp_log_action','update'),(5063,1200,'iwp_log_activities_type','iwp_log'),(5064,1200,'iwp_log_actions','plugins-updated'),(5065,1200,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.7.2\";s:15:\"updated_version\";s:3:\"4.8\";}'),(5066,1201,'iwp_log_type','plugins'),(5067,1201,'iwp_log_action','update'),(5068,1201,'iwp_log_activities_type','iwp_log'),(5069,1201,'iwp_log_actions','plugins-updated'),(5070,1201,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"14.1\";s:15:\"updated_version\";s:4:\"14.2\";}'),(5071,1202,'iwp_log_type','core'),(5072,1202,'iwp_log_action','update'),(5073,1202,'iwp_log_activities_type','automatic'),(5074,1202,'iwp_log_actions','core-updated'),(5075,1202,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.4.1\";s:15:\"updated_version\";s:5:\"5.4.2\";}'),(5076,1203,'iwp_log_type','plugins'),(5077,1203,'iwp_log_action','update'),(5078,1203,'iwp_log_activities_type','automatic'),(5079,1203,'iwp_log_actions','plugins-updated'),(5080,1203,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.7\";s:15:\"updated_version\";s:5:\"7.4.8\";}'),(5081,1204,'iwp_log_type','themes'),(5082,1204,'iwp_log_action','update'),(5083,1204,'iwp_log_activities_type','iwp_log'),(5084,1204,'iwp_log_actions','themes-updated'),(5085,1204,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Twenty Nineteen\";s:4:\"slug\";s:15:\"Twenty Nineteen\";s:11:\"old_version\";s:3:\"1.5\";s:15:\"updated_version\";s:3:\"1.6\";}'),(5086,1205,'iwp_log_type','themes'),(5087,1205,'iwp_log_action','update'),(5088,1205,'iwp_log_activities_type','iwp_log'),(5089,1205,'iwp_log_actions','themes-updated'),(5090,1205,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.3\";s:15:\"updated_version\";s:3:\"1.4\";}'),(5091,1206,'iwp_log_type','plugins'),(5092,1206,'iwp_log_action','update'),(5093,1206,'iwp_log_activities_type','iwp_log'),(5094,1206,'iwp_log_actions','plugins-updated'),(5095,1206,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:5:\"4.1.5\";s:15:\"updated_version\";s:5:\"4.1.6\";}'),(5096,1207,'iwp_log_type','plugins'),(5097,1207,'iwp_log_action','update'),(5098,1207,'iwp_log_activities_type','iwp_log'),(5099,1207,'iwp_log_actions','plugins-updated'),(5100,1207,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.7.7\";s:15:\"updated_version\";s:5:\"4.7.8\";}'),(5101,1208,'iwp_log_type','plugins'),(5102,1208,'iwp_log_action','update'),(5103,1208,'iwp_log_activities_type','iwp_log'),(5104,1208,'iwp_log_actions','plugins-updated'),(5105,1208,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.56\";s:15:\"updated_version\";s:4:\"1.57\";}'),(5106,1209,'iwp_log_type','plugins'),(5107,1209,'iwp_log_action','update'),(5108,1209,'iwp_log_activities_type','iwp_log'),(5109,1209,'iwp_log_actions','plugins-updated'),(5110,1209,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"14.2\";s:15:\"updated_version\";s:6:\"14.4.1\";}'),(5111,1210,'iwp_log_type','plugins'),(5112,1210,'iwp_log_action','update'),(5113,1210,'iwp_log_activities_type','iwp_log'),(5114,1210,'iwp_log_actions','plugins-updated'),(5115,1210,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.10.4\";s:15:\"updated_version\";s:6:\"7.11.0\";}'),(5116,1211,'iwp_log_type','plugins'),(5117,1211,'iwp_log_action','update'),(5118,1211,'iwp_log_activities_type','iwp_log'),(5119,1211,'iwp_log_actions','plugins-updated'),(5120,1211,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.1.9\";s:15:\"updated_version\";s:3:\"5.2\";}'),(5121,1212,'iwp_log_type','plugins'),(5122,1212,'iwp_log_action','update'),(5123,1212,'iwp_log_activities_type','iwp_log'),(5124,1212,'iwp_log_actions','plugins-updated'),(5125,1212,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:9:\"wordfence\";s:11:\"old_version\";s:5:\"7.4.8\";s:15:\"updated_version\";s:5:\"7.4.9\";}'),(5126,1213,'iwp_log_type','plugins'),(5127,1213,'iwp_log_action','update'),(5128,1213,'iwp_log_activities_type','iwp_log'),(5129,1213,'iwp_log_actions','plugins-updated'),(5130,1213,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"14.4.1\";s:15:\"updated_version\";s:4:\"14.5\";}'),(5131,1214,'iwp_log_type','plugins'),(5132,1214,'iwp_log_action','update'),(5133,1214,'iwp_log_activities_type','iwp_log'),(5134,1214,'iwp_log_actions','plugins-updated'),(5135,1214,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:5:\"4.7.8\";s:15:\"updated_version\";s:3:\"4.8\";}'),(5136,1215,'iwp_log_type','plugins'),(5137,1215,'iwp_log_action','update'),(5138,1215,'iwp_log_activities_type','iwp_log'),(5139,1215,'iwp_log_actions','plugins-updated'),(5140,1215,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"14.5\";s:15:\"updated_version\";s:6:\"14.6.1\";}'),(5141,1216,'iwp_log_type','plugins'),(5142,1216,'iwp_log_action','update'),(5143,1216,'iwp_log_activities_type','automatic'),(5144,1216,'iwp_log_actions','plugins-updated'),(5145,1216,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.4.9\";s:15:\"updated_version\";s:6:\"7.4.10\";}'),(5146,1217,'iwp_log_type','plugins'),(5147,1217,'iwp_log_action','update'),(5148,1217,'iwp_log_activities_type','iwp_log'),(5149,1217,'iwp_log_actions','plugins-updated'),(5150,1217,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"14.6.1\";s:15:\"updated_version\";s:4:\"14.7\";}'),(5151,1218,'iwp_log_type','plugins'),(5152,1218,'iwp_log_action','update'),(5153,1218,'iwp_log_activities_type','iwp_log'),(5154,1218,'iwp_log_actions','plugins-updated'),(5155,1218,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:3:\"5.2\";s:15:\"updated_version\";s:5:\"5.2.1\";}'),(5156,1219,'iwp_log_type','plugins'),(5157,1219,'iwp_log_action','update'),(5158,1219,'iwp_log_activities_type','iwp_log'),(5159,1219,'iwp_log_actions','plugins-updated'),(5160,1219,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Classic Editor\";s:4:\"slug\";s:14:\"classic-editor\";s:11:\"old_version\";s:3:\"1.5\";s:15:\"updated_version\";s:3:\"1.6\";}'),(5161,1220,'iwp_log_type','plugins'),(5162,1220,'iwp_log_action','update'),(5163,1220,'iwp_log_activities_type','iwp_log'),(5164,1220,'iwp_log_actions','plugins-updated'),(5165,1220,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.11.0\";s:15:\"updated_version\";s:6:\"7.12.2\";}'),(5166,1221,'iwp_log_type','themes'),(5167,1221,'iwp_log_action','update'),(5168,1221,'iwp_log_activities_type','iwp_log'),(5169,1221,'iwp_log_actions','themes-updated'),(5170,1221,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"6.2.3\";s:15:\"updated_version\";s:5:\"7.0.2\";}'),(5171,1222,'iwp_log_type','themes'),(5172,1222,'iwp_log_action','update'),(5173,1222,'iwp_log_activities_type','iwp_log'),(5174,1222,'iwp_log_actions','themes-updated'),(5175,1222,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Twenty Nineteen\";s:4:\"slug\";s:15:\"Twenty Nineteen\";s:11:\"old_version\";s:3:\"1.6\";s:15:\"updated_version\";s:3:\"1.7\";}'),(5176,1223,'iwp_log_type','themes'),(5177,1223,'iwp_log_action','update'),(5178,1223,'iwp_log_activities_type','iwp_log'),(5179,1223,'iwp_log_actions','themes-updated'),(5180,1223,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"Twenty Seventeen\";s:4:\"slug\";s:16:\"Twenty Seventeen\";s:11:\"old_version\";s:3:\"2.3\";s:15:\"updated_version\";s:3:\"2.4\";}'),(5181,1224,'iwp_log_type','themes'),(5182,1224,'iwp_log_action','update'),(5183,1224,'iwp_log_activities_type','iwp_log'),(5184,1224,'iwp_log_actions','themes-updated'),(5185,1224,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Twenty Sixteen\";s:4:\"slug\";s:14:\"Twenty Sixteen\";s:11:\"old_version\";s:3:\"2.1\";s:15:\"updated_version\";s:3:\"2.2\";}'),(5186,1225,'iwp_log_type','themes'),(5187,1225,'iwp_log_action','update'),(5188,1225,'iwp_log_activities_type','iwp_log'),(5189,1225,'iwp_log_actions','themes-updated'),(5190,1225,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.4\";s:15:\"updated_version\";s:3:\"1.5\";}'),(5191,1226,'iwp_log_type','themes'),(5192,1226,'iwp_log_action','update'),(5193,1226,'iwp_log_activities_type','iwp_log'),(5194,1226,'iwp_log_actions','themes-updated'),(5195,1226,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Twenty Nineteen\";s:4:\"slug\";s:15:\"Twenty Nineteen\";s:11:\"old_version\";s:3:\"1.6\";s:15:\"updated_version\";s:3:\"1.7\";}'),(5196,1227,'iwp_log_type','core'),(5197,1227,'iwp_log_action','update'),(5198,1227,'iwp_log_activities_type','iwp_log'),(5199,1227,'iwp_log_actions','core-updated'),(5200,1227,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.4.2\";s:15:\"updated_version\";s:3:\"5.5\";}'),(5201,1228,'iwp_log_type','plugins'),(5202,1228,'iwp_log_action','update'),(5203,1228,'iwp_log_activities_type','automatic'),(5204,1228,'iwp_log_actions','plugins-updated'),(5205,1228,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:6:\"7.4.10\";s:15:\"updated_version\";s:6:\"7.4.11\";}'),(5206,1229,'iwp_log_type','core'),(5207,1229,'iwp_log_action','update'),(5208,1229,'iwp_log_activities_type','automatic'),(5209,1229,'iwp_log_actions','core-updated'),(5210,1229,'iwp_log_details','a:2:{s:11:\"old_version\";s:3:\"5.5\";s:15:\"updated_version\";s:5:\"5.5.1\";}'),(5211,1230,'iwp_log_type','plugins'),(5212,1230,'iwp_log_action','update'),(5213,1230,'iwp_log_activities_type','iwp_log'),(5214,1230,'iwp_log_actions','plugins-updated'),(5215,1230,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"14.7\";s:15:\"updated_version\";s:4:\"14.9\";}'),(5216,1231,'iwp_log_type','plugins'),(5217,1231,'iwp_log_action','update'),(5218,1231,'iwp_log_activities_type','iwp_log'),(5219,1231,'iwp_log_actions','plugins-updated'),(5220,1231,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.2.1\";s:15:\"updated_version\";s:5:\"5.2.2\";}'),(5221,1232,'iwp_log_type','plugins'),(5222,1232,'iwp_log_action','update'),(5223,1232,'iwp_log_activities_type','iwp_log'),(5224,1232,'iwp_log_actions','plugins-updated'),(5225,1232,'iwp_log_details','a:4:{s:4:\"name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:11:\"old_version\";s:3:\"4.8\";s:15:\"updated_version\";s:5:\"4.8.1\";}'),(5226,1233,'iwp_log_type','plugins'),(5227,1233,'iwp_log_action','update'),(5228,1233,'iwp_log_activities_type','iwp_log'),(5229,1233,'iwp_log_actions','plugins-updated'),(5230,1233,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.57\";s:15:\"updated_version\";s:4:\"1.58\";}'),(5231,1234,'iwp_log_type','plugins'),(5232,1234,'iwp_log_action','update'),(5233,1234,'iwp_log_activities_type','iwp_log'),(5234,1234,'iwp_log_actions','plugins-updated'),(5235,1234,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.12.2\";s:15:\"updated_version\";s:6:\"7.12.3\";}'),(5236,1235,'iwp_log_type','plugins'),(5237,1235,'iwp_log_action','update'),(5238,1235,'iwp_log_activities_type','iwp_log'),(5239,1235,'iwp_log_actions','plugins-updated'),(5240,1235,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"14.9\";s:15:\"updated_version\";s:4:\"15.0\";}'),(5241,1236,'iwp_log_type','plugins'),(5242,1236,'iwp_log_action','update'),(5243,1236,'iwp_log_activities_type','iwp_log'),(5244,1236,'iwp_log_actions','plugins-updated'),(5245,1236,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Call Now Button\";s:4:\"slug\";s:15:\"call-now-button\";s:11:\"old_version\";s:5:\"0.4.0\";s:15:\"updated_version\";s:5:\"0.4.1\";}'),(5246,1237,'iwp_log_type','themes'),(5247,1237,'iwp_log_action','update'),(5248,1237,'iwp_log_activities_type','iwp_log'),(5249,1237,'iwp_log_actions','themes-updated'),(5250,1237,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"7.0.2\";s:15:\"updated_version\";s:3:\"7.1\";}'),(5251,1238,'iwp_log_type','plugins'),(5252,1238,'iwp_log_action','update'),(5253,1238,'iwp_log_activities_type','iwp_log'),(5254,1238,'iwp_log_actions','plugins-updated'),(5255,1238,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:5:\"3.0.2\";s:15:\"updated_version\";s:3:\"3.1\";}'),(5256,1239,'iwp_log_type','plugins'),(5257,1239,'iwp_log_action','update'),(5258,1239,'iwp_log_activities_type','iwp_log'),(5259,1239,'iwp_log_actions','plugins-updated'),(5260,1239,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:5:\"5.0.2\";s:15:\"updated_version\";s:3:\"5.1\";}'),(5261,262,'_wp_old_date','2019-03-10'),(5262,18,'_fusion_google_fonts',''),(5263,940,'_fusion','a:19:{s:4:\"type\";s:5:\"image\";s:13:\"video_display\";s:5:\"cover\";s:10:\"mute_video\";s:3:\"yes\";s:14:\"autoplay_video\";s:3:\"yes\";s:10:\"loop_video\";s:3:\"yes\";s:19:\"hide_video_controls\";s:3:\"yes\";s:17:\"content_alignment\";s:6:\"center\";s:7:\"heading\";s:232:\"LATEST NEWS\r\n[fusion_separator style_type=\"single solid\" top_margin=\"20\" bottom_margin=\"10\" sep_color=\"rgba(255,255,255,.3)\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]\";s:17:\"heading_separator\";s:4:\"none\";s:17:\"heading_font_size\";s:2:\"36\";s:13:\"heading_color\";s:7:\"#ffffff\";s:10:\"heading_bg\";s:2:\"no\";s:7:\"caption\";s:105:\"<span style=\"font-weight: 400;\">Our experts keeping you up to date with our ever changing industry</span>\";s:17:\"caption_separator\";s:4:\"none\";s:17:\"caption_font_size\";s:2:\"18\";s:13:\"caption_color\";s:7:\"#ffffff\";s:10:\"caption_bg\";s:2:\"no\";s:9:\"link_type\";s:6:\"button\";s:12:\"slide_target\";s:3:\"yes\";}'),(5264,1092,'_fusion','a:17:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:14:\"header_bg_full\";s:2:\"no\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:7:\"default\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:8:\"law-home\";s:13:\"elasticslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),(5265,1092,'_fusion_google_fonts',''),(5266,2,'_fusion_google_fonts',''),(5267,1259,'_menu_item_type','post_type'),(5268,1259,'_menu_item_menu_item_parent','0'),(5269,1259,'_menu_item_object_id','2'),(5270,1259,'_menu_item_object','page'),(5271,1259,'_menu_item_target',''),(5272,1259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5273,1259,'_menu_item_xfn',''),(5274,1259,'_menu_item_url',''),(5276,1259,'_menu_item_fusion_megamenu','a:19:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),(5277,1260,'_menu_item_type','post_type'),(5278,1260,'_menu_item_menu_item_parent','147'),(5279,1260,'_menu_item_object_id','142'),(5280,1260,'_menu_item_object','page'),(5281,1260,'_menu_item_target',''),(5282,1260,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5283,1260,'_menu_item_xfn',''),(5284,1260,'_menu_item_url',''),(5286,1260,'_menu_item_fusion_megamenu','a:21:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";}'),(5287,391,'_fusion','a:0:{}'),(5291,1262,'iwp_log_type','plugins'),(5292,1262,'iwp_log_action','update'),(5293,1262,'iwp_log_activities_type','direct'),(5294,1262,'iwp_log_actions','plugins-updated'),(5295,1262,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:4:\"15.0\";s:15:\"updated_version\";s:6:\"15.1.1\";}'),(5296,1263,'iwp_log_type','themes'),(5297,1263,'iwp_log_action','update'),(5298,1263,'iwp_log_activities_type','iwp_log'),(5299,1263,'iwp_log_actions','themes-updated'),(5300,1263,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:3:\"7.1\";s:15:\"updated_version\";s:5:\"7.1.1\";}'),(5301,1264,'iwp_log_type','plugins'),(5302,1264,'iwp_log_action','update'),(5303,1264,'iwp_log_activities_type','iwp_log'),(5304,1264,'iwp_log_actions','plugins-updated'),(5305,1264,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:3:\"3.1\";s:15:\"updated_version\";s:5:\"3.1.1\";}'),(5306,1265,'iwp_log_type','plugins'),(5307,1265,'iwp_log_action','update'),(5308,1265,'iwp_log_activities_type','iwp_log'),(5309,1265,'iwp_log_actions','plugins-updated'),(5310,1265,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:3:\"5.1\";s:15:\"updated_version\";s:5:\"5.1.1\";}'),(5311,1266,'iwp_log_type','plugins'),(5312,1266,'iwp_log_action','update'),(5313,1266,'iwp_log_activities_type','automatic'),(5314,1266,'iwp_log_actions','plugins-updated'),(5315,1266,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:6:\"7.4.11\";s:15:\"updated_version\";s:6:\"7.4.12\";}'),(5316,1267,'iwp_log_type','plugins'),(5317,1267,'iwp_log_action','update'),(5318,1267,'iwp_log_activities_type','iwp_log'),(5319,1267,'iwp_log_actions','plugins-updated'),(5320,1267,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:5:\"4.1.6\";s:15:\"updated_version\";s:5:\"4.1.7\";}'),(5321,1268,'iwp_log_type','plugins'),(5322,1268,'iwp_log_action','update'),(5323,1268,'iwp_log_activities_type','iwp_log'),(5324,1268,'iwp_log_actions','plugins-updated'),(5325,1268,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.2.2\";s:15:\"updated_version\";s:3:\"5.3\";}'),(5326,1269,'iwp_log_type','plugins'),(5327,1269,'iwp_log_action','update'),(5328,1269,'iwp_log_activities_type','iwp_log'),(5329,1269,'iwp_log_actions','plugins-updated'),(5330,1269,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:3:\"4.8\";s:15:\"updated_version\";s:5:\"4.9.1\";}'),(5331,1270,'iwp_log_type','core'),(5332,1270,'iwp_log_action','update'),(5333,1270,'iwp_log_activities_type','automatic'),(5334,1270,'iwp_log_actions','core-updated'),(5335,1270,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.5.1\";s:15:\"updated_version\";s:5:\"5.5.2\";}'),(5336,1272,'iwp_log_type','plugins'),(5337,1272,'iwp_log_action','update'),(5338,1272,'iwp_log_activities_type','direct'),(5339,1272,'iwp_log_actions','plugins-updated'),(5340,1272,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:6:\"15.1.1\";s:15:\"updated_version\";s:4:\"15.2\";}'),(5341,1273,'iwp_log_type','core'),(5342,1273,'iwp_log_action','update'),(5343,1273,'iwp_log_activities_type','automatic'),(5344,1273,'iwp_log_actions','core-updated'),(5345,1273,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.5.2\";s:15:\"updated_version\";s:5:\"5.5.3\";}'),(5346,1275,'iwp_log_type','plugins'),(5347,1275,'iwp_log_action','update'),(5348,1275,'iwp_log_activities_type','direct'),(5349,1275,'iwp_log_actions','plugins-updated'),(5350,1275,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:27:\"redirection/redirection.php\";s:11:\"old_version\";s:5:\"4.9.1\";s:15:\"updated_version\";s:5:\"4.9.2\";}'),(5351,1276,'iwp_log_type','plugins'),(5352,1276,'iwp_log_action','update'),(5353,1276,'iwp_log_activities_type','direct'),(5354,1276,'iwp_log_actions','plugins-updated'),(5355,1276,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"old_version\";s:4:\"15.2\";s:15:\"updated_version\";s:6:\"15.2.1\";}'),(5356,1277,'iwp_log_type','plugins'),(5357,1277,'iwp_log_action','update'),(5358,1277,'iwp_log_activities_type','iwp_log'),(5359,1277,'iwp_log_actions','plugins-updated'),(5360,1277,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.1\";s:15:\"updated_version\";s:7:\"0.9.1.2\";}'),(5361,1278,'iwp_log_type','plugins'),(5362,1278,'iwp_log_action','update'),(5363,1278,'iwp_log_activities_type','iwp_log'),(5364,1278,'iwp_log_actions','plugins-updated'),(5365,1278,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.12.3\";s:15:\"updated_version\";s:6:\"7.13.0\";}'),(5366,1279,'iwp_log_type','plugins'),(5367,1279,'iwp_log_action','update'),(5368,1279,'iwp_log_activities_type','iwp_log'),(5369,1279,'iwp_log_actions','plugins-updated'),(5370,1279,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"15.2.1\";s:15:\"updated_version\";s:4:\"15.3\";}'),(5371,1280,'iwp_log_type','plugins'),(5372,1280,'iwp_log_action','update'),(5373,1280,'iwp_log_activities_type','iwp_log'),(5374,1280,'iwp_log_actions','plugins-updated'),(5375,1280,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.13.0\";s:15:\"updated_version\";s:6:\"7.13.2\";}'),(5376,1281,'iwp_log_type','plugins'),(5377,1281,'iwp_log_action','update'),(5378,1281,'iwp_log_activities_type','automatic'),(5379,1281,'iwp_log_actions','plugins-updated'),(5380,1281,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:6:\"7.4.12\";s:15:\"updated_version\";s:6:\"7.4.14\";}'),(5381,1282,'iwp_log_type','plugins'),(5382,1282,'iwp_log_action','update'),(5383,1282,'iwp_log_activities_type','iwp_log'),(5384,1282,'iwp_log_actions','plugins-updated'),(5385,1282,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.2\";s:15:\"updated_version\";s:7:\"0.9.1.3\";}'),(5386,1283,'iwp_log_type','plugins'),(5387,1283,'iwp_log_action','update'),(5388,1283,'iwp_log_activities_type','iwp_log'),(5389,1283,'iwp_log_actions','plugins-updated'),(5390,1283,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"15.3\";s:15:\"updated_version\";s:4:\"15.4\";}'),(5391,1284,'iwp_log_type','plugins'),(5392,1284,'iwp_log_action','update'),(5393,1284,'iwp_log_activities_type','iwp_log'),(5394,1284,'iwp_log_actions','plugins-updated'),(5395,1284,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.58\";s:15:\"updated_version\";s:4:\"1.59\";}'),(5396,1285,'iwp_log_type','plugins'),(5397,1285,'iwp_log_action','update'),(5398,1285,'iwp_log_activities_type','iwp_log'),(5399,1285,'iwp_log_actions','plugins-updated'),(5400,1285,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:3:\"5.3\";s:15:\"updated_version\";s:5:\"5.3.1\";}'),(5401,1286,'iwp_log_type','plugins'),(5402,1286,'iwp_log_action','update'),(5403,1286,'iwp_log_activities_type','iwp_log'),(5404,1286,'iwp_log_actions','plugins-updated'),(5405,1286,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.13.2\";s:15:\"updated_version\";s:6:\"7.13.3\";}'),(5406,1287,'iwp_log_type','themes'),(5407,1287,'iwp_log_action','update'),(5408,1287,'iwp_log_activities_type','iwp_log'),(5409,1287,'iwp_log_actions','themes-updated'),(5410,1287,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.5\";s:15:\"updated_version\";s:3:\"1.6\";}'),(5411,1288,'iwp_log_type','plugins'),(5412,1288,'iwp_log_action','update'),(5413,1288,'iwp_log_activities_type','iwp_log'),(5414,1288,'iwp_log_actions','plugins-updated'),(5415,1288,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.13.3\";s:15:\"updated_version\";s:6:\"7.14.0\";}'),(5416,1289,'iwp_log_type','themes'),(5417,1289,'iwp_log_action','update'),(5418,1289,'iwp_log_activities_type','iwp_log'),(5419,1289,'iwp_log_actions','themes-updated'),(5420,1289,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"7.1.1\";s:15:\"updated_version\";s:3:\"7.2\";}'),(5421,1290,'iwp_log_type','plugins'),(5422,1290,'iwp_log_action','update'),(5423,1290,'iwp_log_activities_type','iwp_log'),(5424,1290,'iwp_log_actions','plugins-updated'),(5425,1290,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:5:\"3.1.1\";s:15:\"updated_version\";s:3:\"3.2\";}'),(5426,1291,'iwp_log_type','plugins'),(5427,1291,'iwp_log_action','update'),(5428,1291,'iwp_log_activities_type','iwp_log'),(5429,1291,'iwp_log_actions','plugins-updated'),(5430,1291,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:5:\"5.1.1\";s:15:\"updated_version\";s:3:\"5.2\";}'),(5431,1292,'iwp_log_type','plugins'),(5432,1292,'iwp_log_action','update'),(5433,1292,'iwp_log_activities_type','iwp_log'),(5434,1292,'iwp_log_actions','plugins-updated'),(5435,1292,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"15.4\";s:15:\"updated_version\";s:4:\"15.5\";}'),(5436,1293,'iwp_log_type','plugins'),(5437,1293,'iwp_log_action','update'),(5438,1293,'iwp_log_activities_type','iwp_log'),(5439,1293,'iwp_log_actions','plugins-updated'),(5440,1293,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.3.1\";s:15:\"updated_version\";s:5:\"5.3.2\";}'),(5441,1294,'iwp_log_type','core'),(5442,1294,'iwp_log_action','update'),(5443,1294,'iwp_log_activities_type','iwp_log'),(5444,1294,'iwp_log_actions','core-updated'),(5445,1294,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.5.3\";s:15:\"updated_version\";s:3:\"5.6\";}'),(5446,1295,'iwp_log_type','themes'),(5447,1295,'iwp_log_action','update'),(5448,1295,'iwp_log_activities_type','iwp_log'),(5449,1295,'iwp_log_actions','themes-updated'),(5450,1295,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Twenty Twenty-One\";s:4:\"slug\";s:17:\"Twenty Twenty-One\";s:11:\"old_version\";s:3:\"1.0\";s:15:\"updated_version\";s:3:\"1.1\";}'),(5451,1296,'iwp_log_type','themes'),(5452,1296,'iwp_log_action','update'),(5453,1296,'iwp_log_activities_type','iwp_log'),(5454,1296,'iwp_log_actions','themes-updated'),(5455,1296,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:3:\"7.2\";s:15:\"updated_version\";s:5:\"7.2.1\";}'),(5456,1297,'iwp_log_type','plugins'),(5457,1297,'iwp_log_action','update'),(5458,1297,'iwp_log_activities_type','iwp_log'),(5459,1297,'iwp_log_actions','plugins-updated'),(5460,1297,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:3:\"3.2\";s:15:\"updated_version\";s:5:\"3.2.1\";}'),(5461,1298,'iwp_log_type','plugins'),(5462,1298,'iwp_log_action','update'),(5463,1298,'iwp_log_activities_type','iwp_log'),(5464,1298,'iwp_log_actions','plugins-updated'),(5465,1298,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:3:\"5.2\";s:15:\"updated_version\";s:5:\"5.2.1\";}'),(5466,1299,'iwp_log_type','plugins'),(5467,1299,'iwp_log_action','update'),(5468,1299,'iwp_log_activities_type','iwp_log'),(5469,1299,'iwp_log_actions','plugins-updated'),(5470,1299,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.3\";s:15:\"updated_version\";s:7:\"0.9.1.4\";}'),(5471,1300,'iwp_log_type','plugins'),(5472,1300,'iwp_log_action','update'),(5473,1300,'iwp_log_activities_type','iwp_log'),(5474,1300,'iwp_log_actions','plugins-updated'),(5475,1300,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:5:\"4.1.7\";s:15:\"updated_version\";s:5:\"4.1.8\";}'),(5476,1301,'iwp_log_type','plugins'),(5477,1301,'iwp_log_action','update'),(5478,1301,'iwp_log_activities_type','iwp_log'),(5479,1301,'iwp_log_actions','plugins-updated'),(5480,1301,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"15.5\";s:15:\"updated_version\";s:6:\"15.6.2\";}'),(5481,1302,'iwp_log_type','plugins'),(5482,1302,'iwp_log_action','update'),(5483,1302,'iwp_log_activities_type','iwp_log'),(5484,1302,'iwp_log_actions','plugins-updated'),(5485,1302,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.14.0\";s:15:\"updated_version\";s:6:\"7.15.0\";}'),(5486,1303,'iwp_log_type','plugins'),(5487,1303,'iwp_log_action','update'),(5488,1303,'iwp_log_activities_type','iwp_log'),(5489,1303,'iwp_log_actions','plugins-updated'),(5490,1303,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.59\";s:15:\"updated_version\";s:4:\"1.60\";}'),(5491,1304,'iwp_log_type','plugins'),(5492,1304,'iwp_log_action','update'),(5493,1304,'iwp_log_activities_type','iwp_log'),(5494,1304,'iwp_log_actions','plugins-updated'),(5495,1304,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"4.9.2\";s:15:\"updated_version\";s:3:\"5.0\";}'),(5496,1305,'iwp_log_type','plugins'),(5497,1305,'iwp_log_action','update'),(5498,1305,'iwp_log_activities_type','iwp_log'),(5499,1305,'iwp_log_actions','plugins-updated'),(5500,1305,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.15.0\";s:15:\"updated_version\";s:6:\"7.15.1\";}'),(5501,1306,'iwp_log_type','plugins'),(5502,1306,'iwp_log_action','update'),(5503,1306,'iwp_log_activities_type','iwp_log'),(5504,1306,'iwp_log_actions','plugins-updated'),(5505,1306,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:3:\"5.0\";s:15:\"updated_version\";s:5:\"5.0.1\";}'),(5506,1307,'iwp_log_type','plugins'),(5507,1307,'iwp_log_action','update'),(5508,1307,'iwp_log_activities_type','iwp_log'),(5509,1307,'iwp_log_actions','plugins-updated'),(5510,1307,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"15.6.2\";s:15:\"updated_version\";s:4:\"15.7\";}'),(5511,1308,'iwp_log_type','core'),(5512,1308,'iwp_log_action','update'),(5513,1308,'iwp_log_activities_type','automatic'),(5514,1308,'iwp_log_actions','core-updated'),(5515,1308,'iwp_log_details','a:2:{s:11:\"old_version\";s:3:\"5.6\";s:15:\"updated_version\";s:5:\"5.6.1\";}'),(5516,1309,'iwp_log_type','plugins'),(5517,1309,'iwp_log_action','update'),(5518,1309,'iwp_log_activities_type','iwp_log'),(5519,1309,'iwp_log_actions','plugins-updated'),(5520,1309,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.15.1\";s:15:\"updated_version\";s:6:\"7.16.0\";}'),(5521,1310,'iwp_log_type','plugins'),(5522,1310,'iwp_log_action','update'),(5523,1310,'iwp_log_activities_type','iwp_log'),(5524,1310,'iwp_log_actions','plugins-updated'),(5525,1310,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"15.7\";s:15:\"updated_version\";s:4:\"15.8\";}'),(5526,1311,'iwp_log_type','plugins'),(5527,1311,'iwp_log_action','update'),(5528,1311,'iwp_log_activities_type','iwp_log'),(5529,1311,'iwp_log_actions','plugins-updated'),(5530,1311,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.4\";s:15:\"updated_version\";s:7:\"0.9.1.5\";}'),(5531,1312,'iwp_log_type','plugins'),(5532,1312,'iwp_log_action','update'),(5533,1312,'iwp_log_activities_type','iwp_log'),(5534,1312,'iwp_log_actions','plugins-updated'),(5535,1312,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.16.0\";s:15:\"updated_version\";s:6:\"7.16.1\";}'),(5536,1313,'iwp_log_type','plugins'),(5537,1313,'iwp_log_action','update'),(5538,1313,'iwp_log_activities_type','iwp_log'),(5539,1313,'iwp_log_actions','plugins-updated'),(5540,1313,'iwp_log_details','a:4:{s:4:\"name\";s:7:\"Mailgun\";s:4:\"slug\";s:7:\"mailgun\";s:11:\"old_version\";s:5:\"1.7.1\";s:15:\"updated_version\";s:5:\"1.7.3\";}'),(5541,1314,'iwp_log_type','core'),(5542,1314,'iwp_log_action','update'),(5543,1314,'iwp_log_activities_type','automatic'),(5544,1314,'iwp_log_actions','core-updated'),(5545,1314,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.6.1\";s:15:\"updated_version\";s:5:\"5.6.2\";}'),(5546,1315,'iwp_log_type','plugins'),(5547,1315,'iwp_log_action','update'),(5548,1315,'iwp_log_activities_type','iwp_log'),(5549,1315,'iwp_log_actions','plugins-updated'),(5550,1315,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.16.1\";s:15:\"updated_version\";s:6:\"7.16.2\";}'),(5551,1316,'iwp_log_type','plugins'),(5552,1316,'iwp_log_action','update'),(5553,1316,'iwp_log_activities_type','iwp_log'),(5554,1316,'iwp_log_actions','plugins-updated'),(5555,1316,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"15.8\";s:15:\"updated_version\";s:4:\"15.9\";}'),(5556,1317,'iwp_log_type','plugins'),(5557,1317,'iwp_log_action','update'),(5558,1317,'iwp_log_activities_type','iwp_log'),(5559,1317,'iwp_log_actions','plugins-updated'),(5560,1317,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.3.2\";s:15:\"updated_version\";s:3:\"5.4\";}'),(5561,1318,'iwp_log_type','plugins'),(5562,1318,'iwp_log_action','update'),(5563,1318,'iwp_log_activities_type','iwp_log'),(5564,1318,'iwp_log_actions','plugins-updated'),(5565,1318,'iwp_log_details','a:4:{s:4:\"name\";s:7:\"Mailgun\";s:4:\"slug\";s:7:\"mailgun\";s:11:\"old_version\";s:5:\"1.7.3\";s:15:\"updated_version\";s:5:\"1.7.6\";}'),(5566,1319,'iwp_log_type','plugins'),(5567,1319,'iwp_log_action','update'),(5568,1319,'iwp_log_activities_type','iwp_log'),(5569,1319,'iwp_log_actions','plugins-updated'),(5570,1319,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:5:\"4.1.8\";s:15:\"updated_version\";s:5:\"4.1.9\";}'),(5571,1320,'iwp_log_type','plugins'),(5572,1320,'iwp_log_action','update'),(5573,1320,'iwp_log_activities_type','iwp_log'),(5574,1320,'iwp_log_actions','plugins-updated'),(5575,1320,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"15.9\";s:15:\"updated_version\";s:6:\"15.9.1\";}'),(5576,1321,'iwp_log_type','themes'),(5577,1321,'iwp_log_action','update'),(5578,1321,'iwp_log_activities_type','iwp_log'),(5579,1321,'iwp_log_actions','themes-updated'),(5580,1321,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Twenty Twenty-One\";s:4:\"slug\";s:17:\"Twenty Twenty-One\";s:11:\"old_version\";s:3:\"1.1\";s:15:\"updated_version\";s:3:\"1.2\";}'),(5581,1322,'iwp_log_type','themes'),(5582,1322,'iwp_log_action','update'),(5583,1322,'iwp_log_activities_type','iwp_log'),(5584,1322,'iwp_log_actions','themes-updated'),(5585,1322,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.6\";s:15:\"updated_version\";s:3:\"1.7\";}'),(5586,1323,'iwp_log_type','core'),(5587,1323,'iwp_log_action','update'),(5588,1323,'iwp_log_activities_type','iwp_log'),(5589,1323,'iwp_log_actions','core-updated'),(5590,1323,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.6.2\";s:15:\"updated_version\";s:3:\"5.7\";}'),(5591,1324,'iwp_log_type','plugins'),(5592,1324,'iwp_log_action','update'),(5593,1324,'iwp_log_activities_type','iwp_log'),(5594,1324,'iwp_log_actions','plugins-updated'),(5595,1324,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.5\";s:15:\"updated_version\";s:7:\"0.9.1.6\";}'),(5596,1325,'iwp_log_type','plugins'),(5597,1325,'iwp_log_action','update'),(5598,1325,'iwp_log_activities_type','iwp_log'),(5599,1325,'iwp_log_actions','plugins-updated'),(5600,1325,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"15.9.1\";s:15:\"updated_version\";s:6:\"16.0.1\";}'),(5601,1326,'iwp_log_type','plugins'),(5602,1326,'iwp_log_action','update'),(5603,1326,'iwp_log_activities_type','iwp_log'),(5604,1326,'iwp_log_actions','plugins-updated'),(5605,1326,'iwp_log_details','a:4:{s:4:\"name\";s:7:\"Mailgun\";s:4:\"slug\";s:7:\"mailgun\";s:11:\"old_version\";s:5:\"1.7.6\";s:15:\"updated_version\";s:5:\"1.7.7\";}'),(5606,1327,'iwp_log_type','plugins'),(5607,1327,'iwp_log_action','update'),(5608,1327,'iwp_log_activities_type','iwp_log'),(5609,1327,'iwp_log_actions','plugins-updated'),(5610,1327,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"16.0.1\";s:15:\"updated_version\";s:6:\"16.0.2\";}'),(5611,1328,'iwp_log_type','plugins'),(5612,1328,'iwp_log_action','update'),(5613,1328,'iwp_log_activities_type','automatic'),(5614,1328,'iwp_log_actions','plugins-updated'),(5615,1328,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:6:\"7.4.14\";s:15:\"updated_version\";s:5:\"7.5.0\";}'),(5616,1329,'iwp_log_type','plugins'),(5617,1329,'iwp_log_action','update'),(5618,1329,'iwp_log_activities_type','iwp_log'),(5619,1329,'iwp_log_actions','plugins-updated'),(5620,1329,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:9:\"wordfence\";s:11:\"old_version\";s:5:\"7.5.0\";s:15:\"updated_version\";s:5:\"7.5.2\";}'),(5621,1330,'iwp_log_type','plugins'),(5622,1330,'iwp_log_action','update'),(5623,1330,'iwp_log_activities_type','iwp_log'),(5624,1330,'iwp_log_actions','plugins-updated'),(5625,1330,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.16.2\";s:15:\"updated_version\";s:6:\"7.17.0\";}'),(5626,1331,'iwp_log_type','themes'),(5627,1331,'iwp_log_action','update'),(5628,1331,'iwp_log_activities_type','iwp_log'),(5629,1331,'iwp_log_actions','themes-updated'),(5630,1331,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"7.2.1\";s:15:\"updated_version\";s:3:\"7.3\";}'),(5631,1332,'iwp_log_type','plugins'),(5632,1332,'iwp_log_action','update'),(5633,1332,'iwp_log_activities_type','iwp_log'),(5634,1332,'iwp_log_actions','plugins-updated'),(5635,1332,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:5:\"3.2.1\";s:15:\"updated_version\";s:3:\"3.3\";}'),(5636,1333,'iwp_log_type','plugins'),(5637,1333,'iwp_log_action','update'),(5638,1333,'iwp_log_activities_type','iwp_log'),(5639,1333,'iwp_log_actions','plugins-updated'),(5640,1333,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:5:\"5.2.1\";s:15:\"updated_version\";s:3:\"5.3\";}'),(5641,1335,'iwp_log_type','plugins'),(5642,1335,'iwp_log_action','update'),(5643,1335,'iwp_log_activities_type','iwp_log'),(5644,1335,'iwp_log_actions','plugins-updated'),(5645,1335,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.60\";s:15:\"updated_version\";s:4:\"1.61\";}'),(5646,1336,'iwp_log_type','plugins'),(5647,1336,'iwp_log_action','update'),(5648,1336,'iwp_log_activities_type','iwp_log'),(5649,1336,'iwp_log_actions','plugins-updated'),(5650,1336,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"16.0.2\";s:15:\"updated_version\";s:6:\"16.1.1\";}'),(5651,1337,'iwp_log_type','plugins'),(5652,1337,'iwp_log_action','update'),(5653,1337,'iwp_log_activities_type','iwp_log'),(5654,1337,'iwp_log_actions','plugins-updated'),(5655,1337,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"5.0.1\";s:15:\"updated_version\";s:3:\"5.1\";}'),(5656,1338,'iwp_log_type','plugins'),(5657,1338,'iwp_log_action','update'),(5658,1338,'iwp_log_activities_type','iwp_log'),(5659,1338,'iwp_log_actions','plugins-updated'),(5660,1338,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:3:\"5.1\";s:15:\"updated_version\";s:5:\"5.1.1\";}'),(5661,1339,'iwp_log_type','core'),(5662,1339,'iwp_log_action','update'),(5663,1339,'iwp_log_activities_type','automatic'),(5664,1339,'iwp_log_actions','core-updated'),(5665,1339,'iwp_log_details','a:2:{s:11:\"old_version\";s:3:\"5.7\";s:15:\"updated_version\";s:5:\"5.7.1\";}'),(5666,1340,'iwp_log_type','plugins'),(5667,1340,'iwp_log_action','update'),(5668,1340,'iwp_log_activities_type','iwp_log'),(5669,1340,'iwp_log_actions','plugins-updated'),(5670,1340,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.6\";s:15:\"updated_version\";s:7:\"0.9.1.7\";}'),(5671,1341,'iwp_log_type','themes'),(5672,1341,'iwp_log_action','update'),(5673,1341,'iwp_log_activities_type','iwp_log'),(5674,1341,'iwp_log_actions','themes-updated'),(5675,1341,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:3:\"7.3\";s:15:\"updated_version\";s:5:\"7.3.1\";}'),(5676,1342,'iwp_log_type','plugins'),(5677,1342,'iwp_log_action','update'),(5678,1342,'iwp_log_activities_type','iwp_log'),(5679,1342,'iwp_log_actions','plugins-updated'),(5680,1342,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:3:\"3.3\";s:15:\"updated_version\";s:5:\"3.3.1\";}'),(5681,1343,'iwp_log_type','plugins'),(5682,1343,'iwp_log_action','update'),(5683,1343,'iwp_log_activities_type','iwp_log'),(5684,1343,'iwp_log_actions','plugins-updated'),(5685,1343,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:3:\"5.3\";s:15:\"updated_version\";s:5:\"5.3.1\";}'),(5686,1344,'iwp_log_type','themes'),(5687,1344,'iwp_log_action','update'),(5688,1344,'iwp_log_activities_type','iwp_log'),(5689,1344,'iwp_log_actions','themes-updated'),(5690,1344,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Twenty Twenty-One\";s:4:\"slug\";s:17:\"Twenty Twenty-One\";s:11:\"old_version\";s:3:\"1.2\";s:15:\"updated_version\";s:3:\"1.3\";}'),(5691,1345,'iwp_log_type','plugins'),(5692,1345,'iwp_log_action','update'),(5693,1345,'iwp_log_activities_type','iwp_log'),(5694,1345,'iwp_log_actions','plugins-updated'),(5695,1345,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"16.1.1\";s:15:\"updated_version\";s:4:\"16.2\";}'),(5696,1346,'iwp_log_type','plugins'),(5697,1346,'iwp_log_action','update'),(5698,1346,'iwp_log_activities_type','iwp_log'),(5699,1346,'iwp_log_actions','plugins-updated'),(5700,1346,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:3:\"5.4\";s:15:\"updated_version\";s:5:\"5.4.1\";}'),(5701,1347,'iwp_log_type','plugins'),(5702,1347,'iwp_log_action','update'),(5703,1347,'iwp_log_activities_type','automatic'),(5704,1347,'iwp_log_actions','plugins-updated'),(5705,1347,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.5.2\";s:15:\"updated_version\";s:5:\"7.5.3\";}'),(5706,1348,'iwp_log_type','core'),(5707,1348,'iwp_log_action','update'),(5708,1348,'iwp_log_activities_type','automatic'),(5709,1348,'iwp_log_actions','core-updated'),(5710,1348,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.7.1\";s:15:\"updated_version\";s:5:\"5.7.2\";}'),(5711,1349,'iwp_log_type','plugins'),(5712,1349,'iwp_log_action','update'),(5713,1349,'iwp_log_activities_type','iwp_log'),(5714,1349,'iwp_log_actions','plugins-updated'),(5715,1349,'iwp_log_details','a:4:{s:4:\"name\";s:7:\"Mailgun\";s:4:\"slug\";s:7:\"mailgun\";s:11:\"old_version\";s:5:\"1.7.7\";s:15:\"updated_version\";s:5:\"1.7.8\";}'),(5716,1350,'iwp_log_type','plugins'),(5717,1350,'iwp_log_action','update'),(5718,1350,'iwp_log_activities_type','iwp_log'),(5719,1350,'iwp_log_actions','plugins-updated'),(5720,1350,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.61\";s:15:\"updated_version\";s:4:\"1.62\";}'),(5721,1351,'iwp_log_type','plugins'),(5722,1351,'iwp_log_action','update'),(5723,1351,'iwp_log_activities_type','iwp_log'),(5724,1351,'iwp_log_actions','plugins-updated'),(5725,1351,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.7\";s:15:\"updated_version\";s:7:\"0.9.1.8\";}'),(5726,1352,'iwp_log_type','plugins'),(5727,1352,'iwp_log_action','update'),(5728,1352,'iwp_log_activities_type','iwp_log'),(5729,1352,'iwp_log_actions','plugins-updated'),(5730,1352,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"16.2\";s:15:\"updated_version\";s:4:\"16.3\";}'),(5731,1353,'iwp_log_type','plugins'),(5732,1353,'iwp_log_action','update'),(5733,1353,'iwp_log_activities_type','iwp_log'),(5734,1353,'iwp_log_actions','plugins-updated'),(5735,1353,'iwp_log_details','a:4:{s:4:\"name\";s:7:\"Mailgun\";s:4:\"slug\";s:7:\"mailgun\";s:11:\"old_version\";s:5:\"1.7.8\";s:15:\"updated_version\";s:5:\"1.7.9\";}'),(5736,1354,'iwp_log_type','plugins'),(5737,1354,'iwp_log_action','update'),(5738,1354,'iwp_log_activities_type','iwp_log'),(5739,1354,'iwp_log_actions','plugins-updated'),(5740,1354,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"16.3\";s:15:\"updated_version\";s:4:\"16.4\";}'),(5741,1355,'iwp_log_type','plugins'),(5742,1355,'iwp_log_action','update'),(5743,1355,'iwp_log_activities_type','iwp_log'),(5744,1355,'iwp_log_actions','plugins-updated'),(5745,1355,'iwp_log_details','a:4:{s:4:\"name\";s:15:\"Call Now Button\";s:4:\"slug\";s:15:\"call-now-button\";s:11:\"old_version\";s:5:\"0.4.1\";s:15:\"updated_version\";s:5:\"0.4.3\";}'),(5746,1356,'iwp_log_type','plugins'),(5747,1356,'iwp_log_action','update'),(5748,1356,'iwp_log_activities_type','iwp_log'),(5749,1356,'iwp_log_actions','plugins-updated'),(5750,1356,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:9:\"wordfence\";s:11:\"old_version\";s:5:\"7.5.3\";s:15:\"updated_version\";s:5:\"7.5.4\";}'),(5751,1357,'iwp_log_type','themes'),(5752,1357,'iwp_log_action','update'),(5753,1357,'iwp_log_activities_type','iwp_log'),(5754,1357,'iwp_log_actions','themes-updated'),(5755,1357,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:5:\"7.3.1\";s:15:\"updated_version\";s:5:\"7.4.0\";}'),(5756,1358,'iwp_log_type','plugins'),(5757,1358,'iwp_log_action','update'),(5758,1358,'iwp_log_activities_type','iwp_log'),(5759,1358,'iwp_log_actions','plugins-updated'),(5760,1358,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:5:\"3.3.1\";s:15:\"updated_version\";s:3:\"3.4\";}'),(5761,1359,'iwp_log_type','plugins'),(5762,1359,'iwp_log_action','update'),(5763,1359,'iwp_log_activities_type','iwp_log'),(5764,1359,'iwp_log_actions','plugins-updated'),(5765,1359,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:5:\"5.3.1\";s:15:\"updated_version\";s:3:\"5.4\";}'),(5766,1361,'iwp_log_type','plugins'),(5767,1361,'iwp_log_action','update'),(5768,1361,'iwp_log_activities_type','iwp_log'),(5769,1361,'iwp_log_actions','plugins-updated'),(5770,1361,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.8\";s:15:\"updated_version\";s:7:\"0.9.1.9\";}'),(5771,1362,'iwp_log_type','plugins'),(5772,1362,'iwp_log_action','update'),(5773,1362,'iwp_log_activities_type','iwp_log'),(5774,1362,'iwp_log_actions','plugins-updated'),(5775,1362,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"16.4\";s:15:\"updated_version\";s:4:\"16.5\";}'),(5776,1363,'iwp_log_type','themes'),(5777,1363,'iwp_log_action','update'),(5778,1363,'iwp_log_activities_type','iwp_log'),(5779,1363,'iwp_log_actions','themes-updated'),(5780,1363,'iwp_log_details','a:4:{s:4:\"name\";s:5:\"Avada\";s:4:\"slug\";s:5:\"Avada\";s:11:\"old_version\";s:3:\"7.4\";s:15:\"updated_version\";s:5:\"7.4.1\";}'),(5781,1364,'iwp_log_type','plugins'),(5782,1364,'iwp_log_action','update'),(5783,1364,'iwp_log_activities_type','iwp_log'),(5784,1364,'iwp_log_actions','plugins-updated'),(5785,1364,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:11:\"old_version\";s:3:\"3.4\";s:15:\"updated_version\";s:5:\"3.4.1\";}'),(5786,1365,'iwp_log_type','plugins'),(5787,1365,'iwp_log_action','update'),(5788,1365,'iwp_log_activities_type','iwp_log'),(5789,1365,'iwp_log_actions','plugins-updated'),(5790,1365,'iwp_log_details','a:4:{s:4:\"name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:11:\"old_version\";s:3:\"5.4\";s:15:\"updated_version\";s:5:\"5.4.1\";}'),(5791,1366,'iwp_log_type','plugins'),(5792,1366,'iwp_log_action','update'),(5793,1366,'iwp_log_activities_type','iwp_log'),(5794,1366,'iwp_log_actions','plugins-updated'),(5795,1366,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"16.5\";s:15:\"updated_version\";s:6:\"16.6.1\";}'),(5796,1367,'iwp_log_type','plugins'),(5797,1367,'iwp_log_action','update'),(5798,1367,'iwp_log_activities_type','iwp_log'),(5799,1367,'iwp_log_actions','plugins-updated'),(5800,1367,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:5:\"4.1.9\";s:15:\"updated_version\";s:6:\"4.1.10\";}'),(5801,1368,'iwp_log_type','plugins'),(5802,1368,'iwp_log_action','update'),(5803,1368,'iwp_log_activities_type','iwp_log'),(5804,1368,'iwp_log_actions','plugins-updated'),(5805,1368,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Contact Form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"old_version\";s:5:\"5.4.1\";s:15:\"updated_version\";s:5:\"5.4.2\";}'),(5806,1369,'iwp_log_type','plugins'),(5807,1369,'iwp_log_action','update'),(5808,1369,'iwp_log_activities_type','iwp_log'),(5809,1369,'iwp_log_actions','plugins-updated'),(5810,1369,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:6:\"16.6.1\";s:15:\"updated_version\";s:4:\"16.7\";}'),(5811,1370,'iwp_log_type','plugins'),(5812,1370,'iwp_log_action','update'),(5813,1370,'iwp_log_activities_type','iwp_log'),(5814,1370,'iwp_log_actions','plugins-updated'),(5815,1370,'iwp_log_details','a:4:{s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"old_version\";s:6:\"7.17.0\";s:15:\"updated_version\";s:6:\"7.18.0\";}'),(5816,1371,'iwp_log_type','plugins'),(5817,1371,'iwp_log_action','update'),(5818,1371,'iwp_log_activities_type','iwp_log'),(5819,1371,'iwp_log_actions','plugins-updated'),(5820,1371,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"5.1.1\";s:15:\"updated_version\";s:5:\"5.1.2\";}'),(5821,1372,'iwp_log_type','plugins'),(5822,1372,'iwp_log_action','update'),(5823,1372,'iwp_log_activities_type','iwp_log'),(5824,1372,'iwp_log_actions','plugins-updated'),(5825,1372,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:7:\"0.9.1.9\";s:15:\"updated_version\";s:5:\"0.9.2\";}'),(5826,1374,'iwp_log_type','core'),(5827,1374,'iwp_log_action','update'),(5828,1374,'iwp_log_activities_type','iwp_log'),(5829,1374,'iwp_log_actions','core-updated'),(5830,1374,'iwp_log_details','a:2:{s:11:\"old_version\";s:5:\"5.7.2\";s:15:\"updated_version\";s:3:\"5.8\";}'),(5831,1375,'iwp_log_type','plugins'),(5832,1375,'iwp_log_action','update'),(5833,1375,'iwp_log_activities_type','iwp_log'),(5834,1375,'iwp_log_actions','plugins-updated'),(5835,1375,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Classic Editor\";s:4:\"slug\";s:14:\"classic-editor\";s:11:\"old_version\";s:3:\"1.6\";s:15:\"updated_version\";s:5:\"1.6.1\";}'),(5836,1376,'iwp_log_type','themes'),(5837,1376,'iwp_log_action','update'),(5838,1376,'iwp_log_activities_type','iwp_log'),(5839,1376,'iwp_log_actions','themes-updated'),(5840,1376,'iwp_log_details','a:4:{s:4:\"name\";s:13:\"Twenty Twenty\";s:4:\"slug\";s:13:\"Twenty Twenty\";s:11:\"old_version\";s:3:\"1.7\";s:15:\"updated_version\";s:3:\"1.8\";}'),(5841,1377,'iwp_log_type','themes'),(5842,1377,'iwp_log_action','update'),(5843,1377,'iwp_log_activities_type','iwp_log'),(5844,1377,'iwp_log_actions','themes-updated'),(5845,1377,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Twenty Twenty-One\";s:4:\"slug\";s:17:\"Twenty Twenty-One\";s:11:\"old_version\";s:3:\"1.3\";s:15:\"updated_version\";s:3:\"1.4\";}'),(5846,1378,'iwp_log_type','plugins'),(5847,1378,'iwp_log_action','update'),(5848,1378,'iwp_log_activities_type','iwp_log'),(5849,1378,'iwp_log_actions','plugins-updated'),(5850,1378,'iwp_log_details','a:4:{s:4:\"name\";s:14:\"Classic Editor\";s:4:\"slug\";s:14:\"classic-editor\";s:11:\"old_version\";s:5:\"1.6.1\";s:15:\"updated_version\";s:5:\"1.6.2\";}'),(5851,1379,'iwp_log_type','plugins'),(5852,1379,'iwp_log_action','update'),(5853,1379,'iwp_log_activities_type','iwp_log'),(5854,1379,'iwp_log_actions','plugins-updated'),(5855,1379,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.62\";s:15:\"updated_version\";s:4:\"1.63\";}'),(5856,1380,'iwp_log_type','plugins'),(5857,1380,'iwp_log_action','update'),(5858,1380,'iwp_log_activities_type','iwp_log'),(5859,1380,'iwp_log_actions','plugins-updated'),(5860,1380,'iwp_log_details','a:4:{s:4:\"name\";s:11:\"Redirection\";s:4:\"slug\";s:11:\"redirection\";s:11:\"old_version\";s:5:\"5.1.2\";s:15:\"updated_version\";s:5:\"5.1.3\";}'),(5861,1381,'iwp_log_type','plugins'),(5862,1381,'iwp_log_action','update'),(5863,1381,'iwp_log_activities_type','iwp_log'),(5864,1381,'iwp_log_actions','plugins-updated'),(5865,1381,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"16.7\";s:15:\"updated_version\";s:4:\"16.8\";}'),(5866,1382,'iwp_log_type','plugins'),(5867,1382,'iwp_log_action','update'),(5868,1382,'iwp_log_activities_type','iwp_log'),(5869,1382,'iwp_log_actions','plugins-updated'),(5870,1382,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:9:\"wordfence\";s:11:\"old_version\";s:5:\"7.5.4\";s:15:\"updated_version\";s:5:\"7.5.5\";}'),(5871,1383,'iwp_log_type','plugins'),(5872,1383,'iwp_log_action','update'),(5873,1383,'iwp_log_activities_type','automatic'),(5874,1383,'iwp_log_actions','plugins-updated'),(5875,1383,'iwp_log_details','a:4:{s:4:\"name\";s:18:\"Wordfence Security\";s:4:\"slug\";s:23:\"wordfence/wordfence.php\";s:11:\"old_version\";s:5:\"7.5.4\";s:15:\"updated_version\";s:5:\"7.5.5\";}'),(5876,1384,'iwp_log_type','plugins'),(5877,1384,'iwp_log_action','update'),(5878,1384,'iwp_log_activities_type','iwp_log'),(5879,1384,'iwp_log_actions','plugins-updated'),(5880,1384,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"16.8\";s:15:\"updated_version\";s:4:\"16.9\";}'),(5881,1385,'iwp_log_type','plugins'),(5882,1385,'iwp_log_action','update'),(5883,1385,'iwp_log_activities_type','iwp_log'),(5884,1385,'iwp_log_actions','plugins-updated'),(5885,1385,'iwp_log_details','a:4:{s:4:\"name\";s:16:\"WP Fastest Cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:11:\"old_version\";s:5:\"0.9.2\";s:15:\"updated_version\";s:5:\"0.9.3\";}'),(5886,1386,'iwp_log_type','plugins'),(5887,1386,'iwp_log_action','update'),(5888,1386,'iwp_log_activities_type','iwp_log'),(5889,1386,'iwp_log_actions','plugins-updated'),(5890,1386,'iwp_log_details','a:4:{s:4:\"name\";s:24:\"reCaptcha by BestWebSoft\";s:4:\"slug\";s:14:\"google-captcha\";s:11:\"old_version\";s:4:\"1.63\";s:15:\"updated_version\";s:4:\"1.64\";}'),(5891,1387,'iwp_log_type','plugins'),(5892,1387,'iwp_log_action','update'),(5893,1387,'iwp_log_activities_type','iwp_log'),(5894,1387,'iwp_log_actions','plugins-updated'),(5895,1387,'iwp_log_details','a:4:{s:4:\"name\";s:17:\"Akismet Anti-Spam\";s:4:\"slug\";s:7:\"akismet\";s:11:\"old_version\";s:6:\"4.1.10\";s:15:\"updated_version\";s:6:\"4.1.11\";}'),(5896,1388,'iwp_log_type','plugins'),(5897,1388,'iwp_log_action','update'),(5898,1388,'iwp_log_activities_type','iwp_log'),(5899,1388,'iwp_log_actions','plugins-updated'),(5900,1388,'iwp_log_details','a:4:{s:4:\"name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"old_version\";s:4:\"16.9\";s:15:\"updated_version\";s:4:\"17.0\";}'); /*!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` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1392 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 (2,4,'2019-02-21 16:49:03','2019-02-21 16:49:03','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=vqEERHymwWI\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>\r\n[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Let\'s Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"true\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nState Tax\r\nIncome Tax\r\nCharitable Contributions\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\r\nOn-site Service to Southern California Communities\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_5\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\" type=\"3_5\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_5\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_global id=\"1092\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','publish','closed','open','','sample-page','','','2021-08-27 18:29:08','2021-08-28 01:29:08','',0,'http://providentprofessionalservices.com/wordpress1?page_id=2',0,'page','',0),(3,4,'2019-02-21 16:49:03','2019-02-21 16:49:03','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://www.providentprofessionalservices.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2019-02-21 16:49:03','2019-02-21 16:49:03','',0,'http://providentprofessionalservices.com/wordpress1?page_id=3',0,'page','',0),(7,4,'2019-02-28 17:11:18','2019-02-28 17:11:18','<a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Download our complete Curriculum Vitae</a>\r\n\r\nWe realize your decision to choose a financial professional is critical to the accomplishment of your objectives.\r\n\r\nBeyond mere technical qualifications, decision makers seek professionals with whom they can communicate comfortably and easily and be clearly understood without excessive effort.\r\n\r\nAt Provident, we do not regard artificial altitude, aloofness or arrogance as necessary precursors to winning the confidence of a new client. Without these ceremonial encumbrances, our relationship with clients can rise to a higher level of effectiveness and productivity.\r\n\r\nAt Provident for over 30 years, it\'s all about <strong><em>you</em></strong>. We take special care to <strong><em>listen to you</em></strong>, <em><strong>work with you</strong></em> and <em><strong>produce results for you</strong></em>.\r\n\r\n<hr />\r\n\r\n<img class=\"alignleft size-full wp-image-178\" src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" />\r\n\r\n<strong>Kathy</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING IN-HOUSE AND OUTSOURCED SERVICES AND SOLUTIONS, PERSONALIZED ON-SITE TUTORING, TRAINING, ESTABLISHMENT OF BOOKKEEPING SYSTEMS AND PROCEDURES, ADMINISTRATIVE ORGANIZATION, STREAMLINING SYSTEMS AND SIMPLIFYING THROUGHPUT</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge small business bookkeeper and expert in QuickBooks bookkeeping for small business owners, QuickBooks set up, QuickBooks clean up, QuickBooks small business bookkeeping reconstruction, set up repair, set up or repair job costing, all within both single and multiple-user QuickBooks environments, both desk-top and on-line versions of QuickBooks, both PC and MAC versions, from QuickBooks versions 2006 through 2010.\r\n\r\n<hr />\r\n\r\n<img class=\"alignleft size-medium wp-image-179\" src=\"/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" />\r\n<strong>Tom</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN INDIVIDUAL AND SMALL BUSINESS INCOME TAX REDUCTION, TAX PENALTY AVOIDANCE, TAX AUDIT DETERRENCE, INCOME TAX PREPARATION, SMALL BUSINESS VALUATION AND PROFIT IMPROVEMENT</strong>\r\n\r\nSmall business and individual income tax accoutant, over 25 years CPA experience in income tax reduction, <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> and penalty avoidance, Bachelor of Science degree in Accounting, bonded and California Registered Tax Preparer (CRTP), Certified Valuation Analyst (CVA), Graduate of the Results Accountants\' Boot Camp, medical practice management specialist, small business development specialist, expert in individual and small business income tax reduction, income tax <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span>, income tax preparation and a qualified small business Profit Improvement consultant, coach, trainer, seminar leader and author.','About','','publish','closed','closed','','about','','','2019-06-26 23:28:25','2019-06-26 23:28:25','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=7',0,'page','',0),(10,4,'2019-02-28 17:13:36','2019-02-28 17:13:36',' ','','','publish','closed','closed','','10','','','2020-10-19 21:51:11','2020-10-19 21:51:11','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=10',2,'nav_menu_item','',0),(11,4,'2019-02-28 17:14:03','2019-02-28 17:14:03','','Blog','','publish','closed','closed','','blog','','','2019-02-28 17:14:03','2019-02-28 17:14:03','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=11',0,'page','',0),(12,4,'2019-02-28 17:14:03','2019-02-28 17:14:03','','Blog','','inherit','closed','closed','','11-revision-v1','','','2019-02-28 17:14:03','2019-02-28 17:14:03','',11,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/11-revision-v1/',0,'revision','',0),(14,4,'2019-02-28 17:40:19','2019-02-28 17:40:19','<span style=\"text-decoration: underline;\"><strong>The Problem</strong></span>\r\n\r\nMost business owners do not understand how to use financial statements to manage their businesses \"by the numbers.\"\r\n\r\nInstead, they use substitute indicators which betray them, such as amount of cash in the bank. This often has little to do with profitability and the resulting taxes.\r\n\r\nSome business owners believe that the faster you grow the better. However, studies show that companies can grow themselves into bankruptcy because they run out of cash and working capital.\r\n\r\nFinancial tools can help avoid disaster and guide owners toward greater profitability, cash flow and independence from the drudgery of petty problem solving.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The Result</strong></span>\r\n\r\nOver 93% of businesses fail because of mismanagement. Of those that failed, over half were profitable, but failed because of mismanagement of cash flow. Source: Dunn and Bradstreet\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Cause</strong></span>\r\n\r\nThe \"bean counter\" mentality... Most traditional CPAs insist on performing obsolete practices by preparing financial statements in a format which most business owners do not understand and cannot use to improve their financial condition.\r\n\r\nThe reason? \"That\'s the way we\'ve always done it.\"\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Solution</strong></span>\r\n\r\nProvident Professional Services has developed a simple way to communicate financial information for non-accountants. We have a consistent history where business owners can use our reports to manage their businesses to help control costs, increase profits and improve cash flow.\r\n\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]','Why Businesses Fail','','publish','open','open','','why-businesses-fail','','','2019-05-15 06:45:40','2019-05-15 06:45:40','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=14',0,'post','',0),(15,4,'2019-02-28 17:16:51','2019-02-28 17:16:51','','SmallBusOwner - Blog-Horizontal','','inherit','open','closed','','smallbusowner-blog-horizontal','','','2019-02-28 17:17:10','2019-02-28 17:17:10','',14,'/wp-content/uploads/2019/02/SmallBusOwner-Blog-Horizontal.png',0,'attachment','image/png',0),(16,4,'2019-02-28 17:40:19','2019-02-28 17:40:19','<img src=\"/wp-content/uploads/2019/02/SmallBusOwner-Blog-Horizontal.png\" alt=\"Why Businesses Fail\" width=\"900\" height=\"600\" class=\"alignnone size-full wp-image-15\" />\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\"><strong>The Problem</strong></span>\r\n\r\nMost business owners do not understand how to use financial statements to manage their businesses \"by the numbers.\"\r\n\r\nInstead, they use substitute indicators which betray them, such as amount of cash in the bank. This often has little to do with profitability and the resulting taxes.\r\n\r\nSome business owners believe that the faster you grow the better. However, studies show that companies can grow themselves into bankruptcy because they run out of cash and working capital.\r\n\r\nFinancial tools can help avoid disaster and guide owners toward greater profitability, cash flow and independence from the drudgery of petty problem solving.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The Result</strong></span>\r\n\r\nOver 93% of businesses fail because of mismanagement. Of those that failed, over half were profitable, but failed because of mismanagement of cash flow. Source: Dunn and Bradstreet\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Cause</strong></span>\r\n\r\nThe \"bean counter\" mentality... Most traditional CPAs insist on performing obsolete practices by preparing financial statements in a format which most business owners do not understand and cannot use to improve their financial condition.\r\n\r\nThe reason? \"That\'s the way we\'ve always done it.\"\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Solution</strong></span>\r\n\r\nProvident Professional Services has developed a simple way to communicate financial information for non-accountants. We have a consistent history where business owners can use our reports to manage their businesses to help control costs, increase profits and improve cash flow.','Why Businesses Fail','','inherit','closed','closed','','14-revision-v1','','','2019-02-28 17:40:19','2019-02-28 17:40:19','',14,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/14-revision-v1/',0,'revision','',0),(17,4,'2019-02-28 17:41:36','2019-02-28 17:41:36',' ','','','publish','closed','closed','','17','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=17',17,'nav_menu_item','',0),(18,4,'2019-02-28 17:46:24','2019-02-28 17:46:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\" type=\"1_1\"][fusion_text]<img class=\"alignnone size-full wp-image-19\" src=\"/wp-content/uploads/2019/02/170103-F-PO640-001.jpg\" alt=\"Tax Help\" width=\"638\" height=\"308\" />[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 style=\"color: #808003;\"><strong>(949) 583-1040</strong></h3>\r\nShould you decide that our boutique firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\r\n\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[contact-form-7 id=\"391\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_2\"][fusion_code]PGRpdj4KICAgICA8aWZyYW1lIHdpZHRoPSI1MDAiIGhlaWdodD0iNDAwIiBmcmFtZWJvcmRlcj0iMCIgc3JjPSJodHRwczovL3d3dy5iaW5nLmNvbS9tYXBzL2VtYmVkP2g9NDAwJnc9NTAwJmNwPTMzLjYyMTU4Nzg2NjIzODcyfi0xMTcuNzA0OTM4MTYyODY2MDMmbHZsPTE2JnR5cD1kJnN0eT1yJnNyYz1TSEVMTCZGT1JNPU1CRURWOCIgc2Nyb2xsaW5nPSJubyI+CiAgICAgPC9pZnJhbWU+CiAgICAgPGRpdiBzdHlsZT0id2hpdGUtc3BhY2U6IG5vd3JhcDsgdGV4dC1hbGlnbjogY2VudGVyOyB3aWR0aDogNTAwcHg7IHBhZGRpbmc6IDZweCAwOyI+CiAgICAgICAgPGEgaWQ9ImxhcmdlTWFwTGluayIgaHJlZj0iaHR0cHM6Ly93d3cuYmluZy5jb20vbWFwcz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtGT1JNPU1CRURMRCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgTGFyZ2VyIE1hcDwvYT4gJm5ic3A7IHwgJm5ic3A7CiAgICAgICAgPGEgaWQ9ImRpck1hcExpbmsiIGhyZWY9Imh0dHBzOi8vd3d3LmJpbmcuY29tL21hcHMvZGlyZWN0aW9ucz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtydHA9fnBvcy4zMy42MjE1ODc4NjYyMzg3Ml8tMTE3LjcwNDkzODE2Mjg2NjAzX19fXyZhbXA7Rk9STT1NQkVETEQiIHRhcmdldD0iX2JsYW5rIj5HZXQgRGlyZWN0aW9uczwvYT4KICAgIDwvZGl2Pgo8L2Rpdj4=[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact Us','','publish','closed','closed','','contact-us','','','2020-10-19 22:36:07','2020-10-19 22:36:07','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=18',0,'page','',0),(19,4,'2019-02-28 17:46:00','2019-02-28 17:46:00','','170103-F-PO640-001','','inherit','open','closed','','170103-f-po640-001','','','2019-02-28 17:46:14','2019-02-28 17:46:14','',18,'/wp-content/uploads/2019/02/170103-F-PO640-001.jpg',0,'attachment','image/jpeg',0),(22,4,'2019-02-28 17:48:46','2019-02-28 17:48:46','','Contact','','publish','closed','closed','','22','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=22',16,'nav_menu_item','',0),(23,4,'2019-02-28 17:50:43','2019-02-28 17:50:43','<img src=\"/wp-content/uploads/2019/03/AprilTaxPrep-Facebook.png\" alt=\"\" width=\"1200\" height=\"1000\" class=\"alignleft size-full wp-image-308\" />\r\n \r\nBusiness owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n','Business Tax Preparation Checklist','','publish','closed','closed','','business-tax-preparation-checklist','','','2019-03-25 22:52:16','2019-03-25 22:52:16','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=23',0,'page','',0),(24,4,'2019-02-28 17:50:17','2019-02-28 17:50:17','','BusTaxPrep - Facebook_v2','','inherit','open','closed','','bustaxprep-facebook_v2','','','2019-02-28 17:50:37','2019-02-28 17:50:37','',23,'/wp-content/uploads/2019/02/BusTaxPrep-Facebook_v2.png',0,'attachment','image/png',0),(27,4,'2019-02-28 19:28:12','2019-02-28 19:28:12','<h3 style=\"text-align: center;\"><strong>All Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP) Registered with the Internal Revenue Service and the State of California.</strong></h3>\r\n \r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-pricing-choices/\">Your Taxes, Prepared Your Way</a>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\">Individual Pricing Structure</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/index.php/what-goes-into-your-taxes/tax-pricing-choices/for-business-income-tax-return-preparation/\">Business Pricing Structure</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<em><strong>More Information to Assist in Your Selection of an Income Tax Professional</strong></em>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-reduction-measures/\">Income Tax Reduction Measures</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/whats-unique/\">What\'s Unique About Us</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/crtp-vs-cpa/\">CRTP or CPA: What\'s Best for You</a></span></li>\r\n <li><a style=\"color: #000080;\" href=\"/income-tax-services/\">Scope of Income Tax Services</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/toms-qualifications/\">Tom\'s Professional Qualifications</a></li>\r\n</ul>','Precision Handcrafted Income Tax Returns','','publish','closed','closed','','precision-handcrafted-income-tax-returns','','','2019-05-07 04:28:05','2019-05-07 04:28:05','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=27',0,'page','',0),(31,4,'2019-05-07 04:26:31','2019-05-07 04:26:31','<h3 style=\"text-align: center;\"><strong>All Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP) Registered with the Internal Revenue Service and the State of California.</strong></h3>\n \n<ul>\n <li><a style=\"color: #000080;\" href=\"/tax-pricing-choices/\">Your Taxes, Prepared Your Way</a>\n<ul>\n <li><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\">Individual Pricing Structure</a></li>\n <li><a style=\"color: #000080;\" href=\"/index.php/what-goes-into-your-taxes/tax-pricing-choices/for-business-income-tax-return-preparation/\">Business Pricing Structure</a></li>\n</ul>\n</li>\n</ul>\n<em><strong>More Information to Assist in Your Selection of an Income Tax Professional</strong></em>\n<ul>\n <li><a style=\"color: #000080;\" href=\"/tax-reduction-measures/\">Income Tax Reduction Measures</a></li>\n <li><a style=\"color: #000080;\" href=\"/whats-unique/\">What\'s Unique About Us</a></li>\n <li><a style=\"color: #000080;\" href=\"/crtp-vs-cpa/\">CRTP or CPA: What\'s Best for You</a></span></li>\n <li><a style=\"color: #000080;\" href=\"/income-tax-services/\">Scope of Income Tax Services</a></li>\n <li><a style=\"color: #000080;\" href=\"/toms-qualifications/\">Tom\'s Professional Qualifications</a></li>\n</ul>','Precision Handcrafted Income Tax Returns','','inherit','closed','closed','','27-autosave-v1','','','2019-05-07 04:26:31','2019-05-07 04:26:31','',27,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/27-autosave-v1/',0,'revision','',0),(37,4,'2019-02-28 19:51:23','2019-02-28 19:51:23','','Services','','publish','closed','closed','','services','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=37',9,'nav_menu_item','',0),(38,4,'2019-02-28 19:51:23','2019-02-28 19:51:23','','Income Taxes','','publish','closed','closed','','tax-services','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=38',10,'nav_menu_item','',0),(39,4,'2019-02-28 19:54:24','2019-02-28 19:54:24','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]<h2 style=\"margin-bottom:25px;\">Scope of Services</h2>\r\n\r\n<h3>For Income Tax - Charitable Contributions - Business Valuations</h3>\r\n<ul>\r\n <li>IRS-qualified valuator</li>\r\n <li>IRS-qualified valuation report</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n</ul>\r\n\r\n<h3>For SBA (Small Business Administration) Business Valuations</h3>\r\n<ul>\r\n <li>Qualified independent SBA Valuator</li>\r\n <li>Qualified independent SBA Valuations</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n <li>Reports prepared and presented in conformity with SBA SOP 50-10 as updated in 2009</li>\r\n</ul>\r\n\r\n<h3>For Controlling or Minority Interest Dispositions Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale planning and strategies</li>\r\n <li>Pre-sale value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>For Buy-Sell Agreements Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Adequacy of Insurance Business Valuations</h3>\r\n<ul>\r\n <li>Buy-sell or cross purchase arrangements</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Buy-Out Or Buy-In Business Valuations</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Accredited Valuation Review Reports (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Formal opinion on the credibility of the valuation report under review</li>\r\n <li>Minority or controlling interests</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n</ul>\r\n\r\n<h3>Legal Consulting and Reports to Counsel (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Limited review and opinion of strengths and weaknesses of opposing expert\'s valuation report (not a formal opinion report under the ABAR credential or proposed best practices as of 2009)</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Programs and Strategies to Increase Profitability, Cash Flow and Business Value</h3>\r\n<ul>\r\n <li>Determining value drivers</li>\r\n <li>Determining critical success factors</li>\r\n <li>Establishing key performance indicators</li>\r\n <li>Establishing a management-by-statistics monitoring system</li>\r\n <li>Evaluation of company-specific risk factors affecting value</li>\r\n <li>Establishment of strategies to mitigate company-specific risk factors</li>\r\n <li>Moderating volatility in revenues, profitability and cash flows</li>\r\n <li>Developing maximum sustainable growth rates based on availability of working capital</li>\r\n <li>Effective establishment of cash flow forecasting</li>\r\n <li>Periodic measurements of value changes</li>\r\n <li>Development of multiple sustainable competitive advantages</li>\r\n <li>Identification of company cultural attributes which enhance value through team members</li>\r\n <li>Facilitation of customer and team member advisory councils and periodic review sessions</li>\r\n</ul>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Business Valuations','','publish','closed','closed','','business-valuations','','','2019-06-13 16:21:59','2019-06-13 16:21:59','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=39',0,'page','',0),(41,4,'2019-02-28 19:56:18','2019-02-28 19:56:18','<h2 style=\"margin-bottom:25px;\">Scope of Services</h2>\r\n\r\n<h3>For Estate Tax Business Valuations</h3>\r\n<ul>\r\n <li>IRS-qualified valuator</li>\r\n <li>IRS-qualified valuation report</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n</ul>\r\n\r\n<h3>For Income Tax - Charitable Contributions - Business Valuations</h3>\r\n<ul>\r\n <li>IRS-qualified valuator</li>\r\n <li>IRS-qualified valuation report</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n</ul>\r\n\r\n<h3>For Internal Revenue Service - Offers in Compromise - Business Valuations</h3>\r\n<ul>\r\n <li>IRS-qualified valuator</li>\r\n <li>IRS-qualified valuation report</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n</ul>\r\n\r\n<h3>For SBA (Small Business Administration) Business Valuations</h3>\r\n<ul>\r\n <li>Qualified independent SBA Valuator</li>\r\n <li>Qualified independent SBA Valuations</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n <li>Reports prepared and presented in conformity with SBA SOP 50-10 as updated in 2009</li>\r\n</ul>\r\n\r\n<h3>For Controlling or Minority Interest Dispositions Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale planning and strategies</li>\r\n <li>Pre-sale value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>For Buy-Sell Agreements Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Adequacy of Insurance Business Valuations</h3>\r\n<ul>\r\n <li>Buy-sell or cross purchase arrangements</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Buy-Out Or Buy-In Business Valuations</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Accredited Valuation Review Reports (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Formal opinion on the credibility of the valuation report under review</li>\r\n <li>Minority or controlling interests</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n</ul>\r\n\r\n<h3>Legal Consulting and Reports to Counsel (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Limited review and opinion of strengths and weaknesses of opposing expert\'s valuation report (not a formal opinion report under the ABAR credential or proposed best practices as of 2009)</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Programs and Strategies to Increase Profitability, Cash Flow and Business Value</h3>\r\n<ul>\r\n <li>Determining value drivers</li>\r\n <li>Determining critical success factors</li>\r\n <li>Establishing key performance indicators</li>\r\n <li>Establishing a management-by-statistics monitoring system</li>\r\n <li>Evaluation of company-specific risk factors affecting value</li>\r\n <li>Establishment of strategies to mitigate company-specific risk factors</li>\r\n <li>Moderating volatility in revenues, profitability and cash flows</li>\r\n <li>Developing maximum sustainable growth rates based on availability of working capital</li>\r\n <li>Effective establishment of cash flow forecasting</li>\r\n <li>Periodic measurements of value changes</li>\r\n <li>Development of multiple sustainable competitive advantages</li>\r\n <li>Identification of company cultural attributes which enhance value through team members</li>\r\n <li>Facilitation of customer and team member advisory councils and periodic review sessions</li>\r\n</ul>','Business Valuations','','inherit','closed','closed','','39-revision-v1','','','2019-02-28 19:56:18','2019-02-28 19:56:18','',39,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/39-revision-v1/',0,'revision','',0),(42,4,'2019-02-28 19:57:00','2019-02-28 19:57:00',' ','','','publish','closed','closed','','42','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=42',11,'nav_menu_item','',0),(50,4,'2019-02-28 20:29:45','2019-02-28 20:29:45','','Bookkeeping Services','','publish','closed','closed','','bookkeeping-services','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=50',12,'nav_menu_item','',0),(51,4,'2019-06-12 05:41:07','2019-06-12 05:41:07','<a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">Download our complete Curriculum Vitae</a>\n\nWe realize your decision to choose a financial professional is critical to the accomplishment of your objectives.\n\nBeyond mere technical qualifications, decision makers seek professionals with whom they can communicate comfortably and easily and be clearly understood without excessive effort.\n\nAt Provident, we do not regard artificial altitude, aloofness or arrogance as necessary precursors to winning the confidence of a new client. Without these ceremonial encumbrances, our relationship with clients can rise to a higher level of effectiveness and productivity.\n\nAt Provident for over 30 years, it\'s all about <strong><em>you</em></strong>. We take special care to <strong><em>listen to you</em></strong>, <em><strong>work with you</strong></em> and <em><strong>produce results for you</strong></em>.\n\n<hr />\n\n<img src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" class=\"alignleft size-full wp-image-178\" />\n<br/><strong>Kathy</strong>\n\n<strong>(949) 583 1040</strong>\n\n<strong>QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING IN-HOUSE AND OUTSOURCED SERVICES AND SOLUTIONS, PERSONALIZED ON-SITE TUTORING, TRAINING, ESTABLISHMENT OF BOOKKEEPING SYSTEMS AND PROCEDURES, ADMINISTRATIVE ORGANIZATION, STREAMLINING SYSTEMS AND SIMPLIFYING THROUGHPUT</strong>\n\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge small business bookkeeper and expert in QuickBooks bookkeeping for small business owners, QuickBooks set up, QuickBooks clean up, QuickBooks small business bookkeeping reconstruction, set up repair, set up or repair job costing, all within both single and multiple-user QuickBooks environments, both desk-top and on-line versions of QuickBooks, both PC and MAC versions, from QuickBooks versions 2006 through 2010.\n<br/> \n<br/> \n<hr />\n<img src=\"/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" class=\"alignleft size-medium wp-image-179\" /><br/><strong>Tom</strong>\n\n<strong>(949) 583 1040</strong>\n\n<strong>EXPERT IN INDIVIDUAL AND SMALL BUSINESS INCOME TAX REDUCTION, TAX PENALTY AVOIDANCE, TAX AUDIT DETERRENCE, INCOME TAX PREPARATION, SMALL BUSINESS VALUATION AND PROFIT IMPROVEMENT</strong>\n\nSmall business and individual income tax accoutant, over 25 years CPA experience in income tax reduction, <span style=\"color:<strong>audit deterrence measures</strong> and penalty avoidance, Bachelor of Science degree in Accounting, bonded and California Registered Tax Preparer (CRTP), Certified Valuation Analyst (CVA), Graduate of the Results Accountants\' Boot Camp, medical practice management specialist, small business development specialist, expert in individual and small business income tax reduction, income tax audit deterrence, income tax preparation and a qualified small business Profit Improvement consultant, coach, trainer, seminar leader and author.','About','','inherit','closed','closed','','7-autosave-v1','','','2019-06-12 05:41:07','2019-06-12 05:41:07','',7,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/7-autosave-v1/',0,'revision','',0),(52,4,'2019-02-28 20:37:15','2019-02-28 20:37:15','','Curriculum-Vitae_Thomas-V-Kalajian','','inherit','open','closed','','curriculum-vitae_thomas-v-kalajian','','','2019-02-28 20:37:15','2019-02-28 20:37:15','',7,'/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf',0,'attachment','application/pdf',0),(54,4,'2019-02-28 20:38:47','2019-02-28 20:38:47','','Curriculum Vitae','','publish','closed','closed','','curriculum-vitae','','','2020-10-19 21:51:11','2020-10-19 21:51:11','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=54',3,'nav_menu_item','',0),(55,4,'2019-02-28 20:47:26','2019-02-28 20:47:26','<img src=\"/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" class=\"alignleft size-medium wp-image-179\" /><h5>Thomas Kalajian, BS, CRTP, CVA, ABAR</h5>\r\n\r\n<h5><a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Curriculum Vitae</a></h5>\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review</strong>, was honored with Best Accredited in Business Appraisal Review Report Award for 2010 by the nationally-recognized pioneering business valuation accrediting organization, The Institute of Business Appraisers (IBA) on June 2, 2010 at the NACVA/IBA 2010 Annual Consultants\' Conference in Miami Beach, Florida.\r\n\r\nMr. Kalajian was one of the first 25 graduates to earn this advanced business valuation designation in 2009. His qualifying report scored by the Qualifications Review Committee included nuances which the Committee later adopted as Best Practices for proposed professional standards for review reporting.\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review, 2009</strong>. This advanced business valuation credential is conferred by the Institute of Business Appraisers. It requires a 4-day rigorous full emersion workshop, examination, experience, pre-existing nationally-recognized business valuation designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong>Thomas Kalajian - <a href=\"/crtp-vs-cpa/\">CRTP</a>, CTEC Registered Tax Preparer</strong>, Registration of California Tax Professionals by CTEC, California Tax Education Council and designated as a registered tax preparer by the Internal Revenue Service. Qualified professionals are awarded the designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.\r\n\r\nThomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses incorporating the accumulated experience of over 30 years in continuous operation of his firm.\r\n\r\n<strong>Thomas Kalajian - CVA, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong>Thomas Kalajian - Bachelor of Science, BS</strong>, degree in Business Administration. Mr. Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting.\r\n\r\nThe accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<strong>Thomas Kalajian - Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population. Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong>Thomas Kalajian - Viet Nam Veteran.</strong> Thomas fulfilled his military duty, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<strong>Thomas Kalajian - Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Mr. Kalajian volunteered over 10 years of service to the Orange County (OC) California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (Orange County (OC) Newschannel) Orange County (OC)\'s 24-hour cable news channel.\r\n\r\nOCN reached a base of over 2 million viewers in Orange County (OC), and Mr. Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<strong>Thomas Kalajian - Profit Improvement Specialist.</strong> Documented here also is Mr. Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<strong>Thomas Kalajian - Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional mission and enduring core values.','Tom\'s Qualifications','','publish','closed','closed','','toms-qualifications','','','2019-05-02 15:31:26','2019-05-02 15:31:26','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=55',0,'page','',0),(58,4,'2019-04-29 17:53:06','2019-04-29 17:53:06','h5>Thomas Kalajian, BS, CRTP, CVA, ABAR</h5>\n\n<h5><a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Curriculum Vitae</a></h5>\n\n<strong>\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review</strong>, was honored with Best Accredited in Business Appraisal Review Report Award for 2010 by the nationally-recognized pioneering business valuation accrediting organization, The Institute of Business Appraisers (IBA) on June 2, 2010 at the NACVA/IBA 2010 Annual Consultants\' Conference in Miami Beach, Florida.\n\nMr. Kalajian was one of the first 25 graduates to earn this advanced business valuation designation in 2009. His qualifying report scored by the Qualifications Review Committee included nuances which the Committee later adopted as Best Practices for proposed professional standards for review reporting.\n\n<strong>\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review, 2009</strong>. This advanced business valuation credential is conferred by the Institute of Business Appraisers. It requires a 4-day rigorous full emersion workshop, examination, experience, pre-existing nationally-recognized business valuation designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\n\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\n\n<strong>Thomas Kalajian - <a href=\"/crtp-vs-cpa/\">CRTP</a>, CTEC Registered Tax Preparer</strong>, Registration of California Tax Professionals by CTEC, California Tax Education Council and designated as a registered tax preparer by the Internal Revenue Service. Qualified professionals are awarded the designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.\n\nThomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses incorporating the accumulated experience of over 30 years in continuous operation of his firm.\n\n<strong>Thomas Kalajian - CVA, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\n\n<strong>Thomas Kalajian - Bachelor of Science, BS</strong>, degree in Business Administration. Mr. Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting.\n\nThe accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\n\n<strong>Thomas Kalajian - Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population. Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\n\n<strong>Thomas Kalajian - Viet Nam Veteran.</strong> Thomas fulfilled his military duty, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\n\n<strong>Thomas Kalajian - Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Mr. Kalajian volunteered over 10 years of service to the Orange County (OC) California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (Orange County (OC) Newschannel) Orange County (OC)\'s 24-hour cable news channel.\n\nOCN reached a base of over 2 million viewers in Orange County (OC), and Mr. Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\n\n<strong>Thomas Kalajian - Profit Improvement Specialist.</strong> Documented here also is Mr. Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an CVA for preparing formal certified business valuation appraisal reports.\n\n<strong>Thomas Kalajian - Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional mission and enduring core values.','Tom\'s Qualifications','','inherit','closed','closed','','55-autosave-v1','','','2019-04-29 17:53:06','2019-04-29 17:53:06','',55,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/55-autosave-v1/',0,'revision','',0),(59,4,'2019-02-28 20:52:48','2019-02-28 20:52:48','<h3>Which Designation Is a Better Choice for Your \r\nIncome Tax Services?\r\nCRTP Professional Education Requirements \r\nCompared to CPAs</strong></h3>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Client Protection Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Service Choices Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Income Tax Specialization Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>What\'s a CRTP?</strong></span></h2>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Income Tax Designation</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong><span style=\"text-decoration: underline;\">C</span>TEC <span style=\"text-decoration: underline;\">R</span>egistered <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">P</span>reparer (CRTP)</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CTEC, <span style=\"text-decoration: underline;\">C</span>alifornia <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">E</span>ducation <span style=\"text-decoration: underline;\">C</span>ouncil</strong></span></h5>\r\n<br/> \r\nThe <span style=\"text-decoration: underline;\"><strong>California Tax Education Council</strong></span> (<span style=\"text-decoration: underline;\"><a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\">CTEC</a></span>) was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.','CRTP vs CPA','','publish','closed','closed','','crtp-vs-cpa','','','2019-02-28 21:02:13','2019-02-28 21:02:13','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=59',0,'page','',0),(63,4,'2019-02-28 20:56:27','2019-02-28 20:56:27','<h4 style=\"text-align: center;\"><span style=\"color: #000080; font-weight:500;\">Which Designation Is a Better Choice for Your Income Tax Services?\n</span>\n<span style=\"color: #000080;\"><strong>CRTP Professional Education Requirements Compared to CPAs</strong></span></h4>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\n\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\n\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Client Protection Compared to CPAs</strong></span></h4>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\n\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Service Choices Compared to CPAs</strong></span></h4>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Income Tax Specialization Compared to CPAs</strong></span></h4>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\n<h2 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>What\'s a CRTP?</strong></span></h2>\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Income Tax Designation</strong></span></h5>\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong><span style=\"text-decoration: underline;\">C</span>TEC <span style=\"text-decoration: underline;\">R</span>egistered <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">P</span>reparer (CRTP)</strong></span></h5>\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CTEC, <span style=\"text-decoration: underline;\">C</span>alifornia <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">E</span>ducation <span style=\"text-decoration: underline;\">C</span>ouncil</strong></span></h5>\nThe <span style=\"text-decoration: underline;\"><strong>California Tax Education Council</strong></span> (<span style=\"text-decoration: underline;\"><a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\">CTEC</a></span>) was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\n\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\n\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\n\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.','CRTP vs CPA','','inherit','closed','closed','','59-autosave-v1','','','2019-02-28 20:56:27','2019-02-28 20:56:27','',59,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/59-autosave-v1/',0,'revision','',0),(64,4,'2019-02-28 20:57:06','2019-02-28 20:57:06','<h3>Which Designation Is a Better Choice for Your Income Tax Services?\r\nCRTP Professional Education Requirements Compared to CPAs</strong></h3>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Client Protection Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Service Choices Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Income Tax Specialization Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>What\'s a CRTP?</strong></span></h2>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Income Tax Designation</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong><span style=\"text-decoration: underline;\">C</span>TEC <span style=\"text-decoration: underline;\">R</span>egistered <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">P</span>reparer (CRTP)</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CTEC, <span style=\"text-decoration: underline;\">C</span>alifornia <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">E</span>ducation <span style=\"text-decoration: underline;\">C</span>ouncil</strong></span></h5>\r\nThe <span style=\"text-decoration: underline;\"><strong>California Tax Education Council</strong></span> (<span style=\"text-decoration: underline;\"><a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\">CTEC</a></span>) was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.','CRTP vs CPA','','inherit','closed','closed','','59-revision-v1','','','2019-02-28 20:57:06','2019-02-28 20:57:06','',59,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/59-revision-v1/',0,'revision','',0),(65,4,'2019-02-28 20:58:30','2019-02-28 20:58:30','<h3>Which Designation Is a Better Choice for Your \r\nIncome Tax Services?\r\nCRTP Professional Education Requirements \r\nCompared to CPAs</strong></h3>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Client Protection Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Service Choices Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Income Tax Specialization Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>What\'s a CRTP?</strong></span></h2>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Income Tax Designation</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong><span style=\"text-decoration: underline;\">C</span>TEC <span style=\"text-decoration: underline;\">R</span>egistered <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">P</span>reparer (CRTP)</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CTEC, <span style=\"text-decoration: underline;\">C</span>alifornia <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">E</span>ducation <span style=\"text-decoration: underline;\">C</span>ouncil</strong></span></h5>\r\nThe <span style=\"text-decoration: underline;\"><strong>California Tax Education Council</strong></span> (<span style=\"text-decoration: underline;\"><a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\">CTEC</a></span>) was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.','CRTP vs CPA','','inherit','closed','closed','','59-revision-v1','','','2019-02-28 20:58:30','2019-02-28 20:58:30','',59,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/59-revision-v1/',0,'revision','',0),(66,4,'2019-02-28 21:01:34','2019-02-28 21:01:34','<h3>Which Designation Is a Better Choice for Your \r\nIncome Tax Services?\r\nCRTP Professional Education Requirements \r\nCompared to CPAs</strong></h3>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who has undergone a rigorous course curriculum and an examination specifically geared to federal and California income tax law, procedure and preparation. CPAs take a 4 hour exam on federal taxation only, only once in their career, and the examination does not include California tax law or procedure.\r\n\r\nCPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve either federal or California income taxation.\r\n\r\nBy contrast, CRTPs are required to renew their California state registration every year and are required to complete a minimum of 20 hours of tax education, involving both federal and California tax laws and procedure, to qualify for renewal. Registration must be completed and renewed every year.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Client Protection Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a $5,000 consumer protection bond, which CPAs do not offer.\r\n\r\nIn the event of an incompetent CPA, no performance bond is available to compensate a client who has wrongfully suffered damages.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Service Choices Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is not prohibited by restrictive CPA regulations to provide a wide variety of services with flexible compensation options for your convenience. CRTPs may engage in coordinated services such as insurance coverage, investment advice through licensing, and financial planning without having arbitrary licensing conflicts as do CPAs.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Income Tax Specialization Compared to CPAs</strong></span></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), who is an income tax specialist. By contrast, CPAs are not required to be income tax specialists, usually have taken only only course in federal taxation in college, have only one section of the CPA examination relating to federal taxation, and may engage in a broad variety of accounting matters not related to income taxation. Many CPAs are not tax accountants and are not income tax specialists. By contrast, CRTPs are specifically trained and registered annually on income tax matters, both federal and California, to qualify for re-registration.\r\n<h2 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>What\'s a CRTP?</strong></span></h2>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CRTP Professional Income Tax Designation</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong><span style=\"text-decoration: underline;\">C</span>TEC <span style=\"text-decoration: underline;\">R</span>egistered <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">P</span>reparer (CRTP)</strong></span></h5>\r\n<h5 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>CTEC, <span style=\"text-decoration: underline;\">C</span>alifornia <span style=\"text-decoration: underline;\">T</span>ax <span style=\"text-decoration: underline;\">E</span>ducation <span style=\"text-decoration: underline;\">C</span>ouncil</strong></span></h5>\r\n<br/> \r\nThe <span style=\"text-decoration: underline;\"><strong>California Tax Education Council</strong></span> (<span style=\"text-decoration: underline;\"><a href=\"http://www.ctec.org/\" target=\"_blank\" rel=\"noopener noreferrer\">CTEC</a></span>) was authorized by the State of California in 1997 to register and administer professional tax preparers in California. Only California and Oregon have such agencies to administer and monitor continuing professional education programs for tax professionals not otherwise administered by other agencies.\r\n\r\nThe designation authorized by CTEC is the <strong>CTEC Registered Tax Preparer</strong> accreditation (CRTP), which must be updated annually through renewal of both a $5,000 bond and proof of completion of 20 hours of authorized continuing professional education in specifically-approved tax courses.\r\n\r\n<em>CPAs are not required to complete any continuing education courses in taxation whatsoever, regardless of their practice specialty or marketing their materials.</em>\r\n\r\nThomas Kalajian has satisfied these requirements continuously since 2001, and has consistently scored in the top 5% on his qualifying education test scores.','CRTP vs CPA','','inherit','closed','closed','','59-revision-v1','','','2019-02-28 21:01:34','2019-02-28 21:01:34','',59,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/02/28/59-revision-v1/',0,'revision','',0),(70,4,'2019-03-01 06:43:38','2019-03-01 06:43:38','','SnipImage','','inherit','open','closed','','snipimage','','','2019-03-01 06:43:38','2019-03-01 06:43:38','',0,'/wp-content/uploads/2019/03/SnipImage.jpg',0,'attachment','image/jpeg',0),(71,4,'2019-03-01 06:43:57','2019-03-01 06:43:57','','cropped-SnipImage.jpg','','inherit','open','closed','','cropped-snipimage-jpg','','','2019-03-01 06:43:57','2019-03-01 06:43:57','',0,'/wp-content/uploads/2019/03/cropped-SnipImage.jpg',0,'attachment','image/jpeg',0),(73,4,'2019-03-01 06:59:30','2019-03-01 06:59:30','','provident-financial-services','','inherit','open','closed','','provident-financial-services','','','2019-03-01 06:59:30','2019-03-01 06:59:30','',0,'/wp-content/uploads/2019/03/provident-financial-services.png',0,'attachment','image/png',0),(74,4,'2019-03-01 06:59:45','2019-03-01 06:59:45','/wp-content/uploads/2019/03/cropped-provident-financial-services.png','cropped-provident-financial-services.png','','inherit','open','closed','','cropped-provident-financial-services-png','','','2019-03-01 06:59:45','2019-03-01 06:59:45','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services.png',0,'attachment','image/png',0),(76,4,'2019-03-01 07:02:12','2019-03-01 07:02:12','','provident-financial-services-Logo','','inherit','open','closed','','provident-financial-services-logo','','','2019-03-01 07:02:12','2019-03-01 07:02:12','',0,'/wp-content/uploads/2019/03/provident-financial-services-Logo.png',0,'attachment','image/png',0),(77,4,'2019-03-01 07:02:25','2019-03-01 07:02:25','/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo.png','cropped-provident-financial-services-Logo.png','','inherit','open','closed','','cropped-provident-financial-services-logo-png','','','2019-03-01 07:02:25','2019-03-01 07:02:25','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo.png',0,'attachment','image/png',0),(78,4,'2019-03-01 07:02:40','2019-03-01 07:02:40','','provident-financial-services','','inherit','open','closed','','provident-financial-services-2','','','2019-03-01 07:02:40','2019-03-01 07:02:40','',0,'/wp-content/uploads/2019/03/provident-financial-services.jpg',0,'attachment','image/jpeg',0),(80,4,'2019-03-01 07:02:50','2019-03-01 07:02:50','/wp-content/uploads/2019/03/cropped-provident-financial-services.jpg','cropped-provident-financial-services.jpg','','inherit','open','closed','','cropped-provident-financial-services-jpg','','','2019-03-01 07:02:50','2019-03-01 07:02:50','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services.jpg',0,'attachment','image/jpeg',0),(82,4,'2019-03-01 07:10:08','2019-03-01 07:10:08','','SnipImage','','inherit','open','closed','','snipimage-2','','','2019-03-01 07:10:08','2019-03-01 07:10:08','',0,'/wp-content/uploads/2019/03/SnipImage-1.jpg',0,'attachment','image/jpeg',0),(83,4,'2019-03-01 07:10:25','2019-03-01 07:10:25','','cropped-SnipImage-1.jpg','','inherit','open','closed','','cropped-snipimage-1-jpg','','','2019-03-01 07:10:25','2019-03-01 07:10:25','',0,'/wp-content/uploads/2019/03/cropped-SnipImage-1.jpg',0,'attachment','image/jpeg',0),(84,4,'2019-03-01 07:15:24','2019-03-01 07:15:24','','provident-financial-services-logo3','','inherit','open','closed','','provident-financial-services-logo3','','','2019-03-01 07:15:24','2019-03-01 07:15:24','',0,'/wp-content/uploads/2019/03/provident-financial-services-logo3.png',0,'attachment','image/png',0),(85,4,'2019-03-01 07:15:38','2019-03-01 07:15:38','/wp-content/uploads/2019/03/cropped-provident-financial-services-logo3.png','cropped-provident-financial-services-logo3.png','','inherit','open','closed','','cropped-provident-financial-services-logo3-png','','','2019-03-01 07:15:38','2019-03-01 07:15:38','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-logo3.png',0,'attachment','image/png',0),(88,4,'2019-03-01 07:16:22','2019-03-01 07:16:22','','cropped-business-tax-preparation.jpg','','inherit','open','closed','','cropped-business-tax-preparation-jpg','','','2019-03-01 07:16:22','2019-03-01 07:16:22','',0,'/wp-content/uploads/2019/03/cropped-business-tax-preparation.jpg',0,'attachment','image/jpeg',0),(91,4,'2019-03-01 07:18:56','2019-03-01 07:18:56','','cropped-business-tax-preparation-2.jpg','','inherit','open','closed','','cropped-business-tax-preparation-2-jpg','','','2019-03-01 07:18:56','2019-03-01 07:18:56','',0,'/wp-content/uploads/2019/03/cropped-business-tax-preparation-2.jpg',0,'attachment','image/jpeg',0),(92,4,'2019-03-01 07:20:22','2019-03-01 07:20:22','','provident-financial-services-logo','','inherit','open','closed','','provident-financial-services-logo-2','','','2019-03-01 07:20:22','2019-03-01 07:20:22','',0,'/wp-content/uploads/2019/03/provident-financial-services-logo.jpg',0,'attachment','image/jpeg',0),(93,4,'2019-03-01 07:20:32','2019-03-01 07:20:32','/wp-content/uploads/2019/03/cropped-provident-financial-services-logo.jpg','cropped-provident-financial-services-logo.jpg','','inherit','open','closed','','cropped-provident-financial-services-logo-jpg','','','2019-03-01 07:20:32','2019-03-01 07:20:32','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-logo.jpg',0,'attachment','image/jpeg',0),(96,4,'2019-03-01 07:23:58','2019-03-01 07:23:58','','cropped-business-tax-preparation-3.jpg','','inherit','open','closed','','cropped-business-tax-preparation-3-jpg','','','2019-03-01 07:23:58','2019-03-01 07:23:58','',0,'/wp-content/uploads/2019/03/cropped-business-tax-preparation-3.jpg',0,'attachment','image/jpeg',0),(98,4,'2019-03-01 07:26:13','2019-03-01 07:26:13','','business-tax-preparation-4','','inherit','open','closed','','business-tax-preparation-4','','','2019-03-01 07:26:13','2019-03-01 07:26:13','',0,'/wp-content/uploads/2019/03/business-tax-preparation-4.jpg',0,'attachment','image/jpeg',0),(99,4,'2019-03-01 07:26:22','2019-03-01 07:26:22','','cropped-business-tax-preparation-4.jpg','','inherit','open','closed','','cropped-business-tax-preparation-4-jpg','','','2019-03-01 07:26:22','2019-03-01 07:26:22','',0,'/wp-content/uploads/2019/03/cropped-business-tax-preparation-4.jpg',0,'attachment','image/jpeg',0),(100,4,'2019-03-01 07:27:38','2019-03-01 07:27:38','/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo-1.png','cropped-provident-financial-services-Logo-1.png','','inherit','open','closed','','cropped-provident-financial-services-logo-1-png','','','2019-03-01 07:27:38','2019-03-01 07:27:38','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo-1.png',0,'attachment','image/png',0),(102,4,'2019-03-01 07:29:32','2019-03-01 07:29:32','/wp-content/uploads/2019/03/cropped-provident-financial-services-1.png','cropped-provident-financial-services-1.png','','inherit','open','closed','','cropped-provident-financial-services-1-png','','','2019-03-01 07:29:32','2019-03-01 07:29:32','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-1.png',0,'attachment','image/png',0),(103,4,'2015-02-23 18:54:03','2015-02-23 18:54:03','','Careers','','publish','closed','closed','','who-we-are','','','2015-02-23 18:54:03','2015-02-23 18:54:03','',0,'http://avada.theme-fusion.com_demos/law/?post_type=slide&p=103',0,'slide','',0),(104,4,'2019-03-01 07:32:11','2019-03-01 07:32:11','/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo-2.png','cropped-provident-financial-services-Logo-2.png','','inherit','open','closed','','cropped-provident-financial-services-logo-2-png','','','2019-03-01 07:32:11','2019-03-01 07:32:11','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo-2.png',0,'attachment','image/png',0),(107,4,'2019-03-01 07:32:39','2019-03-01 07:32:39','','business-tax-preparation-5','','inherit','open','closed','','business-tax-preparation-5','','','2019-03-01 07:32:39','2019-03-01 07:32:39','',0,'/wp-content/uploads/2019/03/business-tax-preparation-5.jpg',0,'attachment','image/jpeg',0),(108,4,'2019-03-01 07:32:46','2019-03-01 07:32:46','','cropped-business-tax-preparation-5.jpg','','inherit','open','closed','','cropped-business-tax-preparation-5-jpg','','','2019-03-01 07:32:46','2019-03-01 07:32:46','',0,'/wp-content/uploads/2019/03/cropped-business-tax-preparation-5.jpg',0,'attachment','image/jpeg',0),(110,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','<h2>What We Do</h2>\r\n\r\nIncome Tax Services\r\nCustom-crafted Preparation On-site\r\nAudit Deterrence Measures<sup>TM</sup>\r\nPenalty Avoidance Procedures\r\nProactive Tax Reduction Advice\r\nCoordinate Business and Individual Income Taxes\r\n\r\n\r\nBusiness Profit Improvement and Valuation Measures\r\nImproved Profitability and Increased Cash Flow\r\nCrisis Management and Resolution\r\nIncreased Return on Investment\r\nDebt Restructuring and Negotiations\r\n','What We Do','','publish','closed','closed','','what-we-do','','','2019-07-10 16:48:35','2019-07-10 16:48:35','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=110',0,'page','',0),(111,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','<h2>How We Work</h2>\r\n\r\nOur Core Values and Beliefs\r\n\r\nBookkeeping Available On-site and On-line\r\n\r\nFees Based on Hourly, Form-Based or Flat Fee\r\n\r\nOne-time or Recurring Services\r\n\r\nSimple Retainer-based Payment Structure\r\n\r\nPrompt Service\r\n\r\nDirect Access to Bookkeeping and Income Tax Professionals\r\n','How We Work','','publish','closed','closed','','how-we-work','','','2019-03-01 07:39:33','2019-03-01 07:39:33','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=111',0,'page','',0),(112,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','<h2>What You Can Expect</h2>\r\n\r\nCalls returned within 4 business hours\r\n\r\nAvailable extended hours\r\n\r\nWe listen to you and respect your reality\r\n\r\nWe deliver what we promise\r\n\r\nProactive client advice and preventative services\r\n\r\nOur commitments to you are in writing\r\n\r\nFast turn-around, usually within 72 hours\r\n\r\nClient-focused and results-driven\r\n\r\nWritten core values and mission statement\r\n','What You Can Expect','','publish','closed','closed','','what-you-can-expect','','','2019-03-01 07:40:30','2019-03-01 07:40:30','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=112',0,'page','',0),(113,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','<h2>How to Contact Us</h2>\r\n\r\nFor Confidential Complimentary Consultation Please Call\r\n(949) 583 1040\r\nor e-mail us\r\nPlease ask for Tom or Kathy\r\n\r\nBased in Orange County, Serving Southern California Since 1976\r\n','How To Contact Us','','publish','closed','closed','','how-to-contact-us','','','2019-03-01 07:41:20','2019-03-01 07:41:20','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=113',0,'page','',0),(114,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','','What We Do','','inherit','closed','closed','','110-revision-v1','','','2019-03-01 07:38:01','2019-03-01 07:38:01','',110,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/110-revision-v1/',0,'revision','',0),(115,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','','How We Work','','inherit','closed','closed','','111-revision-v1','','','2019-03-01 07:38:01','2019-03-01 07:38:01','',111,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/111-revision-v1/',0,'revision','',0),(116,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','','What You Can Expect','','inherit','closed','closed','','112-revision-v1','','','2019-03-01 07:38:01','2019-03-01 07:38:01','',112,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/112-revision-v1/',0,'revision','',0),(117,4,'2019-03-01 07:38:01','2019-03-01 07:38:01','','How To Contact Us','','inherit','closed','closed','','113-revision-v1','','','2019-03-01 07:38:01','2019-03-01 07:38:01','',113,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/113-revision-v1/',0,'revision','',0),(118,4,'2019-03-01 07:38:37','2019-03-01 07:38:37','<h2>What We Do</h2>\r\n\r\nIncome Tax Services\r\nCustom-crafted Preparation On-site\r\nAudit Deterrence Measures\r\nPenalty Avoidance Procedures\r\nProactive Tax Reduction Advice\r\nCoordinate Business and Individual Income Taxes\r\n\r\n\r\nBusiness Profit Improvement and Valuation Measures\r\nImproved Profitability and Increased Cash Flow\r\nCrisis Management and Resolution\r\nIncreased Return on Investment\r\nDebt Restructuring and Negotiations\r\n','What We Do','','inherit','closed','closed','','110-revision-v1','','','2019-03-01 07:38:37','2019-03-01 07:38:37','',110,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/110-revision-v1/',0,'revision','',0),(119,4,'2019-03-01 07:39:33','2019-03-01 07:39:33','<h2>How We Work</h2>\r\n\r\nOur Core Values and Beliefs\r\n\r\nBookkeeping Available On-site and On-line\r\n\r\nFees Based on Hourly, Form-Based or Flat Fee\r\n\r\nOne-time or Recurring Services\r\n\r\nSimple Retainer-based Payment Structure\r\n\r\nPrompt Service\r\n\r\nDirect Access to Bookkeeping and Income Tax Professionals\r\n','How We Work','','inherit','closed','closed','','111-revision-v1','','','2019-03-01 07:39:33','2019-03-01 07:39:33','',111,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/111-revision-v1/',0,'revision','',0),(120,4,'2019-03-01 07:40:30','2019-03-01 07:40:30','<h2>What You Can Expect</h2>\r\n\r\nCalls returned within 4 business hours\r\n\r\nAvailable extended hours\r\n\r\nWe listen to you and respect your reality\r\n\r\nWe deliver what we promise\r\n\r\nProactive client advice and preventative services\r\n\r\nOur commitments to you are in writing\r\n\r\nFast turn-around, usually within 72 hours\r\n\r\nClient-focused and results-driven\r\n\r\nWritten core values and mission statement\r\n','What You Can Expect','','inherit','closed','closed','','112-revision-v1','','','2019-03-01 07:40:30','2019-03-01 07:40:30','',112,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/112-revision-v1/',0,'revision','',0),(121,4,'2019-03-01 07:41:20','2019-03-01 07:41:20','<h2>How to Contact Us</h2>\r\n\r\nFor Confidential Complimentary Consultation Please Call\r\n(949) 583 1040\r\nor e-mail us\r\nPlease ask for Tom or Kathy\r\n\r\nBased in Orange County, Serving Southern California Since 1976\r\n','How To Contact Us','','inherit','closed','closed','','113-revision-v1','','','2019-03-01 07:41:20','2019-03-01 07:41:20','',113,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/113-revision-v1/',0,'revision','',0),(123,4,'2019-03-01 20:21:31','2019-03-01 20:21:31','<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Choice of Fee and Level of Service</strong></span></h4>\r\nYou have the option of choosing your the service level which best fits your preferences and expectations. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\r\n\r\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\r\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\r\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\r\n<h6 style=\"text-align: center;\"><strong><span style=\"color: #123456;\">Audit Deterrence Measures™</span></strong></h6>\r\nAlso, you may choose to implement our breakthrough <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span>, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\r\n\r\nWe believe our <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span>, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.','Individual Tax Pricing Choices','','publish','closed','closed','','individual-tax-pricing-choices','','','2019-06-26 23:31:20','2019-06-26 23:31:20','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=123',0,'page','',0),(126,4,'2019-03-01 20:24:42','2019-03-01 20:24:42','<h3 style=\"text-align: center;\">Your Choice of Fees and Level of Service</h3>\r\n<ul>\r\n <li style=\"text-align: left;\"><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\"><strong>Individual Income Tax Fee Choices</strong></a></li>\r\n <li style=\"text-align: left;\"><a style=\"color: #000080;\" href=\"/for-business-income-tax-return-preparation/\"><strong>Business Income Tax Fee Choices</strong></a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">To the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual and business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Value Service</strong></h4>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\r\n<h4 style=\"text-align: center;\"><strong>Classic Service</strong></h4>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h4 style=\"text-align: center;\"><strong>Premium Select</strong></h4>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.','Tax Pricing Choices','','publish','closed','closed','','tax-pricing-choices','','','2019-03-01 20:27:03','2019-03-01 20:27:03','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=126',0,'page','',0),(127,4,'2019-03-01 20:24:42','2019-03-01 20:24:42','<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Your Choice of Fees and Level of Service\r\n\r\n</span></strong></h4>\r\n<ul>\r\n <li style=\"text-align: left;\"><span style=\"text-decoration: underline; color: #000080;\"><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\"><strong>Individual Income Tax Fee Choices</strong></a></span></li>\r\n <li style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"/for-business-income-tax-return-preparation/\"><strong>Business Income Tax Fee Choices</strong></a></span></span></li>\r\n</ul>\r\n<p style=\"text-align: left;\">To the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual and business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Value Service</strong></h4>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\r\n<h4 style=\"text-align: center;\"><strong>Classic Service</strong></h4>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h4 style=\"text-align: center;\"><strong>Premium Select</strong></h4>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.','Tax Pricing Choices','','inherit','closed','closed','','126-revision-v1','','','2019-03-01 20:24:42','2019-03-01 20:24:42','',126,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/126-revision-v1/',0,'revision','',0),(128,4,'2019-03-01 20:26:36','2019-03-01 20:26:36','<h3 style=\"text-align: center;\">Your Choice of Fees and Level of Service</h3>\n<ul>\n <li style=\"text-align: left;\"><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\"><strong>Individual Income Tax Fee Choices</strong></a></span></li>\n <li style=\"text-align: left;\"><span style=\"text-decoration: underline;\"><span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"/for-business-income-tax-return-preparation/\"><strong>Business Income Tax Fee Choices</strong></a></span></span></li>\n</ul>\n<p style=\"text-align: left;\">To the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual and business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.</p>\n\n<h4 style=\"text-align: center;\"><strong>Value Service</strong></h4>\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\n<h4 style=\"text-align: center;\"><strong>Classic Service</strong></h4>\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\n<h4 style=\"text-align: center;\"><strong>Premium Select</strong></h4>\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.','Tax Pricing Choices','','inherit','closed','closed','','126-autosave-v1','','','2019-03-01 20:26:36','2019-03-01 20:26:36','',126,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/126-autosave-v1/',0,'revision','',0),(129,4,'2019-03-01 20:27:03','2019-03-01 20:27:03','<h3 style=\"text-align: center;\">Your Choice of Fees and Level of Service</h3>\r\n<ul>\r\n <li style=\"text-align: left;\"><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\"><strong>Individual Income Tax Fee Choices</strong></a></li>\r\n <li style=\"text-align: left;\"><a style=\"color: #000080;\" href=\"/for-business-income-tax-return-preparation/\"><strong>Business Income Tax Fee Choices</strong></a></li>\r\n</ul>\r\n<p style=\"text-align: left;\">To the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual and business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.</p>\r\n\r\n<h4 style=\"text-align: center;\"><strong>Value Service</strong></h4>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\r\n<h4 style=\"text-align: center;\"><strong>Classic Service</strong></h4>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h4 style=\"text-align: center;\"><strong>Premium Select</strong></h4>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.','Tax Pricing Choices','','inherit','closed','closed','','126-revision-v1','','','2019-03-01 20:27:03','2019-03-01 20:27:03','',126,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/126-revision-v1/',0,'revision','',0),(130,4,'2019-03-01 20:29:41','2019-03-01 20:29:41','<h3 style=\"text-align: center;\">For Business Income Tax Return Preparation</h3>\r\nYou have the option of choosing your the service level which best fits your preferences and expectations based on your business annual revenue. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\r\n\r\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared within your annual revenue range. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\r\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators and low-end tax preparation \"tax mill\" operators.\r\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\r\n<h6 style=\"text-align: center;\"><strong>Audit Deterrence Measures™</strong></h6>\r\nAlso, you may choose to implement our breakthrough <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\r\n\r\nWe believe our <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our<span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span> are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.\r\n\r\n<img class=\"aligncenter size-medium\" src=\"/images/PFS%20Business%20Income%20Tax%20Preparation%20Pricing%20Choices%20-%202010%20edition.jpg\" alt=\"\" width=\"600\" height=\"463\" />','For Business Income Tax Return Preparation','','publish','closed','closed','','for-business-income-tax-return-preparation','','','2019-06-13 05:45:40','2019-06-13 05:45:40','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=130',0,'page','',0),(132,4,'2019-03-01 20:32:56','2019-03-01 20:32:56','<p><strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\r\nWe stay continuously updated on the latest income tax developments for you so we can help you with tax reduction measures.</strong></p>\r\n\r\n<strong><em><span style=\"color: #000080;\">How This Benefits You:</span></em>\r\n</strong><strong>We know the latest income tax saving opportunities through updates on income tax law, case law, techniques, procedures and policies to keep your income tax at the legal minimum.</strong>\r\n\r\nWe attend professional income tax update seminars, participate in income tax webinars, use updated income tax manuals and handbooks, income tax workbooks, and income tax web sites.\r\n\r\nWe subscribe to on-line income tax newsletters published by the IRS and review continuous income tax information from daily on-line income tax updates, nationally-recognized income tax firms and other professional income tax education sources.\r\n\r\n<hr />\r\n\r\n<strong><strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\r\nWe search for ways to apply the latest income tax reduction opportunities to your unique circumstances.</strong></strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>None of the income tax developments are useful unless they can be applied to your unique circumstances.</strong>\r\n\r\nTo start, we ask you in-depth questions to understand your unique circumstances and uncover any tax reduction opportunities.\r\n\r\nThen we follow up with any questions, issues, confusions with either an in-person income tax interview at our office, or we can save you time by following up with phone calls, emails or faxes, as appropriate, to apply the legally-acceptable income tax savings measures to your circumstances.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em></strong>\r\n<strong>We consider current, prior and future years to minimize your income tax across a broad time horizon.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We know when to apply the correct income tax savings opportunities to provide the greatest overall income tax savings across multiple years.</strong>\r\n\r\nSometimes, it is not the best strategy to apply income tax savings options exclusively to the current income tax year. We make the effort to consider both the benefits and burdens to applying certain optional benefits to prior or future years.\r\n\r\nThis extra effort takes into account the highest and best use of your income tax savings opportunities.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We properly apply the correct income tax law to your circumstances.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>Income tax reduction is false economy if the tax law is not properly applied to your circumstances.</strong>\r\n\r\nIncorrect or inappropriate application of income tax laws could increase your income tax, increase your exposure to an income tax audit, increase your expenses by assessment of penalties and interest, jeopardize your future peace of mind by future income tax audits and undermine your financial stability.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We provide a comprehensive review of prior-year income tax returns for new clients.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>Prior year income tax returns from a prior income tax preparer may be incorrect, incomplete or hold opportunities for income tax reduction for current or future years.</strong>\r\n\r\nWe conduct an in-depth review of your prior year income tax returns to uncover opportunities for income tax reduction in both current and future years.\r\n\r\nIncome tax attributes in prior years include carryovers of net operating losses, capital losses, charitable contributions, AMT income tax credits and more.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have the judgment and experience to provide you with sound income tax advice.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can rest assured in knowing that we have earned the judgment and perspective through over 30 years of experience to provide you with sound income tax advice.</strong>\r\n\r\nWith over 30 years experience in over 92 industries, you have the benefit of the wisdom, judgment and perspective we gained from solving real-world issues.\r\n\r\nWe have the know-how to inform you about the risks and rewards of choosing alternative income tax treatments so you maintain control over your finances by making informed decisions affecting your income tax circumstances according to your own priorities and sensibilities.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We care enough to offer you proactive advice for income tax reduction.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We accept the role of your income tax advisor in providing you with meaningful and effective income tax advice and suggestions without being asked to do so.</strong>\r\n\r\nYou cannot be expected to know and apply income tax law to reduce your taxes and exposure to audit. Whenever possible, we will inform you of income tax reduction opportunities which come to our attention which we believe might apply to your circumstances or about which we will ask about further, either for the current, past or future years.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will inform you which filing status minimizes your income tax.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We realize married taxpayers may have a choice of filing separately to reduce taxes, so we will inform you which status minimizes your income tax.</strong>\r\n\r\nWe use only state of the art professional software not available to consumers with which we can identify income tax reduction opportunities based on filing status of married taxpayers. Our reports will inform you which filing status reduces your taxes the most, and we will inform you by how much you saved by optimizing your filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>One senior qualified income tax professional will prepare your income tax returns from start to finish.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>One highly qualified income tax professional will be the sole responsible party for preparing your income tax returns from start to finish to prevent delegation mishaps.</strong>\r\n\r\nWe income tax preparation process involves a single professional tax preparer who has complete control and knowledge of your income tax circumstances to ensure a thorough work product with attention to every possible detail, so your tax return reflects the legally minimum income tax for your peace of mind.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>Your income tax returns will be prepared by a highly experienced, qualified, California-registered income tax professional.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns are prepared properly because they are prepared by an educated, experienced income tax professional who is registered by the State of California.</strong>\r\n\r\nTo reduce both your income tax and exposure to income tax audits, income tax preparation requires mastery of multiple disciplines and complex and ever-changing tax and case law, requiring a dedicated professional who invests in continuing professional education and who conducts practice under the umbrella of the California Tax Education Council (CTEC).\r\n\r\nCTEC Registered Tax Preparers (CRTPs) are required to complete a minimum of 20 hours of continuing professional education annually in both federal and California taxes, whereas CPAs are not required by the Board of Accountancy\'s continuing education requirements to update their income tax knowledge or skills as a condition of preparing income tax returns.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will ask follow up questions about the underlying bookkeeping information you provide for your business income tax forms and tax returns if an obvious error, omission or irregularity comes to our attention during the normal course of our income tax preparation work.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We will follow up with you on obvious tax savings issues, tax audit matters, errors, irregularities or omissions that come to our attention when we\'re preparing your business income tax forms based on bookkeeping and financial reports you provide.</strong>\r\n\r\nMany \"low-end\" tax preparers simply accept the bookkeeping reports they receive at face value, quickly input the information on their computers and ignore the tax savings and audit incident issues that may be hidden, omitted or disregarded in the bookkeeping work they were provided by the client.\r\n\r\nWe have found this practice is particularly prevalent amongst low-price income tax preparers whose main appeal to the public is a sub-market fee structure.\r\n\r\nThis practice is a disservice to the client, who may not realize that their bookkeeping work may be incomplete, misleading, incorrect, out-of-balance, or erroneous.\r\n\r\nAlthough we realize that we do not have the ultimate responsibility for checking your bookkeeping work in our role as your income tax preparer, we will not use that fact as an excuse to disregard obvious issues or allow important issues to go unresolved which come to our attention during the normal course of our work in preparing your business income tax forms or business income tax returns.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will check your income tax returns for determining the lowest tax based on your married filing status - either filing jointly or separately.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have always been an independent, private professional practice advocating for our client\'s best interests, without prior employment, ties or bias for either the Internal Revenue Service or state taxing agencies.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we are not former IRS agents who impose arbitrary, unfounded or personal agenda income tax limitations on our clients.</strong>\r\n\r\nWe are advocates for our clients where the tax law is unclear which permits differing interpretation which may benefit the taxpayer. We do not cut corners or tax chances on challenging established tax law, procedures or practices.\r\n\r\nSome taxpayers have been mislead to assume that former IRS agents have a superior advantage because they may know the \"loopholes\" and internal weaknesses of the IRS which can result in favorable benefits to taxpayers.\r\n\r\nOther taxpayers have experienced the opposite where former IRS agents have imposed arbitrary, unlawful or severe unfounded interpretations of income tax law which unfairly and illegally result in higher than proper income tax levels by using fear tactics and bluster.\r\n\r\nHowever, it is more often the case that former IRS agents may not be as familiar with tax law and practice to truly be an advocate for their clients, as they have developed either a bias against client advocacy or have not yet developed the knowledge, skills, training, judgment or wisdom to correctly apply correct tax law and case law to serve their client\'s best interest by correctly computing the legally-minimum income tax.\r\n\r\nThere is a higher risk that former IRS agents may cause the imposition of incorrect or unfounded income taxes because of their prior experience does not serve to prepare them as client advocates where the tax law is unclear or flexibilities permit differing interpretations which may favor the taxpayer.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have a formal education and a four-year university degree in accounting so we know how to apply accounting and tax law concepts to your unique circumstances.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have the intellectual capacity to understand complex tax law and apply those concepts for your benefit and protection by qualification as a member of Mensa.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n ','Tax Reduction Measures','','publish','closed','closed','','tax-reduction-measures','','','2019-03-01 20:37:50','2019-03-01 20:37:50','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=132',0,'page','',0),(133,4,'2019-03-01 20:32:56','2019-03-01 20:32:56','<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\r\nWe stay continuously updated on the latest income tax developments for you.</strong>\r\n\r\n<strong><em><span style=\"color: #000080;\">How This Benefits You:</span></em>\r\n</strong><strong>We know the latest income tax saving opportunities through updates on income tax law, case law, techniques, procedures and policies to keep your income tax at the legal minimum.</strong>\r\n\r\nWe attend professional income tax update seminars, participate in income tax webinars, use updated income tax manuals and handbooks, income tax workbooks, and income tax web sites.\r\n\r\nWe subscribe to on-line income tax newsletters published by the IRS and review continuous income tax information from daily on-line income tax updates, nationally-recognized income tax firms and other professional income tax education sources.\r\n\r\n<hr />\r\n\r\n<strong><strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\r\nWe search for ways to apply the latest income tax reduction opportunities to your unique circumstances.</strong></strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>None of the income tax developments are useful unless they can be applied to your unique circumstances.</strong>\r\n\r\nTo start, we ask you in-depth questions to understand your unique circumstances and uncover any tax reduction opportunities.\r\n\r\nThen we follow up with any questions, issues, confusions with either an in-person income tax interview at our office, or we can save you time by following up with phone calls, emails or faxes, as appropriate, to apply the legally-acceptable income tax savings measures to your circumstances.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em></strong>\r\n<strong>We consider current, prior and future years to minimize your income tax across a broad time horizon.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We know when to apply the correct income tax savings opportunities to provide the greatest overall income tax savings across multiple years.</strong>\r\n\r\nSometimes, it is not the best strategy to apply income tax savings options exclusively to the current income tax year. We make the effort to consider both the benefits and burdens to applying certain optional benefits to prior or future years.\r\n\r\nThis extra effort takes into account the highest and best use of your income tax savings opportunities.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We properly apply the correct income tax law to your circumstances.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>Income tax reduction is false economy if the tax law is not properly applied to your circumstances.</strong>\r\n\r\nIncorrect or inappropriate application of income tax laws could increase your income tax, increase your exposure to an income tax audit, increase your expenses by assessment of penalties and interest, jeopardize your future peace of mind by future income tax audits and undermine your financial stability.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We provide a comprehensive review of prior-year income tax returns for new clients.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>Prior year income tax returns from a prior income tax preparer may be incorrect, incomplete or hold opportunities for income tax reduction for current or future years.</strong>\r\n\r\nWe conduct an in-depth review of your prior year income tax returns to uncover opportunities for income tax reduction in both current and future years.\r\n\r\nIncome tax attributes in prior years include carryovers of net operating losses, capital losses, charitable contributions, AMT income tax credits and more.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have the judgment and experience to provide you with sound income tax advice.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can rest assured in knowing that we have earned the judgment and perspective through over 30 years of experience to provide you with sound income tax advice.</strong>\r\n\r\nWith over 30 years experience in over 92 industries, you have the benefit of the wisdom, judgment and perspective we gained from solving real-world issues.\r\n\r\nWe have the know-how to inform you about the risks and rewards of choosing alternative income tax treatments so you maintain control over your finances by making informed decisions affecting your income tax circumstances according to your own priorities and sensibilities.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We care enough to offer you proactive advice for income tax reduction.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We accept the role of your income tax advisor in providing you with meaningful and effective income tax advice and suggestions without being asked to do so.</strong>\r\n\r\nYou cannot be expected to know and apply income tax law to reduce your taxes and exposure to audit. Whenever possible, we will inform you of income tax reduction opportunities which come to our attention which we believe might apply to your circumstances or about which we will ask about further, either for the current, past or future years.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will inform you which filing status minimizes your income tax.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We realize married taxpayers may have a choice of filing separately to reduce taxes, so we will inform you which status minimizes your income tax.</strong>\r\n\r\nWe use only state of the art professional software not available to consumers with which we can identify income tax reduction opportunities based on filing status of married taxpayers. Our reports will inform you which filing status reduces your taxes the most, and we will inform you by how much you saved by optimizing your filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>One senior qualified income tax professional will prepare your income tax returns from start to finish.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>One highly qualified income tax professional will be the sole responsible party for preparing your income tax returns from start to finish to prevent delegation mishaps.</strong>\r\n\r\nWe income tax preparation process involves a single professional tax preparer who has complete control and knowledge of your income tax circumstances to ensure a thorough work product with attention to every possible detail, so your tax return reflects the legally minimum income tax for your peace of mind.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>Your income tax returns will be prepared by a highly experienced, qualified, California-registered income tax professional.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns are prepared properly because they are prepared by an educated, experienced income tax professional who is registered by the State of California.</strong>\r\n\r\nTo reduce both your income tax and exposure to income tax audits, income tax preparation requires mastery of multiple disciplines and complex and ever-changing tax and case law, requiring a dedicated professional who invests in continuing professional education and who conducts practice under the umbrella of the California Tax Education Council (CTEC).\r\n\r\nCTEC Registered Tax Preparers (CRTPs) are required to complete a minimum of 20 hours of continuing professional education annually in both federal and California taxes, whereas CPAs are not required by the Board of Accountancy\'s continuing education requirements to update their income tax knowledge or skills as a condition of preparing income tax returns.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will ask follow up questions about the underlying bookkeeping information you provide for your business income tax forms and tax returns if an obvious error, omission or irregularity comes to our attention during the normal course of our income tax preparation work.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We will follow up with you on obvious tax savings issues, tax audit matters, errors, irregularities or omissions that come to our attention when we\'re preparing your business income tax forms based on bookkeeping and financial reports you provide.</strong>\r\n\r\nMany \"low-end\" tax preparers simply accept the bookkeeping reports they receive at face value, quickly input the information on their computers and ignore the tax savings and audit incident issues that may be hidden, omitted or disregarded in the bookkeeping work they were provided by the client.\r\n\r\nWe have found this practice is particularly prevalent amongst low-price income tax preparers whose main appeal to the public is a sub-market fee structure.\r\n\r\nThis practice is a disservice to the client, who may not realize that their bookkeeping work may be incomplete, misleading, incorrect, out-of-balance, or erroneous.\r\n\r\nAlthough we realize that we do not have the ultimate responsibility for checking your bookkeeping work in our role as your income tax preparer, we will not use that fact as an excuse to disregard obvious issues or allow important issues to go unresolved which come to our attention during the normal course of our work in preparing your business income tax forms or business income tax returns.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will check your income tax returns for determining the lowest tax based on your married filing status - either filing jointly or separately.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have always been an independent, private professional practice advocating for our client\'s best interests, without prior employment, ties or bias for either the Internal Revenue Service or state taxing agencies.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we are not former IRS agents who impose arbitrary, unfounded or personal agenda income tax limitations on our clients.</strong>\r\n\r\nWe are advocates for our clients where the tax law is unclear which permits differing interpretation which may benefit the taxpayer. We do not cut corners or tax chances on challenging established tax law, procedures or practices.\r\n\r\nSome taxpayers have been mislead to assume that former IRS agents have a superior advantage because they may know the \"loopholes\" and internal weaknesses of the IRS which can result in favorable benefits to taxpayers.\r\n\r\nOther taxpayers have experienced the opposite where former IRS agents have imposed arbitrary, unlawful or severe unfounded interpretations of income tax law which unfairly and illegally result in higher than proper income tax levels by using fear tactics and bluster.\r\n\r\nHowever, it is more often the case that former IRS agents may not be as familiar with tax law and practice to truly be an advocate for their clients, as they have developed either a bias against client advocacy or have not yet developed the knowledge, skills, training, judgment or wisdom to correctly apply correct tax law and case law to serve their client\'s best interest by correctly computing the legally-minimum income tax.\r\n\r\nThere is a higher risk that former IRS agents may cause the imposition of incorrect or unfounded income taxes because of their prior experience does not serve to prepare them as client advocates where the tax law is unclear or flexibilities permit differing interpretations which may favor the taxpayer.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have a formal education and a four-year university degree in accounting so we know how to apply accounting and tax law concepts to your unique circumstances.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have the intellectual capacity to understand complex tax law and apply those concepts for your benefit and protection by qualification as a member of Mensa.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n ','Tax Reduction Measures','','inherit','closed','closed','','132-revision-v1','','','2019-03-01 20:32:56','2019-03-01 20:32:56','',132,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/132-revision-v1/',0,'revision','',0),(134,4,'2019-03-01 20:37:22','2019-03-01 20:37:22','<p><strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\nWe stay continuously updated on the latest income tax developments for you so we can help you with tax reduction measures.</strong></p>\n\n<strong><em><span style=\"color: #000080;\">How This Benefits You:</span></em>\n</strong><strong>We know the latest income tax saving opportunities through updates on income tax law, case law, techniques, procedures and policies to keep your income tax at the legal minimum.</strong>\n\nWe attend professional income tax update seminars, participate in income tax webinars, use updated income tax manuals and handbooks, income tax workbooks, and income tax web sites.\n\nWe subscribe to on-line income tax newsletters published by the IRS and review continuous income tax information from daily on-line income tax updates, nationally-recognized income tax firms and other professional income tax education sources.\n\n<hr />\n\n<strong><strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\nWe search for ways to apply the latest income tax reduction opportunities to your unique circumstances.</strong></strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>None of the income tax developments are useful unless they can be applied to your unique circumstances.</strong>\n\nTo start, we ask you in-depth questions to understand your unique circumstances and uncover any tax reduction opportunities.\n\nThen we follow up with any questions, issues, confusions with either an in-person income tax interview at our office, or we can save you time by following up with phone calls, emails or faxes, as appropriate, to apply the legally-acceptable income tax savings measures to your circumstances.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em></strong>\n<strong>We consider current, prior and future years to minimize your income tax across a broad time horizon.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>We know when to apply the correct income tax savings opportunities to provide the greatest overall income tax savings across multiple years.</strong>\n\nSometimes, it is not the best strategy to apply income tax savings options exclusively to the current income tax year. We make the effort to consider both the benefits and burdens to applying certain optional benefits to prior or future years.\n\nThis extra effort takes into account the highest and best use of your income tax savings opportunities.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We properly apply the correct income tax law to your circumstances.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>Income tax reduction is false economy if the tax law is not properly applied to your circumstances.</strong>\n\nIncorrect or inappropriate application of income tax laws could increase your income tax, increase your exposure to an income tax audit, increase your expenses by assessment of penalties and interest, jeopardize your future peace of mind by future income tax audits and undermine your financial stability.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We provide a comprehensive review of prior-year income tax returns for new clients.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>Prior year income tax returns from a prior income tax preparer may be incorrect, incomplete or hold opportunities for income tax reduction for current or future years.</strong>\n\nWe conduct an in-depth review of your prior year income tax returns to uncover opportunities for income tax reduction in both current and future years.\n\nIncome tax attributes in prior years include carryovers of net operating losses, capital losses, charitable contributions, AMT income tax credits and more.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We have the judgment and experience to provide you with sound income tax advice.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>You can rest assured in knowing that we have earned the judgment and perspective through over 30 years of experience to provide you with sound income tax advice.</strong>\n\nWith over 30 years experience in over 92 industries, you have the benefit of the wisdom, judgment and perspective we gained from solving real-world issues.\n\nWe have the know-how to inform you about the risks and rewards of choosing alternative income tax treatments so you maintain control over your finances by making informed decisions affecting your income tax circumstances according to your own priorities and sensibilities.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We care enough to offer you proactive advice for income tax reduction.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>We accept the role of your income tax advisor in providing you with meaningful and effective income tax advice and suggestions without being asked to do so.</strong>\n\nYou cannot be expected to know and apply income tax law to reduce your taxes and exposure to audit. Whenever possible, we will inform you of income tax reduction opportunities which come to our attention which we believe might apply to your circumstances or about which we will ask about further, either for the current, past or future years.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We will inform you which filing status minimizes your income tax.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>We realize married taxpayers may have a choice of filing separately to reduce taxes, so we will inform you which status minimizes your income tax.</strong>\n\nWe use only state of the art professional software not available to consumers with which we can identify income tax reduction opportunities based on filing status of married taxpayers. Our reports will inform you which filing status reduces your taxes the most, and we will inform you by how much you saved by optimizing your filing status.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>One senior qualified income tax professional will prepare your income tax returns from start to finish.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>One highly qualified income tax professional will be the sole responsible party for preparing your income tax returns from start to finish to prevent delegation mishaps.</strong>\n\nWe income tax preparation process involves a single professional tax preparer who has complete control and knowledge of your income tax circumstances to ensure a thorough work product with attention to every possible detail, so your tax return reflects the legally minimum income tax for your peace of mind.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>Your income tax returns will be prepared by a highly experienced, qualified, California-registered income tax professional.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>You can be sure your income tax returns are prepared properly because they are prepared by an educated, experienced income tax professional who is registered by the State of California.</strong>\n\nTo reduce both your income tax and exposure to income tax audits, income tax preparation requires mastery of multiple disciplines and complex and ever-changing tax and case law, requiring a dedicated professional who invests in continuing professional education and who conducts practice under the umbrella of the California Tax Education Council (CTEC).\n\nCTEC Registered Tax Preparers (CRTPs) are required to complete a minimum of 20 hours of continuing professional education annually in both federal and California taxes, whereas CPAs are not required by the Board of Accountancy\'s continuing education requirements to update their income tax knowledge or skills as a condition of preparing income tax returns.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We will ask follow up questions about the underlying bookkeeping information you provide for your business income tax forms and tax returns if an obvious error, omission or irregularity comes to our attention during the normal course of our income tax preparation work.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>We will follow up with you on obvious tax savings issues, tax audit matters, errors, irregularities or omissions that come to our attention when we\'re preparing your business income tax forms based on bookkeeping and financial reports you provide.</strong>\n\nMany \"low-end\" tax preparers simply accept the bookkeeping reports they receive at face value, quickly input the information on their computers and ignore the tax savings and audit incident issues that may be hidden, omitted or disregarded in the bookkeeping work they were provided by the client.\n\nWe have found this practice is particularly prevalent amongst low-price income tax preparers whose main appeal to the public is a sub-market fee structure.\n\nThis practice is a disservice to the client, who may not realize that their bookkeeping work may be incomplete, misleading, incorrect, out-of-balance, or erroneous.\n\nAlthough we realize that we do not have the ultimate responsibility for checking your bookkeeping work in our role as your income tax preparer, we will not use that fact as an excuse to disregard obvious issues or allow important issues to go unresolved which come to our attention during the normal course of our work in preparing your business income tax forms or business income tax returns.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We will check your income tax returns for determining the lowest tax based on your married filing status - either filing jointly or separately.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\n\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\n\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We have always been an independent, private professional practice advocating for our client\'s best interests, without prior employment, ties or bias for either the Internal Revenue Service or state taxing agencies.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we are not former IRS agents who impose arbitrary, unfounded or personal agenda income tax limitations on our clients.</strong>\n\nWe are advocates for our clients where the tax law is unclear which permits differing interpretation which may benefit the taxpayer. We do not cut corners or tax chances on challenging established tax law, procedures or practices.\n\nSome taxpayers have been mislead to assume that former IRS agents have a superior advantage because they may know the \"loopholes\" and internal weaknesses of the IRS which can result in favorable benefits to taxpayers.\n\nOther taxpayers have experienced the opposite where former IRS agents have imposed arbitrary, unlawful or severe unfounded interpretations of income tax law which unfairly and illegally result in higher than proper income tax levels by using fear tactics and bluster.\n\nHowever, it is more often the case that former IRS agents may not be as familiar with tax law and practice to truly be an advocate for their clients, as they have developed either a bias against client advocacy or have not yet developed the knowledge, skills, training, judgment or wisdom to correctly apply correct tax law and case law to serve their client\'s best interest by correctly computing the legally-minimum income tax.\n\nThere is a higher risk that former IRS agents may cause the imposition of incorrect or unfounded income taxes because of their prior experience does not serve to prepare them as client advocates where the tax law is unclear or flexibilities permit differing interpretations which may favor the taxpayer.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We have a formal education and a four-year university degree in accounting so we know how to apply accounting and tax law concepts to your unique circumstances.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\n\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\n\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\n\n<hr />\n\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\n</span></em>We have the intellectual capacity to understand complex tax law and apply those concepts for your benefit and protection by qualification as a member of Mensa.</strong>\n\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\n\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\n\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\n\n<hr />\n\n ','Tax Reduction Measures','','inherit','closed','closed','','132-autosave-v1','','','2019-03-01 20:37:22','2019-03-01 20:37:22','',132,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/132-autosave-v1/',0,'revision','',0),(135,4,'2019-03-01 20:37:50','2019-03-01 20:37:50','<p><strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\r\nWe stay continuously updated on the latest income tax developments for you so we can help you with tax reduction measures.</strong></p>\r\n\r\n<strong><em><span style=\"color: #000080;\">How This Benefits You:</span></em>\r\n</strong><strong>We know the latest income tax saving opportunities through updates on income tax law, case law, techniques, procedures and policies to keep your income tax at the legal minimum.</strong>\r\n\r\nWe attend professional income tax update seminars, participate in income tax webinars, use updated income tax manuals and handbooks, income tax workbooks, and income tax web sites.\r\n\r\nWe subscribe to on-line income tax newsletters published by the IRS and review continuous income tax information from daily on-line income tax updates, nationally-recognized income tax firms and other professional income tax education sources.\r\n\r\n<hr />\r\n\r\n<strong><strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em>\r\nWe search for ways to apply the latest income tax reduction opportunities to your unique circumstances.</strong></strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>None of the income tax developments are useful unless they can be applied to your unique circumstances.</strong>\r\n\r\nTo start, we ask you in-depth questions to understand your unique circumstances and uncover any tax reduction opportunities.\r\n\r\nThen we follow up with any questions, issues, confusions with either an in-person income tax interview at our office, or we can save you time by following up with phone calls, emails or faxes, as appropriate, to apply the legally-acceptable income tax savings measures to your circumstances.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:</span></em></strong>\r\n<strong>We consider current, prior and future years to minimize your income tax across a broad time horizon.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We know when to apply the correct income tax savings opportunities to provide the greatest overall income tax savings across multiple years.</strong>\r\n\r\nSometimes, it is not the best strategy to apply income tax savings options exclusively to the current income tax year. We make the effort to consider both the benefits and burdens to applying certain optional benefits to prior or future years.\r\n\r\nThis extra effort takes into account the highest and best use of your income tax savings opportunities.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We properly apply the correct income tax law to your circumstances.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>Income tax reduction is false economy if the tax law is not properly applied to your circumstances.</strong>\r\n\r\nIncorrect or inappropriate application of income tax laws could increase your income tax, increase your exposure to an income tax audit, increase your expenses by assessment of penalties and interest, jeopardize your future peace of mind by future income tax audits and undermine your financial stability.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We provide a comprehensive review of prior-year income tax returns for new clients.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>Prior year income tax returns from a prior income tax preparer may be incorrect, incomplete or hold opportunities for income tax reduction for current or future years.</strong>\r\n\r\nWe conduct an in-depth review of your prior year income tax returns to uncover opportunities for income tax reduction in both current and future years.\r\n\r\nIncome tax attributes in prior years include carryovers of net operating losses, capital losses, charitable contributions, AMT income tax credits and more.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have the judgment and experience to provide you with sound income tax advice.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can rest assured in knowing that we have earned the judgment and perspective through over 30 years of experience to provide you with sound income tax advice.</strong>\r\n\r\nWith over 30 years experience in over 92 industries, you have the benefit of the wisdom, judgment and perspective we gained from solving real-world issues.\r\n\r\nWe have the know-how to inform you about the risks and rewards of choosing alternative income tax treatments so you maintain control over your finances by making informed decisions affecting your income tax circumstances according to your own priorities and sensibilities.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We care enough to offer you proactive advice for income tax reduction.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We accept the role of your income tax advisor in providing you with meaningful and effective income tax advice and suggestions without being asked to do so.</strong>\r\n\r\nYou cannot be expected to know and apply income tax law to reduce your taxes and exposure to audit. Whenever possible, we will inform you of income tax reduction opportunities which come to our attention which we believe might apply to your circumstances or about which we will ask about further, either for the current, past or future years.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will inform you which filing status minimizes your income tax.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We realize married taxpayers may have a choice of filing separately to reduce taxes, so we will inform you which status minimizes your income tax.</strong>\r\n\r\nWe use only state of the art professional software not available to consumers with which we can identify income tax reduction opportunities based on filing status of married taxpayers. Our reports will inform you which filing status reduces your taxes the most, and we will inform you by how much you saved by optimizing your filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>One senior qualified income tax professional will prepare your income tax returns from start to finish.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>One highly qualified income tax professional will be the sole responsible party for preparing your income tax returns from start to finish to prevent delegation mishaps.</strong>\r\n\r\nWe income tax preparation process involves a single professional tax preparer who has complete control and knowledge of your income tax circumstances to ensure a thorough work product with attention to every possible detail, so your tax return reflects the legally minimum income tax for your peace of mind.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>Your income tax returns will be prepared by a highly experienced, qualified, California-registered income tax professional.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns are prepared properly because they are prepared by an educated, experienced income tax professional who is registered by the State of California.</strong>\r\n\r\nTo reduce both your income tax and exposure to income tax audits, income tax preparation requires mastery of multiple disciplines and complex and ever-changing tax and case law, requiring a dedicated professional who invests in continuing professional education and who conducts practice under the umbrella of the California Tax Education Council (CTEC).\r\n\r\nCTEC Registered Tax Preparers (CRTPs) are required to complete a minimum of 20 hours of continuing professional education annually in both federal and California taxes, whereas CPAs are not required by the Board of Accountancy\'s continuing education requirements to update their income tax knowledge or skills as a condition of preparing income tax returns.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will ask follow up questions about the underlying bookkeeping information you provide for your business income tax forms and tax returns if an obvious error, omission or irregularity comes to our attention during the normal course of our income tax preparation work.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>We will follow up with you on obvious tax savings issues, tax audit matters, errors, irregularities or omissions that come to our attention when we\'re preparing your business income tax forms based on bookkeeping and financial reports you provide.</strong>\r\n\r\nMany \"low-end\" tax preparers simply accept the bookkeeping reports they receive at face value, quickly input the information on their computers and ignore the tax savings and audit incident issues that may be hidden, omitted or disregarded in the bookkeeping work they were provided by the client.\r\n\r\nWe have found this practice is particularly prevalent amongst low-price income tax preparers whose main appeal to the public is a sub-market fee structure.\r\n\r\nThis practice is a disservice to the client, who may not realize that their bookkeeping work may be incomplete, misleading, incorrect, out-of-balance, or erroneous.\r\n\r\nAlthough we realize that we do not have the ultimate responsibility for checking your bookkeeping work in our role as your income tax preparer, we will not use that fact as an excuse to disregard obvious issues or allow important issues to go unresolved which come to our attention during the normal course of our work in preparing your business income tax forms or business income tax returns.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We will check your income tax returns for determining the lowest tax based on your married filing status - either filing jointly or separately.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have always been an independent, private professional practice advocating for our client\'s best interests, without prior employment, ties or bias for either the Internal Revenue Service or state taxing agencies.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we are not former IRS agents who impose arbitrary, unfounded or personal agenda income tax limitations on our clients.</strong>\r\n\r\nWe are advocates for our clients where the tax law is unclear which permits differing interpretation which may benefit the taxpayer. We do not cut corners or tax chances on challenging established tax law, procedures or practices.\r\n\r\nSome taxpayers have been mislead to assume that former IRS agents have a superior advantage because they may know the \"loopholes\" and internal weaknesses of the IRS which can result in favorable benefits to taxpayers.\r\n\r\nOther taxpayers have experienced the opposite where former IRS agents have imposed arbitrary, unlawful or severe unfounded interpretations of income tax law which unfairly and illegally result in higher than proper income tax levels by using fear tactics and bluster.\r\n\r\nHowever, it is more often the case that former IRS agents may not be as familiar with tax law and practice to truly be an advocate for their clients, as they have developed either a bias against client advocacy or have not yet developed the knowledge, skills, training, judgment or wisdom to correctly apply correct tax law and case law to serve their client\'s best interest by correctly computing the legally-minimum income tax.\r\n\r\nThere is a higher risk that former IRS agents may cause the imposition of incorrect or unfounded income taxes because of their prior experience does not serve to prepare them as client advocates where the tax law is unclear or flexibilities permit differing interpretations which may favor the taxpayer.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have a formal education and a four-year university degree in accounting so we know how to apply accounting and tax law concepts to your unique circumstances.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n<strong><em><span style=\"color: #000080;\">How We\'re Different:\r\n</span></em>We have the intellectual capacity to understand complex tax law and apply those concepts for your benefit and protection by qualification as a member of Mensa.</strong>\r\n\r\n<em><strong><span style=\"color: #000080;\">How This Benefits You:</span></strong></em>\r\n<strong>You can be sure your income tax returns reflect the lowest possible income tax because we will select with you the optimum married filing status and provide a report to inform you of the alternative filing status.</strong>\r\n\r\nMarried taxpayers have a choice to file their income tax returns on a joint-filing basis or a separate-filing basis, whichever filing status results in the lowest combined income tax.\r\n\r\nEvery income tax we prepare for married taxpayers includes a report informing you of the income tax implications of filing status, so you will know the dollar amount of income tax savings resulting from optimizing your married filing status.\r\n\r\n<hr />\r\n\r\n ','Tax Reduction Measures','','inherit','closed','closed','','132-revision-v1','','','2019-03-01 20:37:50','2019-03-01 20:37:50','',132,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/132-revision-v1/',0,'revision','',0),(137,4,'2019-03-01 20:44:19','2019-03-01 20:44:19','With over 30 years experience as income tax specialists for individuals and small business owners, we have the expertise to use leading edge <strong>income tax reduction and planning strategies</strong>, <strong>income tax penalty avoidance</strong> and use <strong>income tax</strong> <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> in preparing your income tax returns. We pioneered our unique combination of expanded numerical and narrative content in your income tax returns as an effective strategy to deter income tax audits.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Specialists Experts in Income Taxes and Accounting</strong></span></h4>\r\nWe\'re specialists in personal and business income tax services and related accounting issues which bear on your income taxes. We do not dilute our attention on distractions to take advantage of our relationship to act as real estate agents, insurance brokers, securities salespeople, notaries, mortgage brokers, secretarial services or other sidelines. We\'re dedicated to relevant fields of related endeavors to assist you in meeting your goals, in part, as dedicated experts and specialists in income tax reduction, income tax audit deterrence, income tax penalty avoidance and income tax return preparation.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Experts in Both Individuals and Small Businesses</strong></span></h4>\r\nOur income tax services cover both individuals and small businesses. Both individual and business income tax returns are very thoroughly prepared with special attention to <strong>avoiding any questions or mysteries on your income tax returns, which might trigger an otherwise preventable income tax audit.</strong>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Why Income Tax Audit Deterrence Matters</strong></span></h4>\r\nGenerally, most tax preparers have everything to gain by ignoring tax <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> because they are expecting to be engaged to assist the taxpayer in the audit process, requiring substantial fees. By contrast, we would rather prepare thorough tax returns at the outset than defend a poorly-prepared tax return in an IRS audit. That way, we are always operating in our client\'s best interests, with no conflicts based on fee revenue.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Business Specialists with Small Business Experience</strong></span></h4>\r\nWe are small business specialists. We have gained our experience in small business CPA firms before launching our own firm over 30 years ago, so our training, orientation and experience are all consistently relevant to your small business.\r\n\r\nBeware of CPAs who brag about large \"big-4\" CPA firm backgrounds in an attempt to create a false marketing strategy to impress small business owners. Just the opposite is true. Most clients of large big-4 CPA firms are usually themselves large or international corporations which require sophisticated solutions and can afford the resultant exotic fee structure. Large CPA firm experience is NOT relevant to small businesses.\r\n\r\nOur specialized income tax services for small businesses include corporations, limited liability companies, partnerships and sole proprietors. Our clients range from emerging companies to established multimillion dollar corporations in a full range of industry types, including manufacturing, distribution, the trades, retail stores, services and the professions.\r\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Pioneers of</span></strong> <span style=\"color: #123456;\"><strong>Audit Deterrence Measures™</strong></span></h4>\r\nOur tax returns have historically had a very favorable acceptance rate with the IRS and the state taxing agencies because we are absolutely determined to be thorough and accurate in our income tax preparation procedures.\r\n\r\nWe leave nothing to chance, take no reckless risks for exposing potential areas open to question, fully explain and support the tax positions we adopt so the IRS and state taxing agencies realize we have the tax law and theory researched and properly applied to our clients tax issues. In many cases we cite tax law and court cases in the return itself.\r\n\r\nWe take the initiative to disclose an extraordinary level of detail in the numerical content of your tax returns and back it up with carefully written narrative supplemental information, presented in advance, thus reducing the need for the IRS to have to audit the returns to determine if the correct tax treatment was used and if the correct numbers were properly classified.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Comprehensive Tax Reduction Measures</strong></span></h4>\r\nMoreover, we have the knowhow to inquire about potential tax reduction issues and evaluate their relevance to your specific income tax situation, so you\'ll know in advance that your income taxes have been prepared in accordance with the latest tax laws and regulations to keep you safe from IRS audit harassment techniques and to minimize your tax burden at the same time. Moreover, your income tax returns will be prepared with the greatest care in protecting you from the menace of preventable IRS income tax penalties whenever possible.\r\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Tax Preparer Professional Education Requirements Superior to CPAs</span></strong></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a performance bond, which CPAs in California do not offer. Also, CPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve income taxation. By contrast, CRTPs are required to renew their California state registration every year, required to maintain a consumer protection bond, and are required to complete a minimum of 20 hours of tax education to qualify for renewal. <span style=\"text-decoration: underline;\"><a href=\"/index.php/what-goes-into-your-taxes/crtp-vs-cpa/\">Learn more...</a></span>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Taxes Will Be Prepared in Orange County (OC), CA</strong></span>\r\n<span style=\"color: #000080;\"><strong> (Not in India or the Philippines)</strong></span></h4>\r\nYour income tax returns will NOT be outsourced for preparation to foreign countries. Many tax preparers do so without disclosing that fact to their clients. By contract, all your income tax work will be prepared on a hands-on basis in Orange County (OC) by the principal of the firm, Tom Kalajian, who has earned a Bachelor of Science degree in Accounting, has expertise in over 92 industries, and is broadly experienced as a seasoned, proven tax professional, an accredited business appraiser and a qualified profit improvement specialist.\r\n\r\nWe employ no junior staff or delegate income tax preparation to other preparers. There are no levels of management or bureaucratic quagmires to go through. You will have direct and responsive access to your tax professional without delay or diversions.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Choice of Service Levels</strong></span></h4>\r\nWe offer a range of service options which are priced according to the level of service you prefer. At the same time, we are not the low cost leader, as our work is thorough, competent, tax efficient and resistant to both preventable penalties and include cutting edge audit deterrent measures.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Firm Size Keeps Service Quality High</strong></span></h4>\r\nTo keep our service and responsiveness at the highest levels, we limit our client base to an optimum work load level of <span style=\"text-decoration: underline;\"><strong>not more than 100 income tax clients</strong></span>, where we are not overloaded with low end income tax returns and overwhelm ourselves, thereby causing poor service and support to the entire base of clients we value.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Is Our Fit, Feel and Philosophy Right for You?</strong></span></h4>\r\nShould you decide that our small firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\r\n\r\nAlthough we\'re based in Orange County (OC), CA, we do provide effective services throughout Southern California and beyond, including clients who live and work outside California.\r\n\r\nFor more information, please feel welcome to <strong>simply call (949) 583 1040 and ask for Tom</strong>. We\'d be delighted to hear from you.','What\'s Unique About Us?','','publish','closed','closed','','whats-unique-about-us','','','2019-06-13 05:49:32','2019-06-13 05:49:32','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=137',0,'page','',0),(139,4,'2019-03-01 20:46:16','2019-03-01 20:46:16','<p style=\"text-align: center;\"><strong>We provide precision handcrafted income tax services, including income tax preparation, income tax reduction, income tax <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, income tax penalty avoidance services and proactive income tax planning and projection services for:</strong></p>\r\n\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1040 individual tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1065 Partnership tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1120 corporate tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>LLC tax returns</strong></span></li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>from our offices based in Orange County (OC), CA</strong></p>\r\n\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><strong>Individual income tax returns (form 1040 and California form 540)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Single state income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Multiple state income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Federal only income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Corporation income tax returns</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">C corporation income tax returns (form 1120 and California form 100)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">S corporation income tax returns (form 1120S and California form 100S)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>LLC income tax returns (federal form 1065 and California form 568)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Multiple members LLC income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Single member LLC income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Partnership income tax returns (federal form 1065 and California form 565)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">General partnership income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Limited partnerships income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Income tax returns for all states which impose income or franchise taxes</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Catch up on prior year income tax returns going back to 1990</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Preparation of amended income tax returns</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns (form 1040X and California form 540X)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n</ul>\r\n</li>\r\n</ul>','Income Tax Services','','publish','closed','closed','','income-tax-services','','','2019-06-13 05:52:13','2019-06-13 05:52:13','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=139',0,'page','',0),(140,4,'2019-03-01 20:46:16','2019-03-01 20:46:16','<p style=\"text-align: center;\"><strong>We provide precision handcrafted income tax services, including income tax preparation, income tax reduction, income tax audit deterrence, income tax penalty avoidance services and proactive income tax planning and projection services for:</strong></p>\r\n\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1040 individual tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1065 Partnership tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1120 corporate tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>LLC tax returns</strong></span></li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>from our offices based in Orange County (OC), CA</strong></p>\r\n\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><strong>Individual income tax returns (form 1040 and California form 540)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Single state income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Multiple state income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Federal only income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Corporation income tax returns</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">C corporation income tax returns (form 1120 and California form 100)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">S corporation income tax returns (form 1120S and California form 100S)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>LLC income tax returns (federal form 1065 and California form 568)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Multiple members LLC income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Single member LLC income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Partnership income tax returns (federal form 1065 and California form 565)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">General partnership income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Limited partnerships income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Income tax returns for all states which impose income or franchise taxes</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Catch up on prior year income tax returns going back to 1990</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Preparation of amended income tax returns</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns (form 1040X and California form 540X)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n</ul>\r\n</li>\r\n</ul>','Income Tax Services','','inherit','closed','closed','','139-revision-v1','','','2019-03-01 20:46:16','2019-03-01 20:46:16','',139,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/139-revision-v1/',0,'revision','',0),(142,4,'2019-03-01 20:54:19','2019-03-01 20:54:19','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-150\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-151\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-154\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-155\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','publish','closed','closed','','video-testimonials','','','2019-03-01 21:19:48','2019-03-01 21:19:48','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=142',0,'page','',0),(144,4,'2019-03-01 21:18:53','2019-03-01 21:18:53','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-150\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\n </div>\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-151\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\n </div>\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" rel=\"noopener noreferrer\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\n </div>\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\n </div>\n</div>','Video Testimonials','','inherit','closed','closed','','142-autosave-v1','','','2019-03-01 21:18:53','2019-03-01 21:18:53','',142,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/142-autosave-v1/',0,'revision','',0),(146,4,'2019-03-01 21:08:36','2019-03-01 21:08:36','<h3 style=\"text-align: center;\"><strong>All Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP) Registered with the Internal Revenue Service and the State of California.</strong></h3>\r\n \r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-pricing-choices/\">Your Taxes, Prepared Your Way</a>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\">Individual Fee Structure, from $249</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/index.php/what-goes-into-your-taxes/tax-pricing-choices/for-business-income-tax-return-preparation/\">Business Fee Structure, from $749</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<em><strong>More Information to Assist in Your Selection of an Income Tax Professional</strong></em>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-reduction-measures/\">Income Tax Reduction Measures</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/whats-unique/\">What\'s Unique About Us</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/crtp-vs-cpa/\">CRTP or CPA: What\'s Best for You</a></span></li>\r\n <li><a style=\"color: #000080;\" href=\"/income-tax-services/\">Scope of Income Tax Services</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/toms-qualifications/\">Tom\'s Professional Qualifications</a></li>\r\n</ul>','Precision Handcrafted Income Tax Returns','','inherit','closed','closed','','27-revision-v1','','','2019-03-01 21:08:36','2019-03-01 21:08:36','',27,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/27-revision-v1/',0,'revision','',0),(147,4,'2019-03-01 21:09:53','2019-03-01 21:09:53','','Testimonials','','publish','closed','closed','','testimonials','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=147',13,'nav_menu_item','',0),(150,4,'2019-03-01 21:15:35','2019-03-01 21:15:35','','How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1','','inherit','open','closed','','how-a-lexus-commercial-led-to-a-fulfilling-business-and-personal-relationship-part-1','','','2019-03-01 21:15:55','2019-03-01 21:15:55','',142,'/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg',0,'attachment','image/jpeg',0),(151,4,'2019-03-01 21:15:37','2019-03-01 21:15:37','','How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2','','inherit','open','closed','','how-a-lexus-commercial-led-to-a-fulfilling-business-and-personal-relationship-part-2','','','2019-03-01 21:16:25','2019-03-01 21:16:25','',142,'/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg',0,'attachment','image/jpeg',0),(153,4,'2019-03-01 21:17:29','2019-03-01 21:17:29','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-150\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-151\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2018/10/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2018/10/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" style=\"margin-bottom:0;\"></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','142-revision-v1','','','2019-03-01 21:17:29','2019-03-01 21:17:29','',142,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/142-revision-v1/',0,'revision','',0),(154,4,'2019-03-01 21:18:58','2019-03-01 21:18:58','','Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168','','inherit','open','closed','','part1_how-dilworth-construction-transformed-its-vision-of-the-future-300x168','','','2019-03-01 21:19:12','2019-03-01 21:19:12','',142,'/wp-content/uploads/2019/03/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png',0,'attachment','image/png',0),(155,4,'2019-03-01 21:18:59','2019-03-01 21:18:59','','Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168','','inherit','open','closed','','part2_how-dilworth-construction-transformed-its-vision-of-the-future-300x168','','','2019-03-01 21:19:38','2019-03-01 21:19:38','',142,'/wp-content/uploads/2019/03/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png',0,'attachment','image/png',0),(156,4,'2019-03-01 21:19:48','2019-03-01 21:19:48','<div style=\"margin: 0 auto; max-width:1170px; text-align: center;\">\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=vqEERHymwWI\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-1.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 1\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-150\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" target=\"_blank\" title=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/How-a-Lexus-Commercial-Led-to-a-Fulfilling-Business-and-Personal-Relationship-Part-2.jpg\" alt=\"How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship - Part 2\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-151\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/Part1_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 1\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-154\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n <div style=\"display: inline-block; margin: 0 auto; max-width:310px; padding: 0 3px 60px;\">\r\n <a href=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" target=\"_blank\" title=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" rel=\"noopener noreferrer\"><img src=\"/wp-content/uploads/2019/03/Part2_How-Dilworth-Construction-Transformed-Its-Vision-of-the-Future-300x168.png\" alt=\"How Dilworth Construction Transformed Its Vision of the Future - Part 2\" width=\"300\" height=\"168\" class=\"alignnone size-full wp-image-155\" /></a><span style=\"font-size: 12px; text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</span>\r\n </div>\r\n</div>','Video Testimonials','','inherit','closed','closed','','142-revision-v1','','','2019-03-01 21:19:48','2019-03-01 21:19:48','',142,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/142-revision-v1/',0,'revision','',0),(159,4,'2019-03-01 21:42:01','2019-03-01 21:42:01','.site-info{display: none;}','twentyseventeen','','publish','closed','closed','','twentyseventeen','','','2019-03-01 21:42:01','2019-03-01 21:42:01','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/twentyseventeen/',0,'custom_css','',0),(160,4,'2019-03-01 21:42:01','2019-03-01 21:42:01','.site-info{display: none;}','twentyseventeen','','inherit','closed','closed','','159-revision-v1','','','2019-03-01 21:42:01','2019-03-01 21:42:01','',159,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/159-revision-v1/',0,'revision','',0),(161,4,'2019-03-01 21:43:16','2019-03-01 21:43:16','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_global id=\"1092\"][fusion_button link=\"/wp-content/uploads/2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-G.pdf\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Download Printable PDF[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Core Values & Beliefs','','publish','closed','closed','','mission-and-values','','','2019-06-27 16:14:03','2019-06-27 16:14:03','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=161',0,'page','',0),(163,4,'2019-06-27 16:15:12','2019-06-27 16:15:12','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\n[/fusion_text][fusion_global id=\"1092\"][fusion_button link=\"/wp-content/uploads/2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-G.pdf\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Download Printable PDF[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Core Values & Beliefs','','inherit','closed','closed','','161-autosave-v1','','','2019-06-27 16:15:12','2019-06-27 16:15:12','',161,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/161-autosave-v1/',0,'revision','',0),(167,4,'2019-03-01 21:48:58','2019-03-01 21:48:58','','Statement-of-Core-Values-and-Beliefs','','inherit','open','closed','','statement-of-core-values-and-beliefs','','','2019-03-01 21:48:58','2019-03-01 21:48:58','',161,'/wp-content/uploads/2019/03/Statement-of-Core-Values-and-Beliefs.pdf',0,'attachment','application/pdf',0),(169,4,'2019-03-01 21:50:17','2019-03-01 21:50:17',' ','','','publish','closed','closed','','169','','','2020-10-19 21:51:11','2020-10-19 21:51:11','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=169',4,'nav_menu_item','',0),(170,4,'2019-03-01 21:53:00','2019-03-01 21:53:00','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<img class=\"alignleft size-full wp-image-171\" src=\"/wp-content/uploads/2019/03/j0289324.jpg\" alt=\"client satisfaction\" width=\"259\" height=\"172\" />Client satisfaction surveys and testimonials are key to remaining close to clients, understanding changing expectations, anticipating and fulfilling needs before they become requirements, and maintaining the edge on proactive service differentials.\r\n\r\nOur client service strategy moves beyond benchmarking other professionals and financial service peer practitioners.\r\n\r\nRather, in the larger scope of exceptional service models, our benchmarks are the great service corporations of American business, such as Disney Theme Parks, Federal Express, Southwest Airlines and other pioneering corporations whose culture and performance form the leading edge of the intense and innovative customer-focused movement.\r\n\r\n[/fusion_text][fusion_gallery layout=\"\" picture_size=\"\" columns=\"2\" column_spacing=\"10\" gallery_masonry_grid_ratio=\"\" gallery_masonry_width_double=\"\" hover_type=\"\" lightbox=\"yes\" lightbox_content=\"\" bordersize=\"\" bordercolor=\"\" border_radius=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1332-791x1024.jpg\" image_id=\"1008|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1331-787x1024.jpg\" image_id=\"1007|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1330-786x1024.jpg\" image_id=\"1006|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1329-785x1024.jpg\" image_id=\"1005|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1369-788x1024.jpg\" image_id=\"1028|large\" link=\"\" linktarget=\"_self\" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Written Testimonials','','publish','closed','closed','','written-testimonials','','','2019-05-29 18:27:52','2019-05-29 18:27:52','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=170',0,'page','',0),(171,4,'2019-03-01 21:52:37','2019-03-01 21:52:37','','j0289324','','inherit','open','closed','','j0289324','','','2019-03-01 21:52:50','2019-03-01 21:52:50','',170,'/wp-content/uploads/2019/03/j0289324.jpg',0,'attachment','image/jpeg',0),(172,4,'2019-03-01 21:53:00','2019-03-01 21:53:00','<img src=\"/wp-content/uploads/2019/03/j0289324.jpg\" alt=\"client satisfaction\" width=\"259\" height=\"172\" class=\"alignleft size-full wp-image-171\" />Client satisfaction surveys and testimonials are key to remaining close to clients, understanding changing expectations, anticipating and fulfilling needs before they become requirements, and maintaining the edge on proactive service differentials.\r\n\r\nOur client service strategy moves beyond benchmarking other professionals and financial service peer practitioners.\r\n\r\nRather, in the larger scope of exceptional service models, our benchmarks are the great service corporations of American business, such as Disney Theme Parks, Federal Express, Southwest Airlines and other pioneering corporations whose culture and performance form the leading edge of the intense and innovative customer-focused movement.','Written Testimonials','','inherit','closed','closed','','170-revision-v1','','','2019-03-01 21:53:00','2019-03-01 21:53:00','',170,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/170-revision-v1/',0,'revision','',0),(173,4,'2019-03-01 21:53:45','2019-03-01 21:53:45',' ','','','publish','closed','closed','','173','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=173',15,'nav_menu_item','',0),(174,4,'2019-03-01 22:06:22','2019-03-01 22:06:22','<img class=\"alignleft size-full wp-image-178\" src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" />\r\n<strong>Kathy Kalajian</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN QUICKBOOKS SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2012.\r\n\r\nCertificate of Completion for Requirements Satisfied for Accredidation as a Certified QuickBooks ProAdvisor\r\n\r\nKathy\'s certification confirming that she has qualified as a QuickBooks ProAdvisor, awarded candidates who have undergone a rigorous regimine of study and passed qualifying examinations throughout the coursework as testimony to their mastery of the theory, methodology and practice of bookkeeping and the application of those skills to the QuickBooks software program for small business bookkeeping.','Kathy\'s Qualifications','','publish','closed','closed','','kathys-qualifications','','','2019-05-15 18:09:04','2019-05-15 18:09:04','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=174',0,'page','',0),(175,4,'2019-03-01 22:06:22','2019-03-01 22:06:22','<strong>Kathy</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN QUICKBOOKS SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2012.\r\n\r\n<strong><img class=\"alignright size-medium\" src=\"/photogallery/photo00001062/Kathy\'s%202007%20QB%20Cert%20Pro%20Advisor%20Certificate%20copy.jpg\" alt=\"\" width=\"125\" height=\"96\" />Certificate of Completion for Requirements Satisfied for Accredidation as a Certified QuickBooks ProAdvisor</strong>\r\n\r\nKathy\'s certification confirming that she has qualified as a QuickBooks ProAdvisor, awarded candidates who have undergone a rigorous regimine of study and passed qualifying examinations throughout the coursework as testimony to their mastery of the theory, methodology and practice of bookkeeping and the application of those skills to the QuickBooks software program for small business bookkeeping.','Kathy\'s Qualifications','','inherit','closed','closed','','174-revision-v1','','','2019-03-01 22:06:22','2019-03-01 22:06:22','',174,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/174-revision-v1/',0,'revision','',0),(176,4,'2019-03-01 22:08:20','2019-03-01 22:08:20','','Kathy’s Qualifications','','publish','closed','closed','','kathys-qualifications','','','2020-10-19 21:51:11','2020-10-19 21:51:11','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=176',6,'nav_menu_item','',0),(177,4,'2019-03-01 22:08:20','2019-03-01 22:08:20','','Tom’s Qualifications','','publish','closed','closed','','toms-qualifications','','','2020-10-19 21:51:11','2020-10-19 21:51:11','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=177',5,'nav_menu_item','',0),(178,4,'2019-03-01 22:22:21','2019-03-01 22:22:21','','Kathy 4','','inherit','open','closed','','kathy-4','','','2019-03-01 22:22:21','2019-03-01 22:22:21','',7,'/wp-content/uploads/2019/03/Kathy-4.jpg',0,'attachment','image/jpeg',0),(179,4,'2019-03-01 22:22:53','2019-03-01 22:22:53','','TK IMG_0076 - adjusted - small','','inherit','open','closed','','tk-img_0076-adjusted-small','','','2019-03-01 22:22:53','2019-03-01 22:22:53','',7,'/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small.jpg',0,'attachment','image/jpeg',0),(183,4,'2019-03-01 22:26:43','2019-03-01 22:26:43','<img src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" class=\"alignleft size-full wp-image-178\" />\r\n<strong>Kathy</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN QUICKBOOKS SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2012.\r\n\r\n<strong><img class=\"alignright size-medium\" src=\"/photogallery/photo00001062/Kathy\'s%202007%20QB%20Cert%20Pro%20Advisor%20Certificate%20copy.jpg\" alt=\"\" width=\"125\" height=\"96\" />Certificate of Completion for Requirements Satisfied for Accredidation as a Certified QuickBooks ProAdvisor</strong>\r\n\r\nKathy\'s certification confirming that she has qualified as a QuickBooks ProAdvisor, awarded candidates who have undergone a rigorous regimine of study and passed qualifying examinations throughout the coursework as testimony to their mastery of the theory, methodology and practice of bookkeeping and the application of those skills to the QuickBooks software program for small business bookkeeping.','Kathy\'s Qualifications','','inherit','closed','closed','','174-revision-v1','','','2019-03-01 22:26:43','2019-03-01 22:26:43','',174,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/174-revision-v1/',0,'revision','',0),(184,4,'2019-03-01 22:27:16','2019-03-01 22:27:16','<img src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" class=\"alignleft size-full wp-image-178\" />\r\n<strong>Kathy</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN QUICKBOOKS SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2012.\r\n\r\nCertificate of Completion for Requirements Satisfied for Accredidation as a Certified QuickBooks ProAdvisor</strong>\r\n\r\nKathy\'s certification confirming that she has qualified as a QuickBooks ProAdvisor, awarded candidates who have undergone a rigorous regimine of study and passed qualifying examinations throughout the coursework as testimony to their mastery of the theory, methodology and practice of bookkeeping and the application of those skills to the QuickBooks software program for small business bookkeeping.','Kathy\'s Qualifications','','inherit','closed','closed','','174-revision-v1','','','2019-03-01 22:27:16','2019-03-01 22:27:16','',174,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/174-revision-v1/',0,'revision','',0),(185,4,'2019-03-01 22:30:45','2019-03-01 22:30:45','<p style=\"text-align: center;\">Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n\r\n<h3>Manufacturers and Distributors</h3>\r\n<ul>\r\n <li>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</li>\r\n <li>Automotive, aftercare and specialty products, health care products and publishing</li>\r\n <li>Jewelry, computer software and components</li>\r\n <li>Food distributors, warehousing and trucking</li>\r\n</ul>\r\n<h3>\r\nProfessionals</h3>\r\n<ul>\r\n <li>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</li>\r\n <li>Law firms, engineers, architects, designers and insurance agencies</li>\r\n <li>Professional associations and non-profit organizations</li>\r\n <li>Event planners, charity golf tournament organizers</li>\r\n <li>Physicians, dentists, physical therapists, veterinarians and chiropractors</li>\r\n <li>Medical laboratories, clinics and health supplements</li>\r\n <li>Clergy</li>\r\n</ul>\r\n<h3>Service Providers</h3>\r\n<ul>\r\n <li>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</li>\r\n <li>Delivery, trucking and warehousing, personnel leasing and executive search firms</li>\r\n <li>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</li>\r\n <li>Recording studios, computer service bureaus, shared satellite television systems</li>\r\n <li>Dry cleaners and service stations, real estate brokers and rental activities</li>\r\n</ul>\r\n<h3>Retailers and Wholesalers</h3>\r\n<ul>\r\n <li>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</li>\r\n <li>Warehousing, trucking, transportation and distribution</li>\r\n <li>Athletic supplies and services, photo studios, video rental, photo processing</li>\r\n <li>Hardware, women’s apparel, auto body shops, computer products, parts and software</li>\r\n <li>Citrus picking, packing and distribution, travel agencies and group tour operators</li>\r\n <li>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</li>\r\n <li>Fast food, theme-based and full service restaurants</li>\r\n</ul>\r\n<h3>Trades</h3>\r\n<ul>\r\n <li>Electrical, home improvements and roofing</li>\r\n <li>Structural repairs, catastrophe restoration</li>\r\n <li>Furniture repair and security systems</li>\r\n <li>Industrial lighting, and floor care, carpet sales, restorative construction</li>\r\n <li>Tile setters and wood working shops</li>\r\n <li>Tire retailers, towing services and auto repair</li>\r\n</ul>','Experience','','publish','closed','closed','','experience','','','2019-03-01 22:31:35','2019-03-01 22:31:35','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=185',0,'page','',0),(186,4,'2019-03-01 22:30:45','2019-03-01 22:30:45','<p style=\"text-align: center;\">Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n\r\n<h3>Manufacturers and Distributors</h3>\r\n<ul>\r\n <li>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</li>\r\n <li>Automotive, aftercare and specialty products, health care products and publishing</li>\r\n <li>Jewelry, computer software and components</li>\r\n <li>Food distributors, warehousing and trucking</li>\r\n</ul>\r\n<h3>\r\nProfessionals</h3>\r\n<ul>\r\n <li>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</li>\r\n <li>Law firms, engineers, architects, designers and insurance agencies</li>\r\n <li>Professional associations and non-profit organizations</li>\r\n <li>Event planners, charity golf tournament organizers</li>\r\n <li>Physicians, dentists, physical therapists, veterinarians and chiropractors</li>\r\n <li>Medical laboratories, clinics and health supplements</li>\r\n <li>Clergy</li>\r\n</ul>\r\n<h4>Service Providers</h4>\r\n<ul>\r\n <li>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</li>\r\n <li>Delivery, trucking and warehousing, personnel leasing and executive search firms</li>\r\n <li>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</li>\r\n <li>Recording studios, computer service bureaus, shared satellite television systems</li>\r\n <li>Dry cleaners and service stations, real estate brokers and rental activities</li>\r\n</ul>\r\n<h4>Retailers and Wholesalers</h4>\r\n<ul>\r\n <li>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</li>\r\n <li>Warehousing, trucking, transportation and distribution</li>\r\n <li>Athletic supplies and services, photo studios, video rental, photo processing</li>\r\n <li>Hardware, women’s apparel, auto body shops, computer products, parts and software</li>\r\n <li>Citrus picking, packing and distribution, travel agencies and group tour operators</li>\r\n <li>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</li>\r\n <li>Fast food, theme-based and full service restaurants</li>\r\n</ul>\r\n<h3>Trades</h3>\r\n<ul>\r\n <li>Electrical, home improvements and roofing</li>\r\n <li>Structural repairs, catastrophe restoration</li>\r\n <li>Furniture repair and security systems</li>\r\n <li>Industrial lighting, and floor care, carpet sales, restorative construction</li>\r\n <li>Tile setters and wood working shops</li>\r\n <li>Tire retailers, towing services and auto repair</li>\r\n</ul>','Experience','','inherit','closed','closed','','185-revision-v1','','','2019-03-01 22:30:45','2019-03-01 22:30:45','',185,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/185-revision-v1/',0,'revision','',0),(187,4,'2019-03-01 22:31:35','2019-03-01 22:31:35','<p style=\"text-align: center;\">Our experience base includes individuals, celebrities, senior executives, multi-million dollar corporations, small businesses, retirees, and professional practices.</p>\r\n\r\n<h3>Manufacturers and Distributors</h3>\r\n<ul>\r\n <li>Plastics, metal, apparel, machine shops, computer memory and peripherals, software developers and packaging</li>\r\n <li>Automotive, aftercare and specialty products, health care products and publishing</li>\r\n <li>Jewelry, computer software and components</li>\r\n <li>Food distributors, warehousing and trucking</li>\r\n</ul>\r\n<h3>\r\nProfessionals</h3>\r\n<ul>\r\n <li>Fine artists, actors, musicians and musical groups, celebrities, senior corporate executives, broadcast journalists and television news anchor persons, television station management and executives, and professional athletes</li>\r\n <li>Law firms, engineers, architects, designers and insurance agencies</li>\r\n <li>Professional associations and non-profit organizations</li>\r\n <li>Event planners, charity golf tournament organizers</li>\r\n <li>Physicians, dentists, physical therapists, veterinarians and chiropractors</li>\r\n <li>Medical laboratories, clinics and health supplements</li>\r\n <li>Clergy</li>\r\n</ul>\r\n<h3>Service Providers</h3>\r\n<ul>\r\n <li>Office leasing and executive suites, advertising, manufacturers representatives, print media and marketing</li>\r\n <li>Delivery, trucking and warehousing, personnel leasing and executive search firms</li>\r\n <li>Private schools, learning and self-help, loan packaging, loan brokers and loan companies</li>\r\n <li>Recording studios, computer service bureaus, shared satellite television systems</li>\r\n <li>Dry cleaners and service stations, real estate brokers and rental activities</li>\r\n</ul>\r\n<h3>Retailers and Wholesalers</h3>\r\n<ul>\r\n <li>Auto parts, new and used, used auto dealers, antique dealers, forklift sales, retail nurseries</li>\r\n <li>Warehousing, trucking, transportation and distribution</li>\r\n <li>Athletic supplies and services, photo studios, video rental, photo processing</li>\r\n <li>Hardware, women’s apparel, auto body shops, computer products, parts and software</li>\r\n <li>Citrus picking, packing and distribution, travel agencies and group tour operators</li>\r\n <li>Publishers, grocery stores and equestrian centers, motorcycle and water craft aftermarket</li>\r\n <li>Fast food, theme-based and full service restaurants</li>\r\n</ul>\r\n<h3>Trades</h3>\r\n<ul>\r\n <li>Electrical, home improvements and roofing</li>\r\n <li>Structural repairs, catastrophe restoration</li>\r\n <li>Furniture repair and security systems</li>\r\n <li>Industrial lighting, and floor care, carpet sales, restorative construction</li>\r\n <li>Tile setters and wood working shops</li>\r\n <li>Tire retailers, towing services and auto repair</li>\r\n</ul>','Experience','','inherit','closed','closed','','185-revision-v1','','','2019-03-01 22:31:35','2019-03-01 22:31:35','',185,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/185-revision-v1/',0,'revision','',0),(188,4,'2019-03-01 22:32:27','2019-03-01 22:32:27',' ','','','publish','closed','closed','','188','','','2020-10-19 21:51:11','2020-10-19 21:51:11','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=188',7,'nav_menu_item','',0),(189,4,'2019-03-01 22:34:03','2019-03-01 22:34:03','The following tax glossary is provided to help you know what various tax-related terms mean:\r\n\r\n<strong>Accelerated depreciation.</strong> A depreciation method that allows larger deductions in the early years of an asset\'s \"life\" and smaller deductions at the end of the period. (See \"Straight-line depreciation.\")\r\n\r\n<strong>Accrual method (or accrual basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The accrual method says that a transaction is taxed when an obligation to pay or a right to receive payment is created (for example, at the time products are delivered, services rendered, billings sent, etc.). This method is used by all but the smallest businesses. (See \"Cash method (or cash basis).\")\r\n\r\n<strong>Adjusted basis.</strong> The cost of property (or a substitute figure-see \"Basis\") with adjustments made to account for depreciation (in the case of business property), improvements (in the case of real estate), withdrawals or reinvestment (in the case of securities, funds, accounts, insurance or annuities), etc. Adjusted basis is part of the computation for determining gain or loss on a sale or exchange and for depreciation.\r\n\r\n<strong>Adjusted gross income.</strong> The amount of income considered actually \"available\" to be taxed. Adjusted gross income is gross income reduced principally by business expenses incurred to earn the income and other specified reductions (such as alimony).\r\n\r\n<strong>Alternative minimum tax.</strong> An alternative tax system that says: your tax shall not go below this level. The alternative minimum tax works by negating (or minimizing) the effects of tax preferences or loopholes.\r\n\r\n<strong>Amortization.</strong> The write-off of an amount spent for certain capital assets, similar to depreciation. This tax meaning is different from the common meaning of the term that describes, for example, payment schedules of loans.\r\n\r\n<strong>Applicable Federal Rates (AFRs).</strong> Minimum interest rates that must be charged on various transactions that involve payments over a number of years. If the parties to a transaction do not adhere to these rates, the IRS will impute the interest. (See \"Imputed interest.\")\r\n\r\n<strong>At-risk rules.</strong> Rules that limit an investor\'s deductible losses from an investment to the amount invested. Complications arise when investors finance their investment through loans that they are not personally on the hook for (nonrecourse financing). Without these rules, investors could raise their deduction limit considerably without being at-risk for the actual loss.\r\n\r\n<strong>Basis.</strong> The starting point for computing gain or loss on a sale or exchange of property or for depreciation. (See \"Adjusted basis.\") For property that is purchased, basis is its cost. The basis of inherited property is its value at the date of death (or alternative valuation date). The basis of property received as a gift or a nontaxable transaction is based on the adjusted basis of the transferor (with some adjustments). Special rules govern property transferred between corporations and their shareholders, partners and their partnership, etc.\r\n\r\n<strong>Cafeteria plan.</strong> A plan maintained by an employer that allows employees to select from a menu of taxable and nontaxable benefits.\r\n\r\n<strong>Capital expenditures.</strong> Amounts spent to acquire or improve assets with useful lives of more than one year. These expenditures may not be deducted, but are added to the basis of the property (See \"Adjusted basis.\") and, for business property, may be converted into deductions through depreciation or amortization.\r\n\r\n<strong>Capital gain or loss.</strong> Gain or loss from the sale or exchange of investment property, personal property (such as a home) or other \"capital asset,\" which is often entitled to preferential tax treatment.\r\n\r\n<strong>Carrybacks and carryforwards.</strong> Deductions that may be transferred to a year other than the current year because they exceeded certain limits. These deductions are typically carried back to earlier years first and, if they exceed the limits for those years, are then carried forward to later years until the deduction is used up. Charitable contributions and net operating losses are examples of deductions that may be carried back or forward.\r\n\r\n<strong>Cash method (or cash basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The cash method says that a transaction is taxed when payment is made. This method is used by most individuals. (See \"Accrual method (or accrual basis).\")\r\n\r\n<strong>Community property.</strong> A system governing spousal ownership of property and income that is the law in certain western and southern states and Wisconsin. The differences between community property and \"common law\" can change how federal tax law applies to spouses. For example: married taxpayers filing separately in a common law state do not have to report income earned by the other spouse. They do have to report income earned in a community property state.\r\n\r\n<strong>Deferred compensation.</strong> An arrangement that allows an employee to receive part of a year\'s pay in a later year and not be taxed in the year the money was earned.\r\n\r\n<strong>Depletion.</strong> A system similar to depreciation that allows the owner of natural resources (for example: a coal mine or an oil well) to deduct a portion of the cost of the asset during each year of its presumed productive life.\r\n\r\n<strong>Depreciation.</strong> A system that allows a business or individual to deduct a portion of the cost of an asset (\"recover its cost\") during each year of its predetermined \"life\" (or \"recovery period\").\r\n\r\n<strong>Earned income.</strong> Income earned by working for it. Interest, dividends and other kinds of profits are examples of unearned income.\r\n\r\n<strong>Earned income credit.</strong> A tax credit available to individuals with low earned income. An individual is entitled to the full amount of this credit even if it exceeds the amount of tax otherwise due.\r\n\r\n<strong>Employee stock ownership plan (ESOP).</strong> A type of profit-sharing plan in which benefits come in the form of stock in the employer.\r\n\r\n<strong>Estimated tax.</strong> Quarterly down payments on a year\'s taxes that are required (on April 15, June 15, September 15, and January 15) if the total year\'s taxes will exceed $1,000 and the amount is not covered by withholding.\r\n\r\n<strong>Federal Insurance Contributions Act (FICA).</strong> Social security taxes (for both old-age, survivors and disability insurance-OASDI-and Medicare).\r\n\r\n<strong>Federal Unemployment Tax Act (FUTA).</strong> Unemployment taxes.\r\n\r\n<strong>Filing status.</strong> One of four tax ranks determined by your marital status, your dependents and the way you file your tax return: (1) single, (2) married filing jointly, (3) married filing separately and (4) head of household. Filing status determines your tax rates and your eligibility for various tax benefits (for example: alimony deduction, IRA deduction, standard deduction, etc.).\r\n\r\n<strong>First-in, first-out (FIFO).</strong> A rule that applies to the sale of part of a group of similar items (such as inventory, shares of the same stock, etc.) that assumes the first ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. The rule may be overridden by identifying the specific item sold, if possible. (See \"Last-in, first-out (LIFO).\")\r\n\r\n<strong>Generation-skipping transfer tax.</strong> An extra tax on gifts or on-death transfers of money or property that would otherwise escape the once-per-generation transfer taxes that apply to gifts and estates. For example: a gift from a grandfather to a granddaughter skips a generation and might be subject to this tax.\r\n\r\n<strong>Golden parachutes.</strong> Bonuses payable to key executives in the event control of their corporation changes, as in the case of a takeover. \"Excess\" golden parachute payments are subject to tax penalties.\r\n\r\n<strong>Gross income.</strong> All income that might be subject to tax. Most \"realized\" increases in wealth are considered income. The main exceptions for individuals are gifts, inheritances, increases in value of property prior to sale, loan repayments and some personal injury awards. For businesses, investments in their capital are not considered income.\r\n\r\n<strong>Head of household.</strong> A filing status available to qualifying single parents (or others supporting certain dependents) that allows lower taxes than the normal rates for singles.\r\n\r\n<strong>Imputed interest.</strong> A portion of a future payment that is treated as interest if parties to the transaction do not provide a stated amount of interest at a rate acceptable to the IRS. (See \"Applicable Federal Rates (AFRs).\") This prevents improper use of certain tax advantages (capital gains rates or tax deferral). For example: if a business sells an asset on the installment basis, part of all future payments is treated as interest whether the transaction states it or not.\r\n\r\n<strong>Incentive stock option.</strong> A stock option that may be granted to an employee under tax-favored terms.\r\n\r\n<strong>Itemized deductions.</strong> Personal deductions that may be taken if they total more than the standard deduction. (See \"Standard deduction.\") The following deductions are then itemized or listed on Schedule A of Form 1040: medical expenses, charitable contributions, state and local taxes, home mortgage interest, real estate taxes, casualty losses, unreimbursed employee expenses, investment expenses and others.\r\n\r\n<strong>Investment credit.</strong> A credit against tax available for investment in a limited range of business property. The general investment credit was repealed in 1986, but this type of credit has been enacted and repealed repeatedly throughout history.\r\n\r\n<strong>Involuntary conversion.</strong> The conversion of property into money under circumstances beyond the control of the owner. For example: (1) property that is destroyed and \"converted\" into an insurance settlement or (2) property that is seized by the government and \"converted\" into a condemnation award. Owners may avoid tax on any gain that may result (if the insurance settlement or condemnation award exceeds the adjusted basis of the property) by reinvesting in similar property within certain time limits.\r\n\r\n<strong>Joint return.</strong> An optional filing status available to married taxpayers that offers generally (but not always) lower taxes than \"married filing separately.\"\r\n\r\n<strong>Keogh plan.</strong> A retirement plan available to self-employed individuals.\r\n\r\n<strong>Last-in, first-out (LIFO).</strong> A rule that applies to the sale of part of a group of similar items in an inventory that assumes the last ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. (See \"First-in, first-out (FIFO).\")\r\n\r\n<strong>Like-kind exchanges.</strong> Tax-free swaps of investment property. Commonly used for real estate.\r\n\r\n<strong>Limited liability company (LLC).</strong> A legal structure that allows a business to be taxed like a partnership but function generally like a corporation. An LLC offers members (among other things) protection against liability for claims against the business that is not available in a partnership.\r\n\r\n<strong>Listed property.</strong> Property listed in the tax code or by the IRS that must comply with special rules before depreciation may be claimed. Cars and personal computers are examples of listed property. The special rules are designed to prevent deductions where the property is used for personal rather than business purposes.\r\n\r\n<strong>Medical Spending Accounts (MSAs).</strong> An investment fund similar to an IRA that can be used to pay more routine medical expenses, when used in conjunction with \"high-deductible\" health insurance, which pays the big bills. Only 750,000 of these MSAs are available nationwide under a pilot program that runs through the year 2000. To qualify, you have to be self-employed or employed by a small employer that offers the program.\r\n\r\n<strong>Modified Accelerated Cost Recovery System (MACRS).</strong> The system for computing depreciation for most business assets.\r\n\r\n<strong>Net operating loss.</strong> The excess of business expenses over income. A business may apply a net operating loss to get a refund of past taxes (or a reduction of future taxes) by carrying it back to profitable years as an additional deduction (or by carrying it forward as a deduction to future years).\r\n\r\n<strong>Original issue discount (OID).</strong> The purchase discount offered on some bonds (and similar obligations) in lieu of interest. For example: zero-coupon bonds. OID is generally treated as interest income to the holder rather than as a capital gain.\r\n\r\n<strong>Passive activity loss (PAL).</strong> Loss on an investment that is deductible only up to the limit of gains from similar investments. The limit mainly affects tax shelters and does not apply to stocks, bonds or investments in businesses in which the investor materially participates. Special rules apply to investments in real estate.\r\n\r\n<strong>Qualified plan.</strong> A retirement or profit-sharing plan that meets requirements about who must be covered, the amount of benefits that are paid, information that must be given to plan participants, etc. Qualified plans are entitled to tax benefits unavailable to nonqualified plans.\r\n\r\n<strong>Real estate investment trust (REIT).</strong> A kind of \"mutual fund\" that invests in real estate rather than stocks and bonds.\r\n\r\n<strong>Real estate mortgage investment conduit (REMIC).</strong> A kind of \"mutual fund\" that invests in real estate mortgages rather than stocks and bonds.\r\n\r\n<strong>Recapture.</strong> The undoing of a tax benefit if certain requirements are not met in future years. For example: (1) The low-income housing credit may be recaptured or added back to tax if the credit property ceases to be used as low-income housing for a minimum number of years. (2) The alimony deduction may be retroactively lost or recaptured if payments do not continue at the requisite level for a minimum number of years.\r\n\r\n<strong>Regulated investment company (RIC).</strong> A mutual fund.\r\n\r\n<strong>Rollover.</strong> The tax-free termination of one investment and reinvestment of the proceeds. For example: An individual may roll over a lump-sum distribution from an employer\'s retirement plan into an IRA.\r\n\r\n<strong>S corporation.</strong> A corporation with no more than 35 shareholders that is not taxed, but treated similarly to a partnership, if other requirements are met.\r\n\r\n<strong>Savings Incentive Match Plan for Employees (SIMPLE plans).</strong> A simplified retirement arrangement for small businesses that comes in two varieties: one similar to a 401(k) plan and one that funds IRAs for employees.\r\n\r\n<strong>Standard deduction.</strong> A deduction allowed individuals instead of listing or itemizing deductible personal expenses. (See \"Itemized deductions.\") The amount depends on the individual\'s filing status. Additional amounts are available for taxpayers who are blind or are age 65 or over. Individuals may deduct either their standard deduction or the total of their itemized deductions, whichever is greater.\r\n\r\n<strong>Straight-line depreciation.</strong> A depreciation method that allows equal deductions in each year of an asset\'s \"life\" or recovery period. (See \"Accelerated depreciation.\")\r\n\r\n<strong>Swaps, tax-free.</strong> (1) Exchanges of like-kind property that result in no capital gains tax (commonly used for real estate). (2) Sales and repurchases of stock (or other securities) designed to realize a tax loss without discontinuing the investment. Transactions must comply with the wash sale rules to be effective. (See \"Wash sales.\")\r\n\r\n<strong>Taxable income.</strong> What is left after all deductions are taken. This is the amount upon which tax is computed.\r\n\r\n<strong>Taxpayer identification number (TIN).</strong> In the case of an individual, the Social Security number. In the case of a business (even an individual in business), the employer identification number.\r\n\r\n<strong>Top-heavy plan.</strong> An employee retirement or profit-sharing plan that disproportionately benefits top executives.\r\n\r\n<strong>Uniform capitalization rules (Unicap).</strong> A set of uniform rules for computing the cost of goods produced by a business that prevents current deductions for costs that must be capitalized (See \"Capital expenditures.\") or added to inventory.\r\n\r\n<strong>Wash sales.</strong> Simultaneous or near-simultaneous purchases and sales of the same property, usually stocks or bonds, made to generate deductible tax losses without discontinuing the investment. Losses on the transactions are ignored for tax purposes, however, unless a 30-day waiting period is observed between them.\r\n\r\n<strong>Withholding allowances.</strong> Adjustments made to assure correct withholding on wages for individuals who may have unusually large deductions or who may be subject to other special circumstances.\r\n\r\n<span style=\"font-size:smaller;\">The information presented is only of a general nature, may omit many details and special rules, is current only as of its published date, and accordingly cannot be regarded as legal or tax advice. Please contact our office for more information on this subject and how it pertains to your specific tax or financial situation.</span>\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]','Tax Glossary','','publish','open','open','','tax-glossary','','','2019-05-15 06:46:48','2019-05-15 06:46:48','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=189',0,'post','',0),(191,4,'2019-03-01 23:58:37','2019-03-01 23:58:37','[caption id=\"attachment_209\" align=\"alignleft\" width=\"525\"]<img src=\"/wp-content/uploads/2019/03/Assessor-1024x410.jpeg\" alt=\"\" width=\"525\" height=\"210\" class=\"size-large wp-image-209\" /> Highlighted English word \"assessor\" and its definition at the dictionary.[/caption]\nThe following tax glossary is provided to help you know what various tax-related terms mean:\n\n<strong>Accelerated depreciation.</strong> A depreciation method that allows larger deductions in the early years of an asset\'s \"life\" and smaller deductions at the end of the period. (See \"Straight-line depreciation.\")\n\n<strong>Accrual method (or accrual basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The accrual method says that a transaction is taxed when an obligation to pay or a right to receive payment is created (for example, at the time products are delivered, services rendered, billings sent, etc.). This method is used by all but the smallest businesses. (See \"Cash method (or cash basis).\")\n\n<strong>Adjusted basis.</strong> The cost of property (or a substitute figure-see \"Basis\") with adjustments made to account for depreciation (in the case of business property), improvements (in the case of real estate), withdrawals or reinvestment (in the case of securities, funds, accounts, insurance or annuities), etc. Adjusted basis is part of the computation for determining gain or loss on a sale or exchange and for depreciation.\n\n<strong>Adjusted gross income.</strong> The amount of income considered actually \"available\" to be taxed. Adjusted gross income is gross income reduced principally by business expenses incurred to earn the income and other specified reductions (such as alimony).\n\n<strong>Alternative minimum tax.</strong> An alternative tax system that says: your tax shall not go below this level. The alternative minimum tax works by negating (or minimizing) the effects of tax preferences or loopholes.\n\n<strong>Amortization.</strong> The write-off of an amount spent for certain capital assets, similar to depreciation. This tax meaning is different from the common meaning of the term that describes, for example, payment schedules of loans.\n\n<strong>Applicable Federal Rates (AFRs).</strong> Minimum interest rates that must be charged on various transactions that involve payments over a number of years. If the parties to a transaction do not adhere to these rates, the IRS will impute the interest. (See \"Imputed interest.\")\n\n<strong>At-risk rules.</strong> Rules that limit an investor\'s deductible losses from an investment to the amount invested. Complications arise when investors finance their investment through loans that they are not personally on the hook for (nonrecourse financing). Without these rules, investors could raise their deduction limit considerably without being at-risk for the actual loss.\n\n<strong>Basis.</strong> The starting point for computing gain or loss on a sale or exchange of property or for depreciation. (See \"Adjusted basis.\") For property that is purchased, basis is its cost. The basis of inherited property is its value at the date of death (or alternative valuation date). The basis of property received as a gift or a nontaxable transaction is based on the adjusted basis of the transferor (with some adjustments). Special rules govern property transferred between corporations and their shareholders, partners and their partnership, etc.\n\n<strong>Cafeteria plan.</strong> A plan maintained by an employer that allows employees to select from a menu of taxable and nontaxable benefits.\n\n<strong>Capital expenditures.</strong> Amounts spent to acquire or improve assets with useful lives of more than one year. These expenditures may not be deducted, but are added to the basis of the property (See \"Adjusted basis.\") and, for business property, may be converted into deductions through depreciation or amortization.\n\n<strong>Capital gain or loss.</strong> Gain or loss from the sale or exchange of investment property, personal property (such as a home) or other \"capital asset,\" which is often entitled to preferential tax treatment.\n\n<strong>Carrybacks and carryforwards.</strong> Deductions that may be transferred to a year other than the current year because they exceeded certain limits. These deductions are typically carried back to earlier years first and, if they exceed the limits for those years, are then carried forward to later years until the deduction is used up. Charitable contributions and net operating losses are examples of deductions that may be carried back or forward.\n\n<strong>Cash method (or cash basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The cash method says that a transaction is taxed when payment is made. This method is used by most individuals. (See \"Accrual method (or accrual basis).\")\n\n<strong>Community property.</strong> A system governing spousal ownership of property and income that is the law in certain western and southern states and Wisconsin. The differences between community property and \"common law\" can change how federal tax law applies to spouses. For example: married taxpayers filing separately in a common law state do not have to report income earned by the other spouse. They do have to report income earned in a community property state.\n\n<strong>Deferred compensation.</strong> An arrangement that allows an employee to receive part of a year\'s pay in a later year and not be taxed in the year the money was earned.\n\n<strong>Depletion.</strong> A system similar to depreciation that allows the owner of natural resources (for example: a coal mine or an oil well) to deduct a portion of the cost of the asset during each year of its presumed productive life.\n\n<strong>Depreciation.</strong> A system that allows a business or individual to deduct a portion of the cost of an asset (\"recover its cost\") during each year of its predetermined \"life\" (or \"recovery period\").\n\n<strong>Earned income.</strong> Income earned by working for it. Interest, dividends and other kinds of profits are examples of unearned income.\n\n<strong>Earned income credit.</strong> A tax credit available to individuals with low earned income. An individual is entitled to the full amount of this credit even if it exceeds the amount of tax otherwise due.\n\n<strong>Employee stock ownership plan (ESOP).</strong> A type of profit-sharing plan in which benefits come in the form of stock in the employer.\n\n<strong>Estimated tax.</strong> Quarterly down payments on a year\'s taxes that are required (on April 15, June 15, September 15, and January 15) if the total year\'s taxes will exceed $1,000 and the amount is not covered by withholding.\n\n<strong>Federal Insurance Contributions Act (FICA).</strong> Social security taxes (for both old-age, survivors and disability insurance-OASDI-and Medicare).\n\n<strong>Federal Unemployment Tax Act (FUTA).</strong> Unemployment taxes.\n\n<strong>Filing status.</strong> One of four tax ranks determined by your marital status, your dependents and the way you file your tax return: (1) single, (2) married filing jointly, (3) married filing separately and (4) head of household. Filing status determines your tax rates and your eligibility for various tax benefits (for example: alimony deduction, IRA deduction, standard deduction, etc.).\n\n<strong>First-in, first-out (FIFO).</strong> A rule that applies to the sale of part of a group of similar items (such as inventory, shares of the same stock, etc.) that assumes the first ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. The rule may be overridden by identifying the specific item sold, if possible. (See \"Last-in, first-out (LIFO).\")\n\n<strong>Generation-skipping transfer tax.</strong> An extra tax on gifts or on-death transfers of money or property that would otherwise escape the once-per-generation transfer taxes that apply to gifts and estates. For example: a gift from a grandfather to a granddaughter skips a generation and might be subject to this tax.\n\n<strong>Golden parachutes.</strong> Bonuses payable to key executives in the event control of their corporation changes, as in the case of a takeover. \"Excess\" golden parachute payments are subject to tax penalties.\n\n<strong>Gross income.</strong> All income that might be subject to tax. Most \"realized\" increases in wealth are considered income. The main exceptions for individuals are gifts, inheritances, increases in value of property prior to sale, loan repayments and some personal injury awards. For businesses, investments in their capital are not considered income.\n\n<strong>Head of household.</strong> A filing status available to qualifying single parents (or others supporting certain dependents) that allows lower taxes than the normal rates for singles.\n\n<strong>Imputed interest.</strong> A portion of a future payment that is treated as interest if parties to the transaction do not provide a stated amount of interest at a rate acceptable to the IRS. (See \"Applicable Federal Rates (AFRs).\") This prevents improper use of certain tax advantages (capital gains rates or tax deferral). For example: if a business sells an asset on the installment basis, part of all future payments is treated as interest whether the transaction states it or not.\n\n<strong>Incentive stock option.</strong> A stock option that may be granted to an employee under tax-favored terms.\n\n<strong>Itemized deductions.</strong> Personal deductions that may be taken if they total more than the standard deduction. (See \"Standard deduction.\") The following deductions are then itemized or listed on Schedule A of Form 1040: medical expenses, charitable contributions, state and local taxes, home mortgage interest, real estate taxes, casualty losses, unreimbursed employee expenses, investment expenses and others.\n\n<strong>Investment credit.</strong> A credit against tax available for investment in a limited range of business property. The general investment credit was repealed in 1986, but this type of credit has been enacted and repealed repeatedly throughout history.\n\n<strong>Involuntary conversion.</strong> The conversion of property into money under circumstances beyond the control of the owner. For example: (1) property that is destroyed and \"converted\" into an insurance settlement or (2) property that is seized by the government and \"converted\" into a condemnation award. Owners may avoid tax on any gain that may result (if the insurance settlement or condemnation award exceeds the adjusted basis of the property) by reinvesting in similar property within certain time limits.\n\n<strong>Joint return.</strong> An optional filing status available to married taxpayers that offers generally (but not always) lower taxes than \"married filing separately.\"\n\n<strong>Keogh plan.</strong> A retirement plan available to self-employed individuals.\n\n<strong>Last-in, first-out (LIFO).</strong> A rule that applies to the sale of part of a group of similar items in an inventory that assumes the last ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. (See \"First-in, first-out (FIFO).\")\n\n<strong>Like-kind exchanges.</strong> Tax-free swaps of investment property. Commonly used for real estate.\n\n<strong>Limited liability company (LLC).</strong> A legal structure that allows a business to be taxed like a partnership but function generally like a corporation. An LLC offers members (among other things) protection against liability for claims against the business that is not available in a partnership.\n\n<strong>Listed property.</strong> Property listed in the tax code or by the IRS that must comply with special rules before depreciation may be claimed. Cars and personal computers are examples of listed property. The special rules are designed to prevent deductions where the property is used for personal rather than business purposes.\n\n<strong>Medical Spending Accounts (MSAs).</strong> An investment fund similar to an IRA that can be used to pay more routine medical expenses, when used in conjunction with \"high-deductible\" health insurance, which pays the big bills. Only 750,000 of these MSAs are available nationwide under a pilot program that runs through the year 2000. To qualify, you have to be self-employed or employed by a small employer that offers the program.\n\n<strong>Modified Accelerated Cost Recovery System (MACRS).</strong> The system for computing depreciation for most business assets.\n\n<strong>Net operating loss.</strong> The excess of business expenses over income. A business may apply a net operating loss to get a refund of past taxes (or a reduction of future taxes) by carrying it back to profitable years as an additional deduction (or by carrying it forward as a deduction to future years).\n\n<strong>Original issue discount (OID).</strong> The purchase discount offered on some bonds (and similar obligations) in lieu of interest. For example: zero-coupon bonds. OID is generally treated as interest income to the holder rather than as a capital gain.\n\n<strong>Passive activity loss (PAL).</strong> Loss on an investment that is deductible only up to the limit of gains from similar investments. The limit mainly affects tax shelters and does not apply to stocks, bonds or investments in businesses in which the investor materially participates. Special rules apply to investments in real estate.\n\n<strong>Qualified plan.</strong> A retirement or profit-sharing plan that meets requirements about who must be covered, the amount of benefits that are paid, information that must be given to plan participants, etc. Qualified plans are entitled to tax benefits unavailable to nonqualified plans.\n\n<strong>Real estate investment trust (REIT).</strong> A kind of \"mutual fund\" that invests in real estate rather than stocks and bonds.\n\n<strong>Real estate mortgage investment conduit (REMIC).</strong> A kind of \"mutual fund\" that invests in real estate mortgages rather than stocks and bonds.\n\n<strong>Recapture.</strong> The undoing of a tax benefit if certain requirements are not met in future years. For example: (1) The low-income housing credit may be recaptured or added back to tax if the credit property ceases to be used as low-income housing for a minimum number of years. (2) The alimony deduction may be retroactively lost or recaptured if payments do not continue at the requisite level for a minimum number of years.\n\n<strong>Regulated investment company (RIC).</strong> A mutual fund.\n\n<strong>Rollover.</strong> The tax-free termination of one investment and reinvestment of the proceeds. For example: An individual may roll over a lump-sum distribution from an employer\'s retirement plan into an IRA.\n\n<strong>S corporation.</strong> A corporation with no more than 35 shareholders that is not taxed, but treated similarly to a partnership, if other requirements are met.\n\n<strong>Savings Incentive Match Plan for Employees (SIMPLE plans).</strong> A simplified retirement arrangement for small businesses that comes in two varieties: one similar to a 401(k) plan and one that funds IRAs for employees.\n\n<strong>Standard deduction.</strong> A deduction allowed individuals instead of listing or itemizing deductible personal expenses. (See \"Itemized deductions.\") The amount depends on the individual\'s filing status. Additional amounts are available for taxpayers who are blind or are age 65 or over. Individuals may deduct either their standard deduction or the total of their itemized deductions, whichever is greater.\n\n<strong>Straight-line depreciation.</strong> A depreciation method that allows equal deductions in each year of an asset\'s \"life\" or recovery period. (See \"Accelerated depreciation.\")\n\n<strong>Swaps, tax-free.</strong> (1) Exchanges of like-kind property that result in no capital gains tax (commonly used for real estate). (2) Sales and repurchases of stock (or other securities) designed to realize a tax loss without discontinuing the investment. Transactions must comply with the wash sale rules to be effective. (See \"Wash sales.\")\n\n<strong>Taxable income.</strong> What is left after all deductions are taken. This is the amount upon which tax is computed.\n\n<strong>Taxpayer identification number (TIN).</strong> In the case of an individual, the Social Security number. In the case of a business (even an individual in business), the employer identification number.\n\n<strong>Top-heavy plan.</strong> An employee retirement or profit-sharing plan that disproportionately benefits top executives.\n\n<strong>Uniform capitalization rules (Unicap).</strong> A set of uniform rules for computing the cost of goods produced by a business that prevents current deductions for costs that must be capitalized (See \"Capital expenditures.\") or added to inventory.\n\n<strong>Wash sales.</strong> Simultaneous or near-simultaneous purchases and sales of the same property, usually stocks or bonds, made to generate deductible tax losses without discontinuing the investment. Losses on the transactions are ignored for tax purposes, however, unless a 30-day waiting period is observed between them.\n\n<strong>Withholding allowances.</strong> Adjustments made to assure correct withholding on wages for individuals who may have unusually large deductions or who may be subject to other special circumstances.\n\n<span style=\"font-size:smaller;\">The information presented is only of a general nature, may omit many details and special rules, is current only as of its published date, and accordingly cannot be regarded as legal or tax advice. Please contact our office for more information on this subject and how it pertains to your specific tax or financial situation.</span>','Tax Glossary','','inherit','closed','closed','','189-autosave-v1','','','2019-03-01 23:58:37','2019-03-01 23:58:37','',189,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/189-autosave-v1/',0,'revision','',0),(193,4,'2019-03-01 22:39:56','2019-03-01 22:39:56','The following real-time current economic data is provided for your convenience:\r\n<div style=\"text-align: center;\">\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>CPI / Inflation Rate</strong></span></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong><span style=\"color: #0000ff;\">Current Consumer Price Index Table</span></strong></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>Current Inflation Rate Table</strong></span></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n</div>\r\n<span style=\"color: #0000ff;\"><strong>\r\n</strong></span><strong>How Do I Calculate the Inflation Rate?</strong>\r\n\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></span>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"text-decoration: underline;\">Inflation Calculator</span></a>.\r\n\r\n<strong>The Formula for Calculating Inflation</strong>\r\n\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\" rel=\"noopener noreferrer\">current Consumer Price Index (CPI)</a></span>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n\r\n<strong>Calculating a specific Inflation Rate</strong>\r\n\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\n<em>or</em>\r\n(7/178)*100\r\n<em>or</em>\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year.\r\n(Not Actual Inflation Rates). For more information you may check the current Consumer Inflation Rate and Historical Inflation Rates in table format. Or if you believe a picture is worth a thousand words you may prefer the Annual Inflation Rate plotted in Chart format.\r\n\r\n<strong>What happens if prices went down?</strong>\r\n\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\n<em>or</em>\r\n(-4/189)*100\r\n<em>or</em>\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation.\r\n(Not Actual CPI numbers).','Current Economic Data','','publish','closed','closed','','current-economic-data','','','2019-03-01 22:45:15','2019-03-01 22:45:15','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=193',0,'page','',0),(194,4,'2019-03-01 22:39:56','2019-03-01 22:39:56','<div style=\"text-align: center;\">\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>CPI / Inflation Rate</strong></span></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong><span style=\"color: #0000ff;\">Current Consumer Price Index Table</span></strong></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>Current Inflation Rate Table</strong></span></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n</div>\r\n<span style=\"color: #0000ff;\"><strong>\r\n</strong></span><strong>How Do I Calculate the Inflation Rate?</strong>\r\n\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></span>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"text-decoration: underline;\">Inflation Calculator</span></a>.\r\n\r\n<strong>The Formula for Calculating Inflation</strong>\r\n\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\" rel=\"noopener noreferrer\">current Consumer Price Index (CPI)</a></span>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n\r\n<strong>Calculating a specific Inflation Rate</strong>\r\n\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\n<em>or</em>\r\n(7/178)*100\r\n<em>or</em>\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year.\r\n(Not Actual Inflation Rates). For more information you may check the current Consumer Inflation Rate and Historical Inflation Rates in table format. Or if you believe a picture is worth a thousand words you may prefer the Annual Inflation Rate plotted in Chart format.\r\n\r\n<strong>What happens if prices went down?</strong>\r\n\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\n<em>or</em>\r\n(-4/189)*100\r\n<em>or</em>\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation.\r\n(Not Actual CPI numbers).','Current Economic Data','','inherit','closed','closed','','193-revision-v1','','','2019-03-01 22:39:56','2019-03-01 22:39:56','',193,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/193-revision-v1/',0,'revision','',0),(195,4,'2019-03-01 22:44:45','2019-03-01 22:44:45','The following real-time cueconomic data<div style=\"text-align: center;\">\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>CPI / Inflation Rate</strong></span></h4>\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\"></script>\n<p>© Copyright 1996-2018 www.InflationData.com</p>\n\n<h4 style=\"text-align: left;\"><strong><span style=\"color: #0000ff;\">Current Consumer Price Index Table</span></strong></h4>\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\"></script>\n<p>© Copyright 1996-2018 www.InflationData.com</p>\n\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>Current Inflation Rate Table</strong></span></h4>\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\"></script>\n<p>© Copyright 1996-2018 www.InflationData.com</p>\n</div>\n<span style=\"color: #0000ff;\"><strong>\n</strong></span><strong>How Do I Calculate the Inflation Rate?</strong>\n\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></span>.\n\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"text-decoration: underline;\">Inflation Calculator</span></a>.\n\n<strong>The Formula for Calculating Inflation</strong>\n\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\" rel=\"noopener noreferrer\">current Consumer Price Index (CPI)</a></span>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\n\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\n\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\n\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\n\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\n\n<strong>Calculating a specific Inflation Rate</strong>\n\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\n\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\n\nThe formula for calculating the Inflation Rate looks like this:\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\n<p style=\"text-align: center;\">((185-178)/178)*100\n<em>or</em>\n(7/178)*100\n<em>or</em>\n0.0393*100</p>\nwhich equals 3.93% inflation over the sample year.\n(Not Actual Inflation Rates). For more information you may check the current Consumer Inflation Rate and Historical Inflation Rates in table format. Or if you believe a picture is worth a thousand words you may prefer the Annual Inflation Rate plotted in Chart format.\n\n<strong>What happens if prices went down?</strong>\n\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\n<p style=\"text-align: center;\">((185-189)/189)*100\n<em>or</em>\n(-4/189)*100\n<em>or</em>\n-0.021*100</p>\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation.\n(Not Actual CPI numbers).','Current Economic Data','','inherit','closed','closed','','193-autosave-v1','','','2019-03-01 22:44:45','2019-03-01 22:44:45','',193,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/193-autosave-v1/',0,'revision','',0),(196,4,'2019-03-01 22:45:15','2019-03-01 22:45:15','The following real-time current economic data is provided for your convenience:\r\n<div style=\"text-align: center;\">\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>CPI / Inflation Rate</strong></span></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPI.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n\r\n<h4 style=\"text-align: left;\"><strong><span style=\"color: #0000ff;\">Current Consumer Price Index Table</span></strong></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertCPItable.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n\r\n<h4 style=\"text-align: left;\"><span style=\"color: #0000ff;\"><strong>Current Inflation Rate Table</strong></span></h4>\r\n<script language=\"JavaScript\" src=\"https://www.inflationdata.com/Inflation/sharedcontent/insertINFLATIONtable.js\"></script>\r\n<p>© Copyright 1996-2018 www.InflationData.com</p>\r\n</div>\r\n<span style=\"color: #0000ff;\"><strong>\r\n</strong></span><strong>How Do I Calculate the Inflation Rate?</strong>\r\n\r\nThe following article explains how to calculate the current inflation rate, if you know the Consumer Price Index. If you don\'t know it, you can find it <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/HistoricalCPI.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">here</a></span>.\r\n\r\nIf you don\'t care about the mechanics and just want the answer, use our <a href=\"http://inflationdata.com/inflation/Inflation_Rate/InflationCalculator.asp\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"text-decoration: underline;\">Inflation Calculator</span></a>.\r\n\r\n<strong>The Formula for Calculating Inflation</strong>\r\n\r\nThe formula for calculating the Inflation Rate using the Consumer Price Index is relatively simple. Every month the Bureau of Labor Statistics (BLS) surveys prices and generates the <span style=\"text-decoration: underline;\"><a href=\"http://inflationdata.com/inflation/Consumer_Price_Index/CurrentCPI.asp\" target=\"_blank\" rel=\"noopener noreferrer\">current Consumer Price Index (CPI)</a></span>. Let us assume for the sake of simplicity that the index consists of one item and that one item cost $1.00 in 1984. The BLS published the index in 1984 at 100. If today that same item costs $1.85 the index would stand at 185.0\r\n\r\nBy looking at the above example, common sense would tell us that the index increased (it went from 100 to 185). The question is how much has it increased? To calculate the change we would take the second number (185) and subtract the first number (100). The result would be 85. So we know that since 1984 prices increased (Inflated) by 85 points.\r\n\r\nWhat good does knowing that it moved 85 do? Not much. We still need a method of comparison.\r\n\r\nSince we know the increase in the Consumer Price Index we still need to compare it to something, so we compare it to the price it started at (100). We do that by dividing the increase by the first price or 85/100. the result is (.85). This number is still not very useful so we convert it into a percent. To do that we multiply by 100 and add a % symbol.\r\n\r\nSo the result is an 85% increase in prices since 1984. That is interesting but (other than being the date of George Orwell\'s famous novel) to most people today 1984 is not particularly significant.\r\n\r\n<strong>Calculating a specific Inflation Rate</strong>\r\n\r\nNormally, we want to know how much prices have increased since last year, or since we bought our house, or perhaps how much prices will increase by the time we retire or our kids go to college.\r\n\r\nFortunately, The method of calculating Inflation is the same, no matter what time period we desire. We just substitute a different value for the first one. So if we want to know how much prices have increased over the last 12 months (the commonly published inflation rate number) we would subtract last year\'s index from the current index and divide by last year\'s number and multiply the result by 100 and add a % sign.\r\n\r\nThe formula for calculating the Inflation Rate looks like this:\r\n<p style=\"text-align: center;\">((B - A)/A)*100</p>\r\nSo if exactly one year ago the Consumer Price Index was 178 and today the CPI is 185, then the calculations would look like this:\r\n<p style=\"text-align: center;\">((185-178)/178)*100\r\n<em>or</em>\r\n(7/178)*100\r\n<em>or</em>\r\n0.0393*100</p>\r\nwhich equals 3.93% inflation over the sample year.\r\n(Not Actual Inflation Rates). For more information you may check the current Consumer Inflation Rate and Historical Inflation Rates in table format. Or if you believe a picture is worth a thousand words you may prefer the Annual Inflation Rate plotted in Chart format.\r\n\r\n<strong>What happens if prices went down?</strong>\r\n\r\nIf prices went down and we experienced Price Deflation then \"A\" would be larger than \"B\" and we would end up with a negative number. So if last year the Consumer Price Index (CPI) was 189 and this year the CPI is 185 then the formula would look like this:\r\n<p style=\"text-align: center;\">((185-189)/189)*100\r\n<em>or</em>\r\n(-4/189)*100\r\n<em>or</em>\r\n-0.021*100</p>\r\nwhich equals negative 2.11% inflation over the sample year. Of course negative inflation is deflation.\r\n(Not Actual CPI numbers).','Current Economic Data','','inherit','closed','closed','','193-revision-v1','','','2019-03-01 22:45:15','2019-03-01 22:45:15','',193,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/193-revision-v1/',0,'revision','',0),(198,4,'2019-03-01 22:50:45','2019-03-01 22:50:45','<h2>Our Mutual Commitments to Work Together</h2>\r\n\r\n<h3>Our Commitments to You</h3>\r\n<strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact. We will not surprise or ambush you when reasonably preventable or knowable in advance. We will not oversell, over bill or over promise.\r\n\r\n<strong>We Are Your Advocates.</strong> We will invest ourselves fully to understand and commit to your goals so we can efficiently assist you in accomplishing them. \r\n\r\n<strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.\r\n\r\n<strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.\r\n\r\n<strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.\r\n\r\n<h3>Your Commitments to Us</h3>\r\n<strong>Communicating Concerns.</strong> Our goal is to make your experience superior. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.\r\n\r\n<strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries. \r\n\r\n<strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.\r\nSharing Your Successes. We would appreciate your accepting a role in helping our practice grow from your recommendations to others who would value the caliber of work we do.\r\n\r\n<strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.','Written Commitments','','publish','closed','closed','','written-commitments','','','2019-05-07 04:11:58','2019-05-07 04:11:58','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?page_id=198',0,'page','',0),(201,4,'2019-03-01 22:52:52','2019-03-01 22:52:52','','Our-Mutual-Commitments-to-Work-Together','','inherit','open','closed','','our-mutual-commitments-to-work-together','','','2019-03-01 22:52:52','2019-03-01 22:52:52','',198,'/wp-content/uploads/2019/03/Our-Mutual-Commitments-to-Work-Together.pdf',0,'attachment','application/pdf',0),(203,4,'2019-03-01 22:56:05','2019-03-01 22:56:05',' ','','','publish','closed','closed','','203','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=203',8,'nav_menu_item','',0),(205,4,'2019-03-01 23:28:23','2019-03-01 23:28:23','','75-Ways-We-Provide-a-Superior-Client-Experience','','inherit','open','closed','','75-ways-we-provide-a-superior-client-experience','','','2019-03-01 23:28:23','2019-03-01 23:28:23','',0,'/wp-content/uploads/2019/03/75-Ways-We-Provide-a-Superior-Client-Experience.pdf',0,'attachment','application/pdf',0),(209,4,'2019-03-01 23:56:26','2019-03-01 23:56:26','','Assessor','','inherit','open','closed','','highlighted-english-word-assessor-and-its-definition-at-the-dictionary','','','2019-03-01 23:59:13','2019-03-01 23:59:13','',189,'/wp-content/uploads/2019/03/Assessor.jpeg',0,'attachment','image/jpeg',0),(210,4,'2019-03-01 23:59:23','2019-03-01 23:59:23','<img src=\"/wp-content/uploads/2019/03/Assessor-1024x410.jpeg\" alt=\"assessor\" width=\"525\" height=\"210\" class=\"alignleft size-large wp-image-209\" />\r\nThe following tax glossary is provided to help you know what various tax-related terms mean:\r\n\r\n<strong>Accelerated depreciation.</strong> A depreciation method that allows larger deductions in the early years of an asset\'s \"life\" and smaller deductions at the end of the period. (See \"Straight-line depreciation.\")\r\n\r\n<strong>Accrual method (or accrual basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The accrual method says that a transaction is taxed when an obligation to pay or a right to receive payment is created (for example, at the time products are delivered, services rendered, billings sent, etc.). This method is used by all but the smallest businesses. (See \"Cash method (or cash basis).\")\r\n\r\n<strong>Adjusted basis.</strong> The cost of property (or a substitute figure-see \"Basis\") with adjustments made to account for depreciation (in the case of business property), improvements (in the case of real estate), withdrawals or reinvestment (in the case of securities, funds, accounts, insurance or annuities), etc. Adjusted basis is part of the computation for determining gain or loss on a sale or exchange and for depreciation.\r\n\r\n<strong>Adjusted gross income.</strong> The amount of income considered actually \"available\" to be taxed. Adjusted gross income is gross income reduced principally by business expenses incurred to earn the income and other specified reductions (such as alimony).\r\n\r\n<strong>Alternative minimum tax.</strong> An alternative tax system that says: your tax shall not go below this level. The alternative minimum tax works by negating (or minimizing) the effects of tax preferences or loopholes.\r\n\r\n<strong>Amortization.</strong> The write-off of an amount spent for certain capital assets, similar to depreciation. This tax meaning is different from the common meaning of the term that describes, for example, payment schedules of loans.\r\n\r\n<strong>Applicable Federal Rates (AFRs).</strong> Minimum interest rates that must be charged on various transactions that involve payments over a number of years. If the parties to a transaction do not adhere to these rates, the IRS will impute the interest. (See \"Imputed interest.\")\r\n\r\n<strong>At-risk rules.</strong> Rules that limit an investor\'s deductible losses from an investment to the amount invested. Complications arise when investors finance their investment through loans that they are not personally on the hook for (nonrecourse financing). Without these rules, investors could raise their deduction limit considerably without being at-risk for the actual loss.\r\n\r\n<strong>Basis.</strong> The starting point for computing gain or loss on a sale or exchange of property or for depreciation. (See \"Adjusted basis.\") For property that is purchased, basis is its cost. The basis of inherited property is its value at the date of death (or alternative valuation date). The basis of property received as a gift or a nontaxable transaction is based on the adjusted basis of the transferor (with some adjustments). Special rules govern property transferred between corporations and their shareholders, partners and their partnership, etc.\r\n\r\n<strong>Cafeteria plan.</strong> A plan maintained by an employer that allows employees to select from a menu of taxable and nontaxable benefits.\r\n\r\n<strong>Capital expenditures.</strong> Amounts spent to acquire or improve assets with useful lives of more than one year. These expenditures may not be deducted, but are added to the basis of the property (See \"Adjusted basis.\") and, for business property, may be converted into deductions through depreciation or amortization.\r\n\r\n<strong>Capital gain or loss.</strong> Gain or loss from the sale or exchange of investment property, personal property (such as a home) or other \"capital asset,\" which is often entitled to preferential tax treatment.\r\n\r\n<strong>Carrybacks and carryforwards.</strong> Deductions that may be transferred to a year other than the current year because they exceeded certain limits. These deductions are typically carried back to earlier years first and, if they exceed the limits for those years, are then carried forward to later years until the deduction is used up. Charitable contributions and net operating losses are examples of deductions that may be carried back or forward.\r\n\r\n<strong>Cash method (or cash basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The cash method says that a transaction is taxed when payment is made. This method is used by most individuals. (See \"Accrual method (or accrual basis).\")\r\n\r\n<strong>Community property.</strong> A system governing spousal ownership of property and income that is the law in certain western and southern states and Wisconsin. The differences between community property and \"common law\" can change how federal tax law applies to spouses. For example: married taxpayers filing separately in a common law state do not have to report income earned by the other spouse. They do have to report income earned in a community property state.\r\n\r\n<strong>Deferred compensation.</strong> An arrangement that allows an employee to receive part of a year\'s pay in a later year and not be taxed in the year the money was earned.\r\n\r\n<strong>Depletion.</strong> A system similar to depreciation that allows the owner of natural resources (for example: a coal mine or an oil well) to deduct a portion of the cost of the asset during each year of its presumed productive life.\r\n\r\n<strong>Depreciation.</strong> A system that allows a business or individual to deduct a portion of the cost of an asset (\"recover its cost\") during each year of its predetermined \"life\" (or \"recovery period\").\r\n\r\n<strong>Earned income.</strong> Income earned by working for it. Interest, dividends and other kinds of profits are examples of unearned income.\r\n\r\n<strong>Earned income credit.</strong> A tax credit available to individuals with low earned income. An individual is entitled to the full amount of this credit even if it exceeds the amount of tax otherwise due.\r\n\r\n<strong>Employee stock ownership plan (ESOP).</strong> A type of profit-sharing plan in which benefits come in the form of stock in the employer.\r\n\r\n<strong>Estimated tax.</strong> Quarterly down payments on a year\'s taxes that are required (on April 15, June 15, September 15, and January 15) if the total year\'s taxes will exceed $1,000 and the amount is not covered by withholding.\r\n\r\n<strong>Federal Insurance Contributions Act (FICA).</strong> Social security taxes (for both old-age, survivors and disability insurance-OASDI-and Medicare).\r\n\r\n<strong>Federal Unemployment Tax Act (FUTA).</strong> Unemployment taxes.\r\n\r\n<strong>Filing status.</strong> One of four tax ranks determined by your marital status, your dependents and the way you file your tax return: (1) single, (2) married filing jointly, (3) married filing separately and (4) head of household. Filing status determines your tax rates and your eligibility for various tax benefits (for example: alimony deduction, IRA deduction, standard deduction, etc.).\r\n\r\n<strong>First-in, first-out (FIFO).</strong> A rule that applies to the sale of part of a group of similar items (such as inventory, shares of the same stock, etc.) that assumes the first ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. The rule may be overridden by identifying the specific item sold, if possible. (See \"Last-in, first-out (LIFO).\")\r\n\r\n<strong>Generation-skipping transfer tax.</strong> An extra tax on gifts or on-death transfers of money or property that would otherwise escape the once-per-generation transfer taxes that apply to gifts and estates. For example: a gift from a grandfather to a granddaughter skips a generation and might be subject to this tax.\r\n\r\n<strong>Golden parachutes.</strong> Bonuses payable to key executives in the event control of their corporation changes, as in the case of a takeover. \"Excess\" golden parachute payments are subject to tax penalties.\r\n\r\n<strong>Gross income.</strong> All income that might be subject to tax. Most \"realized\" increases in wealth are considered income. The main exceptions for individuals are gifts, inheritances, increases in value of property prior to sale, loan repayments and some personal injury awards. For businesses, investments in their capital are not considered income.\r\n\r\n<strong>Head of household.</strong> A filing status available to qualifying single parents (or others supporting certain dependents) that allows lower taxes than the normal rates for singles.\r\n\r\n<strong>Imputed interest.</strong> A portion of a future payment that is treated as interest if parties to the transaction do not provide a stated amount of interest at a rate acceptable to the IRS. (See \"Applicable Federal Rates (AFRs).\") This prevents improper use of certain tax advantages (capital gains rates or tax deferral). For example: if a business sells an asset on the installment basis, part of all future payments is treated as interest whether the transaction states it or not.\r\n\r\n<strong>Incentive stock option.</strong> A stock option that may be granted to an employee under tax-favored terms.\r\n\r\n<strong>Itemized deductions.</strong> Personal deductions that may be taken if they total more than the standard deduction. (See \"Standard deduction.\") The following deductions are then itemized or listed on Schedule A of Form 1040: medical expenses, charitable contributions, state and local taxes, home mortgage interest, real estate taxes, casualty losses, unreimbursed employee expenses, investment expenses and others.\r\n\r\n<strong>Investment credit.</strong> A credit against tax available for investment in a limited range of business property. The general investment credit was repealed in 1986, but this type of credit has been enacted and repealed repeatedly throughout history.\r\n\r\n<strong>Involuntary conversion.</strong> The conversion of property into money under circumstances beyond the control of the owner. For example: (1) property that is destroyed and \"converted\" into an insurance settlement or (2) property that is seized by the government and \"converted\" into a condemnation award. Owners may avoid tax on any gain that may result (if the insurance settlement or condemnation award exceeds the adjusted basis of the property) by reinvesting in similar property within certain time limits.\r\n\r\n<strong>Joint return.</strong> An optional filing status available to married taxpayers that offers generally (but not always) lower taxes than \"married filing separately.\"\r\n\r\n<strong>Keogh plan.</strong> A retirement plan available to self-employed individuals.\r\n\r\n<strong>Last-in, first-out (LIFO).</strong> A rule that applies to the sale of part of a group of similar items in an inventory that assumes the last ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. (See \"First-in, first-out (FIFO).\")\r\n\r\n<strong>Like-kind exchanges.</strong> Tax-free swaps of investment property. Commonly used for real estate.\r\n\r\n<strong>Limited liability company (LLC).</strong> A legal structure that allows a business to be taxed like a partnership but function generally like a corporation. An LLC offers members (among other things) protection against liability for claims against the business that is not available in a partnership.\r\n\r\n<strong>Listed property.</strong> Property listed in the tax code or by the IRS that must comply with special rules before depreciation may be claimed. Cars and personal computers are examples of listed property. The special rules are designed to prevent deductions where the property is used for personal rather than business purposes.\r\n\r\n<strong>Medical Spending Accounts (MSAs).</strong> An investment fund similar to an IRA that can be used to pay more routine medical expenses, when used in conjunction with \"high-deductible\" health insurance, which pays the big bills. Only 750,000 of these MSAs are available nationwide under a pilot program that runs through the year 2000. To qualify, you have to be self-employed or employed by a small employer that offers the program.\r\n\r\n<strong>Modified Accelerated Cost Recovery System (MACRS).</strong> The system for computing depreciation for most business assets.\r\n\r\n<strong>Net operating loss.</strong> The excess of business expenses over income. A business may apply a net operating loss to get a refund of past taxes (or a reduction of future taxes) by carrying it back to profitable years as an additional deduction (or by carrying it forward as a deduction to future years).\r\n\r\n<strong>Original issue discount (OID).</strong> The purchase discount offered on some bonds (and similar obligations) in lieu of interest. For example: zero-coupon bonds. OID is generally treated as interest income to the holder rather than as a capital gain.\r\n\r\n<strong>Passive activity loss (PAL).</strong> Loss on an investment that is deductible only up to the limit of gains from similar investments. The limit mainly affects tax shelters and does not apply to stocks, bonds or investments in businesses in which the investor materially participates. Special rules apply to investments in real estate.\r\n\r\n<strong>Qualified plan.</strong> A retirement or profit-sharing plan that meets requirements about who must be covered, the amount of benefits that are paid, information that must be given to plan participants, etc. Qualified plans are entitled to tax benefits unavailable to nonqualified plans.\r\n\r\n<strong>Real estate investment trust (REIT).</strong> A kind of \"mutual fund\" that invests in real estate rather than stocks and bonds.\r\n\r\n<strong>Real estate mortgage investment conduit (REMIC).</strong> A kind of \"mutual fund\" that invests in real estate mortgages rather than stocks and bonds.\r\n\r\n<strong>Recapture.</strong> The undoing of a tax benefit if certain requirements are not met in future years. For example: (1) The low-income housing credit may be recaptured or added back to tax if the credit property ceases to be used as low-income housing for a minimum number of years. (2) The alimony deduction may be retroactively lost or recaptured if payments do not continue at the requisite level for a minimum number of years.\r\n\r\n<strong>Regulated investment company (RIC).</strong> A mutual fund.\r\n\r\n<strong>Rollover.</strong> The tax-free termination of one investment and reinvestment of the proceeds. For example: An individual may roll over a lump-sum distribution from an employer\'s retirement plan into an IRA.\r\n\r\n<strong>S corporation.</strong> A corporation with no more than 35 shareholders that is not taxed, but treated similarly to a partnership, if other requirements are met.\r\n\r\n<strong>Savings Incentive Match Plan for Employees (SIMPLE plans).</strong> A simplified retirement arrangement for small businesses that comes in two varieties: one similar to a 401(k) plan and one that funds IRAs for employees.\r\n\r\n<strong>Standard deduction.</strong> A deduction allowed individuals instead of listing or itemizing deductible personal expenses. (See \"Itemized deductions.\") The amount depends on the individual\'s filing status. Additional amounts are available for taxpayers who are blind or are age 65 or over. Individuals may deduct either their standard deduction or the total of their itemized deductions, whichever is greater.\r\n\r\n<strong>Straight-line depreciation.</strong> A depreciation method that allows equal deductions in each year of an asset\'s \"life\" or recovery period. (See \"Accelerated depreciation.\")\r\n\r\n<strong>Swaps, tax-free.</strong> (1) Exchanges of like-kind property that result in no capital gains tax (commonly used for real estate). (2) Sales and repurchases of stock (or other securities) designed to realize a tax loss without discontinuing the investment. Transactions must comply with the wash sale rules to be effective. (See \"Wash sales.\")\r\n\r\n<strong>Taxable income.</strong> What is left after all deductions are taken. This is the amount upon which tax is computed.\r\n\r\n<strong>Taxpayer identification number (TIN).</strong> In the case of an individual, the Social Security number. In the case of a business (even an individual in business), the employer identification number.\r\n\r\n<strong>Top-heavy plan.</strong> An employee retirement or profit-sharing plan that disproportionately benefits top executives.\r\n\r\n<strong>Uniform capitalization rules (Unicap).</strong> A set of uniform rules for computing the cost of goods produced by a business that prevents current deductions for costs that must be capitalized (See \"Capital expenditures.\") or added to inventory.\r\n\r\n<strong>Wash sales.</strong> Simultaneous or near-simultaneous purchases and sales of the same property, usually stocks or bonds, made to generate deductible tax losses without discontinuing the investment. Losses on the transactions are ignored for tax purposes, however, unless a 30-day waiting period is observed between them.\r\n\r\n<strong>Withholding allowances.</strong> Adjustments made to assure correct withholding on wages for individuals who may have unusually large deductions or who may be subject to other special circumstances.\r\n\r\n<span style=\"font-size:smaller;\">The information presented is only of a general nature, may omit many details and special rules, is current only as of its published date, and accordingly cannot be regarded as legal or tax advice. Please contact our office for more information on this subject and how it pertains to your specific tax or financial situation.</span>','Tax Glossary','','inherit','closed','closed','','189-revision-v1','','','2019-03-01 23:59:23','2019-03-01 23:59:23','',189,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/01/189-revision-v1/',0,'revision','',0),(211,4,'2019-03-02 00:00:05','2019-03-02 00:00:05','<img src=\"/wp-content/uploads/2019/03/Assessor.jpeg\" alt=\"assessor\" width=\"1200\" height=\"480\" class=\"alignleft size-full wp-image-209\" />\r\nThe following tax glossary is provided to help you know what various tax-related terms mean:\r\n\r\n<strong>Accelerated depreciation.</strong> A depreciation method that allows larger deductions in the early years of an asset\'s \"life\" and smaller deductions at the end of the period. (See \"Straight-line depreciation.\")\r\n\r\n<strong>Accrual method (or accrual basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The accrual method says that a transaction is taxed when an obligation to pay or a right to receive payment is created (for example, at the time products are delivered, services rendered, billings sent, etc.). This method is used by all but the smallest businesses. (See \"Cash method (or cash basis).\")\r\n\r\n<strong>Adjusted basis.</strong> The cost of property (or a substitute figure-see \"Basis\") with adjustments made to account for depreciation (in the case of business property), improvements (in the case of real estate), withdrawals or reinvestment (in the case of securities, funds, accounts, insurance or annuities), etc. Adjusted basis is part of the computation for determining gain or loss on a sale or exchange and for depreciation.\r\n\r\n<strong>Adjusted gross income.</strong> The amount of income considered actually \"available\" to be taxed. Adjusted gross income is gross income reduced principally by business expenses incurred to earn the income and other specified reductions (such as alimony).\r\n\r\n<strong>Alternative minimum tax.</strong> An alternative tax system that says: your tax shall not go below this level. The alternative minimum tax works by negating (or minimizing) the effects of tax preferences or loopholes.\r\n\r\n<strong>Amortization.</strong> The write-off of an amount spent for certain capital assets, similar to depreciation. This tax meaning is different from the common meaning of the term that describes, for example, payment schedules of loans.\r\n\r\n<strong>Applicable Federal Rates (AFRs).</strong> Minimum interest rates that must be charged on various transactions that involve payments over a number of years. If the parties to a transaction do not adhere to these rates, the IRS will impute the interest. (See \"Imputed interest.\")\r\n\r\n<strong>At-risk rules.</strong> Rules that limit an investor\'s deductible losses from an investment to the amount invested. Complications arise when investors finance their investment through loans that they are not personally on the hook for (nonrecourse financing). Without these rules, investors could raise their deduction limit considerably without being at-risk for the actual loss.\r\n\r\n<strong>Basis.</strong> The starting point for computing gain or loss on a sale or exchange of property or for depreciation. (See \"Adjusted basis.\") For property that is purchased, basis is its cost. The basis of inherited property is its value at the date of death (or alternative valuation date). The basis of property received as a gift or a nontaxable transaction is based on the adjusted basis of the transferor (with some adjustments). Special rules govern property transferred between corporations and their shareholders, partners and their partnership, etc.\r\n\r\n<strong>Cafeteria plan.</strong> A plan maintained by an employer that allows employees to select from a menu of taxable and nontaxable benefits.\r\n\r\n<strong>Capital expenditures.</strong> Amounts spent to acquire or improve assets with useful lives of more than one year. These expenditures may not be deducted, but are added to the basis of the property (See \"Adjusted basis.\") and, for business property, may be converted into deductions through depreciation or amortization.\r\n\r\n<strong>Capital gain or loss.</strong> Gain or loss from the sale or exchange of investment property, personal property (such as a home) or other \"capital asset,\" which is often entitled to preferential tax treatment.\r\n\r\n<strong>Carrybacks and carryforwards.</strong> Deductions that may be transferred to a year other than the current year because they exceeded certain limits. These deductions are typically carried back to earlier years first and, if they exceed the limits for those years, are then carried forward to later years until the deduction is used up. Charitable contributions and net operating losses are examples of deductions that may be carried back or forward.\r\n\r\n<strong>Cash method (or cash basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The cash method says that a transaction is taxed when payment is made. This method is used by most individuals. (See \"Accrual method (or accrual basis).\")\r\n\r\n<strong>Community property.</strong> A system governing spousal ownership of property and income that is the law in certain western and southern states and Wisconsin. The differences between community property and \"common law\" can change how federal tax law applies to spouses. For example: married taxpayers filing separately in a common law state do not have to report income earned by the other spouse. They do have to report income earned in a community property state.\r\n\r\n<strong>Deferred compensation.</strong> An arrangement that allows an employee to receive part of a year\'s pay in a later year and not be taxed in the year the money was earned.\r\n\r\n<strong>Depletion.</strong> A system similar to depreciation that allows the owner of natural resources (for example: a coal mine or an oil well) to deduct a portion of the cost of the asset during each year of its presumed productive life.\r\n\r\n<strong>Depreciation.</strong> A system that allows a business or individual to deduct a portion of the cost of an asset (\"recover its cost\") during each year of its predetermined \"life\" (or \"recovery period\").\r\n\r\n<strong>Earned income.</strong> Income earned by working for it. Interest, dividends and other kinds of profits are examples of unearned income.\r\n\r\n<strong>Earned income credit.</strong> A tax credit available to individuals with low earned income. An individual is entitled to the full amount of this credit even if it exceeds the amount of tax otherwise due.\r\n\r\n<strong>Employee stock ownership plan (ESOP).</strong> A type of profit-sharing plan in which benefits come in the form of stock in the employer.\r\n\r\n<strong>Estimated tax.</strong> Quarterly down payments on a year\'s taxes that are required (on April 15, June 15, September 15, and January 15) if the total year\'s taxes will exceed $1,000 and the amount is not covered by withholding.\r\n\r\n<strong>Federal Insurance Contributions Act (FICA).</strong> Social security taxes (for both old-age, survivors and disability insurance-OASDI-and Medicare).\r\n\r\n<strong>Federal Unemployment Tax Act (FUTA).</strong> Unemployment taxes.\r\n\r\n<strong>Filing status.</strong> One of four tax ranks determined by your marital status, your dependents and the way you file your tax return: (1) single, (2) married filing jointly, (3) married filing separately and (4) head of household. Filing status determines your tax rates and your eligibility for various tax benefits (for example: alimony deduction, IRA deduction, standard deduction, etc.).\r\n\r\n<strong>First-in, first-out (FIFO).</strong> A rule that applies to the sale of part of a group of similar items (such as inventory, shares of the same stock, etc.) that assumes the first ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. The rule may be overridden by identifying the specific item sold, if possible. (See \"Last-in, first-out (LIFO).\")\r\n\r\n<strong>Generation-skipping transfer tax.</strong> An extra tax on gifts or on-death transfers of money or property that would otherwise escape the once-per-generation transfer taxes that apply to gifts and estates. For example: a gift from a grandfather to a granddaughter skips a generation and might be subject to this tax.\r\n\r\n<strong>Golden parachutes.</strong> Bonuses payable to key executives in the event control of their corporation changes, as in the case of a takeover. \"Excess\" golden parachute payments are subject to tax penalties.\r\n\r\n<strong>Gross income.</strong> All income that might be subject to tax. Most \"realized\" increases in wealth are considered income. The main exceptions for individuals are gifts, inheritances, increases in value of property prior to sale, loan repayments and some personal injury awards. For businesses, investments in their capital are not considered income.\r\n\r\n<strong>Head of household.</strong> A filing status available to qualifying single parents (or others supporting certain dependents) that allows lower taxes than the normal rates for singles.\r\n\r\n<strong>Imputed interest.</strong> A portion of a future payment that is treated as interest if parties to the transaction do not provide a stated amount of interest at a rate acceptable to the IRS. (See \"Applicable Federal Rates (AFRs).\") This prevents improper use of certain tax advantages (capital gains rates or tax deferral). For example: if a business sells an asset on the installment basis, part of all future payments is treated as interest whether the transaction states it or not.\r\n\r\n<strong>Incentive stock option.</strong> A stock option that may be granted to an employee under tax-favored terms.\r\n\r\n<strong>Itemized deductions.</strong> Personal deductions that may be taken if they total more than the standard deduction. (See \"Standard deduction.\") The following deductions are then itemized or listed on Schedule A of Form 1040: medical expenses, charitable contributions, state and local taxes, home mortgage interest, real estate taxes, casualty losses, unreimbursed employee expenses, investment expenses and others.\r\n\r\n<strong>Investment credit.</strong> A credit against tax available for investment in a limited range of business property. The general investment credit was repealed in 1986, but this type of credit has been enacted and repealed repeatedly throughout history.\r\n\r\n<strong>Involuntary conversion.</strong> The conversion of property into money under circumstances beyond the control of the owner. For example: (1) property that is destroyed and \"converted\" into an insurance settlement or (2) property that is seized by the government and \"converted\" into a condemnation award. Owners may avoid tax on any gain that may result (if the insurance settlement or condemnation award exceeds the adjusted basis of the property) by reinvesting in similar property within certain time limits.\r\n\r\n<strong>Joint return.</strong> An optional filing status available to married taxpayers that offers generally (but not always) lower taxes than \"married filing separately.\"\r\n\r\n<strong>Keogh plan.</strong> A retirement plan available to self-employed individuals.\r\n\r\n<strong>Last-in, first-out (LIFO).</strong> A rule that applies to the sale of part of a group of similar items in an inventory that assumes the last ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. (See \"First-in, first-out (FIFO).\")\r\n\r\n<strong>Like-kind exchanges.</strong> Tax-free swaps of investment property. Commonly used for real estate.\r\n\r\n<strong>Limited liability company (LLC).</strong> A legal structure that allows a business to be taxed like a partnership but function generally like a corporation. An LLC offers members (among other things) protection against liability for claims against the business that is not available in a partnership.\r\n\r\n<strong>Listed property.</strong> Property listed in the tax code or by the IRS that must comply with special rules before depreciation may be claimed. Cars and personal computers are examples of listed property. The special rules are designed to prevent deductions where the property is used for personal rather than business purposes.\r\n\r\n<strong>Medical Spending Accounts (MSAs).</strong> An investment fund similar to an IRA that can be used to pay more routine medical expenses, when used in conjunction with \"high-deductible\" health insurance, which pays the big bills. Only 750,000 of these MSAs are available nationwide under a pilot program that runs through the year 2000. To qualify, you have to be self-employed or employed by a small employer that offers the program.\r\n\r\n<strong>Modified Accelerated Cost Recovery System (MACRS).</strong> The system for computing depreciation for most business assets.\r\n\r\n<strong>Net operating loss.</strong> The excess of business expenses over income. A business may apply a net operating loss to get a refund of past taxes (or a reduction of future taxes) by carrying it back to profitable years as an additional deduction (or by carrying it forward as a deduction to future years).\r\n\r\n<strong>Original issue discount (OID).</strong> The purchase discount offered on some bonds (and similar obligations) in lieu of interest. For example: zero-coupon bonds. OID is generally treated as interest income to the holder rather than as a capital gain.\r\n\r\n<strong>Passive activity loss (PAL).</strong> Loss on an investment that is deductible only up to the limit of gains from similar investments. The limit mainly affects tax shelters and does not apply to stocks, bonds or investments in businesses in which the investor materially participates. Special rules apply to investments in real estate.\r\n\r\n<strong>Qualified plan.</strong> A retirement or profit-sharing plan that meets requirements about who must be covered, the amount of benefits that are paid, information that must be given to plan participants, etc. Qualified plans are entitled to tax benefits unavailable to nonqualified plans.\r\n\r\n<strong>Real estate investment trust (REIT).</strong> A kind of \"mutual fund\" that invests in real estate rather than stocks and bonds.\r\n\r\n<strong>Real estate mortgage investment conduit (REMIC).</strong> A kind of \"mutual fund\" that invests in real estate mortgages rather than stocks and bonds.\r\n\r\n<strong>Recapture.</strong> The undoing of a tax benefit if certain requirements are not met in future years. For example: (1) The low-income housing credit may be recaptured or added back to tax if the credit property ceases to be used as low-income housing for a minimum number of years. (2) The alimony deduction may be retroactively lost or recaptured if payments do not continue at the requisite level for a minimum number of years.\r\n\r\n<strong>Regulated investment company (RIC).</strong> A mutual fund.\r\n\r\n<strong>Rollover.</strong> The tax-free termination of one investment and reinvestment of the proceeds. For example: An individual may roll over a lump-sum distribution from an employer\'s retirement plan into an IRA.\r\n\r\n<strong>S corporation.</strong> A corporation with no more than 35 shareholders that is not taxed, but treated similarly to a partnership, if other requirements are met.\r\n\r\n<strong>Savings Incentive Match Plan for Employees (SIMPLE plans).</strong> A simplified retirement arrangement for small businesses that comes in two varieties: one similar to a 401(k) plan and one that funds IRAs for employees.\r\n\r\n<strong>Standard deduction.</strong> A deduction allowed individuals instead of listing or itemizing deductible personal expenses. (See \"Itemized deductions.\") The amount depends on the individual\'s filing status. Additional amounts are available for taxpayers who are blind or are age 65 or over. Individuals may deduct either their standard deduction or the total of their itemized deductions, whichever is greater.\r\n\r\n<strong>Straight-line depreciation.</strong> A depreciation method that allows equal deductions in each year of an asset\'s \"life\" or recovery period. (See \"Accelerated depreciation.\")\r\n\r\n<strong>Swaps, tax-free.</strong> (1) Exchanges of like-kind property that result in no capital gains tax (commonly used for real estate). (2) Sales and repurchases of stock (or other securities) designed to realize a tax loss without discontinuing the investment. Transactions must comply with the wash sale rules to be effective. (See \"Wash sales.\")\r\n\r\n<strong>Taxable income.</strong> What is left after all deductions are taken. This is the amount upon which tax is computed.\r\n\r\n<strong>Taxpayer identification number (TIN).</strong> In the case of an individual, the Social Security number. In the case of a business (even an individual in business), the employer identification number.\r\n\r\n<strong>Top-heavy plan.</strong> An employee retirement or profit-sharing plan that disproportionately benefits top executives.\r\n\r\n<strong>Uniform capitalization rules (Unicap).</strong> A set of uniform rules for computing the cost of goods produced by a business that prevents current deductions for costs that must be capitalized (See \"Capital expenditures.\") or added to inventory.\r\n\r\n<strong>Wash sales.</strong> Simultaneous or near-simultaneous purchases and sales of the same property, usually stocks or bonds, made to generate deductible tax losses without discontinuing the investment. Losses on the transactions are ignored for tax purposes, however, unless a 30-day waiting period is observed between them.\r\n\r\n<strong>Withholding allowances.</strong> Adjustments made to assure correct withholding on wages for individuals who may have unusually large deductions or who may be subject to other special circumstances.\r\n\r\n<span style=\"font-size:smaller;\">The information presented is only of a general nature, may omit many details and special rules, is current only as of its published date, and accordingly cannot be regarded as legal or tax advice. Please contact our office for more information on this subject and how it pertains to your specific tax or financial situation.</span>','Tax Glossary','','inherit','closed','closed','','189-revision-v1','','','2019-03-02 00:00:05','2019-03-02 00:00:05','',189,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/02/189-revision-v1/',0,'revision','',0),(212,4,'2019-03-02 00:08:45','2019-03-02 00:08:45','','Client Experience','','inherit','open','closed','','client-experience-5-tips-to-exceed-expectations-demandgen-blog_feat','','','2019-03-02 00:09:06','2019-03-02 00:09:06','',0,'/wp-content/uploads/2019/03/Client-Experience-5-Tips-to-Exceed-Expectations-DemandGen-Blog_Feat.jpg',0,'attachment','image/jpeg',0),(234,4,'2019-03-09 17:02:07','2019-03-09 17:02:07','','cropped-WebsiteHomePage.png','','inherit','open','closed','','cropped-websitehomepage-png','','','2019-03-09 17:02:07','2019-03-09 17:02:07','',0,'/wp-content/uploads/2019/03/cropped-WebsiteHomePage.png',0,'attachment','image/png',0),(236,4,'2019-03-09 17:04:08','2019-03-09 17:04:08','','cropped-WebsiteHomePage-1.png','','inherit','open','closed','','cropped-websitehomepage-1-png','','','2019-03-09 17:04:08','2019-03-09 17:04:08','',0,'/wp-content/uploads/2019/03/cropped-WebsiteHomePage-1.png',0,'attachment','image/png',0),(240,4,'2019-03-09 17:18:55','2019-03-09 17:18:55','','cropped-WebsiteHomePage-b.png','','inherit','open','closed','','cropped-websitehomepage-b-png','','','2019-03-09 17:18:55','2019-03-09 17:18:55','',0,'/wp-content/uploads/2019/03/cropped-WebsiteHomePage-b.png',0,'attachment','image/png',0),(243,4,'2019-03-10 19:51:28','2019-03-10 19:51:28','','cropped-WebsiteHomePage_v4.png','','inherit','open','closed','','cropped-websitehomepage_v4-png','','','2019-03-10 19:51:28','2019-03-10 19:51:28','',0,'/wp-content/uploads/2019/03/cropped-WebsiteHomePage_v4.png',0,'attachment','image/png',0),(245,4,'2019-03-10 19:54:43','2019-03-10 19:54:43','','cropped-WebsiteHomePage_v4b.png','','inherit','open','closed','','cropped-websitehomepage_v4b-png','','','2019-03-10 19:54:43','2019-03-10 19:54:43','',0,'/wp-content/uploads/2019/03/cropped-WebsiteHomePage_v4b.png',0,'attachment','image/png',0),(248,4,'2019-03-10 20:02:48','2019-03-10 20:02:48','/wp-content/uploads/2019/03/cropped-provident-financial-services-logo4.png','cropped-provident-financial-services-logo4.png','','inherit','open','closed','','cropped-provident-financial-services-logo4-png','','','2019-03-10 20:02:48','2019-03-10 20:02:48','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-logo4.png',0,'attachment','image/png',0),(250,4,'2019-03-10 20:06:45','2019-03-10 20:06:45','/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo-5.png','cropped-provident-financial-services-Logo-5.png','','inherit','open','closed','','cropped-provident-financial-services-logo-5-png','','','2019-03-10 20:06:45','2019-03-10 20:06:45','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo-5.png',0,'attachment','image/png',0),(252,4,'2019-03-10 20:09:40','2019-03-10 20:09:40','/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo5.png','cropped-provident-financial-services-Logo5.png','','inherit','open','closed','','cropped-provident-financial-services-logo5-png','','','2019-03-10 20:09:40','2019-03-10 20:09:40','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo5.png',0,'attachment','image/png',0),(256,4,'2019-03-10 20:17:25','2019-03-10 20:17:25','','cropped-WebsiteHomePage_v4c.png','','inherit','open','closed','','cropped-websitehomepage_v4c-png','','','2019-03-10 20:17:25','2019-03-10 20:17:25','',0,'/wp-content/uploads/2019/03/cropped-WebsiteHomePage_v4c.png',0,'attachment','image/png',0),(257,4,'2019-03-10 20:20:43','2019-03-10 20:20:43','','WebsiteHomePage_v4d','','inherit','open','closed','','websitehomepage_v4d','','','2019-03-10 20:20:43','2019-03-10 20:20:43','',0,'/wp-content/uploads/2019/03/WebsiteHomePage_v4d.png',0,'attachment','image/png',0),(258,4,'2019-03-10 20:20:59','2019-03-10 20:20:59','','cropped-WebsiteHomePage_v4d.png','','inherit','open','closed','','cropped-websitehomepage_v4d-png','','','2019-03-10 20:20:59','2019-03-10 20:20:59','',0,'/wp-content/uploads/2019/03/cropped-WebsiteHomePage_v4d.png',0,'attachment','image/png',0),(259,4,'2019-03-10 20:26:05','2019-03-10 20:26:05','','provident-financial-services-Logo6','','inherit','open','closed','','provident-financial-services-logo6','','','2019-03-10 20:26:05','2019-03-10 20:26:05','',0,'/wp-content/uploads/2019/03/provident-financial-services-Logo6.png',0,'attachment','image/png',0),(260,4,'2019-03-10 20:26:17','2019-03-10 20:26:17','/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo6.png','cropped-provident-financial-services-Logo6.png','','inherit','open','closed','','cropped-provident-financial-services-logo6-png','','','2019-03-10 20:26:17','2019-03-10 20:26:17','',0,'/wp-content/uploads/2019/03/cropped-provident-financial-services-Logo6.png',0,'attachment','image/png',0),(262,6,'2020-10-19 20:51:57','2020-10-19 20:51:57','<p>\r\n <label>First Name</label>\r\n <input required=\"\" placeholder=\"First Name\" name=\"FNAME\" type=\"text\">\r\n</p>\r\n<p>\r\n <label>Last Name</label>\r\n <input required=\"\" placeholder=\"Last Name\" name=\"LNAME\" type=\"text\">\r\n</p>\r\n<p>\r\n <label>Email address: </label>\r\n <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\r\n</p>\r\n<p>\r\n <label>Phone Number</label>\r\n <input placeholder=\"Phone Number\" name=\"PHONE\" type=\"tel\">\r\n</p>\r\n<p>\r\n <label>Would you like to receive a follow up call from us?</label>\r\n <label>\r\n <input name=\"FOLLOWUP\" type=\"radio\" value=\"Yes\"> <span>Yes</span>\r\n </label>\r\n <label>\r\n <input name=\"FOLLOWUP\" type=\"radio\" value=\"No\"> <span>No</span>\r\n </label>\r\n</p>\r\nIf yes, what would be the best time and day to reach you?\r\n <p>\r\n <label>Time(s) to Call</label>\r\n <input type=\"text\" name=\"TIMETOCALL\">\r\n<br />\r\n <label>Day(s) to Call</label>\r\n <input type=\"text\" name=\"DAYSTOCALL\">\r\n</p>\r\n <p><em>Our communication is complimentary and strictly confidential to the maximum \r\n extent allowed by law. We would be happy to provide you with written a \r\n Non-disclosure Agreement upon request. However, for your protection, safety and \r\n security, please do not disclose any personal non-public financial information on \r\n the contact form or later discuss with us information that is legally privileged \r\n or could be used against you in a legal proceeding. We do not enjoy privileged \r\n communication as do attorneys and must disclose the contents of our conversations \r\n if lawfully subpoenaed. Thank you.</em></p>\r\n<p>\r\n <label>What factors would you most like to improve about your business or your life style?</label>\r\n <br/><input type=\"Text\" name=\"Message\" style=\"width:600px; height:150px;\"/>\r\n</p>\r\n<p>\r\n <input type=\"submit\" value=\"Send\" />\r\n</p>','Contact-1','','publish','closed','closed','','262','','','2020-10-19 20:51:57','2020-10-19 20:51:57','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/mc4wp-form/262/',0,'mc4wp-form','',0),(264,4,'2019-03-10 21:14:05','2019-03-10 21:14:05','Business owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy business tax preparation checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n\r\n[mc4wp_form id=\"262\"]','Business Tax Preparation Checklist','','publish','open','open','','business-tax-preparation-checklist','','','2019-05-15 06:48:05','2019-05-15 06:48:05','',0,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/?p=264',0,'post','',0),(265,4,'2019-03-10 21:12:37','2019-03-10 21:12:37','','BusTaxPrep - Facebook_v2','','inherit','open','closed','','bustaxprep-facebook_v2-2','','','2019-03-10 21:12:53','2019-03-10 21:12:53','',264,'/wp-content/uploads/2019/03/BusTaxPrep-Facebook_v2.png',0,'attachment','image/png',0),(266,4,'2019-03-10 21:14:05','2019-03-10 21:14:05','<img src=\"/wp-content/uploads/2019/03/BusTaxPrep-Facebook_v2.png\" alt=\"business tax preparation\" width=\"1200\" height=\"1000\" class=\"alignleft size-full wp-image-265\" />\r\n\r\nBusiness owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy business tax preparation checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n\r\n[mc4wp_form id=\"262\"]','Business Tax Preparation Checklist','','inherit','closed','closed','','264-revision-v1','','','2019-03-10 21:14:05','2019-03-10 21:14:05','',264,'http://www.providentprofessionalservices.com.php72-37.lan3-1.websitetestlink.com/2019/03/10/264-revision-v1/',0,'revision','',0),(275,4,'2019-03-11 23:08:32','2019-03-11 23:08:32','<div style=\"width:200px; background-color:#3b4e9c; text-align:center;\"><h3 style=\"color:#ffffff;\"> TEST</h3></div>','test','','publish','closed','closed','','test','','','2019-03-11 23:15:15','2019-03-11 23:15:15','',0,'http://providentprofessionalservices.com/?page_id=275',0,'page','',0),(280,4,'2019-03-11 23:13:32','2019-03-11 23:13:32','<div style=\"width:400px; background-color:#3b4e9c;\"><h3 style=\"color:#ffffff; align:center;\"> TEST</h3></div>','test','','inherit','closed','closed','','275-revision-v1','','','2019-03-11 23:13:32','2019-03-11 23:13:32','',275,'http://providentprofessionalservices.com/2019/03/11/275-revision-v1/',0,'revision','',0),(281,4,'2019-03-11 23:14:05','2019-03-11 23:14:05','<div style=\"width:200px; background-color:#3b4e9c;\"><h3 style=\"color:#ffffff; align:center;\"> TEST</h3></div>','test','','inherit','closed','closed','','275-revision-v1','','','2019-03-11 23:14:05','2019-03-11 23:14:05','',275,'http://providentprofessionalservices.com/2019/03/11/275-revision-v1/',0,'revision','',0),(282,4,'2019-03-11 23:15:15','2019-03-11 23:15:15','<div style=\"width:200px; background-color:#3b4e9c; text-align:center;\"><h3 style=\"color:#ffffff;\"> TEST</h3></div>','test','','inherit','closed','closed','','275-revision-v1','','','2019-03-11 23:15:15','2019-03-11 23:15:15','',275,'http://providentprofessionalservices.com/2019/03/11/275-revision-v1/',0,'revision','',0),(287,4,'2019-03-11 23:26:39','2019-03-11 23:26:39','','provident-financial-services-Logo7','','inherit','open','closed','','provident-financial-services-logo7','','','2019-03-11 23:26:39','2019-03-11 23:26:39','',0,'/wp-content/uploads/2019/03/provident-financial-services-Logo7.png',0,'attachment','image/png',0),(288,4,'2019-03-12 20:39:11','2019-03-12 20:39:11','<h3>Save Time, Money, and Worry with A Dedicated Tax Professional.</h3>\r\n\r\nThere’s no way around it: You have to file your tax returns. If you’re one of those who have a multitude of tax deductions, or especially if you’re business owner, a dedicated tax professional is the safer option. \r\n\r\nThere are many benefits to partnering with a knowledgeable, experienced tax accountant, who knows how to present your tax returns professionally, which also truthfully and legally minimizes your taxes and audit exposure. Those rare qualities which also save you time and money, and most of all, the heartache and worry of IRS abuses. Confidently going into tax season is a feeling many aren’t familiar with. With Provident Professional Services, we’ll ensure you feel that way every tax season going forward! Nothing compares to a tax professional who understands you, your distinct situation and your financial needs.\r\n\r\nWant a good reason to consider our services? Frustrated, disappointed or dreading the usual, ordinary, mediocre tax preparation ordeal? Want to escape the mundane, archaic tax preparation process? Here are a few of the ways that we ensure a superior experience for our clients. \r\n\r\n\r\nChoice of Tax Preparation Service Level\r\n<ul><li>You’ll choose from three service levels for the best fit for your needs and budget.</li></ul>\r\n\r\n\r\nDirect Access to the Accountant \r\n <ul><li>No runaround with junior team members who don’t know you or can’t answer your questions! </li></ul>\r\n\r\nYear-Around Access\r\n <ul><li>We are available year around to answer questions about tax returns at no charge.</li></ul>\r\n\r\nDiscrete Office Facilities \r\n <ul><li>We’re located in a quiet residential area where you’ll have direct and private access, and ample free parking. Not to mention: Great coffee!</li></ul>\r\n\r\nMaximum Legal Tax Deductions \r\n <ul><li>We legally cut taxes by asking the right questions and knowing the intricacies of the latest tax laws.</li></ul>\r\n\r\nAudit Deterrence Measures<sup>TM</sup>\r\n <ul><li>We proactively add context, dismiss unwarranted presumptions, dispel suspicions and clarify ambiguities in your tax returns.</li></ul>\r\n\r\nComprehensive Questionnaire\r\n <ul><li>Save time, travel, traffic and taxes by uncovering hidden deductions from the comfort of your home.</li></ul>\r\n\r\nDisclosure of Specific Tax Savings Generated \r\n <ul><li>Clients get a list of specific dollar value of the tax savings measures we’ve adopted.</li></ul>\r\n\r\nAudio Commentary on PDF Files \r\n <ul><li>Clients can listen to embedded audio files of voice commentary on PDF documents, providing a greater ease to your understanding of your tax returns.</li></ul>\r\n\r\n\r\nCarefully Worded Deduction Descriptions\r\n <ul><li>Accurate descriptions of your deductions to avoid misunderstandings or assumptions.</li></ul>\r\n\r\nProfessional Presentation \r\n <ul><li>We take special care to present your tax returns with correct spelling, grammar and proper capitalization.</li></ul>\r\n\r\nAll Tax Forms and Schedules Included \r\n <ul><li>All tax returns include all optional forms and detailed supporting schedules.</li></ul>\r\n\r\nDetailed Expense Breakdowns \r\n <ul><li>High audit-risk deduction categories are further expanded in supplemental supporting sub-schedules.</li></ul>\r\n\r\nNotes on Tax Preparation \r\n <ul><li>We inform our clients about the issues, limitations, assumptions and their preferences we’ve adopted.</li></ul>\r\n\r\nExplanation and Report of Tax Bracket \r\n <ul><li>Explanation of the client’s tax bracket and how it applies to future tax and financial planning.</li></ul>\r\n\r\nTax Return Copies Include Worksheets \r\n <ul><li>Clients’ copy includes all worksheets and carryover information for future planning.</li></ul>\r\n\r\nClient History on PDFs \r\n <ul><li>Clients receive PDF files of tax returns, tax organizer, source documents and e-mail correspondence. </li></ul>\r\n\r\nAnnual Comparative Analysis\r\n <ul><li>Showcases the current and prior year tax return dollar amounts, federal and state tax rates and tax brackets. </li></ul>\r\n\r\nPrompt Service \r\n <ul><li>Tax returns are ready for e-file approval within seven business days after all the tax information and clarified and resolved.</li></ul>\r\n\r\nClient Advocate\r\n <ul><li>We’ll present you with legitimate tax opportunities where the law is unclear or favors the client’s position.</li></ul> \r\n\r\nTax Penalty Avoidance Measures\r\n <ul><li>We recommend timely payment of estimated taxes to avoid penalty assessments whenever possible.</li></ul> \r\n\r\nNo Reckless Tax Schemes \r\n <ul><li>We won’t jeopardize your peace of mind by desperate measures that stretch beyond the boundaries of tax law. </li></ul>\r\n\r\nTax Preparation by One Accountant\r\n <ul><li>All tax returns are handcrafted from start to finish by one tax accountant. No runaround!</li></ul>\r\n\r\nNo Offshore Outsourcing to Tax Mills \r\n <ul><li>No off-shoring to deter the potential risk possible security breaches or identity theft.</li></ul>\r\n\r\nReview of Prior Tax Years \r\n <ul><li>For new clients, we review the prior three years for important carryover information, errors or omissions.</li></ul> \r\n\r\nOptimized Tax Filing Status\r\n <ul><li>For married taxpayers, we compute the lowest tax by comparing “joint” filing status to “separate” filing.</li></ul> \r\n\r\n\r\nNo Tax Season Overload \r\n <ul><li>We limit our practice size to allow us time to complete returns well before tax deadlines and extensions.</li></ul> \r\n\r\nE-mail Tax Updates \r\n <ul><li>You’ll receive the latest tax news, warnings, traps and opportunities through brief, informative messages. No canned newsletters with cute pet stories or chicken recipes.</li></ul>\r\n\r\nComputer-Modeled Tax Planning \r\n <ul><li>Explore the alternative tax-saving measures in advance to select the optimum course for your financial future.</li></ul>\r\n\r\nAnd last but certainly not least . . . Reality Check!\r\n <ul><li>We’ll conduct a final review of your tax returns from the viewpoint of a tax auditor to ensure your tax returns “pass the test!”</li></ul>\r\n\r\n\r\n<h3>Are you ready for our team to help you?</h3>\r\nFill out the form below to <em><a href=\"/contact-us/\">schedule an exploratory call now</a></em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Don\'t Go It Alone:','','publish','open','open','','dont-go-it-alone','','','2019-07-10 16:46:11','2019-07-10 16:46:11','',0,'http://providentprofessionalservices.com/?p=288',0,'post','',0),(291,4,'2019-03-12 20:36:09','2019-03-12 20:36:09','','ExceptionalTaxPrep - Blog_callout','','inherit','open','closed','','exceptionaltaxprep-blog_callout','','','2019-03-12 20:36:26','2019-03-12 20:36:26','',288,'/wp-content/uploads/2019/03/ExceptionalTaxPrep-Blog_callout.png',0,'attachment','image/png',0),(293,4,'2019-03-15 02:04:36','2019-03-15 02:04:36','<h3>Articulate and Accurate QuickBooks Bookkeeping</h3>\r\n\r\nQuickBooks is easily one of the most popular programs to help businesses keep their finances, budgets and expenses in check. But, when every other aspect of your business is competing for your attention – especially your clients -- who has the time to learn the in’s and out’s of this intricate software program? So maybe you’ve set it up but don’t keep it updated regularly, and when you do, you end up doing more harm than good. \r\n\r\nWe know it: QuickBooks can quickly become overwhelming. Our team is here to get you on the right track. Let us help you set up your files while showing you the basic functions of this beneficial software. Or if you’ve already set-up QuickBooks but are finding your business in a data crisis, we can help with that, too. We’re interested in learning the specifics about your QuickBooks and business needs, so let’s set up an exploratory call and get you on the right track! But while you’re here, read on to learn the many ways our QuickBooks services will help give you peace-of-mind and a firm grasp on your finances:\r\n\r\n<ul><li><strong>Certified Bookkeeping</strong>\r\n Certified QuickBooks ProAdvisor ® who has over 40 years experience in accounting principles and practices. </li>\r\n\r\n<li><strong>Correct Classifications </strong>\r\n Transactions are carefully reviewed to classify into correct categories for optimum income tax treatment.</li>\r\n\r\n<li><strong>Accurate Exact Descriptions </strong>\r\n Special care in creating exact descriptions for account names to provide breakdowns for tax returns. </li>\r\n\r\n<li><strong>Checking Balances</strong>\r\n Regular reconciliation of cash accounts, receivables, credit card, loans and owner accounts to cross-check balances.</li> \r\n\r\n<li><strong>No Forced Balances </strong>\r\n Bank checking and savings accounts are reconciled to the penny. No accounts are “plugged” to force a balance. </li>\r\n\r\n\r\n<li><strong>QuickBooks Training </strong>\r\n We offer paced and patient training for client personnel to use bookkeeping software for their company. </li>\r\n\r\n<li><strong>Crisis Resolution </strong>\r\n Effective measures to properly diagnose, repair and restore QuickBooks data problems.</li>\r\n<li><strong>Conversion from Quicken ® </strong>\r\n Efficient conversion from clients using Quicken to convert to QuickBooks with minimum intervention. </li>\r\n\r\n<li><strong>Bookkeeping Repair and Restoration </strong>\r\n Special access to senior technical support staff at QuickBooks to ensure quick repairs.</li>\r\n\r\n<li><strong>Catchup Services</strong> \r\n Special services available to ensure prior year catch-up is done efficiently and accurately. </li>\r\n\r\n<li><strong>Liaison With Tax Preparer</strong>\r\n Professional presentation of comprehensive of annual bookkeeping documentation to client’s tax preparer.</li>\r\n\r\n<li><strong>Client-Approved Pricing </strong>\r\n Fixed pricing or hourly estimates arranged in advance with client’s approval before commencing work.</li>\r\n</ul>\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]\r\n','Relief from Your QuickBooks Headache:','','publish','open','open','','relief-from-your-quickbooks-headache','','','2019-05-15 06:43:28','2019-05-15 06:43:28','',0,'http://providentprofessionalservices.com/?p=293',0,'post','',0),(297,4,'2019-03-15 02:03:22','2019-03-15 02:03:22','','QBServices - Blog_callout-v2','','inherit','open','closed','','qbservices-blog_callout-v2','','','2019-03-15 02:04:24','2019-03-15 02:04:24','',293,'/wp-content/uploads/2019/03/QBServices-Blog_callout-v2.png',0,'attachment','image/png',0),(299,4,'2015-03-02 13:55:34','2015-03-02 13:55:34','','Where We Work','','publish','closed','closed','','where-we-work','','','2015-03-02 13:55:34','2015-03-02 13:55:34','',0,'http://avada.theme-fusion.com_demos/law/?post_type=slide&p=299',0,'slide','',0),(301,4,'2019-03-18 05:20:03','2019-03-18 05:20:03','<h3 style=\"text-align: center;\"><strong>All Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP) Registered with the Internal Revenue Service and the State of California.</strong></h3>\r\n \r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-pricing-choices/\">Your Taxes, Prepared Your Way</a>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\">Individual Fee Structure</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/index.php/what-goes-into-your-taxes/tax-pricing-choices/for-business-income-tax-return-preparation/\">Business Fee Structure</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<em><strong>More Information to Assist in Your Selection of an Income Tax Professional</strong></em>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-reduction-measures/\">Income Tax Reduction Measures</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/whats-unique/\">What\'s Unique About Us</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/crtp-vs-cpa/\">CRTP or CPA: What\'s Best for You</a></span></li>\r\n <li><a style=\"color: #000080;\" href=\"/income-tax-services/\">Scope of Income Tax Services</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/toms-qualifications/\">Tom\'s Professional Qualifications</a></li>\r\n</ul>','Precision Handcrafted Income Tax Returns','','inherit','closed','closed','','27-revision-v1','','','2019-03-18 05:20:03','2019-03-18 05:20:03','',27,'http://providentprofessionalservices.com/wordpress12019/03/18/27-revision-v1/',0,'revision','',0),(305,4,'2019-04-01 16:20:56','2019-04-01 16:20:56','<h3>Save Time, Money, and Worry with A Dedicated Tax Professional.</h3>\n\n<img src=\"/wp-content/uploads/2019/03/ExceptionalTaxPrep-Blog_callout.png\" alt=\"tax prep\" width=\"800\" height=\"531\" class=\"alignleft size-full wp-image-291\" />\n\nThere’s no way around it: You have to file your tax returns. If you’re one of those who have a multitude of tax deductions, or especially if you’re business owner, a dedicated tax professional is the safer option. \n\nThere are many benefits to partnering with a knowledgeable, experienced tax accountant, who knows how to present your tax returns professionally, which also truthfully and legally minimizes your taxes and audit exposure. Those rare qualities which also save you time and money, and most of all, the heartache and worry of IRS abuses. Confidently going into tax season is a feeling many aren’t familiar with. With Provident Professional Services, we’ll ensure you feel that way every tax season going forward! Nothing compares to a tax professional who understands you, your distinct situation and your financial needs.\n\nWant a good reason to consider our services? Frustrated, disappointed or dreading the usual, ordinary, mediocre tax preparation ordeal? Want to escape the mundane, archaic tax preparation process? Here are a few of the ways that we ensure a superior experience for our clients. \n\n\nChoice of Tax Preparation Service Level\n<ul><li>You’ll choose from three service levels for the best fit for your needs and budget.</li></ul>\n\n\nDirect Access to the Accountant \n <ul><li>No runaround with junior team members who don’t know you or can’t answer your questions! </li></ul>\n\nYear-Around Access\n <ul><li>We are available year around to answer questions about tax returns at no charge.</li></ul>\n\nDiscrete Office Facilities \n <ul><li>We’re located in a quiet residential area where you’ll have direct and private access, and ample free parking. Not to mention: Great coffee!</li></ul>\n\nMaximum Legal Tax Deductions \n <ul><li>We legally cut taxes by asking the right questions and knowing the intricacies of the latest tax laws.</li></ul>\n\nAudit Deterrence Measures\n <ul><li>We proactively add context, dismiss unwarranted presumptions, dispel suspicions and clarify ambiguities in your tax returns.</li></ul>\n\nComprehensive Questionnaire\n <ul><li>Save time, travel, traffic and taxes by uncovering hidden deductions from the comfort of your home.</li></ul>\n\nDisclosure of Specific Tax Savings Generated \n <ul><li>Clients get a list of specific dollar value of the tax savings measures we’ve adopted.</li></ul>\n\nAudio Commentary on PDF Files \n <ul><li>Clients can listen to embedded audio files of voice commentary on PDF documents, providing a greater ease to your understanding of your tax returns.</li></ul>\n\n\nCarefully Worded Deduction Descriptions\n <ul><li>Accurate descriptions of your deductions to avoid misunderstandings or assumptions.</li></ul>\n\nProfessional Presentation \n <ul><li>We take special care to present your tax returns with correct spelling, grammar and proper capitalization.</li></ul>\n\nAll Tax Forms and Schedules Included \n <ul><li>All tax returns include all optional forms and detailed supporting schedules.</li></ul>\n\nDetailed Expense Breakdowns \n <ul><li>High audit-risk deduction categories are further expanded in supplemental supporting sub-schedules.</li></ul>\n\nNotes on Tax Preparation \n <ul><li>We inform our clients about the issues, limitations, assumptions and their preferences we’ve adopted.</li></ul>\n\nExplanation and Report of Tax Bracket \n <ul><li>Explanation of the client’s tax bracket and how it applies to future tax and financial planning.</li></ul>\n\nTax Return Copies Include Worksheets \n <ul><li>Clients’ copy includes all worksheets and carryover information for future planning.</li></ul>\n\nClient History on PDFs \n <ul><li>Clients receive PDF files of tax returns, tax organizer, source documents and e-mail correspondence. </li></ul>\n\nAnnual Comparative Analysis\n <ul><li>Showcases the current and prior year tax return dollar amounts, federal and state tax rates and tax brackets. </li></ul>\n\nPrompt Service \n <ul><li>Tax returns are ready for e-file approval within seven business days after all the tax information and clarified and resolved.</li></ul>\n\nClient Advocate\n <ul><li>We’ll present you with legitimate tax opportunities where the law is unclear or favors the client’s position.</li></ul> \n\nTax Penalty Avoidance Measures\n <ul><li>We recommend timely payment of estimated taxes to avoid penalty assessments whenever possible.</li></ul> \n\nNo Reckless Tax Schemes \n <ul><li>We won’t jeopardize your peace of mind by desperate measures that stretch beyond the boundaries of tax law. </li></ul>\n\nTax Preparation by One Accountant\n <ul><li>All tax returns are handcrafted from start to finish by one tax accountant. No runaround!</li></ul>\n\nNo Offshore Outsourcing to Tax Mills \n <ul><li>No off-shoring to deter the potential risk possible security breaches or identity theft.</li></ul>\n\nReview of Prior Tax Years \n <ul><li>For new clients, we review the prior three years for important carryover information, errors or omissions.</li></ul> \n\nOptimized Tax Filing Status\n <ul><li>For married taxpayers, we compute the lowest tax by comparing “joint” filing status to “separate” filing.</li></ul> \n\n\nNo Tax Season Overload \n <ul><li>We limit our practice size to allow us time to complete returns well before tax deadlines and extensions.</li></ul> \n\nE-mail Tax Updates \n <ul><li>You’ll receive the latest tax news, warnings, traps and opportunities through brief, informative messages. No canned newsletters with cute pet stories or chicken recipes.</li></ul>\n\nComputer-Modeled Tax Planning \n <ul><li>Explore the alternative tax-saving measures in advance to select the optimum course for your financial future.</li></ul>\n\nAnd last but certainly not least . . . Reality Check!\n <ul><li>We’ll conduct a final review of your tax returns from the viewpoint of a tax auditor to ensure your tax returns “pass the test!”</li></ul>\n\n\n<h3>Are you ready for our team to help you?</h3>\n<em><a href=\"/contact-us/\">Schedule an exploratory call now</a></em>\n\n[mc4wp_form id=\"262\"]\n\n\n\n\n\n\n\n\n\n\n\n','Don\'t Go It Alone:','','inherit','closed','closed','','288-autosave-v1','','','2019-04-01 16:20:56','2019-04-01 16:20:56','',288,'http://providentprofessionalservices.com/wordpress12019/03/25/288-autosave-v1/',0,'revision','',0),(307,4,'2019-03-25 22:41:36','2019-03-25 22:41:36','<img src=\"/wp-content/uploads/2019/02/BusTaxPrep-Facebook_v2.png\" alt=\"Tax Preparation Checklist\" width=\"1200\" height=\"1000\" class=\"alignnone size-full wp-image-24\" />\r\n\r\nBusiness owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n','Business Tax Preparation Checklist','','inherit','closed','closed','','23-revision-v1','','','2019-03-25 22:41:36','2019-03-25 22:41:36','',23,'http://providentprofessionalservices.com/wordpress12019/03/25/23-revision-v1/',0,'revision','',0),(308,4,'2019-03-25 22:51:27','2019-03-25 22:51:27','','AprilTaxPrep - Facebook','','inherit','open','closed','','apriltaxprep-facebook','','','2019-03-25 22:51:27','2019-03-25 22:51:27','',23,'/wp-content/uploads/2019/03/AprilTaxPrep-Facebook.png',0,'attachment','image/png',0),(309,4,'2019-03-25 22:51:48','2019-03-25 22:51:48','<img src=\"/wp-content/uploads/2019/03/AprilTaxPrep-Facebook.png\" alt=\"\" width=\"1200\" height=\"1000\" class=\"alignleft size-full wp-image-308\" />\r\n\r\nBusiness owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n','Business Tax Preparation Checklist','','inherit','closed','closed','','23-revision-v1','','','2019-03-25 22:51:48','2019-03-25 22:51:48','',23,'http://providentprofessionalservices.com/wordpress12019/03/25/23-revision-v1/',0,'revision','',0),(310,4,'2019-03-25 22:52:16','2019-03-25 22:52:16','<img src=\"/wp-content/uploads/2019/03/AprilTaxPrep-Facebook.png\" alt=\"\" width=\"1200\" height=\"1000\" class=\"alignleft size-full wp-image-308\" />\r\n \r\nBusiness owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n','Business Tax Preparation Checklist','','inherit','closed','closed','','23-revision-v1','','','2019-03-25 22:52:16','2019-03-25 22:52:16','',23,'http://providentprofessionalservices.com/wordpress12019/03/25/23-revision-v1/',0,'revision','',0),(311,4,'2019-03-25 22:53:04','2019-03-25 22:53:04','<img src=\"/wp-content/uploads/2019/03/AprilTaxPrep-Facebook.png\" alt=\"\" width=\"1200\" height=\"1000\" class=\"alignleft size-full wp-image-308\" />\r\n\r\nBusiness owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy business tax preparation checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n\r\n[mc4wp_form id=\"262\"]','Business Tax Preparation Checklist','','inherit','closed','closed','','264-revision-v1','','','2019-03-25 22:53:04','2019-03-25 22:53:04','',264,'http://providentprofessionalservices.com/wordpress12019/03/25/264-revision-v1/',0,'revision','',0),(312,4,'2019-03-25 22:53:39','2019-03-25 22:53:39','<img src=\"/wp-content/uploads/2019/03/AprilTaxPrep-Facebook.png\" alt=\"\" width=\"1200\" height=\"1000\" class=\"alignleft size-full wp-image-308\" />\r\n \r\nBusiness owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy business tax preparation checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n\r\n[mc4wp_form id=\"262\"]','Business Tax Preparation Checklist','','inherit','closed','closed','','264-revision-v1','','','2019-03-25 22:53:39','2019-03-25 22:53:39','',264,'http://providentprofessionalservices.com/wordpress12019/03/25/264-revision-v1/',0,'revision','',0),(313,0,'2019-03-26 21:46:39','2019-03-26 21:46:39','','iwp_log_5c9a9dbfe9efc','','publish','closed','closed','','iwp_log_5c9a9dbfe9efc','','','2019-03-26 21:46:39','2019-03-26 21:46:39','',0,'http://providentprofessionalservices.com/wordpress12019/03/26/iwp_log_5c9a9dbfe9efc/',0,'iwp_log','',0),(314,4,'2019-04-01 16:11:57','2019-04-01 16:11:57','','iwp_log_5ca2384d8e6e9','','publish','closed','closed','','iwp_log_5ca2384d8e6e9','','','2019-04-01 16:11:57','2019-04-01 16:11:57','',0,'http://providentprofessionalservices.com/wordpress12019/04/01/iwp_log_5ca2384d8e6e9/',0,'iwp_log','',0),(315,4,'2019-04-01 16:12:05','2019-04-01 16:12:05','','iwp_log_5ca2385543500','','publish','closed','closed','','iwp_log_5ca2385543500','','','2019-04-01 16:12:05','2019-04-01 16:12:05','',0,'http://providentprofessionalservices.com/wordpress12019/04/01/iwp_log_5ca2385543500/',0,'iwp_log','',0),(316,4,'2019-04-01 16:12:21','2019-04-01 16:12:21','','iwp_log_5ca23865c9188','','publish','closed','closed','','iwp_log_5ca23865c9188','','','2019-04-01 16:12:21','2019-04-01 16:12:21','',0,'http://providentprofessionalservices.com/wordpress12019/04/01/iwp_log_5ca23865c9188/',0,'iwp_log','',0),(317,4,'2019-04-01 16:15:44','2019-04-01 16:15:44','<h3>Articulate and Accurate QuickBooks Bookkeeping</h3>\r\n\r\n<img src=\"/wp-content/uploads/2019/03/QBServices-Blog_callout-v2.png\" alt=\"quickbooks\" width=\"800\" height=\"531\" class=\"alignleft size-full wp-image-297\" />\r\n\r\nQuickBooks is easily one of the most popular programs to help businesses keep their finances, budgets and expenses in check. But, when every other aspect of your business is competing for your attention – especially your clients -- who has the time to learn the in’s and out’s of this intricate software program? So maybe you’ve set it up but don’t keep it updated regularly, and when you do, you end up doing more harm than good. \r\n\r\nWe know it: QuickBooks can quickly become overwhelming. Our team is here to get you on the right track. Let us help you set up your files while showing you the basic functions of this beneficial software. Or if you’ve already set-up QuickBooks but are finding your business in a data crisis, we can help with that, too. We’re interested in learning the specifics about your QuickBooks and business needs, so let’s set up an exploratory call and get you on the right track! But while you’re here, read on to learn the many ways our QuickBooks services will help give you peace-of-mind and a firm grasp on your finances:\r\n\r\n<ul><li><strong>Certified Bookkeeping</strong>\r\n Certified QuickBooks ProAdvisor ® who has over 40 years experience in accounting principles and practices. </li>\r\n\r\n<li><strong>Correct Classifications </strong>\r\n Transactions are carefully reviewed to classify into correct categories for optimum income tax treatment.</li>\r\n\r\n<li><strong>Accurate Exact Descriptions </strong>\r\n Special care in creating exact descriptions for account names to provide breakdowns for tax returns. </li>\r\n\r\n<li><strong>Checking Balances</strong>\r\n Regular reconciliation of cash accounts, receivables, credit card, loans and owner accounts to cross-check balances.</li> \r\n\r\n<li><strong>No Forced Balances </strong>\r\n Bank checking and savings accounts are reconciled to the penny. No accounts are “plugged” to force a balance. </li>\r\n\r\n\r\n<li><strong>QuickBooks Training </strong>\r\n We offer paced and patient training for client personnel to use bookkeeping software for their company. </li>\r\n\r\n<li><strong>Crisis Resolution </strong>\r\n Effective measures to properly diagnose, repair and restore QuickBooks data problems.</li>\r\n<li><strong>Conversion from Quicken ® </strong>\r\n Efficient conversion from clients using Quicken to convert to QuickBooks with minimum intervention. </li>\r\n\r\n<li><strong>Bookkeeping Repair and Restoration </strong>\r\n Special access to senior technical support staff at QuickBooks to ensure quick repairs.</li>\r\n\r\n<li><strong>Catchup Services</strong> \r\n Special services available to ensure prior year catch-up is done efficiently and accurately. </li>\r\n\r\n<li><strong>Liaison With Tax Preparer</strong>\r\n Professional presentation of comprehensive of annual bookkeeping documentation to client’s tax preparer.</li>\r\n\r\n<li><strong>Client-Approved Pricing </strong>\r\n Fixed pricing or hourly estimates arranged in advance with client’s approval before commencing work.</li>\r\n</ul>\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you.</em> <a href=\"/contact-us/\">Schedule a call now.</a> \r\n\r\n\r\n\r\n[mc4wp_form id=\"262\"]\r\n','Relief from Your QuickBooks Headache:','','inherit','closed','closed','','293-revision-v1','','','2019-04-01 16:15:44','2019-04-01 16:15:44','',293,'http://providentprofessionalservices.com/wordpress12019/04/01/293-revision-v1/',0,'revision','',0),(318,4,'2019-04-01 16:18:36','2019-04-01 16:18:36','<h3>Articulate and Accurate QuickBooks Bookkeeping</h3>\n\n<img src=\"/wp-content/uploads/2019/03/QBServices-Blog_callout-v2.png\" alt=\"quickbooks\" width=\"800\" height=\"531\" class=\"alignleft size-full wp-image-297\" />\n\nQuickBooks is easily one of the most popular programs to help businesses keep their finances, budgets and expenses in check. But, when every other aspect of your business is competing for your attention – especially your clients -- who has the time to learn the in’s and out’s of this intricate software program? So maybe you’ve set it up but don’t keep it updated regularly, and when you do, you end up doing more harm than good. \n\nWe know it: QuickBooks can quickly become overwhelming. Our team is here to get you on the right track. Let us help you set up your files while showing you the basic functions of this beneficial software. Or if you’ve already set-up QuickBooks but are finding your business in a data crisis, we can help with that, too. We’re interested in learning the specifics about your QuickBooks and business needs, so let’s set up an exploratory call and get you on the right track! But while you’re here, read on to learn the many ways our QuickBooks services will help give you peace-of-mind and a firm grasp on your finances:\n\n<ul><li><strong>Certified Bookkeeping</strong>\n Certified QuickBooks ProAdvisor ® who has over 40 years experience in accounting principles and practices. </li>\n\n<li><strong>Correct Classifications </strong>\n Transactions are carefully reviewed to classify into correct categories for optimum income tax treatment.</li>\n\n<li><strong>Accurate Exact Descriptions </strong>\n Special care in creating exact descriptions for account names to provide breakdowns for tax returns. </li>\n\n<li><strong>Checking Balances</strong>\n Regular reconciliation of cash accounts, receivables, credit card, loans and owner accounts to cross-check balances.</li> \n\n<li><strong>No Forced Balances </strong>\n Bank checking and savings accounts are reconciled to the penny. No accounts are “plugged” to force a balance. </li>\n\n\n<li><strong>QuickBooks Training </strong>\n We offer paced and patient training for client personnel to use bookkeeping software for their company. </li>\n\n<li><strong>Crisis Resolution </strong>\n Effective measures to properly diagnose, repair and restore QuickBooks data problems.</li>\n<li><strong>Conversion from Quicken ® </strong>\n Efficient conversion from clients using Quicken to convert to QuickBooks with minimum intervention. </li>\n\n<li><strong>Bookkeeping Repair and Restoration </strong>\n Special access to senior technical support staff at QuickBooks to ensure quick repairs.</li>\n\n<li><strong>Catchup Services</strong> \n Special services available to ensure prior year catch-up is done efficiently and accurately. </li>\n\n<li><strong>Liaison With Tax Preparer</strong>\n Professional presentation of comprehensive of annual bookkeeping documentation to client’s tax preparer.</li>\n\n<li><strong>Client-Approved Pricing </strong>\n Fixed pricing or hourly estimates arranged in advance with client’s approval before commencing work.</li>\n</ul>\n\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">Schedule a call now.</a> \n\n\n\n[mc4wp_form id=\"262\"]\n','Relief from Your QuickBooks Headache:','','inherit','closed','closed','','293-autosave-v1','','','2019-04-01 16:18:36','2019-04-01 16:18:36','',293,'http://providentprofessionalservices.com/wordpress12019/04/01/293-autosave-v1/',0,'revision','',0),(319,4,'2019-04-01 16:18:44','2019-04-01 16:18:44','<h3>Articulate and Accurate QuickBooks Bookkeeping</h3>\r\n\r\n<img src=\"/wp-content/uploads/2019/03/QBServices-Blog_callout-v2.png\" alt=\"quickbooks\" width=\"800\" height=\"531\" class=\"alignleft size-full wp-image-297\" />\r\n\r\nQuickBooks is easily one of the most popular programs to help businesses keep their finances, budgets and expenses in check. But, when every other aspect of your business is competing for your attention – especially your clients -- who has the time to learn the in’s and out’s of this intricate software program? So maybe you’ve set it up but don’t keep it updated regularly, and when you do, you end up doing more harm than good. \r\n\r\nWe know it: QuickBooks can quickly become overwhelming. Our team is here to get you on the right track. Let us help you set up your files while showing you the basic functions of this beneficial software. Or if you’ve already set-up QuickBooks but are finding your business in a data crisis, we can help with that, too. We’re interested in learning the specifics about your QuickBooks and business needs, so let’s set up an exploratory call and get you on the right track! But while you’re here, read on to learn the many ways our QuickBooks services will help give you peace-of-mind and a firm grasp on your finances:\r\n\r\n<ul><li><strong>Certified Bookkeeping</strong>\r\n Certified QuickBooks ProAdvisor ® who has over 40 years experience in accounting principles and practices. </li>\r\n\r\n<li><strong>Correct Classifications </strong>\r\n Transactions are carefully reviewed to classify into correct categories for optimum income tax treatment.</li>\r\n\r\n<li><strong>Accurate Exact Descriptions </strong>\r\n Special care in creating exact descriptions for account names to provide breakdowns for tax returns. </li>\r\n\r\n<li><strong>Checking Balances</strong>\r\n Regular reconciliation of cash accounts, receivables, credit card, loans and owner accounts to cross-check balances.</li> \r\n\r\n<li><strong>No Forced Balances </strong>\r\n Bank checking and savings accounts are reconciled to the penny. No accounts are “plugged” to force a balance. </li>\r\n\r\n\r\n<li><strong>QuickBooks Training </strong>\r\n We offer paced and patient training for client personnel to use bookkeeping software for their company. </li>\r\n\r\n<li><strong>Crisis Resolution </strong>\r\n Effective measures to properly diagnose, repair and restore QuickBooks data problems.</li>\r\n<li><strong>Conversion from Quicken ® </strong>\r\n Efficient conversion from clients using Quicken to convert to QuickBooks with minimum intervention. </li>\r\n\r\n<li><strong>Bookkeeping Repair and Restoration </strong>\r\n Special access to senior technical support staff at QuickBooks to ensure quick repairs.</li>\r\n\r\n<li><strong>Catchup Services</strong> \r\n Special services available to ensure prior year catch-up is done efficiently and accurately. </li>\r\n\r\n<li><strong>Liaison With Tax Preparer</strong>\r\n Professional presentation of comprehensive of annual bookkeeping documentation to client’s tax preparer.</li>\r\n\r\n<li><strong>Client-Approved Pricing </strong>\r\n Fixed pricing or hourly estimates arranged in advance with client’s approval before commencing work.</li>\r\n</ul>\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n\r\n\r\n[mc4wp_form id=\"262\"]\r\n','Relief from Your QuickBooks Headache:','','inherit','closed','closed','','293-revision-v1','','','2019-04-01 16:18:44','2019-04-01 16:18:44','',293,'http://providentprofessionalservices.com/wordpress12019/04/01/293-revision-v1/',0,'revision','',0),(320,4,'2019-04-01 16:21:33','2019-04-01 16:21:33','<h3>Save Time, Money, and Worry with A Dedicated Tax Professional.</h3>\r\n\r\n<img src=\"/wp-content/uploads/2019/03/ExceptionalTaxPrep-Blog_callout.png\" alt=\"tax prep\" width=\"800\" height=\"531\" class=\"alignleft size-full wp-image-291\" />\r\n\r\nThere’s no way around it: You have to file your tax returns. If you’re one of those who have a multitude of tax deductions, or especially if you’re business owner, a dedicated tax professional is the safer option. \r\n\r\nThere are many benefits to partnering with a knowledgeable, experienced tax accountant, who knows how to present your tax returns professionally, which also truthfully and legally minimizes your taxes and audit exposure. Those rare qualities which also save you time and money, and most of all, the heartache and worry of IRS abuses. Confidently going into tax season is a feeling many aren’t familiar with. With Provident Professional Services, we’ll ensure you feel that way every tax season going forward! Nothing compares to a tax professional who understands you, your distinct situation and your financial needs.\r\n\r\nWant a good reason to consider our services? Frustrated, disappointed or dreading the usual, ordinary, mediocre tax preparation ordeal? Want to escape the mundane, archaic tax preparation process? Here are a few of the ways that we ensure a superior experience for our clients. \r\n\r\n\r\nChoice of Tax Preparation Service Level\r\n<ul><li>You’ll choose from three service levels for the best fit for your needs and budget.</li></ul>\r\n\r\n\r\nDirect Access to the Accountant \r\n <ul><li>No runaround with junior team members who don’t know you or can’t answer your questions! </li></ul>\r\n\r\nYear-Around Access\r\n <ul><li>We are available year around to answer questions about tax returns at no charge.</li></ul>\r\n\r\nDiscrete Office Facilities \r\n <ul><li>We’re located in a quiet residential area where you’ll have direct and private access, and ample free parking. Not to mention: Great coffee!</li></ul>\r\n\r\nMaximum Legal Tax Deductions \r\n <ul><li>We legally cut taxes by asking the right questions and knowing the intricacies of the latest tax laws.</li></ul>\r\n\r\nAudit Deterrence Measures\r\n <ul><li>We proactively add context, dismiss unwarranted presumptions, dispel suspicions and clarify ambiguities in your tax returns.</li></ul>\r\n\r\nComprehensive Questionnaire\r\n <ul><li>Save time, travel, traffic and taxes by uncovering hidden deductions from the comfort of your home.</li></ul>\r\n\r\nDisclosure of Specific Tax Savings Generated \r\n <ul><li>Clients get a list of specific dollar value of the tax savings measures we’ve adopted.</li></ul>\r\n\r\nAudio Commentary on PDF Files \r\n <ul><li>Clients can listen to embedded audio files of voice commentary on PDF documents, providing a greater ease to your understanding of your tax returns.</li></ul>\r\n\r\n\r\nCarefully Worded Deduction Descriptions\r\n <ul><li>Accurate descriptions of your deductions to avoid misunderstandings or assumptions.</li></ul>\r\n\r\nProfessional Presentation \r\n <ul><li>We take special care to present your tax returns with correct spelling, grammar and proper capitalization.</li></ul>\r\n\r\nAll Tax Forms and Schedules Included \r\n <ul><li>All tax returns include all optional forms and detailed supporting schedules.</li></ul>\r\n\r\nDetailed Expense Breakdowns \r\n <ul><li>High audit-risk deduction categories are further expanded in supplemental supporting sub-schedules.</li></ul>\r\n\r\nNotes on Tax Preparation \r\n <ul><li>We inform our clients about the issues, limitations, assumptions and their preferences we’ve adopted.</li></ul>\r\n\r\nExplanation and Report of Tax Bracket \r\n <ul><li>Explanation of the client’s tax bracket and how it applies to future tax and financial planning.</li></ul>\r\n\r\nTax Return Copies Include Worksheets \r\n <ul><li>Clients’ copy includes all worksheets and carryover information for future planning.</li></ul>\r\n\r\nClient History on PDFs \r\n <ul><li>Clients receive PDF files of tax returns, tax organizer, source documents and e-mail correspondence. </li></ul>\r\n\r\nAnnual Comparative Analysis\r\n <ul><li>Showcases the current and prior year tax return dollar amounts, federal and state tax rates and tax brackets. </li></ul>\r\n\r\nPrompt Service \r\n <ul><li>Tax returns are ready for e-file approval within seven business days after all the tax information and clarified and resolved.</li></ul>\r\n\r\nClient Advocate\r\n <ul><li>We’ll present you with legitimate tax opportunities where the law is unclear or favors the client’s position.</li></ul> \r\n\r\nTax Penalty Avoidance Measures\r\n <ul><li>We recommend timely payment of estimated taxes to avoid penalty assessments whenever possible.</li></ul> \r\n\r\nNo Reckless Tax Schemes \r\n <ul><li>We won’t jeopardize your peace of mind by desperate measures that stretch beyond the boundaries of tax law. </li></ul>\r\n\r\nTax Preparation by One Accountant\r\n <ul><li>All tax returns are handcrafted from start to finish by one tax accountant. No runaround!</li></ul>\r\n\r\nNo Offshore Outsourcing to Tax Mills \r\n <ul><li>No off-shoring to deter the potential risk possible security breaches or identity theft.</li></ul>\r\n\r\nReview of Prior Tax Years \r\n <ul><li>For new clients, we review the prior three years for important carryover information, errors or omissions.</li></ul> \r\n\r\nOptimized Tax Filing Status\r\n <ul><li>For married taxpayers, we compute the lowest tax by comparing “joint” filing status to “separate” filing.</li></ul> \r\n\r\n\r\nNo Tax Season Overload \r\n <ul><li>We limit our practice size to allow us time to complete returns well before tax deadlines and extensions.</li></ul> \r\n\r\nE-mail Tax Updates \r\n <ul><li>You’ll receive the latest tax news, warnings, traps and opportunities through brief, informative messages. No canned newsletters with cute pet stories or chicken recipes.</li></ul>\r\n\r\nComputer-Modeled Tax Planning \r\n <ul><li>Explore the alternative tax-saving measures in advance to select the optimum course for your financial future.</li></ul>\r\n\r\nAnd last but certainly not least . . . Reality Check!\r\n <ul><li>We’ll conduct a final review of your tax returns from the viewpoint of a tax auditor to ensure your tax returns “pass the test!”</li></ul>\r\n\r\n\r\n<h3>Are you ready for our team to help you?</h3>\r\nFill out the form below to <em><a href=\"/contact-us/\">schedule an exploratory call now</a></em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Don\'t Go It Alone:','','inherit','closed','closed','','288-revision-v1','','','2019-04-01 16:21:33','2019-04-01 16:21:33','',288,'http://providentprofessionalservices.com/wordpress12019/04/01/288-revision-v1/',0,'revision','',0),(321,4,'2019-04-01 16:24:17','2019-04-01 16:24:17','<img src=\"/wp-content/uploads/2019/03/Assessor.jpeg\" alt=\"assessor\" width=\"1200\" height=\"480\" class=\"alignleft size-full wp-image-209\" />\r\nThe following tax glossary is provided to help you know what various tax-related terms mean:\r\n\r\n<strong>Accelerated depreciation.</strong> A depreciation method that allows larger deductions in the early years of an asset\'s \"life\" and smaller deductions at the end of the period. (See \"Straight-line depreciation.\")\r\n\r\n<strong>Accrual method (or accrual basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The accrual method says that a transaction is taxed when an obligation to pay or a right to receive payment is created (for example, at the time products are delivered, services rendered, billings sent, etc.). This method is used by all but the smallest businesses. (See \"Cash method (or cash basis).\")\r\n\r\n<strong>Adjusted basis.</strong> The cost of property (or a substitute figure-see \"Basis\") with adjustments made to account for depreciation (in the case of business property), improvements (in the case of real estate), withdrawals or reinvestment (in the case of securities, funds, accounts, insurance or annuities), etc. Adjusted basis is part of the computation for determining gain or loss on a sale or exchange and for depreciation.\r\n\r\n<strong>Adjusted gross income.</strong> The amount of income considered actually \"available\" to be taxed. Adjusted gross income is gross income reduced principally by business expenses incurred to earn the income and other specified reductions (such as alimony).\r\n\r\n<strong>Alternative minimum tax.</strong> An alternative tax system that says: your tax shall not go below this level. The alternative minimum tax works by negating (or minimizing) the effects of tax preferences or loopholes.\r\n\r\n<strong>Amortization.</strong> The write-off of an amount spent for certain capital assets, similar to depreciation. This tax meaning is different from the common meaning of the term that describes, for example, payment schedules of loans.\r\n\r\n<strong>Applicable Federal Rates (AFRs).</strong> Minimum interest rates that must be charged on various transactions that involve payments over a number of years. If the parties to a transaction do not adhere to these rates, the IRS will impute the interest. (See \"Imputed interest.\")\r\n\r\n<strong>At-risk rules.</strong> Rules that limit an investor\'s deductible losses from an investment to the amount invested. Complications arise when investors finance their investment through loans that they are not personally on the hook for (nonrecourse financing). Without these rules, investors could raise their deduction limit considerably without being at-risk for the actual loss.\r\n\r\n<strong>Basis.</strong> The starting point for computing gain or loss on a sale or exchange of property or for depreciation. (See \"Adjusted basis.\") For property that is purchased, basis is its cost. The basis of inherited property is its value at the date of death (or alternative valuation date). The basis of property received as a gift or a nontaxable transaction is based on the adjusted basis of the transferor (with some adjustments). Special rules govern property transferred between corporations and their shareholders, partners and their partnership, etc.\r\n\r\n<strong>Cafeteria plan.</strong> A plan maintained by an employer that allows employees to select from a menu of taxable and nontaxable benefits.\r\n\r\n<strong>Capital expenditures.</strong> Amounts spent to acquire or improve assets with useful lives of more than one year. These expenditures may not be deducted, but are added to the basis of the property (See \"Adjusted basis.\") and, for business property, may be converted into deductions through depreciation or amortization.\r\n\r\n<strong>Capital gain or loss.</strong> Gain or loss from the sale or exchange of investment property, personal property (such as a home) or other \"capital asset,\" which is often entitled to preferential tax treatment.\r\n\r\n<strong>Carrybacks and carryforwards.</strong> Deductions that may be transferred to a year other than the current year because they exceeded certain limits. These deductions are typically carried back to earlier years first and, if they exceed the limits for those years, are then carried forward to later years until the deduction is used up. Charitable contributions and net operating losses are examples of deductions that may be carried back or forward.\r\n\r\n<strong>Cash method (or cash basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The cash method says that a transaction is taxed when payment is made. This method is used by most individuals. (See \"Accrual method (or accrual basis).\")\r\n\r\n<strong>Community property.</strong> A system governing spousal ownership of property and income that is the law in certain western and southern states and Wisconsin. The differences between community property and \"common law\" can change how federal tax law applies to spouses. For example: married taxpayers filing separately in a common law state do not have to report income earned by the other spouse. They do have to report income earned in a community property state.\r\n\r\n<strong>Deferred compensation.</strong> An arrangement that allows an employee to receive part of a year\'s pay in a later year and not be taxed in the year the money was earned.\r\n\r\n<strong>Depletion.</strong> A system similar to depreciation that allows the owner of natural resources (for example: a coal mine or an oil well) to deduct a portion of the cost of the asset during each year of its presumed productive life.\r\n\r\n<strong>Depreciation.</strong> A system that allows a business or individual to deduct a portion of the cost of an asset (\"recover its cost\") during each year of its predetermined \"life\" (or \"recovery period\").\r\n\r\n<strong>Earned income.</strong> Income earned by working for it. Interest, dividends and other kinds of profits are examples of unearned income.\r\n\r\n<strong>Earned income credit.</strong> A tax credit available to individuals with low earned income. An individual is entitled to the full amount of this credit even if it exceeds the amount of tax otherwise due.\r\n\r\n<strong>Employee stock ownership plan (ESOP).</strong> A type of profit-sharing plan in which benefits come in the form of stock in the employer.\r\n\r\n<strong>Estimated tax.</strong> Quarterly down payments on a year\'s taxes that are required (on April 15, June 15, September 15, and January 15) if the total year\'s taxes will exceed $1,000 and the amount is not covered by withholding.\r\n\r\n<strong>Federal Insurance Contributions Act (FICA).</strong> Social security taxes (for both old-age, survivors and disability insurance-OASDI-and Medicare).\r\n\r\n<strong>Federal Unemployment Tax Act (FUTA).</strong> Unemployment taxes.\r\n\r\n<strong>Filing status.</strong> One of four tax ranks determined by your marital status, your dependents and the way you file your tax return: (1) single, (2) married filing jointly, (3) married filing separately and (4) head of household. Filing status determines your tax rates and your eligibility for various tax benefits (for example: alimony deduction, IRA deduction, standard deduction, etc.).\r\n\r\n<strong>First-in, first-out (FIFO).</strong> A rule that applies to the sale of part of a group of similar items (such as inventory, shares of the same stock, etc.) that assumes the first ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. The rule may be overridden by identifying the specific item sold, if possible. (See \"Last-in, first-out (LIFO).\")\r\n\r\n<strong>Generation-skipping transfer tax.</strong> An extra tax on gifts or on-death transfers of money or property that would otherwise escape the once-per-generation transfer taxes that apply to gifts and estates. For example: a gift from a grandfather to a granddaughter skips a generation and might be subject to this tax.\r\n\r\n<strong>Golden parachutes.</strong> Bonuses payable to key executives in the event control of their corporation changes, as in the case of a takeover. \"Excess\" golden parachute payments are subject to tax penalties.\r\n\r\n<strong>Gross income.</strong> All income that might be subject to tax. Most \"realized\" increases in wealth are considered income. The main exceptions for individuals are gifts, inheritances, increases in value of property prior to sale, loan repayments and some personal injury awards. For businesses, investments in their capital are not considered income.\r\n\r\n<strong>Head of household.</strong> A filing status available to qualifying single parents (or others supporting certain dependents) that allows lower taxes than the normal rates for singles.\r\n\r\n<strong>Imputed interest.</strong> A portion of a future payment that is treated as interest if parties to the transaction do not provide a stated amount of interest at a rate acceptable to the IRS. (See \"Applicable Federal Rates (AFRs).\") This prevents improper use of certain tax advantages (capital gains rates or tax deferral). For example: if a business sells an asset on the installment basis, part of all future payments is treated as interest whether the transaction states it or not.\r\n\r\n<strong>Incentive stock option.</strong> A stock option that may be granted to an employee under tax-favored terms.\r\n\r\n<strong>Itemized deductions.</strong> Personal deductions that may be taken if they total more than the standard deduction. (See \"Standard deduction.\") The following deductions are then itemized or listed on Schedule A of Form 1040: medical expenses, charitable contributions, state and local taxes, home mortgage interest, real estate taxes, casualty losses, unreimbursed employee expenses, investment expenses and others.\r\n\r\n<strong>Investment credit.</strong> A credit against tax available for investment in a limited range of business property. The general investment credit was repealed in 1986, but this type of credit has been enacted and repealed repeatedly throughout history.\r\n\r\n<strong>Involuntary conversion.</strong> The conversion of property into money under circumstances beyond the control of the owner. For example: (1) property that is destroyed and \"converted\" into an insurance settlement or (2) property that is seized by the government and \"converted\" into a condemnation award. Owners may avoid tax on any gain that may result (if the insurance settlement or condemnation award exceeds the adjusted basis of the property) by reinvesting in similar property within certain time limits.\r\n\r\n<strong>Joint return.</strong> An optional filing status available to married taxpayers that offers generally (but not always) lower taxes than \"married filing separately.\"\r\n\r\n<strong>Keogh plan.</strong> A retirement plan available to self-employed individuals.\r\n\r\n<strong>Last-in, first-out (LIFO).</strong> A rule that applies to the sale of part of a group of similar items in an inventory that assumes the last ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. (See \"First-in, first-out (FIFO).\")\r\n\r\n<strong>Like-kind exchanges.</strong> Tax-free swaps of investment property. Commonly used for real estate.\r\n\r\n<strong>Limited liability company (LLC).</strong> A legal structure that allows a business to be taxed like a partnership but function generally like a corporation. An LLC offers members (among other things) protection against liability for claims against the business that is not available in a partnership.\r\n\r\n<strong>Listed property.</strong> Property listed in the tax code or by the IRS that must comply with special rules before depreciation may be claimed. Cars and personal computers are examples of listed property. The special rules are designed to prevent deductions where the property is used for personal rather than business purposes.\r\n\r\n<strong>Medical Spending Accounts (MSAs).</strong> An investment fund similar to an IRA that can be used to pay more routine medical expenses, when used in conjunction with \"high-deductible\" health insurance, which pays the big bills. Only 750,000 of these MSAs are available nationwide under a pilot program that runs through the year 2000. To qualify, you have to be self-employed or employed by a small employer that offers the program.\r\n\r\n<strong>Modified Accelerated Cost Recovery System (MACRS).</strong> The system for computing depreciation for most business assets.\r\n\r\n<strong>Net operating loss.</strong> The excess of business expenses over income. A business may apply a net operating loss to get a refund of past taxes (or a reduction of future taxes) by carrying it back to profitable years as an additional deduction (or by carrying it forward as a deduction to future years).\r\n\r\n<strong>Original issue discount (OID).</strong> The purchase discount offered on some bonds (and similar obligations) in lieu of interest. For example: zero-coupon bonds. OID is generally treated as interest income to the holder rather than as a capital gain.\r\n\r\n<strong>Passive activity loss (PAL).</strong> Loss on an investment that is deductible only up to the limit of gains from similar investments. The limit mainly affects tax shelters and does not apply to stocks, bonds or investments in businesses in which the investor materially participates. Special rules apply to investments in real estate.\r\n\r\n<strong>Qualified plan.</strong> A retirement or profit-sharing plan that meets requirements about who must be covered, the amount of benefits that are paid, information that must be given to plan participants, etc. Qualified plans are entitled to tax benefits unavailable to nonqualified plans.\r\n\r\n<strong>Real estate investment trust (REIT).</strong> A kind of \"mutual fund\" that invests in real estate rather than stocks and bonds.\r\n\r\n<strong>Real estate mortgage investment conduit (REMIC).</strong> A kind of \"mutual fund\" that invests in real estate mortgages rather than stocks and bonds.\r\n\r\n<strong>Recapture.</strong> The undoing of a tax benefit if certain requirements are not met in future years. For example: (1) The low-income housing credit may be recaptured or added back to tax if the credit property ceases to be used as low-income housing for a minimum number of years. (2) The alimony deduction may be retroactively lost or recaptured if payments do not continue at the requisite level for a minimum number of years.\r\n\r\n<strong>Regulated investment company (RIC).</strong> A mutual fund.\r\n\r\n<strong>Rollover.</strong> The tax-free termination of one investment and reinvestment of the proceeds. For example: An individual may roll over a lump-sum distribution from an employer\'s retirement plan into an IRA.\r\n\r\n<strong>S corporation.</strong> A corporation with no more than 35 shareholders that is not taxed, but treated similarly to a partnership, if other requirements are met.\r\n\r\n<strong>Savings Incentive Match Plan for Employees (SIMPLE plans).</strong> A simplified retirement arrangement for small businesses that comes in two varieties: one similar to a 401(k) plan and one that funds IRAs for employees.\r\n\r\n<strong>Standard deduction.</strong> A deduction allowed individuals instead of listing or itemizing deductible personal expenses. (See \"Itemized deductions.\") The amount depends on the individual\'s filing status. Additional amounts are available for taxpayers who are blind or are age 65 or over. Individuals may deduct either their standard deduction or the total of their itemized deductions, whichever is greater.\r\n\r\n<strong>Straight-line depreciation.</strong> A depreciation method that allows equal deductions in each year of an asset\'s \"life\" or recovery period. (See \"Accelerated depreciation.\")\r\n\r\n<strong>Swaps, tax-free.</strong> (1) Exchanges of like-kind property that result in no capital gains tax (commonly used for real estate). (2) Sales and repurchases of stock (or other securities) designed to realize a tax loss without discontinuing the investment. Transactions must comply with the wash sale rules to be effective. (See \"Wash sales.\")\r\n\r\n<strong>Taxable income.</strong> What is left after all deductions are taken. This is the amount upon which tax is computed.\r\n\r\n<strong>Taxpayer identification number (TIN).</strong> In the case of an individual, the Social Security number. In the case of a business (even an individual in business), the employer identification number.\r\n\r\n<strong>Top-heavy plan.</strong> An employee retirement or profit-sharing plan that disproportionately benefits top executives.\r\n\r\n<strong>Uniform capitalization rules (Unicap).</strong> A set of uniform rules for computing the cost of goods produced by a business that prevents current deductions for costs that must be capitalized (See \"Capital expenditures.\") or added to inventory.\r\n\r\n<strong>Wash sales.</strong> Simultaneous or near-simultaneous purchases and sales of the same property, usually stocks or bonds, made to generate deductible tax losses without discontinuing the investment. Losses on the transactions are ignored for tax purposes, however, unless a 30-day waiting period is observed between them.\r\n\r\n<strong>Withholding allowances.</strong> Adjustments made to assure correct withholding on wages for individuals who may have unusually large deductions or who may be subject to other special circumstances.\r\n\r\n<span style=\"font-size:smaller;\">The information presented is only of a general nature, may omit many details and special rules, is current only as of its published date, and accordingly cannot be regarded as legal or tax advice. Please contact our office for more information on this subject and how it pertains to your specific tax or financial situation.</span>\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]','Tax Glossary','','inherit','closed','closed','','189-revision-v1','','','2019-04-01 16:24:17','2019-04-01 16:24:17','',189,'http://providentprofessionalservices.com/wordpress12019/04/01/189-revision-v1/',0,'revision','',0),(322,4,'2019-04-01 16:25:41','2019-04-01 16:25:41','<img src=\"/wp-content/uploads/2019/02/SmallBusOwner-Blog-Horizontal.png\" alt=\"Why Businesses Fail\" width=\"900\" height=\"600\" class=\"alignnone size-full wp-image-15\" />\r\n\r\n \r\n\r\n<span style=\"text-decoration: underline;\"><strong>The Problem</strong></span>\r\n\r\nMost business owners do not understand how to use financial statements to manage their businesses \"by the numbers.\"\r\n\r\nInstead, they use substitute indicators which betray them, such as amount of cash in the bank. This often has little to do with profitability and the resulting taxes.\r\n\r\nSome business owners believe that the faster you grow the better. However, studies show that companies can grow themselves into bankruptcy because they run out of cash and working capital.\r\n\r\nFinancial tools can help avoid disaster and guide owners toward greater profitability, cash flow and independence from the drudgery of petty problem solving.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The Result</strong></span>\r\n\r\nOver 93% of businesses fail because of mismanagement. Of those that failed, over half were profitable, but failed because of mismanagement of cash flow. Source: Dunn and Bradstreet\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Cause</strong></span>\r\n\r\nThe \"bean counter\" mentality... Most traditional CPAs insist on performing obsolete practices by preparing financial statements in a format which most business owners do not understand and cannot use to improve their financial condition.\r\n\r\nThe reason? \"That\'s the way we\'ve always done it.\"\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Solution</strong></span>\r\n\r\nProvident Professional Services has developed a simple way to communicate financial information for non-accountants. We have a consistent history where business owners can use our reports to manage their businesses to help control costs, increase profits and improve cash flow.\r\n\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]','Why Businesses Fail','','inherit','closed','closed','','14-revision-v1','','','2019-04-01 16:25:41','2019-04-01 16:25:41','',14,'http://providentprofessionalservices.com/wordpress12019/04/01/14-revision-v1/',0,'revision','',0),(323,4,'2019-04-03 03:05:55','2019-04-03 03:05:55','Financial independence: No, it doesn’t mean retirement! Retirement is the end of your working life. Especially if you’re one of those who love what you do, retirement doesn’t need to be your goal. But financial independence should be! “Financial independence” means you’re able to take advantage of life’s opportunities without worrying about money. Of course, getting to that point can be intimidating. Where do you even start?\r\n\r\nWe are income tax professionals who recognize that for some people, tax savings alone are not enough. When you need assistance growing your top line, you can turn to us. We’ll help you achieve sustainable prosperity and financial independence. \r\n\r\nBelow are just a few ways we can work closely to help you realize your financial goals. Remember: Thinking “long-term” is a key characteristic in accumulating wealth.\r\n\r\n<ul>\r\n<li><strong>Defining Ownership Goals</strong> \r\nWe’ll help you analyze your current financial position, define goals, establish key performance indicators and define an achievable time line.</li>\r\n\r\n<li><strong>Business Diagnosis</strong> \r\nTogether, we’ll determination your current strengths, weaknesses, opportunities and threats and establish priorities to resolve.</li> \r\n\r\n<li><strong>Business Performance</strong>\r\nThrough carefully implemented strategies and measures, we’ll improve your profit and cash flow.</li> \r\n\r\n<li><strong>Certified Business Valuation</strong> \r\nWe’ll help you know your current business value, understand your opportunities and implement improvements.</li> \r\n\r\n<li><strong>Business Value</strong> \r\nLet’s increase your business equity value by increasing net free cash flow, risk reduction and owner independence.</li>\r\n\r\n<li><strong>Industry Comparisons</strong> \r\nHow does your company or financial status compare with others in your industry, including key ratios of strength and performance?</li> \r\n\r\n<li><strong>Transition of Owner’s Role</strong> \r\nElevate your owner’s role from crisis manager to strategic planner in order to realize your true vision!</li>\r\n\r\n<li><strong>Business Independence</strong> \r\nWe’ll help you craft operational and functional measures to gradually reduce dependence on owners for daily operations.</li> \r\n\r\n<li><strong>Owner’s Lifestyle</strong> \r\nIncrease free time for more pleasure and enjoyment, exploration of new opportunities and reduction of stress.</li>\r\n</ul> \r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n\r\n','9 Ways We Can Be Financially Independent','','publish','open','open','','9-ways-we-can-help-you-become-financially-independent','','','2019-05-15 06:42:14','2019-05-15 06:42:14','',0,'http://providentprofessionalservices.com/wordpress1?p=323',0,'post','',0),(328,4,'2019-04-03 02:58:11','2019-04-03 02:58:11','','FinancialIndependence - Blog-withCallout','','inherit','open','closed','','financialindependence-blog-withcallout','','','2019-05-15 06:42:08','2019-05-15 06:42:08','',323,'/wp-content/uploads/2019/04/FinancialIndependence-Blog-withCallout.png',0,'attachment','image/png',0),(330,4,'2019-04-03 03:04:57','2019-04-03 03:04:57','<img src=\"/wp-content/uploads/2019/04/FinancialIndependence-Blog-withCallout.png\" alt=\"financially independent\" width=\"800\" height=\"531\" class=\"aligncenter size-full wp-image-328\" />\r\n\r\nFinancial independence: No, it doesn’t mean retirement! retirement is the end of your working life. Especially if you’re one of those who love what you do, retirement doesn’t need to be your goal. But financial independence should be! “Financial independence” means you’re able to take advantage of life’s opportunities without worrying about money. Of course, getting to that point can be intimidating. Where do you even start?\r\n\r\nWe are income tax professionals who recognize that for some people, tax savings alone are not enough. When you need assistance growing your top line, you can turn to us. We’ll help you achieve sustainable prosperity and financial independence. \r\n\r\nBelow are just a few ways we can work closely to help you realize your financial goals. Remember: Thinking “long-term” is a key characteristic in accumulating wealth.\r\n\r\n<ul>\r\n<li><strong>Defining Ownership Goals</strong> \r\nWe’ll help you analyze your current financial position, define goals, establish key performance indicators and define an achievable time line.</li>\r\n\r\n<li><strong>Business Diagnosis</strong> \r\nTogether, we’ll determination your current strengths, weaknesses, opportunities and threats and establish priorities to resolve.</li> \r\n\r\n<li><strong>Business Performance</strong>\r\nThrough carefully implemented strategies and measures, we’ll improve your profit and cash flow.</li> \r\n\r\n<li><strong>Certified Business Valuation</strong> \r\nWe’ll help you know your current business value, understand your opportunities and implement improvements.</li> \r\n\r\n<li><strong>Business Value</strong> \r\nLet’s increase your business equity value by increasing net free cash flow, risk reduction and owner independence.</li>\r\n\r\n<li><strong>Industry Comparisons</strong> \r\nHow does your company or financial status compare with others in your industry, including key ratios of strength and performance?</li> \r\n\r\n<li><strong>Transition of Owner’s Role</strong> \r\nElevate your owner’s role from crisis manager to strategic planner in order to realize your true vision!</li>\r\n\r\n<li><strong>Business Independence</strong> \r\nWe’ll help you craft operational and functional measures to gradually reduce dependence on owners for daily operations.</li> \r\n\r\n<li><strong>Owner’s Lifestyle</strong> \r\nIncrease free time for more pleasure and enjoyment, exploration of new opportunities and reduction of stress.</li>\r\n</ul> \r\n\r\n','9 Ways We Can Be Financially Independent','','inherit','closed','closed','','323-revision-v1','','','2019-04-03 03:04:57','2019-04-03 03:04:57','',323,'http://providentprofessionalservices.com/wordpress12019/04/03/323-revision-v1/',0,'revision','',0),(331,4,'2019-04-03 03:05:55','2019-04-03 03:05:55','<img src=\"/wp-content/uploads/2019/04/FinancialIndependence-Blog-withCallout.png\" alt=\"financially independent\" width=\"800\" height=\"531\" class=\"aligncenter size-full wp-image-328\" />\r\n\r\nFinancial independence: No, it doesn’t mean retirement! Retirement is the end of your working life. Especially if you’re one of those who love what you do, retirement doesn’t need to be your goal. But financial independence should be! “Financial independence” means you’re able to take advantage of life’s opportunities without worrying about money. Of course, getting to that point can be intimidating. Where do you even start?\r\n\r\nWe are income tax professionals who recognize that for some people, tax savings alone are not enough. When you need assistance growing your top line, you can turn to us. We’ll help you achieve sustainable prosperity and financial independence. \r\n\r\nBelow are just a few ways we can work closely to help you realize your financial goals. Remember: Thinking “long-term” is a key characteristic in accumulating wealth.\r\n\r\n<ul>\r\n<li><strong>Defining Ownership Goals</strong> \r\nWe’ll help you analyze your current financial position, define goals, establish key performance indicators and define an achievable time line.</li>\r\n\r\n<li><strong>Business Diagnosis</strong> \r\nTogether, we’ll determination your current strengths, weaknesses, opportunities and threats and establish priorities to resolve.</li> \r\n\r\n<li><strong>Business Performance</strong>\r\nThrough carefully implemented strategies and measures, we’ll improve your profit and cash flow.</li> \r\n\r\n<li><strong>Certified Business Valuation</strong> \r\nWe’ll help you know your current business value, understand your opportunities and implement improvements.</li> \r\n\r\n<li><strong>Business Value</strong> \r\nLet’s increase your business equity value by increasing net free cash flow, risk reduction and owner independence.</li>\r\n\r\n<li><strong>Industry Comparisons</strong> \r\nHow does your company or financial status compare with others in your industry, including key ratios of strength and performance?</li> \r\n\r\n<li><strong>Transition of Owner’s Role</strong> \r\nElevate your owner’s role from crisis manager to strategic planner in order to realize your true vision!</li>\r\n\r\n<li><strong>Business Independence</strong> \r\nWe’ll help you craft operational and functional measures to gradually reduce dependence on owners for daily operations.</li> \r\n\r\n<li><strong>Owner’s Lifestyle</strong> \r\nIncrease free time for more pleasure and enjoyment, exploration of new opportunities and reduction of stress.</li>\r\n</ul> \r\n\r\n','9 Ways We Can Be Financially Independent','','inherit','closed','closed','','323-revision-v1','','','2019-04-03 03:05:55','2019-04-03 03:05:55','',323,'http://providentprofessionalservices.com/wordpress12019/04/03/323-revision-v1/',0,'revision','',0),(332,4,'2019-04-03 03:10:03','2019-04-03 03:10:03','<img src=\"/wp-content/uploads/2019/04/FinancialIndependence-Blog-withCallout.png\" alt=\"financially independent\" width=\"800\" height=\"531\" class=\"aligncenter size-full wp-image-328\" />\r\n\r\nFinancial independence: No, it doesn’t mean retirement! Retirement is the end of your working life. Especially if you’re one of those who love what you do, retirement doesn’t need to be your goal. But financial independence should be! “Financial independence” means you’re able to take advantage of life’s opportunities without worrying about money. Of course, getting to that point can be intimidating. Where do you even start?\r\n\r\nWe are income tax professionals who recognize that for some people, tax savings alone are not enough. When you need assistance growing your top line, you can turn to us. We’ll help you achieve sustainable prosperity and financial independence. \r\n\r\nBelow are just a few ways we can work closely to help you realize your financial goals. Remember: Thinking “long-term” is a key characteristic in accumulating wealth.\r\n\r\n<ul>\r\n<li><strong>Defining Ownership Goals</strong> \r\nWe’ll help you analyze your current financial position, define goals, establish key performance indicators and define an achievable time line.</li>\r\n\r\n<li><strong>Business Diagnosis</strong> \r\nTogether, we’ll determination your current strengths, weaknesses, opportunities and threats and establish priorities to resolve.</li> \r\n\r\n<li><strong>Business Performance</strong>\r\nThrough carefully implemented strategies and measures, we’ll improve your profit and cash flow.</li> \r\n\r\n<li><strong>Certified Business Valuation</strong> \r\nWe’ll help you know your current business value, understand your opportunities and implement improvements.</li> \r\n\r\n<li><strong>Business Value</strong> \r\nLet’s increase your business equity value by increasing net free cash flow, risk reduction and owner independence.</li>\r\n\r\n<li><strong>Industry Comparisons</strong> \r\nHow does your company or financial status compare with others in your industry, including key ratios of strength and performance?</li> \r\n\r\n<li><strong>Transition of Owner’s Role</strong> \r\nElevate your owner’s role from crisis manager to strategic planner in order to realize your true vision!</li>\r\n\r\n<li><strong>Business Independence</strong> \r\nWe’ll help you craft operational and functional measures to gradually reduce dependence on owners for daily operations.</li> \r\n\r\n<li><strong>Owner’s Lifestyle</strong> \r\nIncrease free time for more pleasure and enjoyment, exploration of new opportunities and reduction of stress.</li>\r\n</ul> \r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n\r\n','9 Ways We Can Be Financially Independent','','inherit','closed','closed','','323-revision-v1','','','2019-04-03 03:10:03','2019-04-03 03:10:03','',323,'http://providentprofessionalservices.com/wordpress12019/04/03/323-revision-v1/',0,'revision','',0),(333,4,'2019-04-03 12:01:33','2019-04-03 12:01:33','','iwp_log_5ca5044478715','','publish','closed','closed','','iwp_log_5ca5044478715','','','2019-04-03 12:01:33','2019-04-03 12:01:33','',0,'http://providentprofessionalservices.com/wordpress12019/04/03/iwp_log_5ca5044478715/',0,'iwp_log','',0),(334,4,'2019-04-03 12:01:33','2019-04-03 12:01:33','','iwp_log_5ca50452bbf10','','publish','closed','closed','','iwp_log_5ca50452bbf10','','','2019-04-03 12:01:33','2019-04-03 12:01:33','',0,'http://providentprofessionalservices.com/wordpress12019/04/03/iwp_log_5ca50452bbf10/',0,'iwp_log','',0),(337,4,'2019-04-05 11:03:10','2019-04-05 11:03:10','','iwp_log_5ca7997c468ca','','publish','closed','closed','','iwp_log_5ca7997c468ca','','','2019-04-05 11:03:10','2019-04-05 11:03:10','',0,'http://providentprofessionalservices.com/wordpress12019/04/05/iwp_log_5ca7997c468ca/',0,'iwp_log','',0),(338,4,'2019-04-09 11:33:03','2019-04-09 11:33:03','','iwp_log_5cace660b34b9','','publish','closed','closed','','iwp_log_5cace660b34b9','','','2019-04-09 11:33:03','2019-04-09 11:33:03','',0,'http://providentprofessionalservices.com/wordpress12019/04/09/iwp_log_5cace660b34b9/',0,'iwp_log','',0),(339,0,'2019-04-18 21:53:25','2019-04-18 21:53:25','','iwp_log_5cb8f1d54012c','','publish','closed','closed','','iwp_log_5cb8f1d54012c','','','2019-04-18 21:53:25','2019-04-18 21:53:25','',0,'http://providentprofessionalservices.com/wordpress12019/04/18/iwp_log_5cb8f1d54012c/',0,'iwp_log','',0),(341,4,'2019-04-29 17:47:46','2019-04-29 17:47:46','','iwp_log_5cc738c27e19b','','publish','closed','closed','','iwp_log_5cc738c27e19b','','','2019-04-29 17:47:46','2019-04-29 17:47:46','',0,'http://providentprofessionalservices.com/wordpress12019/04/29/iwp_log_5cc738c27e19b/',0,'iwp_log','',0),(342,4,'2019-04-29 17:47:46','2019-04-29 17:47:46','','iwp_log_5cc738c28700b','','publish','closed','closed','','iwp_log_5cc738c28700b','','','2019-04-29 17:47:46','2019-04-29 17:47:46','',0,'http://providentprofessionalservices.com/wordpress12019/04/29/iwp_log_5cc738c28700b/',0,'iwp_log','',0),(343,4,'2019-04-29 17:47:46','2019-04-29 17:47:46','','iwp_log_5cc738c28b99d','','publish','closed','closed','','iwp_log_5cc738c28b99d','','','2019-04-29 17:47:46','2019-04-29 17:47:46','',0,'http://providentprofessionalservices.com/wordpress12019/04/29/iwp_log_5cc738c28b99d/',0,'iwp_log','',0),(344,4,'2019-04-29 17:47:46','2019-04-29 17:47:46','','iwp_log_5cc738c2917f3','','publish','closed','closed','','iwp_log_5cc738c2917f3','','','2019-04-29 17:47:46','2019-04-29 17:47:46','',0,'http://providentprofessionalservices.com/wordpress12019/04/29/iwp_log_5cc738c2917f3/',0,'iwp_log','',0),(345,4,'2019-04-29 17:47:46','2019-04-29 17:47:46','','iwp_log_5cc738c29640b','','publish','closed','closed','','iwp_log_5cc738c29640b','','','2019-04-29 17:47:46','2019-04-29 17:47:46','',0,'http://providentprofessionalservices.com/wordpress12019/04/29/iwp_log_5cc738c29640b/',0,'iwp_log','',0),(346,4,'2019-04-29 17:52:50','2019-04-29 17:52:50','','TK screen shot 1 -Cropped','','inherit','open','closed','','tk-screen-shot-1-cropped','','','2019-04-29 17:52:50','2019-04-29 17:52:50','',55,'/wp-content/uploads/2019/04/TK-screen-shot-1-Cropped.jpg',0,'attachment','image/jpeg',0),(347,4,'2019-04-29 17:54:00','2019-04-29 17:54:00','<img src=\"/wp-content/uploads/2019/04/TK-screen-shot-1-Cropped-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"aligncenter size-medium wp-image-346\" /><h5>Thomas Kalajian, BS, CRTP, CVA, ABAR</h5>\r\n\r\n<h5><a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Curriculum Vitae</a></h5>\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review</strong>, was honored with Best Accredited in Business Appraisal Review Report Award for 2010 by the nationally-recognized pioneering business valuation accrediting organization, The Institute of Business Appraisers (IBA) on June 2, 2010 at the NACVA/IBA 2010 Annual Consultants\' Conference in Miami Beach, Florida.\r\n\r\nMr. Kalajian was one of the first 25 graduates to earn this advanced business valuation designation in 2009. His qualifying report scored by the Qualifications Review Committee included nuances which the Committee later adopted as Best Practices for proposed professional standards for review reporting.\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review, 2009</strong>. This advanced business valuation credential is conferred by the Institute of Business Appraisers. It requires a 4-day rigorous full emersion workshop, examination, experience, pre-existing nationally-recognized business valuation designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong>Thomas Kalajian - <a href=\"/crtp-vs-cpa/\">CRTP</a>, CTEC Registered Tax Preparer</strong>, Registration of California Tax Professionals by CTEC, California Tax Education Council and designated as a registered tax preparer by the Internal Revenue Service. Qualified professionals are awarded the designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.\r\n\r\nThomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses incorporating the accumulated experience of over 30 years in continuous operation of his firm.\r\n\r\n<strong>Thomas Kalajian - CVA, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong>Thomas Kalajian - Bachelor of Science, BS</strong>, degree in Business Administration. Mr. Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting.\r\n\r\nThe accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<strong>Thomas Kalajian - Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population. Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong>Thomas Kalajian - Viet Nam Veteran.</strong> Thomas fulfilled his military duty, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<strong>Thomas Kalajian - Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Mr. Kalajian volunteered over 10 years of service to the Orange County (OC) California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (Orange County (OC) Newschannel) Orange County (OC)\'s 24-hour cable news channel.\r\n\r\nOCN reached a base of over 2 million viewers in Orange County (OC), and Mr. Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<strong>Thomas Kalajian - Profit Improvement Specialist.</strong> Documented here also is Mr. Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<strong>Thomas Kalajian - Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional mission and enduring core values.','Tom\'s Qualifications','','inherit','closed','closed','','55-revision-v1','','','2019-04-29 17:54:00','2019-04-29 17:54:00','',55,'http://providentprofessionalservices.com/wordpress12019/04/29/55-revision-v1/',0,'revision','',0),(348,4,'2019-04-29 17:54:43','2019-04-29 17:54:43','<img src=\"/wp-content/uploads/2019/04/TK-screen-shot-1-Cropped-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"alignleft size-medium wp-image-346\" /><h5>Thomas Kalajian, BS, CRTP, CVA, ABAR</h5>\r\n\r\n<h5><a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Curriculum Vitae</a></h5>\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review</strong>, was honored with Best Accredited in Business Appraisal Review Report Award for 2010 by the nationally-recognized pioneering business valuation accrediting organization, The Institute of Business Appraisers (IBA) on June 2, 2010 at the NACVA/IBA 2010 Annual Consultants\' Conference in Miami Beach, Florida.\r\n\r\nMr. Kalajian was one of the first 25 graduates to earn this advanced business valuation designation in 2009. His qualifying report scored by the Qualifications Review Committee included nuances which the Committee later adopted as Best Practices for proposed professional standards for review reporting.\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review, 2009</strong>. This advanced business valuation credential is conferred by the Institute of Business Appraisers. It requires a 4-day rigorous full emersion workshop, examination, experience, pre-existing nationally-recognized business valuation designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong>Thomas Kalajian - <a href=\"/crtp-vs-cpa/\">CRTP</a>, CTEC Registered Tax Preparer</strong>, Registration of California Tax Professionals by CTEC, California Tax Education Council and designated as a registered tax preparer by the Internal Revenue Service. Qualified professionals are awarded the designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.\r\n\r\nThomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses incorporating the accumulated experience of over 30 years in continuous operation of his firm.\r\n\r\n<strong>Thomas Kalajian - CVA, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong>Thomas Kalajian - Bachelor of Science, BS</strong>, degree in Business Administration. Mr. Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting.\r\n\r\nThe accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<strong>Thomas Kalajian - Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population. Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong>Thomas Kalajian - Viet Nam Veteran.</strong> Thomas fulfilled his military duty, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<strong>Thomas Kalajian - Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Mr. Kalajian volunteered over 10 years of service to the Orange County (OC) California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (Orange County (OC) Newschannel) Orange County (OC)\'s 24-hour cable news channel.\r\n\r\nOCN reached a base of over 2 million viewers in Orange County (OC), and Mr. Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<strong>Thomas Kalajian - Profit Improvement Specialist.</strong> Documented here also is Mr. Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<strong>Thomas Kalajian - Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional mission and enduring core values.','Tom\'s Qualifications','','inherit','closed','closed','','55-revision-v1','','','2019-04-29 17:54:43','2019-04-29 17:54:43','',55,'http://providentprofessionalservices.com/wordpress12019/04/29/55-revision-v1/',0,'revision','',0),(350,4,'2019-04-30 03:52:03','2019-04-30 03:52:03','','WebsiteHomePage_v5','','inherit','open','closed','','websitehomepage_v5','','','2019-04-30 03:52:03','2019-04-30 03:52:03','',0,'/wp-content/uploads/2019/04/WebsiteHomePage_v5.png',0,'attachment','image/png',0),(351,4,'2019-05-02 15:31:26','2019-05-02 15:31:26','<img src=\"/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" class=\"alignleft size-medium wp-image-179\" /><h5>Thomas Kalajian, BS, CRTP, CVA, ABAR</h5>\r\n\r\n<h5><a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Curriculum Vitae</a></h5>\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review</strong>, was honored with Best Accredited in Business Appraisal Review Report Award for 2010 by the nationally-recognized pioneering business valuation accrediting organization, The Institute of Business Appraisers (IBA) on June 2, 2010 at the NACVA/IBA 2010 Annual Consultants\' Conference in Miami Beach, Florida.\r\n\r\nMr. Kalajian was one of the first 25 graduates to earn this advanced business valuation designation in 2009. His qualifying report scored by the Qualifications Review Committee included nuances which the Committee later adopted as Best Practices for proposed professional standards for review reporting.\r\n\r\n<strong>\r\nThomas Kalajian - ABAR, Accredited in Business Appraisal Review, 2009</strong>. This advanced business valuation credential is conferred by the Institute of Business Appraisers. It requires a 4-day rigorous full emersion workshop, examination, experience, pre-existing nationally-recognized business valuation designation and acceptance of a qualifying appraisal review report by the ABAR Qualifications Review Committee. The Qualifications Review Committee commended Mr. Kalajian\'s qualifying appraisal review report as advancing the best practices in appraisal review.\r\n\r\nThe credential is the only one of its kind in existence among appraisal credentialing organizations. It formalizes and standardizes practices in procedures and report content and establishes the standard for all appraisal review reports. All applicants are required to sign an oath requiring adherence to ethical standards specific to the responsibility conferred to holders of this credential. Mr. Kalajian was among the first 25 accredited ABARs in existence.\r\n\r\n<strong>Thomas Kalajian - <a href=\"/crtp-vs-cpa/\">CRTP</a>, CTEC Registered Tax Preparer</strong>, Registration of California Tax Professionals by CTEC, California Tax Education Council and designated as a registered tax preparer by the Internal Revenue Service. Qualified professionals are awarded the designation of CRTP, which requires completion of comprehensive qualifying eligibility requirements, and thereafter, 20 hours of professional continuing education in taxation annually.\r\n\r\nThomas Kalajian\'s firm also provides Compiled financial statements and a broad spectrum of other financial services for individuals and privately-held businesses incorporating the accumulated experience of over 30 years in continuous operation of his firm.\r\n\r\n<strong>Thomas Kalajian - CVA, Certified Valuation Analyst.</strong> NACVA’s globally recognized Certified Valuation Analyst (CVA) designation is the most widely recognized business valuation credential and the only business valuation credential accredited by the National Commission for Certifying Agencies® (NCCA®).\r\n\r\n<strong>Thomas Kalajian - Bachelor of Science, BS</strong>, degree in Business Administration. Mr. Kalajian\'s university education included successful studies in physics, chemistry and a major in business administration with a concentration in accounting.\r\n\r\nThe accountancy curriculum included Managerial Accounting, Cost Accounting, Intermediate Accounting, Advanced Accounting, Financial Auditing, Business Law and Federal Taxation. In addition, course work included Marketing, Finance, Statistical Analysis, Business Communications and both Micro- and Macro-Economics.\r\n\r\n<strong>Thomas Kalajian - Mensa.</strong> American Mensa is part of an international membership society of individuals with IQs among the highest 2% of the population. Individuals can apply for membership through the process of examination with qualifying scores, or become eligible for membership through other acceptable qualifying scores in equivalency examinations administered by any of the military branches of service.\r\n\r\n<strong>Thomas Kalajian - Viet Nam Veteran.</strong> Thomas fulfilled his military duty, serving in Viet Nam in the U.S. Army Signal Corps beginning in 1968. He graduated with honors from Signal School in 5th echelon multiplex radio repair as a Specialist 4th Class and an expert marksman with a Sharpshooter medal. His last duty assignment before honorable discharge was the Transportation Coordinator of I Corps quadrant, headquartered in Nha Trang, Viet Nam.\r\n\r\n<strong>Thomas Kalajian - Television Broadcast Correspondent For 10 Years.</strong> Shown at the broadcast studios of OCN at the news anchor desk, Mr. Kalajian volunteered over 10 years of service to the Orange County (OC) California community from 1991 through 2001 by providing tax and management tips as the field correspondent for OCN, (Orange County (OC) Newschannel) Orange County (OC)\'s 24-hour cable news channel.\r\n\r\nOCN reached a base of over 2 million viewers in Orange County (OC), and Mr. Kalajian\'s broadcasts were consistently one of the highest rated segments based on favorable viewer telephone calls.\r\n\r\n<strong>Thomas Kalajian - Profit Improvement Specialist.</strong> Documented here also is Mr. Kalajian\'s career accomplishments from accounting graduate in 1971, to Certified Public Accountant, CPA, for over 25 years from 1975 to 2001, his commitment to intensive training in business development strategies beginning in 1995, his California state registered tax designation as a CRTP in 2001, and his further expansion to his valuation designation as an CVA for preparing formal certified business valuation appraisal reports.\r\n\r\n<strong>Thomas Kalajian - Business Leader.</strong> Included as well is documentation showing his life-long commitment of service to the public, to his country during his military service and his pursuit of personal and professional excellence, traditional family values and high moral, committed to his professional mission and enduring core values.','Tom\'s Qualifications','','inherit','closed','closed','','55-revision-v1','','','2019-05-02 15:31:26','2019-05-02 15:31:26','',55,'http://providentprofessionalservices.com/wordpress12019/05/02/55-revision-v1/',0,'revision','',0),(353,4,'2019-05-02 15:34:13','2019-05-02 15:34:13','','iwp_log_5ccb0df6004eb','','publish','closed','closed','','iwp_log_5ccb0df6004eb','','','2019-05-02 15:34:13','2019-05-02 15:34:13','',0,'http://providentprofessionalservices.com/wordpress12019/05/02/iwp_log_5ccb0df6004eb/',0,'iwp_log','',0),(363,4,'2019-05-06 17:49:28','2019-05-06 17:49:28','','PPS Logo with phone','','inherit','open','closed','','pps-logo-with-phone','','','2019-05-06 17:49:28','2019-05-06 17:49:28','',0,'/wp-content/uploads/2019/05/PPS-Logo-with-phone.png',0,'attachment','image/png',0),(369,4,'2019-05-07 00:00:41','2019-05-07 00:00:41','','PPS Logo with phone 2','','inherit','open','closed','','pps-logo-with-phone-2','','','2019-05-07 00:00:41','2019-05-07 00:00:41','',0,'/wp-content/uploads/2019/05/PPS-Logo-with-phone-2.png',0,'attachment','image/png',0),(376,4,'2019-05-07 04:10:03','2019-05-07 04:10:03','<h2>Our Mutual Commitments to Work Together\"</h2>\n\n<h3>Our Commitments to You</h3>\n<strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact. We will not surprise or ambush you when reasonably preventable or knowable in advance. We will not oversell, over bill or over promise.\n\n<strong>We Are Your Advocates.</strong> We will invest ourselves fully to understand and commit to your goals so we can efficiently assist you in accomplishing them. \n\n<strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.\n\n<strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.\n\n<strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.\n\n<h3>Your Commitments to Us</h3>\n<strong>Communicating Concerns.</strong> Our goal is to make your experience superior. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.\n\n<strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries. \nFulfilling Your Financial Arrangements. So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.\nSharing Your Successes. We would appreciate your accepting a role in helping our practice grow from your recommendations to others who would value the caliber of work we do.\n\n\n\n\n</div>\n<h3 style=\"text-align: center;\">Our Commitments to You</h3>\n<strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.\n\n<strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.\n\n<strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.\n\n<strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.\n\n<strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.\n<h3 style=\"text-align: center;\">\nYour Commitments to Us</h3>\n<strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.\n\n<strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.\n\n<strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.\n\n<strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.','Written Commitments','','inherit','closed','closed','','198-autosave-v1','','','2019-05-07 04:10:03','2019-05-07 04:10:03','',198,'http://providentprofessionalservices.com/wordpress12019/05/07/198-autosave-v1/',0,'revision','',0),(377,4,'2019-05-07 04:10:31','2019-05-07 04:10:31','<h2>Our Mutual Commitments to Work Together\"</h2>\r\n\r\n<h3>Our Commitments to You</h3>\r\n<strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact. We will not surprise or ambush you when reasonably preventable or knowable in advance. We will not oversell, over bill or over promise.\r\n\r\n<strong>We Are Your Advocates.</strong> We will invest ourselves fully to understand and commit to your goals so we can efficiently assist you in accomplishing them. \r\n\r\n<strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.\r\n\r\n<strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.\r\n\r\n<strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.\r\n\r\n<h3>Your Commitments to Us</h3>\r\n<strong>Communicating Concerns.</strong> Our goal is to make your experience superior. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.\r\n\r\n<strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries. \r\n\r\n<strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.\r\nSharing Your Successes. We would appreciate your accepting a role in helping our practice grow from your recommendations to others who would value the caliber of work we do.\r\n\r\n<h3 style=\"text-align: center;\">Our Commitments to You</h3>\r\n<strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact.\r\n\r\n<strong>Fulfilling Your Expectations.</strong> We will invest ourselves to fully understand and commit to your goals so we can efficiently assist you in accomplishing them.\r\n\r\n<strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.\r\n\r\n<strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.\r\n\r\n<strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.\r\n<h3 style=\"text-align: center;\">\r\nYour Commitments to Us</h3>\r\n<strong>Communicating Concerns.</strong> Our goal is to make your experience memorable. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.\r\n\r\n<strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries.\r\n\r\n<strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.\r\n\r\n<strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.','Written Commitments','','inherit','closed','closed','','198-revision-v1','','','2019-05-07 04:10:31','2019-05-07 04:10:31','',198,'http://providentprofessionalservices.com/wordpress12019/05/07/198-revision-v1/',0,'revision','',0),(378,4,'2019-05-07 04:11:58','2019-05-07 04:11:58','<h2>Our Mutual Commitments to Work Together</h2>\r\n\r\n<h3>Our Commitments to You</h3>\r\n<strong>Honesty, Clarity and Courtesy.</strong> We will interact with you honestly, clearly and courteously as we would expect from all those with whom we interact. We will not surprise or ambush you when reasonably preventable or knowable in advance. We will not oversell, over bill or over promise.\r\n\r\n<strong>We Are Your Advocates.</strong> We will invest ourselves fully to understand and commit to your goals so we can efficiently assist you in accomplishing them. \r\n\r\n<strong>Effective Results.</strong> We will provide effective practical solutions, realistic expectations and intelligent options which you can understand and act upon with confidence.\r\n\r\n<strong>Keeping Our Promises.</strong> We will keep our promises to you, keep our appointments punctually, and respond to your inquiries within 4 business hours whenever possible.\r\n\r\n<strong>Competence and Innovation.</strong> We will continuously improve our professional skills through professional education programs while implementing the latest innovative and resourceful strategies for sustainable, competent and relevant results.\r\n\r\n<h3>Your Commitments to Us</h3>\r\n<strong>Communicating Concerns.</strong> Our goal is to make your experience superior. Although we appreciate compliments, more importantly, you also must tell us if we have not measured up to your expectations so that we can take the proper steps to remedy your disappointment.\r\n\r\n<strong>Cooperation and Collaboration.</strong> We depend on communication, cooperation and collaboration from you and others to do our work. That means we rely on you for complete information and prompt responses to our inquiries. \r\n\r\n<strong>Fulfilling Your Financial Arrangements.</strong> So that we can continue without interruption to serve as your advocate, you agree to reciprocate by prompt fulfillment of our payment arrangements as agreed.\r\nSharing Your Successes. We would appreciate your accepting a role in helping our practice grow from your recommendations to others who would value the caliber of work we do.\r\n\r\n<strong>Sharing Your Successes.</strong> We appreciate your accepting your role in helping our practice grow from your recommendations to those who will appreciate and benefit from the caliber of work we do.','Written Commitments','','inherit','closed','closed','','198-revision-v1','','','2019-05-07 04:11:58','2019-05-07 04:11:58','',198,'http://providentprofessionalservices.com/wordpress12019/05/07/198-revision-v1/',0,'revision','',0),(380,4,'2019-05-07 04:23:56','2019-05-07 04:23:56','<h3 style=\"text-align: center;\"><strong>All Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP) Registered with the Internal Revenue Service and the State of California.</strong></h3>\r\n \r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-pricing-choices/\">Your Taxes, Prepared Your Way</a>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/individual-tax-pricing-choices/\">Individual Pricing Structure</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/index.php/what-goes-into-your-taxes/tax-pricing-choices/for-business-income-tax-return-preparation/\">Business Pricing Structure</a></li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<em><strong>More Information to Assist in Your Selection of an Income Tax Professional</strong></em>\r\n<ul>\r\n <li><a style=\"color: #000080;\" href=\"/tax-reduction-measures/\">Income Tax Reduction Measures</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/whats-unique/\">What\'s Unique About Us</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/crtp-vs-cpa/\">CRTP or CPA: What\'s Best for You</a></span></li>\r\n <li><a style=\"color: #000080;\" href=\"/income-tax-services/\">Scope of Income Tax Services</a></li>\r\n <li><a style=\"color: #000080;\" href=\"/toms-qualifications/\">Tom\'s Professional Qualifications</a></li>\r\n</ul>','Precision Handcrafted Income Tax Returns','','inherit','closed','closed','','27-revision-v1','','','2019-05-07 04:23:56','2019-05-07 04:23:56','',27,'http://providentprofessionalservices.com/wordpress12019/05/07/27-revision-v1/',0,'revision','',0),(381,4,'2019-05-08 18:31:37','2019-05-08 18:31:37','','iwp_log_5cd384a5537bb','','publish','closed','closed','','iwp_log_5cd384a5537bb','','','2019-05-08 18:31:37','2019-05-08 18:31:37','',0,'http://providentprofessionalservices.com/wordpress12019/05/08/iwp_log_5cd384a5537bb/',0,'iwp_log','',0),(382,4,'2019-05-08 18:31:37','2019-05-08 18:31:37','','iwp_log_5cd384ab419bd','','publish','closed','closed','','iwp_log_5cd384ab419bd','','','2019-05-08 18:31:37','2019-05-08 18:31:37','',0,'http://providentprofessionalservices.com/wordpress12019/05/08/iwp_log_5cd384ab419bd/',0,'iwp_log','',0),(383,4,'2019-05-08 18:31:37','2019-05-08 18:31:37','','iwp_log_5cd384af9a772','','publish','closed','closed','','iwp_log_5cd384af9a772','','','2019-05-08 18:31:37','2019-05-08 18:31:37','',0,'http://providentprofessionalservices.com/wordpress12019/05/08/iwp_log_5cd384af9a772/',0,'iwp_log','',0),(384,4,'2019-05-10 20:00:44','2019-05-10 20:00:44','','iwp_log_5cd63c51882c1','','publish','closed','closed','','iwp_log_5cd63c51882c1','','','2019-05-10 20:00:44','2019-05-10 20:00:44','',0,'http://providentprofessionalservices.com/wordpress12019/05/10/iwp_log_5cd63c51882c1/',0,'iwp_log','',0),(385,4,'2019-05-10 20:00:44','2019-05-10 20:00:44','','iwp_log_5cd63c5c37666','','publish','closed','closed','','iwp_log_5cd63c5c37666','','','2019-05-10 20:00:44','2019-05-10 20:00:44','',0,'http://providentprofessionalservices.com/wordpress12019/05/10/iwp_log_5cd63c5c37666/',0,'iwp_log','',0),(386,4,'2019-05-10 20:00:44','2019-05-10 20:00:44','','iwp_log_5cd63c6ff2d7c','','publish','closed','closed','','iwp_log_5cd63c6ff2d7c','','','2019-05-10 20:00:44','2019-05-10 20:00:44','',0,'http://providentprofessionalservices.com/wordpress12019/05/10/iwp_log_5cd63c6ff2d7c/',0,'iwp_log','',0),(387,4,'2019-05-10 20:00:44','2019-05-10 20:00:44','','iwp_log_5cd63cc58a833','','publish','closed','closed','','iwp_log_5cd63cc58a833','','','2019-05-10 20:00:44','2019-05-10 20:00:44','',0,'http://providentprofessionalservices.com/wordpress12019/05/10/iwp_log_5cd63cc58a833/',0,'iwp_log','',0),(391,4,'2019-05-15 05:06:53','2019-05-15 05:06:53','<p>\r\n <label>First Name</label>\r\n <input required=\"\" placeholder=\"First Name\" name=\"FNAME\" type=\"text\">\r\n</p>\r\n<p>\r\n <label>Last Name</label>\r\n <input required=\"\" placeholder=\"Last Name\" name=\"LNAME\" type=\"text\">\r\n</p>\r\n<p>\r\n <label>Email address: </label>\r\n <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\r\n</p>\r\n<p>\r\n <label>Phone Number</label>\r\n <input placeholder=\"Phone Number\" name=\"PHONE\" type=\"tel\">\r\n</p>\r\n<p><label>Would you like to receive a follow up call from us?</label> <label><input name=\"FOLLOWUP\" type=\"radio\" value=\"Yes\"><span>Yes</span></label> <label><input name=\"FOLLOWUP\" type=\"radio\" value=\"No\"><span>No</span></label></p>\r\nIf yes, what would be the best time and day to reach you?\r\n <p>\r\n <label>Time(s) to Call</label>\r\n <input type=\"text\" name=\"TIMETOCALL\">\r\n<br />\r\n <label>Day(s) to Call</label>\r\n <input type=\"text\" name=\"DAYSTOCALL\">\r\n</p>\r\n <p><em>Our communication is complimentary and strictly confidential to the maximum extent allowed by law. We would be happy to provide you with written a Non-disclosure Agreement upon request. However, for your protection, safety and security, please do not disclose any personal non-public financial information on the contact form or later discuss with us information that is legally privileged or could be used against you in a legal proceeding. We do not enjoy privileged communication as do attorneys and must disclose the contents of our conversations if lawfully subpoenaed. Thank you.</em></p>\r\n<p>\r\n <label>What factors would you most like to improve about your business or your life style?</label>\r\n <br/>[textarea Factors]\r\n</p>\r\n<p>\r\n <input type=\"submit\" value=\"Send\" />\r\n</p>\n1\nInquiry from ProvidentProfessionalServices.com\nhello@providentprofessionalservices.com\n123@providentprofessionalservices.com\nName: [FNAME] [LNAME]\r\nEmail: [EMAIL]\r\nPhone: [PHONE]\r\n\r\nDo they want a follow-up call: [FOLLOWUP]\r\nBest Time(s) to Call: [TIMETOCALL]\r\nBest Day(s) to Call: [DAYSTOCALL]\r\n\r\nFactors to improve about their Business/Lifestyle:\r\n[Factors]\r\n\r\n- - - - - - - - - - - - - - - - - - - - - - \r\nThis e-mail was sent from a contact form on http://www.providentprofessionalservices.com\n\n\n1\n\n\n\"[your-subject]\"\n<wordpress@pps.luminys.com.php72-4.lan3-1.websitetestlink.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on (http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com)\nReply-To: david@davidmoyle.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-10-19 23:15:49','2020-10-19 23:15:49','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/?post_type=wpcf7_contact_form&p=391',0,'wpcf7_contact_form','',0),(392,4,'2015-02-20 20:58:54','2015-02-20 20:58:54','','Home 1','','publish','closed','closed','','home','','','2020-10-19 20:21:03','2020-10-19 20:21:03','',0,'http://avada.theme-fusion.com_demos/law/?post_type=slide&p=23',0,'slide','',0),(393,4,'2015-02-23 22:06:24','2015-02-23 22:06:24','','Who We Are','','publish','closed','closed','','who-we-are-2','','','2015-02-23 22:06:24','2015-02-23 22:06:24','',0,'http://avada.theme-fusion.com_demos/law/?post_type=slide&p=131',0,'slide','',0),(394,4,'2015-03-03 17:48:04','2015-03-03 17:48:04','','What We Do','','publish','closed','closed','','what-we-do','','','2015-03-03 17:48:04','2015-03-03 17:48:04','',0,'http://avada.theme-fusion.com_demos/law/?post_type=slide&p=350',0,'slide','',0),(771,5,'2015-07-01 20:20:08','2015-07-01 20:20:08','','Contact Us','','publish','closed','closed','','contact-us','','','2015-07-01 20:20:08','2015-07-01 20:20:08','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/?post_type=slide&p=771',0,'slide','',0),(940,5,'2015-07-02 16:15:54','2015-07-02 16:15:54','','News','','publish','closed','closed','','940','','','2015-07-02 16:15:54','2015-07-02 16:15:54','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/?post_type=slide&p=940',0,'slide','',0),(941,4,'2019-05-15 05:07:14','2019-05-15 05:07:14','','24','','inherit','open','closed','','24','','','2019-05-15 05:07:14','2019-05-15 05:07:14','',299,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/24.jpg',0,'attachment','image/jpeg',0),(942,4,'2019-05-15 05:07:14','2019-05-15 05:07:14','','384','','inherit','open','closed','','384','','','2019-05-15 05:07:14','2019-05-15 05:07:14','',103,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/384.jpg',0,'attachment','image/jpeg',0),(943,4,'2019-05-15 05:07:14','2019-05-15 05:07:14','','504','','inherit','open','closed','','504','','','2019-05-15 05:07:14','2019-05-15 05:07:14','',393,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/504.jpg',0,'attachment','image/jpeg',0),(944,4,'2019-05-15 05:07:14','2019-05-15 05:07:14','','508','','inherit','open','closed','','508','','','2019-05-15 05:07:14','2019-05-15 05:07:14','',394,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/508.jpg',0,'attachment','image/jpeg',0),(945,4,'2019-05-15 05:28:46','2019-05-15 05:28:46','','WebsiteHomePage-NoText-Shaded','','inherit','open','closed','','websitehomepage-notext-shaded','','','2019-05-15 05:28:46','2019-05-15 05:28:46','',2,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/WebsiteHomePage-NoText-Shaded.png',0,'attachment','image/png',0),(950,4,'2019-05-15 05:35:58','2019-05-15 05:35:58','[fusion_builder_container admin_label=\"Adventure In The States!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"america\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://placehold.it/2000x1496\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"40px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"left\" /][fusion_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ffffff;\">Adventure Across The Beautiful States</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: left;\"><span style=\"color: #ffffff;\">Incredible canyons, mountains, lakes and open National Parks to explore all the way from New York to Los Angeles.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_accordion type=\"\" boxed_mode=\"\" border_size=\"1\" border_color=\"\" background_color=\"\" hover_color=\"\" divider_line=\"\" icon_size=\"\" icon_color=\"\" icon_boxed_mode=\"\" icon_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_toggle title=\"Explore All There Is To See\" open=\"no\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget venenatis velit. Aliquam in odio ultrices, finibus arcu nec, vulputate eros. Sed in ultricies arcu. Nullam fermentum, dui eu posuere feugiat, ex metus ultrices felis, eget molestie orci magna nec sem. Sed tempor arcu turpis, eu vehicula diam commodo vitae. Nulla nec velit sit amet dolor dignissim viverra. Suspendisse potenti. Suspendisse efficitur euismod metus ac malesuada. Etiam imperdiet mollis lectus sit amet auctor. Fusce id tellus sit amet eros dignissim vulputate. Ut mollis sapien augue.\r\n\r\n[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"109\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.27)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://placehold.it/800x1110[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Diversity of Europe!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"europe\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://placehold.it/2000x1333\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"2_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Construction of Europe Is The Art of The Possible.</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: center;\"><span style=\"color: #ffffff;\">Stunning landscapes, historical cities and intriguing cultures.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"95\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.3)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://placehold.it/800x533[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"93\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.3)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://placehold.it/800x533[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"90\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.3)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://placehold.it/800x533[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Asia The Beautiful\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"asia\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://placehold.it/2000x1169\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"2_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Beautiful Realm of Asia.</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: center;\"><span style=\"color: #ffffff;\">Let the natural beauty of Asia inspire you.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_gallery layout=\"masonry\" picture_size=\"\" columns=\"5\" column_spacing=\"35\" hover_type=\"liftup\" lightbox=\"yes\" lightbox_content=\"title_and_caption\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_gallery_image image=\"\" image_id=\"312\" /][fusion_gallery_image image=\"\" image_id=\"310\" /][fusion_gallery_image image=\"\" image_id=\"311\" /][fusion_gallery_image image=\"\" image_id=\"321\" /][fusion_gallery_image image=\"\" image_id=\"324\" /][/fusion_gallery][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wild Africa!\" hundred_percent=\"yes\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"africa\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#1cb2db\" background_image=\"https://placehold.it/2000x1333\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"yes\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"5%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_2\" spacing=\"5%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Harmony of Wild Africa.</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"font-size: 27px; line-height: 37px; text-align: center;\"><span style=\"color: #ffffff;\">Our human compassion binds us one to the other - not in pity or patronizingly, but as human beings who have learnt how to turn our common suffering into hope for the future.</span></p>[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"5%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"6%\" padding_bottom=\"\" padding_left=\"6%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_images picture_size=\"auto\" hover_type=\"liftup\" autoplay=\"no\" columns=\"5\" column_spacing=\"30\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"no\" lightbox=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-40px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Adventure Time!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"contact\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#1cb2db\" background_image=\"https://placehold.it/2000x1125\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"yes\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0px\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"60px\" margin_bottom=\"30px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"50px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"130px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Let\'s Take An Adventure!</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: center; color: #555c6e;\"><span style=\"color: #ffffff;\">We love to meet up with fellow travelers and explore areas together. The adventure is not only about the area you are checking out, but the people you are checking it out with.</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"light-contact-form\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"2%\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"343\" title=\"Contact Form\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Buy Avada Today!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#202321\" background_image=\"https://placehold.it/1920x1240\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"11%\" padding_bottom=\"\" padding_left=\"11%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; margin-bottom: 5px;\"><span style=\"color: #ffffff;\">Take The Biggest Adventure of Them All!</span></h2>\r\n<h3 style=\"text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Join 380.000+ Satisfied Avada Users And Find Out Why Avada Has Been The #1 Selling Theme For Over 5 Years!</span></h3>[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"8px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"rgba(255,255,255,.1)\" button_gradient_bottom_color=\"rgba(255,255,255,.1)\" button_gradient_top_color_hover=\"rgba(255, 255, 255, 0.25)\" button_gradient_bottom_color_hover=\"rgba(255, 255, 255, 0.25)\" accent_color=\"rgba(255,255,255,.7)\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"0\" size=\"xlarge\" stretch=\"no\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"yes\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"\"] BUY AVADA NOW![/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Test Home','','publish','closed','closed','','test-home','','','2019-05-15 05:36:51','2019-05-15 05:36:51','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/?page_id=950',0,'page','',0),(951,4,'2019-05-15 05:35:58','2019-05-15 05:35:58','','Test Home','','inherit','closed','closed','','950-revision-v1','','','2019-05-15 05:35:58','2019-05-15 05:35:58','',950,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/950-revision-v1/',0,'revision','',0),(952,4,'2019-05-15 05:36:51','2019-05-15 05:36:51','[fusion_builder_container admin_label=\"Adventure In The States!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"america\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://placehold.it/2000x1496\" background_position=\"center top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"40px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"left\" /][fusion_text]\r\n<h2 style=\"text-align: left;\"><span style=\"color: #ffffff;\">Adventure Across The Beautiful States</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: left;\"><span style=\"color: #ffffff;\">Incredible canyons, mountains, lakes and open National Parks to explore all the way from New York to Los Angeles.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_accordion type=\"\" boxed_mode=\"\" border_size=\"1\" border_color=\"\" background_color=\"\" hover_color=\"\" divider_line=\"\" icon_size=\"\" icon_color=\"\" icon_boxed_mode=\"\" icon_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_toggle title=\"Explore All There Is To See\" open=\"no\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget venenatis velit. Aliquam in odio ultrices, finibus arcu nec, vulputate eros. Sed in ultricies arcu. Nullam fermentum, dui eu posuere feugiat, ex metus ultrices felis, eget molestie orci magna nec sem. Sed tempor arcu turpis, eu vehicula diam commodo vitae. Nulla nec velit sit amet dolor dignissim viverra. Suspendisse potenti. Suspendisse efficitur euismod metus ac malesuada. Etiam imperdiet mollis lectus sit amet auctor. Fusce id tellus sit amet eros dignissim vulputate. Ut mollis sapien augue.\r\n\r\n[/fusion_toggle][/fusion_accordion][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"109\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.27)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]https://placehold.it/800x1110[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Diversity of Europe!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"europe\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://placehold.it/2000x1333\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"2_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Construction of Europe Is The Art of The Possible.</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: center;\"><span style=\"color: #ffffff;\">Stunning landscapes, historical cities and intriguing cultures.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"95\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.3)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://placehold.it/800x533[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"93\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.3)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://placehold.it/800x533[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"90\" style_type=\"none\" stylecolor=\"\" hover_type=\"liftup\" bordersize=\"7\" bordercolor=\"rgba(255,255,255,0.3)\" borderradius=\"\" align=\"center\" lightbox=\"yes\" gallery_id=\"gallery\" lightbox_image=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.5\" animation_offset=\"\"]https://placehold.it/800x533[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Asia The Beautiful\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"asia\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"https://placehold.it/2000x1169\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"2_3\" spacing=\"8%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Beautiful Realm of Asia.</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: center;\"><span style=\"color: #ffffff;\">Let the natural beauty of Asia inspire you.</span></p>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_3\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_gallery layout=\"masonry\" picture_size=\"\" columns=\"5\" column_spacing=\"35\" hover_type=\"liftup\" lightbox=\"yes\" lightbox_content=\"title_and_caption\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_gallery_image image=\"\" image_id=\"312\" /][fusion_gallery_image image=\"\" image_id=\"310\" /][fusion_gallery_image image=\"\" image_id=\"311\" /][fusion_gallery_image image=\"\" image_id=\"321\" /][fusion_gallery_image image=\"\" image_id=\"324\" /][/fusion_gallery][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wild Africa!\" hundred_percent=\"yes\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"africa\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#1cb2db\" background_image=\"https://placehold.it/2000x1333\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"yes\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"5%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_2\" spacing=\"5%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"\" bottom_margin=\"30px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"150px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Harmony of Wild Africa.</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]<p style=\"font-size: 27px; line-height: 37px; text-align: center;\"><span style=\"color: #ffffff;\">Our human compassion binds us one to the other - not in pity or patronizingly, but as human beings who have learnt how to turn our common suffering into hope for the future.</span></p>[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_4\" spacing=\"5%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"6%\" padding_bottom=\"\" padding_left=\"6%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_images picture_size=\"auto\" hover_type=\"liftup\" autoplay=\"no\" columns=\"5\" column_spacing=\"30\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"no\" lightbox=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"https://placehold.it/800x533\" image_id=\"\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"-40px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Adventure Time!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"contact\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#1cb2db\" background_image=\"https://placehold.it/2000x1125\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"yes\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"0px\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"60px\" margin_bottom=\"30px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"0\" bottom_margin=\"50px\" border_size=\"3\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"130px\" alignment=\"center\" /][fusion_text]\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Let\'s Take An Adventure!</span></h2>\r\n[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"10px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text]\r\n<p style=\"font-size: 27px; line-height: 37px; text-align: center; color: #555c6e;\"><span style=\"color: #ffffff;\">We love to meet up with fellow travelers and explore areas together. The adventure is not only about the area you are checking out, but the people you are checking it out with.</span></p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"light-contact-form\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"2%\" margin_bottom=\"50px\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"343\" title=\"Contact Form\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Buy Avada Today!\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"yes\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#202321\" background_image=\"https://placehold.it/1920x1240\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"100px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"11%\" padding_bottom=\"\" padding_left=\"11%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text]<h2 style=\"text-align: center; margin-bottom: 5px;\"><span style=\"color: #ffffff;\">Take The Biggest Adventure of Them All!</span></h2>\r\n<h3 style=\"text-align: center; line-height: 40px;\"><span style=\"color: #ffffff;\">Join 380.000+ Satisfied Avada Users And Find Out Why Avada Has Been The #1 Selling Theme For Over 5 Years!</span></h3>[/fusion_text][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"8px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"rgba(255,255,255,.1)\" button_gradient_bottom_color=\"rgba(255,255,255,.1)\" button_gradient_top_color_hover=\"rgba(255, 255, 255, 0.25)\" button_gradient_bottom_color_hover=\"rgba(255, 255, 255, 0.25)\" accent_color=\"rgba(255,255,255,.7)\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"\" border_width=\"0\" size=\"xlarge\" stretch=\"no\" shape=\"round\" icon=\"\" icon_position=\"left\" icon_divider=\"yes\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1.0\" animation_offset=\"\"] BUY AVADA NOW![/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Test Home','','inherit','closed','closed','','950-revision-v1','','','2019-05-15 05:36:51','2019-05-15 05:36:51','',950,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/950-revision-v1/',0,'revision','',0),(954,4,'2019-05-15 06:41:38','2019-05-15 06:41:38','Financial independence: No, it doesn’t mean retirement! Retirement is the end of your working life. Especially if you’re one of those who love what you do, retirement doesn’t need to be your goal. But financial independence should be! “Financial independence” means you’re able to take advantage of life’s opportunities without worrying about money. Of course, getting to that point can be intimidating. Where do you even start?\r\n\r\nWe are income tax professionals who recognize that for some people, tax savings alone are not enough. When you need assistance growing your top line, you can turn to us. We’ll help you achieve sustainable prosperity and financial independence. \r\n\r\nBelow are just a few ways we can work closely to help you realize your financial goals. Remember: Thinking “long-term” is a key characteristic in accumulating wealth.\r\n\r\n<ul>\r\n<li><strong>Defining Ownership Goals</strong> \r\nWe’ll help you analyze your current financial position, define goals, establish key performance indicators and define an achievable time line.</li>\r\n\r\n<li><strong>Business Diagnosis</strong> \r\nTogether, we’ll determination your current strengths, weaknesses, opportunities and threats and establish priorities to resolve.</li> \r\n\r\n<li><strong>Business Performance</strong>\r\nThrough carefully implemented strategies and measures, we’ll improve your profit and cash flow.</li> \r\n\r\n<li><strong>Certified Business Valuation</strong> \r\nWe’ll help you know your current business value, understand your opportunities and implement improvements.</li> \r\n\r\n<li><strong>Business Value</strong> \r\nLet’s increase your business equity value by increasing net free cash flow, risk reduction and owner independence.</li>\r\n\r\n<li><strong>Industry Comparisons</strong> \r\nHow does your company or financial status compare with others in your industry, including key ratios of strength and performance?</li> \r\n\r\n<li><strong>Transition of Owner’s Role</strong> \r\nElevate your owner’s role from crisis manager to strategic planner in order to realize your true vision!</li>\r\n\r\n<li><strong>Business Independence</strong> \r\nWe’ll help you craft operational and functional measures to gradually reduce dependence on owners for daily operations.</li> \r\n\r\n<li><strong>Owner’s Lifestyle</strong> \r\nIncrease free time for more pleasure and enjoyment, exploration of new opportunities and reduction of stress.</li>\r\n</ul> \r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n\r\n','9 Ways We Can Be Financially Independent','','inherit','closed','closed','','323-revision-v1','','','2019-05-15 06:41:38','2019-05-15 06:41:38','',323,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/323-revision-v1/',0,'revision','',0),(955,4,'2019-05-15 06:43:28','2019-05-15 06:43:28','<h3>Articulate and Accurate QuickBooks Bookkeeping</h3>\r\n\r\nQuickBooks is easily one of the most popular programs to help businesses keep their finances, budgets and expenses in check. But, when every other aspect of your business is competing for your attention – especially your clients -- who has the time to learn the in’s and out’s of this intricate software program? So maybe you’ve set it up but don’t keep it updated regularly, and when you do, you end up doing more harm than good. \r\n\r\nWe know it: QuickBooks can quickly become overwhelming. Our team is here to get you on the right track. Let us help you set up your files while showing you the basic functions of this beneficial software. Or if you’ve already set-up QuickBooks but are finding your business in a data crisis, we can help with that, too. We’re interested in learning the specifics about your QuickBooks and business needs, so let’s set up an exploratory call and get you on the right track! But while you’re here, read on to learn the many ways our QuickBooks services will help give you peace-of-mind and a firm grasp on your finances:\r\n\r\n<ul><li><strong>Certified Bookkeeping</strong>\r\n Certified QuickBooks ProAdvisor ® who has over 40 years experience in accounting principles and practices. </li>\r\n\r\n<li><strong>Correct Classifications </strong>\r\n Transactions are carefully reviewed to classify into correct categories for optimum income tax treatment.</li>\r\n\r\n<li><strong>Accurate Exact Descriptions </strong>\r\n Special care in creating exact descriptions for account names to provide breakdowns for tax returns. </li>\r\n\r\n<li><strong>Checking Balances</strong>\r\n Regular reconciliation of cash accounts, receivables, credit card, loans and owner accounts to cross-check balances.</li> \r\n\r\n<li><strong>No Forced Balances </strong>\r\n Bank checking and savings accounts are reconciled to the penny. No accounts are “plugged” to force a balance. </li>\r\n\r\n\r\n<li><strong>QuickBooks Training </strong>\r\n We offer paced and patient training for client personnel to use bookkeeping software for their company. </li>\r\n\r\n<li><strong>Crisis Resolution </strong>\r\n Effective measures to properly diagnose, repair and restore QuickBooks data problems.</li>\r\n<li><strong>Conversion from Quicken ® </strong>\r\n Efficient conversion from clients using Quicken to convert to QuickBooks with minimum intervention. </li>\r\n\r\n<li><strong>Bookkeeping Repair and Restoration </strong>\r\n Special access to senior technical support staff at QuickBooks to ensure quick repairs.</li>\r\n\r\n<li><strong>Catchup Services</strong> \r\n Special services available to ensure prior year catch-up is done efficiently and accurately. </li>\r\n\r\n<li><strong>Liaison With Tax Preparer</strong>\r\n Professional presentation of comprehensive of annual bookkeeping documentation to client’s tax preparer.</li>\r\n\r\n<li><strong>Client-Approved Pricing </strong>\r\n Fixed pricing or hourly estimates arranged in advance with client’s approval before commencing work.</li>\r\n</ul>\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]\r\n','Relief from Your QuickBooks Headache:','','inherit','closed','closed','','293-revision-v1','','','2019-05-15 06:43:28','2019-05-15 06:43:28','',293,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/293-revision-v1/',0,'revision','',0),(956,4,'2019-05-15 06:44:32','2019-05-15 06:44:32','<h3>Save Time, Money, and Worry with A Dedicated Tax Professional.</h3>\r\n\r\nThere’s no way around it: You have to file your tax returns. If you’re one of those who have a multitude of tax deductions, or especially if you’re business owner, a dedicated tax professional is the safer option. \r\n\r\nThere are many benefits to partnering with a knowledgeable, experienced tax accountant, who knows how to present your tax returns professionally, which also truthfully and legally minimizes your taxes and audit exposure. Those rare qualities which also save you time and money, and most of all, the heartache and worry of IRS abuses. Confidently going into tax season is a feeling many aren’t familiar with. With Provident Professional Services, we’ll ensure you feel that way every tax season going forward! Nothing compares to a tax professional who understands you, your distinct situation and your financial needs.\r\n\r\nWant a good reason to consider our services? Frustrated, disappointed or dreading the usual, ordinary, mediocre tax preparation ordeal? Want to escape the mundane, archaic tax preparation process? Here are a few of the ways that we ensure a superior experience for our clients. \r\n\r\n\r\nChoice of Tax Preparation Service Level\r\n<ul><li>You’ll choose from three service levels for the best fit for your needs and budget.</li></ul>\r\n\r\n\r\nDirect Access to the Accountant \r\n <ul><li>No runaround with junior team members who don’t know you or can’t answer your questions! </li></ul>\r\n\r\nYear-Around Access\r\n <ul><li>We are available year around to answer questions about tax returns at no charge.</li></ul>\r\n\r\nDiscrete Office Facilities \r\n <ul><li>We’re located in a quiet residential area where you’ll have direct and private access, and ample free parking. Not to mention: Great coffee!</li></ul>\r\n\r\nMaximum Legal Tax Deductions \r\n <ul><li>We legally cut taxes by asking the right questions and knowing the intricacies of the latest tax laws.</li></ul>\r\n\r\nAudit Deterrence Measures\r\n <ul><li>We proactively add context, dismiss unwarranted presumptions, dispel suspicions and clarify ambiguities in your tax returns.</li></ul>\r\n\r\nComprehensive Questionnaire\r\n <ul><li>Save time, travel, traffic and taxes by uncovering hidden deductions from the comfort of your home.</li></ul>\r\n\r\nDisclosure of Specific Tax Savings Generated \r\n <ul><li>Clients get a list of specific dollar value of the tax savings measures we’ve adopted.</li></ul>\r\n\r\nAudio Commentary on PDF Files \r\n <ul><li>Clients can listen to embedded audio files of voice commentary on PDF documents, providing a greater ease to your understanding of your tax returns.</li></ul>\r\n\r\n\r\nCarefully Worded Deduction Descriptions\r\n <ul><li>Accurate descriptions of your deductions to avoid misunderstandings or assumptions.</li></ul>\r\n\r\nProfessional Presentation \r\n <ul><li>We take special care to present your tax returns with correct spelling, grammar and proper capitalization.</li></ul>\r\n\r\nAll Tax Forms and Schedules Included \r\n <ul><li>All tax returns include all optional forms and detailed supporting schedules.</li></ul>\r\n\r\nDetailed Expense Breakdowns \r\n <ul><li>High audit-risk deduction categories are further expanded in supplemental supporting sub-schedules.</li></ul>\r\n\r\nNotes on Tax Preparation \r\n <ul><li>We inform our clients about the issues, limitations, assumptions and their preferences we’ve adopted.</li></ul>\r\n\r\nExplanation and Report of Tax Bracket \r\n <ul><li>Explanation of the client’s tax bracket and how it applies to future tax and financial planning.</li></ul>\r\n\r\nTax Return Copies Include Worksheets \r\n <ul><li>Clients’ copy includes all worksheets and carryover information for future planning.</li></ul>\r\n\r\nClient History on PDFs \r\n <ul><li>Clients receive PDF files of tax returns, tax organizer, source documents and e-mail correspondence. </li></ul>\r\n\r\nAnnual Comparative Analysis\r\n <ul><li>Showcases the current and prior year tax return dollar amounts, federal and state tax rates and tax brackets. </li></ul>\r\n\r\nPrompt Service \r\n <ul><li>Tax returns are ready for e-file approval within seven business days after all the tax information and clarified and resolved.</li></ul>\r\n\r\nClient Advocate\r\n <ul><li>We’ll present you with legitimate tax opportunities where the law is unclear or favors the client’s position.</li></ul> \r\n\r\nTax Penalty Avoidance Measures\r\n <ul><li>We recommend timely payment of estimated taxes to avoid penalty assessments whenever possible.</li></ul> \r\n\r\nNo Reckless Tax Schemes \r\n <ul><li>We won’t jeopardize your peace of mind by desperate measures that stretch beyond the boundaries of tax law. </li></ul>\r\n\r\nTax Preparation by One Accountant\r\n <ul><li>All tax returns are handcrafted from start to finish by one tax accountant. No runaround!</li></ul>\r\n\r\nNo Offshore Outsourcing to Tax Mills \r\n <ul><li>No off-shoring to deter the potential risk possible security breaches or identity theft.</li></ul>\r\n\r\nReview of Prior Tax Years \r\n <ul><li>For new clients, we review the prior three years for important carryover information, errors or omissions.</li></ul> \r\n\r\nOptimized Tax Filing Status\r\n <ul><li>For married taxpayers, we compute the lowest tax by comparing “joint” filing status to “separate” filing.</li></ul> \r\n\r\n\r\nNo Tax Season Overload \r\n <ul><li>We limit our practice size to allow us time to complete returns well before tax deadlines and extensions.</li></ul> \r\n\r\nE-mail Tax Updates \r\n <ul><li>You’ll receive the latest tax news, warnings, traps and opportunities through brief, informative messages. No canned newsletters with cute pet stories or chicken recipes.</li></ul>\r\n\r\nComputer-Modeled Tax Planning \r\n <ul><li>Explore the alternative tax-saving measures in advance to select the optimum course for your financial future.</li></ul>\r\n\r\nAnd last but certainly not least . . . Reality Check!\r\n <ul><li>We’ll conduct a final review of your tax returns from the viewpoint of a tax auditor to ensure your tax returns “pass the test!”</li></ul>\r\n\r\n\r\n<h3>Are you ready for our team to help you?</h3>\r\nFill out the form below to <em><a href=\"/contact-us/\">schedule an exploratory call now</a></em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Don\'t Go It Alone:','','inherit','closed','closed','','288-revision-v1','','','2019-05-15 06:44:32','2019-05-15 06:44:32','',288,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/288-revision-v1/',0,'revision','',0),(957,4,'2019-05-15 06:45:40','2019-05-15 06:45:40','<span style=\"text-decoration: underline;\"><strong>The Problem</strong></span>\r\n\r\nMost business owners do not understand how to use financial statements to manage their businesses \"by the numbers.\"\r\n\r\nInstead, they use substitute indicators which betray them, such as amount of cash in the bank. This often has little to do with profitability and the resulting taxes.\r\n\r\nSome business owners believe that the faster you grow the better. However, studies show that companies can grow themselves into bankruptcy because they run out of cash and working capital.\r\n\r\nFinancial tools can help avoid disaster and guide owners toward greater profitability, cash flow and independence from the drudgery of petty problem solving.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>The Result</strong></span>\r\n\r\nOver 93% of businesses fail because of mismanagement. Of those that failed, over half were profitable, but failed because of mismanagement of cash flow. Source: Dunn and Bradstreet\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Cause</strong></span>\r\n\r\nThe \"bean counter\" mentality... Most traditional CPAs insist on performing obsolete practices by preparing financial statements in a format which most business owners do not understand and cannot use to improve their financial condition.\r\n\r\nThe reason? \"That\'s the way we\'ve always done it.\"\r\n\r\n<span style=\"text-decoration: underline;\"><strong>\r\nThe Solution</strong></span>\r\n\r\nProvident Professional Services has developed a simple way to communicate financial information for non-accountants. We have a consistent history where business owners can use our reports to manage their businesses to help control costs, increase profits and improve cash flow.\r\n\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]','Why Businesses Fail','','inherit','closed','closed','','14-revision-v1','','','2019-05-15 06:45:40','2019-05-15 06:45:40','',14,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/14-revision-v1/',0,'revision','',0),(958,4,'2019-05-15 06:46:21','2019-05-15 06:46:21','The following tax glossary is provided to help you know what various tax-related terms mean:\r\n\r\n<strong>Accelerated depreciation.</strong> A depreciation method that allows larger deductions in the early years of an asset\'s \"life\" and smaller deductions at the end of the period. (See \"Straight-line depreciation.\")\r\n\r\n<strong>Accrual method (or accrual basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The accrual method says that a transaction is taxed when an obligation to pay or a right to receive payment is created (for example, at the time products are delivered, services rendered, billings sent, etc.). This method is used by all but the smallest businesses. (See \"Cash method (or cash basis).\")\r\n\r\n<strong>Adjusted basis.</strong> The cost of property (or a substitute figure-see \"Basis\") with adjustments made to account for depreciation (in the case of business property), improvements (in the case of real estate), withdrawals or reinvestment (in the case of securities, funds, accounts, insurance or annuities), etc. Adjusted basis is part of the computation for determining gain or loss on a sale or exchange and for depreciation.\r\n\r\n<strong>Adjusted gross income.</strong> The amount of income considered actually \"available\" to be taxed. Adjusted gross income is gross income reduced principally by business expenses incurred to earn the income and other specified reductions (such as alimony).\r\n\r\n<strong>Alternative minimum tax.</strong> An alternative tax system that says: your tax shall not go below this level. The alternative minimum tax works by negating (or minimizing) the effects of tax preferences or loopholes.\r\n\r\n<strong>Amortization.</strong> The write-off of an amount spent for certain capital assets, similar to depreciation. This tax meaning is different from the common meaning of the term that describes, for example, payment schedules of loans.\r\n\r\n<strong>Applicable Federal Rates (AFRs).</strong> Minimum interest rates that must be charged on various transactions that involve payments over a number of years. If the parties to a transaction do not adhere to these rates, the IRS will impute the interest. (See \"Imputed interest.\")\r\n\r\n<strong>At-risk rules.</strong> Rules that limit an investor\'s deductible losses from an investment to the amount invested. Complications arise when investors finance their investment through loans that they are not personally on the hook for (nonrecourse financing). Without these rules, investors could raise their deduction limit considerably without being at-risk for the actual loss.\r\n\r\n<strong>Basis.</strong> The starting point for computing gain or loss on a sale or exchange of property or for depreciation. (See \"Adjusted basis.\") For property that is purchased, basis is its cost. The basis of inherited property is its value at the date of death (or alternative valuation date). The basis of property received as a gift or a nontaxable transaction is based on the adjusted basis of the transferor (with some adjustments). Special rules govern property transferred between corporations and their shareholders, partners and their partnership, etc.\r\n\r\n<strong>Cafeteria plan.</strong> A plan maintained by an employer that allows employees to select from a menu of taxable and nontaxable benefits.\r\n\r\n<strong>Capital expenditures.</strong> Amounts spent to acquire or improve assets with useful lives of more than one year. These expenditures may not be deducted, but are added to the basis of the property (See \"Adjusted basis.\") and, for business property, may be converted into deductions through depreciation or amortization.\r\n\r\n<strong>Capital gain or loss.</strong> Gain or loss from the sale or exchange of investment property, personal property (such as a home) or other \"capital asset,\" which is often entitled to preferential tax treatment.\r\n\r\n<strong>Carrybacks and carryforwards.</strong> Deductions that may be transferred to a year other than the current year because they exceeded certain limits. These deductions are typically carried back to earlier years first and, if they exceed the limits for those years, are then carried forward to later years until the deduction is used up. Charitable contributions and net operating losses are examples of deductions that may be carried back or forward.\r\n\r\n<strong>Cash method (or cash basis).</strong> One of two main accounting methods for determining when a transaction has tax significance. The cash method says that a transaction is taxed when payment is made. This method is used by most individuals. (See \"Accrual method (or accrual basis).\")\r\n\r\n<strong>Community property.</strong> A system governing spousal ownership of property and income that is the law in certain western and southern states and Wisconsin. The differences between community property and \"common law\" can change how federal tax law applies to spouses. For example: married taxpayers filing separately in a common law state do not have to report income earned by the other spouse. They do have to report income earned in a community property state.\r\n\r\n<strong>Deferred compensation.</strong> An arrangement that allows an employee to receive part of a year\'s pay in a later year and not be taxed in the year the money was earned.\r\n\r\n<strong>Depletion.</strong> A system similar to depreciation that allows the owner of natural resources (for example: a coal mine or an oil well) to deduct a portion of the cost of the asset during each year of its presumed productive life.\r\n\r\n<strong>Depreciation.</strong> A system that allows a business or individual to deduct a portion of the cost of an asset (\"recover its cost\") during each year of its predetermined \"life\" (or \"recovery period\").\r\n\r\n<strong>Earned income.</strong> Income earned by working for it. Interest, dividends and other kinds of profits are examples of unearned income.\r\n\r\n<strong>Earned income credit.</strong> A tax credit available to individuals with low earned income. An individual is entitled to the full amount of this credit even if it exceeds the amount of tax otherwise due.\r\n\r\n<strong>Employee stock ownership plan (ESOP).</strong> A type of profit-sharing plan in which benefits come in the form of stock in the employer.\r\n\r\n<strong>Estimated tax.</strong> Quarterly down payments on a year\'s taxes that are required (on April 15, June 15, September 15, and January 15) if the total year\'s taxes will exceed $1,000 and the amount is not covered by withholding.\r\n\r\n<strong>Federal Insurance Contributions Act (FICA).</strong> Social security taxes (for both old-age, survivors and disability insurance-OASDI-and Medicare).\r\n\r\n<strong>Federal Unemployment Tax Act (FUTA).</strong> Unemployment taxes.\r\n\r\n<strong>Filing status.</strong> One of four tax ranks determined by your marital status, your dependents and the way you file your tax return: (1) single, (2) married filing jointly, (3) married filing separately and (4) head of household. Filing status determines your tax rates and your eligibility for various tax benefits (for example: alimony deduction, IRA deduction, standard deduction, etc.).\r\n\r\n<strong>First-in, first-out (FIFO).</strong> A rule that applies to the sale of part of a group of similar items (such as inventory, shares of the same stock, etc.) that assumes the first ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. The rule may be overridden by identifying the specific item sold, if possible. (See \"Last-in, first-out (LIFO).\")\r\n\r\n<strong>Generation-skipping transfer tax.</strong> An extra tax on gifts or on-death transfers of money or property that would otherwise escape the once-per-generation transfer taxes that apply to gifts and estates. For example: a gift from a grandfather to a granddaughter skips a generation and might be subject to this tax.\r\n\r\n<strong>Golden parachutes.</strong> Bonuses payable to key executives in the event control of their corporation changes, as in the case of a takeover. \"Excess\" golden parachute payments are subject to tax penalties.\r\n\r\n<strong>Gross income.</strong> All income that might be subject to tax. Most \"realized\" increases in wealth are considered income. The main exceptions for individuals are gifts, inheritances, increases in value of property prior to sale, loan repayments and some personal injury awards. For businesses, investments in their capital are not considered income.\r\n\r\n<strong>Head of household.</strong> A filing status available to qualifying single parents (or others supporting certain dependents) that allows lower taxes than the normal rates for singles.\r\n\r\n<strong>Imputed interest.</strong> A portion of a future payment that is treated as interest if parties to the transaction do not provide a stated amount of interest at a rate acceptable to the IRS. (See \"Applicable Federal Rates (AFRs).\") This prevents improper use of certain tax advantages (capital gains rates or tax deferral). For example: if a business sells an asset on the installment basis, part of all future payments is treated as interest whether the transaction states it or not.\r\n\r\n<strong>Incentive stock option.</strong> A stock option that may be granted to an employee under tax-favored terms.\r\n\r\n<strong>Itemized deductions.</strong> Personal deductions that may be taken if they total more than the standard deduction. (See \"Standard deduction.\") The following deductions are then itemized or listed on Schedule A of Form 1040: medical expenses, charitable contributions, state and local taxes, home mortgage interest, real estate taxes, casualty losses, unreimbursed employee expenses, investment expenses and others.\r\n\r\n<strong>Investment credit.</strong> A credit against tax available for investment in a limited range of business property. The general investment credit was repealed in 1986, but this type of credit has been enacted and repealed repeatedly throughout history.\r\n\r\n<strong>Involuntary conversion.</strong> The conversion of property into money under circumstances beyond the control of the owner. For example: (1) property that is destroyed and \"converted\" into an insurance settlement or (2) property that is seized by the government and \"converted\" into a condemnation award. Owners may avoid tax on any gain that may result (if the insurance settlement or condemnation award exceeds the adjusted basis of the property) by reinvesting in similar property within certain time limits.\r\n\r\n<strong>Joint return.</strong> An optional filing status available to married taxpayers that offers generally (but not always) lower taxes than \"married filing separately.\"\r\n\r\n<strong>Keogh plan.</strong> A retirement plan available to self-employed individuals.\r\n\r\n<strong>Last-in, first-out (LIFO).</strong> A rule that applies to the sale of part of a group of similar items in an inventory that assumes the last ones acquired were the first ones sold. This is important if the items in the group were acquired or manufactured at different times or for different costs. (See \"First-in, first-out (FIFO).\")\r\n\r\n<strong>Like-kind exchanges.</strong> Tax-free swaps of investment property. Commonly used for real estate.\r\n\r\n<strong>Limited liability company (LLC).</strong> A legal structure that allows a business to be taxed like a partnership but function generally like a corporation. An LLC offers members (among other things) protection against liability for claims against the business that is not available in a partnership.\r\n\r\n<strong>Listed property.</strong> Property listed in the tax code or by the IRS that must comply with special rules before depreciation may be claimed. Cars and personal computers are examples of listed property. The special rules are designed to prevent deductions where the property is used for personal rather than business purposes.\r\n\r\n<strong>Medical Spending Accounts (MSAs).</strong> An investment fund similar to an IRA that can be used to pay more routine medical expenses, when used in conjunction with \"high-deductible\" health insurance, which pays the big bills. Only 750,000 of these MSAs are available nationwide under a pilot program that runs through the year 2000. To qualify, you have to be self-employed or employed by a small employer that offers the program.\r\n\r\n<strong>Modified Accelerated Cost Recovery System (MACRS).</strong> The system for computing depreciation for most business assets.\r\n\r\n<strong>Net operating loss.</strong> The excess of business expenses over income. A business may apply a net operating loss to get a refund of past taxes (or a reduction of future taxes) by carrying it back to profitable years as an additional deduction (or by carrying it forward as a deduction to future years).\r\n\r\n<strong>Original issue discount (OID).</strong> The purchase discount offered on some bonds (and similar obligations) in lieu of interest. For example: zero-coupon bonds. OID is generally treated as interest income to the holder rather than as a capital gain.\r\n\r\n<strong>Passive activity loss (PAL).</strong> Loss on an investment that is deductible only up to the limit of gains from similar investments. The limit mainly affects tax shelters and does not apply to stocks, bonds or investments in businesses in which the investor materially participates. Special rules apply to investments in real estate.\r\n\r\n<strong>Qualified plan.</strong> A retirement or profit-sharing plan that meets requirements about who must be covered, the amount of benefits that are paid, information that must be given to plan participants, etc. Qualified plans are entitled to tax benefits unavailable to nonqualified plans.\r\n\r\n<strong>Real estate investment trust (REIT).</strong> A kind of \"mutual fund\" that invests in real estate rather than stocks and bonds.\r\n\r\n<strong>Real estate mortgage investment conduit (REMIC).</strong> A kind of \"mutual fund\" that invests in real estate mortgages rather than stocks and bonds.\r\n\r\n<strong>Recapture.</strong> The undoing of a tax benefit if certain requirements are not met in future years. For example: (1) The low-income housing credit may be recaptured or added back to tax if the credit property ceases to be used as low-income housing for a minimum number of years. (2) The alimony deduction may be retroactively lost or recaptured if payments do not continue at the requisite level for a minimum number of years.\r\n\r\n<strong>Regulated investment company (RIC).</strong> A mutual fund.\r\n\r\n<strong>Rollover.</strong> The tax-free termination of one investment and reinvestment of the proceeds. For example: An individual may roll over a lump-sum distribution from an employer\'s retirement plan into an IRA.\r\n\r\n<strong>S corporation.</strong> A corporation with no more than 35 shareholders that is not taxed, but treated similarly to a partnership, if other requirements are met.\r\n\r\n<strong>Savings Incentive Match Plan for Employees (SIMPLE plans).</strong> A simplified retirement arrangement for small businesses that comes in two varieties: one similar to a 401(k) plan and one that funds IRAs for employees.\r\n\r\n<strong>Standard deduction.</strong> A deduction allowed individuals instead of listing or itemizing deductible personal expenses. (See \"Itemized deductions.\") The amount depends on the individual\'s filing status. Additional amounts are available for taxpayers who are blind or are age 65 or over. Individuals may deduct either their standard deduction or the total of their itemized deductions, whichever is greater.\r\n\r\n<strong>Straight-line depreciation.</strong> A depreciation method that allows equal deductions in each year of an asset\'s \"life\" or recovery period. (See \"Accelerated depreciation.\")\r\n\r\n<strong>Swaps, tax-free.</strong> (1) Exchanges of like-kind property that result in no capital gains tax (commonly used for real estate). (2) Sales and repurchases of stock (or other securities) designed to realize a tax loss without discontinuing the investment. Transactions must comply with the wash sale rules to be effective. (See \"Wash sales.\")\r\n\r\n<strong>Taxable income.</strong> What is left after all deductions are taken. This is the amount upon which tax is computed.\r\n\r\n<strong>Taxpayer identification number (TIN).</strong> In the case of an individual, the Social Security number. In the case of a business (even an individual in business), the employer identification number.\r\n\r\n<strong>Top-heavy plan.</strong> An employee retirement or profit-sharing plan that disproportionately benefits top executives.\r\n\r\n<strong>Uniform capitalization rules (Unicap).</strong> A set of uniform rules for computing the cost of goods produced by a business that prevents current deductions for costs that must be capitalized (See \"Capital expenditures.\") or added to inventory.\r\n\r\n<strong>Wash sales.</strong> Simultaneous or near-simultaneous purchases and sales of the same property, usually stocks or bonds, made to generate deductible tax losses without discontinuing the investment. Losses on the transactions are ignored for tax purposes, however, unless a 30-day waiting period is observed between them.\r\n\r\n<strong>Withholding allowances.</strong> Adjustments made to assure correct withholding on wages for individuals who may have unusually large deductions or who may be subject to other special circumstances.\r\n\r\n<span style=\"font-size:smaller;\">The information presented is only of a general nature, may omit many details and special rules, is current only as of its published date, and accordingly cannot be regarded as legal or tax advice. Please contact our office for more information on this subject and how it pertains to your specific tax or financial situation.</span>\r\n\r\n<em>If you’re ready to make the process of managing your company’s finances that much easier, we’re here for you. Fill out the form below to </em> <a href=\"/contact-us/\">schedule a call now.</a> \r\n\r\n[mc4wp_form id=\"262\"]','Tax Glossary','','inherit','closed','closed','','189-revision-v1','','','2019-05-15 06:46:21','2019-05-15 06:46:21','',189,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/189-revision-v1/',0,'revision','',0),(959,4,'2019-05-15 06:47:41','2019-05-15 06:47:41','Business owners: This tax season, we want to help you prevent expensive mistakes, capture tax-saving opportunities, and be protected against unexpected events. Even small or simple businesses have risks to avoid and opportunities to explore and capture. \r\n\r\nIn the spirit of helpfulness, we are pleased to offer this courtesy business tax preparation checklist for your use in preparing your business income tax returns. We’ve crafted this information request from our years of experience supporting entrepreneurs and businesses big and small. Most importantly, this information request also serves to document your information in case there’s a dispute later. We invite you to share it with your tax accountant, who should be able to help you navigate this checklist with ease. \r\n\r\nShould you discover you\'d be better served by upgrading your financial team, we\'re here for you. Please be advised this is a limited courtesy copy. Our clients take advantage of a full version which includes additional tips, notices, warnings, options and innovations.\r\n\r\nPlease fill out the form below to receive this free checklist.\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n\r\n[mc4wp_form id=\"262\"]','Business Tax Preparation Checklist','','inherit','closed','closed','','264-revision-v1','','','2019-05-15 06:47:41','2019-05-15 06:47:41','',264,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/264-revision-v1/',0,'revision','',0),(987,4,'2019-05-15 16:05:33','2019-05-15 16:05:33','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]<img class=\"alignnone size-full wp-image-19\" src=\"/wp-content/uploads/2019/02/170103-F-PO640-001.jpg\" alt=\"Tax Help\" width=\"638\" height=\"308\" />[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"color: #808003;\"><strong>(949) 583-1040</strong></h3>\nE-mail: <a href=\"mailto:info@ProvidentProfessionalServices.com\">info@ProvidentProfessionalServices.com</a>\n\nShould you decide that our boutique firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\n\n<em>Your contact information will be held strictly confidential.</em>\n\n[mc4wp_form id=\"262\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_map api_type=\"[object Object]\" embed_address=\"[object Object]\" embed_map_type=\"[object Object]\" address=\"[object Object]\" type=\"[object Object]\" zoom=\"[object Object]\" scrollwheel=\"[object Object]\" scale=\"[object Object]\" zoom_pancontrol=\"[object Object]\" animation=\"[object Object]\" popup=\"[object Object]\" map_style=\"[object Object]\" overlay_color=\"[object Object]\" static_map_color=\"[object Object]\" infobox_content=\"[object Object]\" infobox=\"[object Object]\" infobox_text_color=\"[object Object]\" infobox_background_color=\"[object Object]\" icon=\"[object Object]\" icon_static=\"[object Object]\" hide_on_mobile=\"[object Object]\" class=\"[object Object]\" id=\"[object Object]\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact Us','','inherit','closed','closed','','18-autosave-v1','','','2019-05-15 16:05:33','2019-05-15 16:05:33','',18,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/18-autosave-v1/',0,'revision','',0),(997,4,'2019-05-15 18:09:04','2019-05-15 18:09:04','<img class=\"alignleft size-full wp-image-178\" src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" />\r\n<strong>Kathy Kalajian</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN QUICKBOOKS SMALL BUSINESS BOOKKEEPING SERVICES AND SOLUTIONS</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge bookkeeper and expert in QuickBooks bookkeeping, set up, reconstruction, repair and job costing, single and multiple-user environments, desk-top and on-line versions of QuickBooks, from versions 2006 through 2012.\r\n\r\nCertificate of Completion for Requirements Satisfied for Accredidation as a Certified QuickBooks ProAdvisor\r\n\r\nKathy\'s certification confirming that she has qualified as a QuickBooks ProAdvisor, awarded candidates who have undergone a rigorous regimine of study and passed qualifying examinations throughout the coursework as testimony to their mastery of the theory, methodology and practice of bookkeeping and the application of those skills to the QuickBooks software program for small business bookkeeping.','Kathy\'s Qualifications','','inherit','closed','closed','','174-revision-v1','','','2019-05-15 18:09:04','2019-05-15 18:09:04','',174,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/174-revision-v1/',0,'revision','',0),(998,4,'2019-05-15 18:14:17','2019-05-15 18:14:17','<h2 style=\"margin-bottom:25px;\">Scope of Services</h2>\r\n\r\n<h3>For Income Tax - Charitable Contributions - Business Valuations</h3>\r\n<ul>\r\n <li>IRS-qualified valuator</li>\r\n <li>IRS-qualified valuation report</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n</ul>\r\n\r\n<h3>For SBA (Small Business Administration) Business Valuations</h3>\r\n<ul>\r\n <li>Qualified independent SBA Valuator</li>\r\n <li>Qualified independent SBA Valuations</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n <li>Reports prepared and presented in conformity with SBA SOP 50-10 as updated in 2009</li>\r\n</ul>\r\n\r\n<h3>For Controlling or Minority Interest Dispositions Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale planning and strategies</li>\r\n <li>Pre-sale value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>For Buy-Sell Agreements Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Adequacy of Insurance Business Valuations</h3>\r\n<ul>\r\n <li>Buy-sell or cross purchase arrangements</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Buy-Out Or Buy-In Business Valuations</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Accredited Valuation Review Reports (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Formal opinion on the credibility of the valuation report under review</li>\r\n <li>Minority or controlling interests</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n</ul>\r\n\r\n<h3>Legal Consulting and Reports to Counsel (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Limited review and opinion of strengths and weaknesses of opposing expert\'s valuation report (not a formal opinion report under the ABAR credential or proposed best practices as of 2009)</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Programs and Strategies to Increase Profitability, Cash Flow and Business Value</h3>\r\n<ul>\r\n <li>Determining value drivers</li>\r\n <li>Determining critical success factors</li>\r\n <li>Establishing key performance indicators</li>\r\n <li>Establishing a management-by-statistics monitoring system</li>\r\n <li>Evaluation of company-specific risk factors affecting value</li>\r\n <li>Establishment of strategies to mitigate company-specific risk factors</li>\r\n <li>Moderating volatility in revenues, profitability and cash flows</li>\r\n <li>Developing maximum sustainable growth rates based on availability of working capital</li>\r\n <li>Effective establishment of cash flow forecasting</li>\r\n <li>Periodic measurements of value changes</li>\r\n <li>Development of multiple sustainable competitive advantages</li>\r\n <li>Identification of company cultural attributes which enhance value through team members</li>\r\n <li>Facilitation of customer and team member advisory councils and periodic review sessions</li>\r\n</ul>','Business Valuations','','inherit','closed','closed','','39-revision-v1','','','2019-05-15 18:14:17','2019-05-15 18:14:17','',39,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/39-revision-v1/',0,'revision','',0),(1000,4,'2019-06-27 16:17:52','2019-06-27 16:17:52','[fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Let's Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"1\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"1\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n\nState Tax\nIncome Tax\nCharitable Contributions\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"1\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\nOn-site Service to Southern California Communities\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\n\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\n\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\n\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\n\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','','','inherit','closed','closed','','2-autosave-v1','','','2019-06-27 16:17:52','2019-06-27 16:17:52','',2,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/2-autosave-v1/',0,'revision','',0),(1004,4,'2019-05-15 19:07:10','2019-05-15 19:07:10','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]<img class=\"alignnone size-full wp-image-19\" src=\"/wp-content/uploads/2019/02/170103-F-PO640-001.jpg\" alt=\"Tax Help\" width=\"638\" height=\"308\" />[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"color: #808003;\"><strong>(949) 583-1040</strong></h3>\r\nE-mail: <a href=\"mailto:123@ProvidentProfessionalServices.com\">123@ProvidentProfessionalServices.com</a>\r\n\r\nShould you decide that our boutique firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\r\n\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[mc4wp_form id=\"262\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_code]PGRpdj4KICAgICA8aWZyYW1lIHdpZHRoPSI1MDAiIGhlaWdodD0iNDAwIiBmcmFtZWJvcmRlcj0iMCIgc3JjPSJodHRwczovL3d3dy5iaW5nLmNvbS9tYXBzL2VtYmVkP2g9NDAwJnc9NTAwJmNwPTMzLjYyMTU4Nzg2NjIzODcyfi0xMTcuNzA0OTM4MTYyODY2MDMmbHZsPTE2JnR5cD1kJnN0eT1yJnNyYz1TSEVMTCZGT1JNPU1CRURWOCIgc2Nyb2xsaW5nPSJubyI+CiAgICAgPC9pZnJhbWU+CiAgICAgPGRpdiBzdHlsZT0id2hpdGUtc3BhY2U6IG5vd3JhcDsgdGV4dC1hbGlnbjogY2VudGVyOyB3aWR0aDogNTAwcHg7IHBhZGRpbmc6IDZweCAwOyI+CiAgICAgICAgPGEgaWQ9ImxhcmdlTWFwTGluayIgaHJlZj0iaHR0cHM6Ly93d3cuYmluZy5jb20vbWFwcz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtGT1JNPU1CRURMRCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgTGFyZ2VyIE1hcDwvYT4gJm5ic3A7IHwgJm5ic3A7CiAgICAgICAgPGEgaWQ9ImRpck1hcExpbmsiIGhyZWY9Imh0dHBzOi8vd3d3LmJpbmcuY29tL21hcHMvZGlyZWN0aW9ucz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtydHA9fnBvcy4zMy42MjE1ODc4NjYyMzg3Ml8tMTE3LjcwNDkzODE2Mjg2NjAzX19fXyZhbXA7Rk9STT1NQkVETEQiIHRhcmdldD0iX2JsYW5rIj5HZXQgRGlyZWN0aW9uczwvYT4KICAgIDwvZGl2Pgo8L2Rpdj4=[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact Us','','inherit','closed','closed','','18-revision-v1','','','2019-05-15 19:07:10','2019-05-15 19:07:10','',18,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/18-revision-v1/',0,'revision','',0),(1005,4,'2019-05-15 19:20:08','2019-05-15 19:20:08','','1329','','inherit','open','closed','','1329','','','2019-05-15 19:20:08','2019-05-15 19:20:08','',170,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1329.jpg',0,'attachment','image/jpeg',0),(1006,4,'2019-05-15 19:20:15','2019-05-15 19:20:15','','1330','','inherit','open','closed','','1330','','','2019-05-15 19:20:15','2019-05-15 19:20:15','',170,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1330.jpg',0,'attachment','image/jpeg',0),(1007,4,'2019-05-15 19:20:23','2019-05-15 19:20:23','','1331','','inherit','open','closed','','1331','','','2019-05-15 19:20:23','2019-05-15 19:20:23','',170,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1331.jpg',0,'attachment','image/jpeg',0),(1008,4,'2019-05-15 19:20:30','2019-05-15 19:20:30','','1332','','inherit','open','closed','','1332','','','2019-05-15 19:20:30','2019-05-15 19:20:30','',170,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1332.jpg',0,'attachment','image/jpeg',0),(1009,4,'2019-05-15 19:23:33','2019-05-15 19:23:33','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<img class=\"alignleft size-full wp-image-171\" src=\"/wp-content/uploads/2019/03/j0289324.jpg\" alt=\"client satisfaction\" width=\"259\" height=\"172\" />Client satisfaction surveys and testimonials are key to remaining close to clients, understanding changing expectations, anticipating and fulfilling needs before they become requirements, and maintaining the edge on proactive service differentials.\r\n\r\nOur client service strategy moves beyond benchmarking other professionals and financial service peer practitioners.\r\n\r\nRather, in the larger scope of exceptional service models, our benchmarks are the great service corporations of American business, such as Disney Theme Parks, Federal Express, Southwest Airlines and other pioneering corporations whose culture and performance form the leading edge of the intense and innovative customer-focused movement.\r\n\r\n[/fusion_text][fusion_gallery layout=\"\" picture_size=\"\" columns=\"2\" column_spacing=\"10\" gallery_masonry_grid_ratio=\"\" gallery_masonry_width_double=\"\" hover_type=\"\" lightbox=\"yes\" lightbox_content=\"\" bordersize=\"\" bordercolor=\"\" border_radius=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1332-791x1024.jpg\" image_id=\"1008|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1331-787x1024.jpg\" image_id=\"1007|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1330-786x1024.jpg\" image_id=\"1006|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1329-785x1024.jpg\" image_id=\"1005|large\" link=\"\" linktarget=\"_self\" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Written Testimonials','','inherit','closed','closed','','170-revision-v1','','','2019-05-15 19:23:33','2019-05-15 19:23:33','',170,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/15/170-revision-v1/',0,'revision','',0),(1010,0,'2019-05-18 00:16:20','2019-05-18 00:16:20','','iwp_log_5cdf4ed456b10','','publish','closed','closed','','iwp_log_5cdf4ed456b10','','','2019-05-18 00:16:20','2019-05-18 00:16:20','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/18/iwp_log_5cdf4ed456b10/',0,'iwp_log','',0),(1012,4,'2019-05-18 16:06:51','2019-05-18 16:06:51','[fusion_content_boxes layout=\"icon-on-top\" columns=\"5\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" ][fusion_content_box title=\"Our Why\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nEverything we do involves making a difference that matters to the people we serve.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Our Driving Principles\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe believe in always doing our absolute best to do extraordinary work. Nothing we do is ordinary. We encourage and expect the same of our clients.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"How We Work\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe believe it is our ethical responsibility to assume a proactive leadership role in providing financial services, offering guidance and advocating excellence.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"What We Do\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe provide peace of mind, security and fulfillment to our clients by assisting in the achievement of their goals and in sustaining their financial prosperity. We implement integrated solutions in financial measurement, business guidance, taxation control, valuation improvement and transition optimization.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Who We Serve\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nOur clients are successful, able, experienced, hard-working and upstanding business owners and individuals who are exceptional in their field and share our unwavering commitment to uncompromising excellence in everything they do.\r\n\r\n[/fusion_content_box][/fusion_content_boxes]','Core Values','','publish','closed','closed','','core-values','','','2019-06-27 15:18:39','2019-06-27 15:18:39','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/fusion_element/core-values/',0,'fusion_element','',0),(1019,4,'2019-05-18 19:41:23','2019-05-18 19:41:23','','PPS statement of Core Values and Beliefs, ver E2','','inherit','open','closed','','pps-statement-of-core-values-and-beliefs-ver-e2','','','2019-05-18 19:41:23','2019-05-18 19:41:23','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/PPS-statement-of-Core-Values-and-Beliefs-ver-E2.pdf',0,'attachment','application/pdf',0),(1023,0,'2019-05-21 20:58:15','2019-05-21 20:58:15','','iwp_log_5ce46667c05fb','','publish','closed','closed','','iwp_log_5ce46667c05fb','','','2019-05-21 20:58:15','2019-05-21 20:58:15','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/21/iwp_log_5ce46667c05fb/',0,'iwp_log','',0),(1025,4,'2019-05-29 17:59:15','2019-05-29 17:59:15','','iwp_log_5ceec87396060','','publish','closed','closed','','iwp_log_5ceec87396060','','','2019-05-29 17:59:15','2019-05-29 17:59:15','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/29/iwp_log_5ceec87396060/',0,'iwp_log','',0),(1026,4,'2019-05-29 17:59:15','2019-05-29 17:59:15','','iwp_log_5ceec873a6a40','','publish','closed','closed','','iwp_log_5ceec873a6a40','','','2019-05-29 17:59:15','2019-05-29 17:59:15','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/29/iwp_log_5ceec873a6a40/',0,'iwp_log','',0),(1028,4,'2019-05-29 18:27:21','2019-05-29 18:27:21','','1369','','inherit','open','closed','','1369','','','2019-05-29 18:27:21','2019-05-29 18:27:21','',170,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1369.jpg',0,'attachment','image/jpeg',0),(1029,4,'2019-05-29 18:27:52','2019-05-29 18:27:52','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]\r\n\r\n<img class=\"alignleft size-full wp-image-171\" src=\"/wp-content/uploads/2019/03/j0289324.jpg\" alt=\"client satisfaction\" width=\"259\" height=\"172\" />Client satisfaction surveys and testimonials are key to remaining close to clients, understanding changing expectations, anticipating and fulfilling needs before they become requirements, and maintaining the edge on proactive service differentials.\r\n\r\nOur client service strategy moves beyond benchmarking other professionals and financial service peer practitioners.\r\n\r\nRather, in the larger scope of exceptional service models, our benchmarks are the great service corporations of American business, such as Disney Theme Parks, Federal Express, Southwest Airlines and other pioneering corporations whose culture and performance form the leading edge of the intense and innovative customer-focused movement.\r\n\r\n[/fusion_text][fusion_gallery layout=\"\" picture_size=\"\" columns=\"2\" column_spacing=\"10\" gallery_masonry_grid_ratio=\"\" gallery_masonry_width_double=\"\" hover_type=\"\" lightbox=\"yes\" lightbox_content=\"\" bordersize=\"\" bordercolor=\"\" border_radius=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1332-791x1024.jpg\" image_id=\"1008|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1331-787x1024.jpg\" image_id=\"1007|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1330-786x1024.jpg\" image_id=\"1006|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1329-785x1024.jpg\" image_id=\"1005|large\" link=\"\" linktarget=\"_self\" /][fusion_gallery_image image=\"http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/wp-content/uploads/2019/05/1369-788x1024.jpg\" image_id=\"1028|large\" link=\"\" linktarget=\"_self\" /][/fusion_gallery][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Written Testimonials','','inherit','closed','closed','','170-revision-v1','','','2019-05-29 18:27:52','2019-05-29 18:27:52','',170,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/05/29/170-revision-v1/',0,'revision','',0),(1030,4,'2019-06-03 10:10:58','2019-06-03 10:10:58','','iwp_log_5cf5553715103','','publish','closed','closed','','iwp_log_5cf5553715103','','','2019-06-03 10:10:58','2019-06-03 10:10:58','',0,'http://pps.luminys.com.php72-4.lan3-1.websitetestlink.com/2019/06/03/iwp_log_5cf5553715103/',0,'iwp_log','',0),(1034,4,'2019-06-12 05:44:10','2019-06-12 05:44:10','<a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">Download our complete Curriculum Vitae</a>\r\n\r\nWe realize your decision to choose a financial professional is critical to the accomplishment of your objectives.\r\n\r\nBeyond mere technical qualifications, decision makers seek professionals with whom they can communicate comfortably and easily and be clearly understood without excessive effort.\r\n\r\nAt Provident, we do not regard artificial altitude, aloofness or arrogance as necessary precursors to winning the confidence of a new client. Without these ceremonial encumbrances, our relationship with clients can rise to a higher level of effectiveness and productivity.\r\n\r\nAt Provident for over 30 years, it\'s all about <strong><em>you</em></strong>. We take special care to <strong><em>listen to you</em></strong>, <em><strong>work with you</strong></em> and <em><strong>produce results for you</strong></em>.\r\n\r\n<hr />\r\n\r\n<img src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" class=\"alignleft size-full wp-image-178\" />\r\n<br/><strong>Kathy</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING IN-HOUSE AND OUTSOURCED SERVICES AND SOLUTIONS, PERSONALIZED ON-SITE TUTORING, TRAINING, ESTABLISHMENT OF BOOKKEEPING SYSTEMS AND PROCEDURES, ADMINISTRATIVE ORGANIZATION, STREAMLINING SYSTEMS AND SIMPLIFYING THROUGHPUT</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge small business bookkeeper and expert in QuickBooks bookkeeping for small business owners, QuickBooks set up, QuickBooks clean up, QuickBooks small business bookkeeping reconstruction, set up repair, set up or repair job costing, all within both single and multiple-user QuickBooks environments, both desk-top and on-line versions of QuickBooks, both PC and MAC versions, from QuickBooks versions 2006 through 2010.\r\n<br/> \r\n<br/> \r\n<hr />\r\n<img src=\"/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" class=\"alignleft size-medium wp-image-179\" /><br/><strong>Tom</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN INDIVIDUAL AND SMALL BUSINESS INCOME TAX REDUCTION, TAX PENALTY AVOIDANCE, TAX AUDIT DETERRENCE, INCOME TAX PREPARATION, SMALL BUSINESS VALUATION AND PROFIT IMPROVEMENT</strong>\r\n\r\nSmall business and individual income tax accoutant, over 25 years CPA experience in income tax reduction, <span style=\"color:#123456;\"><strong>\"audit deterrence measures\"™</strong></span> and penalty avoidance, Bachelor of Science degree in Accounting, bonded and California Registered Tax Preparer (CRTP), Certified Valuation Analyst (CVA), Graduate of the Results Accountants\' Boot Camp, medical practice management specialist, small business development specialist, expert in individual and small business income tax reduction, income tax <span style=\"color:#123456;\"><strong>\"audit deterrence measures\"™</strong></span>, income tax preparation and a qualified small business Profit Improvement consultant, coach, trainer, seminar leader and author.','About','','inherit','closed','closed','','7-revision-v1','','','2019-06-12 05:44:10','2019-06-12 05:44:10','',7,'http://providentprofessionalservices.com/wordpress12019/06/12/7-revision-v1/',0,'revision','',0),(1035,4,'2019-06-13 05:43:55','2019-06-13 05:43:55','<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Choice of Fee and Level of Service</strong></span></h4>\nYou have the option of choosing your the service level which best fits your preferences and expectations. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\n\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\n<h6 style=\"text-align: center;\"><strong><span style=\"color: #123456;\">Audit Deterrence Measures™</span></strong></h6>\nAlso, you may choose to implement our breakthrough <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\n\nWe believe our <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our <span style=\"color:#123456;\"><strong>\"audit deterrence measures\"™</strong></span> are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.','Individual Tax Pricing Choices','','inherit','closed','closed','','123-autosave-v1','','','2019-06-13 05:43:55','2019-06-13 05:43:55','',123,'http://providentprofessionalservices.com/wordpress12019/06/12/123-autosave-v1/',0,'revision','',0),(1037,4,'2019-06-12 05:53:58','2019-06-12 05:53:58','<h3 style=\"text-align: center;\">For Business Income Tax Return Preparation</h3>\nYou have the option of choosing your the service level which best fits your preferences and expectations based on your business annual revenue. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\n\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared within your annual revenue range. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators and low-end tax preparation \"tax mill\" operators.\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\n<h6 style=\"text-align: center;\"><strong>\"Audit Deterrence Measures\"™</strong></h6>\nAlso, you may choose to implement our breakthrough audit deterrence measures, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\n\nWe believe our audit deterrence measures, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our audit deterrence measures are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.\n\n<img class=\"aligncenter size-medium\" src=\"/images/PFS%20Business%20Income%20Tax%20Preparation%20Pricing%20Choices%20-%202010%20edition.jpg\" alt=\"\" width=\"600\" height=\"463\" />','For Business Income Tax Return Preparation','','inherit','closed','closed','','130-autosave-v1','','','2019-06-12 05:53:58','2019-06-12 05:53:58','',130,'http://providentprofessionalservices.com/wordpress12019/06/12/130-autosave-v1/',0,'revision','',0),(1038,4,'2019-06-12 05:54:35','2019-06-12 05:54:35','<h3 style=\"text-align: center;\">For Business Income Tax Return Preparation</h3>\r\nYou have the option of choosing your the service level which best fits your preferences and expectations based on your business annual revenue. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\r\n\r\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared within your annual revenue range. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\r\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators and low-end tax preparation \"tax mill\" operators.\r\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\r\n<h6 style=\"text-align: center;\"><strong>\"Audit Deterrence Measures\"™</strong></h6>\r\nAlso, you may choose to implement our breakthrough audit deterrence measures, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\r\n\r\nWe believe our <span style=\"color:#123456;\"><strong>\"audit deterrence measures\"™</strong></span>, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our<span style=\"color:#123456;\"><strong>\"audit deterrence measures\"™</strong></span> are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.\r\n\r\n<img class=\"aligncenter size-medium\" src=\"/images/PFS%20Business%20Income%20Tax%20Preparation%20Pricing%20Choices%20-%202010%20edition.jpg\" alt=\"\" width=\"600\" height=\"463\" />','For Business Income Tax Return Preparation','','inherit','closed','closed','','130-revision-v1','','','2019-06-12 05:54:35','2019-06-12 05:54:35','',130,'http://providentprofessionalservices.com/wordpress12019/06/12/130-revision-v1/',0,'revision','',0),(1041,4,'2019-06-13 05:47:54','2019-06-13 05:47:54','With over 30 years experience as income tax specialists for individuals and small business owners, we have the expertise to use leading edge <strong>income tax reduction and planning strategies</strong>, <strong>income tax penalty avoidance</strong> and use <strong>income tax</strong> <span style=\"color:#123456;\"><strong>\"audit deterrence measures\"™</strong></span> in preparing your income tax returns. We pioneered our unique combination of expanded numerical and narrative content in your income tax returns as an effective strategy to deter income tax audits.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Specialists Experts in Income Taxes and Accounting</strong></span></h4>\nWe\'re specialists in personal and business income tax services and related accounting issues which bear on your income taxes. We do not dilute our attention on distractions to take advantage of our relationship to act as real estate agents, insurance brokers, securities salespeople, notaries, mortgage brokers, secretarial services or other sidelines. We\'re dedicated to relevant fields of related endeavors to assist you in meeting your goals, in part, as dedicated experts and specialists in income tax reduction, income tax audit deterrence, income tax penalty avoidance and income tax return preparation.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Experts in Both Individuals and Small Businesses</strong></span></h4>\nOur income tax services cover both individuals and small businesses. Both individual and business income tax returns are very thoroughly prepared with special attention to <strong>avoiding any questions or mysteries on your income tax returns, which might trigger an otherwise preventable income tax audit.</strong>\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Why Income Tax Audit Deterrence Matters</strong></span></h4>\nGenerally, most tax preparers have everything to gain by ignoring tax <span style=\"color:#123456;\"><strong>\"audit deterrence measures\"™</strong></span> because they are expecting to be engaged to assist the taxpayer in the audit process, requiring substantial fees. By contrast, we would rather prepare thorough tax returns at the outset than defend a poorly-prepared tax return in an IRS audit. That way, we are always operating in our client\'s best interests, with no conflicts based on fee revenue.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Business Specialists with Small Business Experience</strong></span></h4>\nWe are small business specialists. We have gained our experience in small business CPA firms before launching our own firm over 30 years ago, so our training, orientation and experience are all consistently relevant to your small business.\n\nBeware of CPAs who brag about large \"big-4\" CPA firm backgrounds in an attempt to create a false marketing strategy to impress small business owners. Just the opposite is true. Most clients of large big-4 CPA firms are usually themselves large or international corporations which require sophisticated solutions and can afford the resultant exotic fee structure. Large CPA firm experience is NOT relevant to small businesses.\n\nOur specialized income tax services for small businesses include corporations, limited liability companies, partnerships and sole proprietors. Our clients range from emerging companies to established multimillion dollar corporations in a full range of industry types, including manufacturing, distribution, the trades, retail stores, services and the professions.\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Pioneers of</span></strong> <span style=\"color:#123456;\"><strong>Audit Deterrence Measures™</strong></span></h4>\nOur tax returns have historically had a very favorable acceptance rate with the IRS and the state taxing agencies because we are absolutely determined to be thorough and accurate in our income tax preparation procedures.\n\nWe leave nothing to chance, take no reckless risks for exposing potential areas open to question, fully explain and support the tax positions we adopt so the IRS and state taxing agencies realize we have the tax law and theory researched and properly applied to our clients tax issues. In many cases we cite tax law and court cases in the return itself.\n\nWe take the initiative to disclose an extraordinary level of detail in the numerical content of your tax returns and back it up with carefully written narrative supplemental information, presented in advance, thus reducing the need for the IRS to have to audit the returns to determine if the correct tax treatment was used and if the correct numbers were properly classified.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Comprehensive Tax Reduction Measures</strong></span></h4>\nMoreover, we have the knowhow to inquire about potential tax reduction issues and evaluate their relevance to your specific income tax situation, so you\'ll know in advance that your income taxes have been prepared in accordance with the latest tax laws and regulations to keep you safe from IRS audit harassment techniques and to minimize your tax burden at the same time. Moreover, your income tax returns will be prepared with the greatest care in protecting you from the menace of preventable IRS income tax penalties whenever possible.\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Tax Preparer Professional Education Requirements Superior to CPAs</span></strong></h4>\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a performance bond, which CPAs in California do not offer. Also, CPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve income taxation. By contrast, CRTPs are required to renew their California state registration every year, required to maintain a consumer protection bond, and are required to complete a minimum of 20 hours of tax education to qualify for renewal. <span style=\"text-decoration: underline;\"><a href=\"/index.php/what-goes-into-your-taxes/crtp-vs-cpa/\">Learn more...</a></span>\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Taxes Will Be Prepared in Orange County (OC), CA</strong></span>\n<span style=\"color: #000080;\"><strong> (Not in India or the Philippines)</strong></span></h4>\nYour income tax returns will NOT be outsourced for preparation to foreign countries. Many tax preparers do so without disclosing that fact to their clients. By contract, all your income tax work will be prepared on a hands-on basis in Orange County (OC) by the principal of the firm, Tom Kalajian, who has earned a Bachelor of Science degree in Accounting, has expertise in over 92 industries, and is broadly experienced as a seasoned, proven tax professional, an accredited business appraiser and a qualified profit improvement specialist.\n\nWe employ no junior staff or delegate income tax preparation to other preparers. There are no levels of management or bureaucratic quagmires to go through. You will have direct and responsive access to your tax professional without delay or diversions.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Choice of Service Levels</strong></span></h4>\nWe offer a range of service options which are priced according to the level of service you prefer. At the same time, we are not the low cost leader, as our work is thorough, competent, tax efficient and resistant to both preventable penalties and include cutting edge audit deterrent measures.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Firm Size Keeps Service Quality High</strong></span></h4>\nTo keep our service and responsiveness at the highest levels, we limit our client base to an optimum work load level of <span style=\"text-decoration: underline;\"><strong>not more than 100 income tax clients</strong></span>, where we are not overloaded with low end income tax returns and overwhelm ourselves, thereby causing poor service and support to the entire base of clients we value.\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Is Our Fit, Feel and Philosophy Right for You?</strong></span></h4>\nShould you decide that our small firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\n\nAlthough we\'re based in Orange County (OC), CA, we do provide effective services throughout Southern California and beyond, including clients who live and work outside California.\n\nFor more information, please feel welcome to <strong>simply call (949) 583 1040 and ask for Tom</strong>. We\'d be delighted to hear from you.','What\'s Unique About Us?','','inherit','closed','closed','','137-autosave-v1','','','2019-06-13 05:47:54','2019-06-13 05:47:54','',137,'http://providentprofessionalservices.com/wordpress12019/06/12/137-autosave-v1/',0,'revision','',0),(1043,0,'2019-06-12 15:52:09','2019-06-12 15:52:09','','iwp_log_5d011fa9dc689','','publish','closed','closed','','iwp_log_5d011fa9dc689','','','2019-06-12 15:52:09','2019-06-12 15:52:09','',0,'http://providentprofessionalservices.com/wordpress12019/06/12/iwp_log_5d011fa9dc689/',0,'iwp_log','',0),(1044,4,'2019-06-13 05:39:49','2019-06-13 05:39:49','<a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">Download our complete Curriculum Vitae</a>\r\n\r\nWe realize your decision to choose a financial professional is critical to the accomplishment of your objectives.\r\n\r\nBeyond mere technical qualifications, decision makers seek professionals with whom they can communicate comfortably and easily and be clearly understood without excessive effort.\r\n\r\nAt Provident, we do not regard artificial altitude, aloofness or arrogance as necessary precursors to winning the confidence of a new client. Without these ceremonial encumbrances, our relationship with clients can rise to a higher level of effectiveness and productivity.\r\n\r\nAt Provident for over 30 years, it\'s all about <strong><em>you</em></strong>. We take special care to <strong><em>listen to you</em></strong>, <em><strong>work with you</strong></em> and <em><strong>produce results for you</strong></em>.\r\n\r\n<hr />\r\n\r\n<img src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" class=\"alignleft size-full wp-image-178\" />\r\n<br/><strong>Kathy</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING IN-HOUSE AND OUTSOURCED SERVICES AND SOLUTIONS, PERSONALIZED ON-SITE TUTORING, TRAINING, ESTABLISHMENT OF BOOKKEEPING SYSTEMS AND PROCEDURES, ADMINISTRATIVE ORGANIZATION, STREAMLINING SYSTEMS AND SIMPLIFYING THROUGHPUT</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge small business bookkeeper and expert in QuickBooks bookkeeping for small business owners, QuickBooks set up, QuickBooks clean up, QuickBooks small business bookkeeping reconstruction, set up repair, set up or repair job costing, all within both single and multiple-user QuickBooks environments, both desk-top and on-line versions of QuickBooks, both PC and MAC versions, from QuickBooks versions 2006 through 2010.\r\n<br/> \r\n<br/> \r\n<hr />\r\n<img src=\"/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" class=\"alignleft size-medium wp-image-179\" /><br/><strong>Tom</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN INDIVIDUAL AND SMALL BUSINESS INCOME TAX REDUCTION, TAX PENALTY AVOIDANCE, TAX AUDIT DETERRENCE, INCOME TAX PREPARATION, SMALL BUSINESS VALUATION AND PROFIT IMPROVEMENT</strong>\r\n\r\nSmall business and individual income tax accoutant, over 25 years CPA experience in income tax reduction, <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span> and penalty avoidance, Bachelor of Science degree in Accounting, bonded and California Registered Tax Preparer (CRTP), Certified Valuation Analyst (CVA), Graduate of the Results Accountants\' Boot Camp, medical practice management specialist, small business development specialist, expert in individual and small business income tax reduction, income tax <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, income tax preparation and a qualified small business Profit Improvement consultant, coach, trainer, seminar leader and author.','About','','inherit','closed','closed','','7-revision-v1','','','2019-06-13 05:39:49','2019-06-13 05:39:49','',7,'http://providentprofessionalservices.com/wordpress12019/06/13/7-revision-v1/',0,'revision','',0),(1045,4,'2019-06-13 05:44:07','2019-06-13 05:44:07','<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Choice of Fee and Level of Service</strong></span></h4>\r\nYou have the option of choosing your the service level which best fits your preferences and expectations. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\r\n\r\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\r\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\r\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\r\n<h6 style=\"text-align: center;\"><strong><span style=\"color: #123456;\">Audit Deterrence Measures™</span></strong></h6>\r\nAlso, you may choose to implement our breakthrough <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\r\n\r\nWe believe our <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span> are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.','Individual Tax Pricing Choices','','inherit','closed','closed','','123-revision-v1','','','2019-06-13 05:44:07','2019-06-13 05:44:07','',123,'http://providentprofessionalservices.com/wordpress12019/06/13/123-revision-v1/',0,'revision','',0),(1046,4,'2019-06-13 05:45:40','2019-06-13 05:45:40','<h3 style=\"text-align: center;\">For Business Income Tax Return Preparation</h3>\r\nYou have the option of choosing your the service level which best fits your preferences and expectations based on your business annual revenue. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\r\n\r\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for business income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared within your annual revenue range. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\r\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators and low-end tax preparation \"tax mill\" operators.\r\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\r\n<h6 style=\"text-align: center;\"><strong>Audit Deterrence Measures™</strong></h6>\r\nAlso, you may choose to implement our breakthrough <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\r\n\r\nWe believe our <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our<span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span> are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.\r\n\r\n<img class=\"aligncenter size-medium\" src=\"/images/PFS%20Business%20Income%20Tax%20Preparation%20Pricing%20Choices%20-%202010%20edition.jpg\" alt=\"\" width=\"600\" height=\"463\" />','For Business Income Tax Return Preparation','','inherit','closed','closed','','130-revision-v1','','','2019-06-13 05:45:40','2019-06-13 05:45:40','',130,'http://providentprofessionalservices.com/wordpress12019/06/13/130-revision-v1/',0,'revision','',0),(1047,4,'2019-06-13 05:48:44','2019-06-13 05:48:44','With over 30 years experience as income tax specialists for individuals and small business owners, we have the expertise to use leading edge <strong>income tax reduction and planning strategies</strong>, <strong>income tax penalty avoidance</strong> and use <strong>income tax</strong> <span style=\"color: #123456;\"><strong>\"audit deterrence measures\"™</strong></span> in preparing your income tax returns. We pioneered our unique combination of expanded numerical and narrative content in your income tax returns as an effective strategy to deter income tax audits.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Specialists Experts in Income Taxes and Accounting</strong></span></h4>\r\nWe\'re specialists in personal and business income tax services and related accounting issues which bear on your income taxes. We do not dilute our attention on distractions to take advantage of our relationship to act as real estate agents, insurance brokers, securities salespeople, notaries, mortgage brokers, secretarial services or other sidelines. We\'re dedicated to relevant fields of related endeavors to assist you in meeting your goals, in part, as dedicated experts and specialists in income tax reduction, income tax audit deterrence, income tax penalty avoidance and income tax return preparation.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Experts in Both Individuals and Small Businesses</strong></span></h4>\r\nOur income tax services cover both individuals and small businesses. Both individual and business income tax returns are very thoroughly prepared with special attention to <strong>avoiding any questions or mysteries on your income tax returns, which might trigger an otherwise preventable income tax audit.</strong>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Why Income Tax Audit Deterrence Matters</strong></span></h4>\r\nGenerally, most tax preparers have everything to gain by ignoring tax <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> because they are expecting to be engaged to assist the taxpayer in the audit process, requiring substantial fees. By contrast, we would rather prepare thorough tax returns at the outset than defend a poorly-prepared tax return in an IRS audit. That way, we are always operating in our client\'s best interests, with no conflicts based on fee revenue.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Business Specialists with Small Business Experience</strong></span></h4>\r\nWe are small business specialists. We have gained our experience in small business CPA firms before launching our own firm over 30 years ago, so our training, orientation and experience are all consistently relevant to your small business.\r\n\r\nBeware of CPAs who brag about large \"big-4\" CPA firm backgrounds in an attempt to create a false marketing strategy to impress small business owners. Just the opposite is true. Most clients of large big-4 CPA firms are usually themselves large or international corporations which require sophisticated solutions and can afford the resultant exotic fee structure. Large CPA firm experience is NOT relevant to small businesses.\r\n\r\nOur specialized income tax services for small businesses include corporations, limited liability companies, partnerships and sole proprietors. Our clients range from emerging companies to established multimillion dollar corporations in a full range of industry types, including manufacturing, distribution, the trades, retail stores, services and the professions.\r\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Pioneers of</span></strong> <span style=\"color: #123456;\"><strong>Audit Deterrence Measures™</strong></span></h4>\r\nOur tax returns have historically had a very favorable acceptance rate with the IRS and the state taxing agencies because we are absolutely determined to be thorough and accurate in our income tax preparation procedures.\r\n\r\nWe leave nothing to chance, take no reckless risks for exposing potential areas open to question, fully explain and support the tax positions we adopt so the IRS and state taxing agencies realize we have the tax law and theory researched and properly applied to our clients tax issues. In many cases we cite tax law and court cases in the return itself.\r\n\r\nWe take the initiative to disclose an extraordinary level of detail in the numerical content of your tax returns and back it up with carefully written narrative supplemental information, presented in advance, thus reducing the need for the IRS to have to audit the returns to determine if the correct tax treatment was used and if the correct numbers were properly classified.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Comprehensive Tax Reduction Measures</strong></span></h4>\r\nMoreover, we have the knowhow to inquire about potential tax reduction issues and evaluate their relevance to your specific income tax situation, so you\'ll know in advance that your income taxes have been prepared in accordance with the latest tax laws and regulations to keep you safe from IRS audit harassment techniques and to minimize your tax burden at the same time. Moreover, your income tax returns will be prepared with the greatest care in protecting you from the menace of preventable IRS income tax penalties whenever possible.\r\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Tax Preparer Professional Education Requirements Superior to CPAs</span></strong></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a performance bond, which CPAs in California do not offer. Also, CPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve income taxation. By contrast, CRTPs are required to renew their California state registration every year, required to maintain a consumer protection bond, and are required to complete a minimum of 20 hours of tax education to qualify for renewal. <span style=\"text-decoration: underline;\"><a href=\"/index.php/what-goes-into-your-taxes/crtp-vs-cpa/\">Learn more...</a></span>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Taxes Will Be Prepared in Orange County (OC), CA</strong></span>\r\n<span style=\"color: #000080;\"><strong> (Not in India or the Philippines)</strong></span></h4>\r\nYour income tax returns will NOT be outsourced for preparation to foreign countries. Many tax preparers do so without disclosing that fact to their clients. By contract, all your income tax work will be prepared on a hands-on basis in Orange County (OC) by the principal of the firm, Tom Kalajian, who has earned a Bachelor of Science degree in Accounting, has expertise in over 92 industries, and is broadly experienced as a seasoned, proven tax professional, an accredited business appraiser and a qualified profit improvement specialist.\r\n\r\nWe employ no junior staff or delegate income tax preparation to other preparers. There are no levels of management or bureaucratic quagmires to go through. You will have direct and responsive access to your tax professional without delay or diversions.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Choice of Service Levels</strong></span></h4>\r\nWe offer a range of service options which are priced according to the level of service you prefer. At the same time, we are not the low cost leader, as our work is thorough, competent, tax efficient and resistant to both preventable penalties and include cutting edge audit deterrent measures.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Firm Size Keeps Service Quality High</strong></span></h4>\r\nTo keep our service and responsiveness at the highest levels, we limit our client base to an optimum work load level of <span style=\"text-decoration: underline;\"><strong>not more than 100 income tax clients</strong></span>, where we are not overloaded with low end income tax returns and overwhelm ourselves, thereby causing poor service and support to the entire base of clients we value.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Is Our Fit, Feel and Philosophy Right for You?</strong></span></h4>\r\nShould you decide that our small firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\r\n\r\nAlthough we\'re based in Orange County (OC), CA, we do provide effective services throughout Southern California and beyond, including clients who live and work outside California.\r\n\r\nFor more information, please feel welcome to <strong>simply call (949) 583 1040 and ask for Tom</strong>. We\'d be delighted to hear from you.','What\'s Unique About Us?','','inherit','closed','closed','','137-revision-v1','','','2019-06-13 05:48:44','2019-06-13 05:48:44','',137,'http://providentprofessionalservices.com/wordpress12019/06/13/137-revision-v1/',0,'revision','',0),(1048,4,'2019-06-13 05:49:32','2019-06-13 05:49:32','With over 30 years experience as income tax specialists for individuals and small business owners, we have the expertise to use leading edge <strong>income tax reduction and planning strategies</strong>, <strong>income tax penalty avoidance</strong> and use <strong>income tax</strong> <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> in preparing your income tax returns. We pioneered our unique combination of expanded numerical and narrative content in your income tax returns as an effective strategy to deter income tax audits.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Specialists Experts in Income Taxes and Accounting</strong></span></h4>\r\nWe\'re specialists in personal and business income tax services and related accounting issues which bear on your income taxes. We do not dilute our attention on distractions to take advantage of our relationship to act as real estate agents, insurance brokers, securities salespeople, notaries, mortgage brokers, secretarial services or other sidelines. We\'re dedicated to relevant fields of related endeavors to assist you in meeting your goals, in part, as dedicated experts and specialists in income tax reduction, income tax audit deterrence, income tax penalty avoidance and income tax return preparation.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Experts in Both Individuals and Small Businesses</strong></span></h4>\r\nOur income tax services cover both individuals and small businesses. Both individual and business income tax returns are very thoroughly prepared with special attention to <strong>avoiding any questions or mysteries on your income tax returns, which might trigger an otherwise preventable income tax audit.</strong>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Why Income Tax Audit Deterrence Matters</strong></span></h4>\r\nGenerally, most tax preparers have everything to gain by ignoring tax <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> because they are expecting to be engaged to assist the taxpayer in the audit process, requiring substantial fees. By contrast, we would rather prepare thorough tax returns at the outset than defend a poorly-prepared tax return in an IRS audit. That way, we are always operating in our client\'s best interests, with no conflicts based on fee revenue.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Business Specialists with Small Business Experience</strong></span></h4>\r\nWe are small business specialists. We have gained our experience in small business CPA firms before launching our own firm over 30 years ago, so our training, orientation and experience are all consistently relevant to your small business.\r\n\r\nBeware of CPAs who brag about large \"big-4\" CPA firm backgrounds in an attempt to create a false marketing strategy to impress small business owners. Just the opposite is true. Most clients of large big-4 CPA firms are usually themselves large or international corporations which require sophisticated solutions and can afford the resultant exotic fee structure. Large CPA firm experience is NOT relevant to small businesses.\r\n\r\nOur specialized income tax services for small businesses include corporations, limited liability companies, partnerships and sole proprietors. Our clients range from emerging companies to established multimillion dollar corporations in a full range of industry types, including manufacturing, distribution, the trades, retail stores, services and the professions.\r\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Pioneers of</span></strong> <span style=\"color: #123456;\"><strong>Audit Deterrence Measures™</strong></span></h4>\r\nOur tax returns have historically had a very favorable acceptance rate with the IRS and the state taxing agencies because we are absolutely determined to be thorough and accurate in our income tax preparation procedures.\r\n\r\nWe leave nothing to chance, take no reckless risks for exposing potential areas open to question, fully explain and support the tax positions we adopt so the IRS and state taxing agencies realize we have the tax law and theory researched and properly applied to our clients tax issues. In many cases we cite tax law and court cases in the return itself.\r\n\r\nWe take the initiative to disclose an extraordinary level of detail in the numerical content of your tax returns and back it up with carefully written narrative supplemental information, presented in advance, thus reducing the need for the IRS to have to audit the returns to determine if the correct tax treatment was used and if the correct numbers were properly classified.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Comprehensive Tax Reduction Measures</strong></span></h4>\r\nMoreover, we have the knowhow to inquire about potential tax reduction issues and evaluate their relevance to your specific income tax situation, so you\'ll know in advance that your income taxes have been prepared in accordance with the latest tax laws and regulations to keep you safe from IRS audit harassment techniques and to minimize your tax burden at the same time. Moreover, your income tax returns will be prepared with the greatest care in protecting you from the menace of preventable IRS income tax penalties whenever possible.\r\n<h4 style=\"text-align: center;\"><strong><span style=\"color: #000080;\">Tax Preparer Professional Education Requirements Superior to CPAs</span></strong></h4>\r\nYour tax returns will be prepared by a California Registered Tax Preparer (CRTP), covered by a performance bond, which CPAs in California do not offer. Also, CPAs are not required to update their income tax knowledge and stay current with continuing professional income tax education to renew their CPA license. CPAs are required to complete 80 hours of education every two years, but none of it is required to involve income taxation. By contrast, CRTPs are required to renew their California state registration every year, required to maintain a consumer protection bond, and are required to complete a minimum of 20 hours of tax education to qualify for renewal. <span style=\"text-decoration: underline;\"><a href=\"/index.php/what-goes-into-your-taxes/crtp-vs-cpa/\">Learn more...</a></span>\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Taxes Will Be Prepared in Orange County (OC), CA</strong></span>\r\n<span style=\"color: #000080;\"><strong> (Not in India or the Philippines)</strong></span></h4>\r\nYour income tax returns will NOT be outsourced for preparation to foreign countries. Many tax preparers do so without disclosing that fact to their clients. By contract, all your income tax work will be prepared on a hands-on basis in Orange County (OC) by the principal of the firm, Tom Kalajian, who has earned a Bachelor of Science degree in Accounting, has expertise in over 92 industries, and is broadly experienced as a seasoned, proven tax professional, an accredited business appraiser and a qualified profit improvement specialist.\r\n\r\nWe employ no junior staff or delegate income tax preparation to other preparers. There are no levels of management or bureaucratic quagmires to go through. You will have direct and responsive access to your tax professional without delay or diversions.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Choice of Service Levels</strong></span></h4>\r\nWe offer a range of service options which are priced according to the level of service you prefer. At the same time, we are not the low cost leader, as our work is thorough, competent, tax efficient and resistant to both preventable penalties and include cutting edge audit deterrent measures.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Small Firm Size Keeps Service Quality High</strong></span></h4>\r\nTo keep our service and responsiveness at the highest levels, we limit our client base to an optimum work load level of <span style=\"text-decoration: underline;\"><strong>not more than 100 income tax clients</strong></span>, where we are not overloaded with low end income tax returns and overwhelm ourselves, thereby causing poor service and support to the entire base of clients we value.\r\n<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Is Our Fit, Feel and Philosophy Right for You?</strong></span></h4>\r\nShould you decide that our small firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\r\n\r\nAlthough we\'re based in Orange County (OC), CA, we do provide effective services throughout Southern California and beyond, including clients who live and work outside California.\r\n\r\nFor more information, please feel welcome to <strong>simply call (949) 583 1040 and ask for Tom</strong>. We\'d be delighted to hear from you.','What\'s Unique About Us?','','inherit','closed','closed','','137-revision-v1','','','2019-06-13 05:49:32','2019-06-13 05:49:32','',137,'http://providentprofessionalservices.com/wordpress12019/06/13/137-revision-v1/',0,'revision','',0),(1049,4,'2019-06-13 05:52:13','2019-06-13 05:52:13','<p style=\"text-align: center;\"><strong>We provide precision handcrafted income tax services, including income tax preparation, income tax reduction, income tax <span style=\"color:#123456;\"><strong>audit deterrence measures™</strong></span>, income tax penalty avoidance services and proactive income tax planning and projection services for:</strong></p>\r\n\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1040 individual tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1065 Partnership tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>1120 corporate tax returns</strong></span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\"><strong>LLC tax returns</strong></span></li>\r\n</ul>\r\n<p style=\"text-align: center;\"><strong>from our offices based in Orange County (OC), CA</strong></p>\r\n\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><strong>Individual income tax returns (form 1040 and California form 540)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Single state income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Multiple state income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Federal only income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Corporation income tax returns</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">C corporation income tax returns (form 1120 and California form 100)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">S corporation income tax returns (form 1120S and California form 100S)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>LLC income tax returns (federal form 1065 and California form 568)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Multiple members LLC income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Single member LLC income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Partnership income tax returns (federal form 1065 and California form 565)</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">General partnership income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Limited partnerships income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Income tax returns for all states which impose income or franchise taxes</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Amended income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Prior-year income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Catch up on prior year income tax returns going back to 1990</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n</ul>\r\n</li>\r\n <li style=\"text-align: left;\"><strong>Preparation of amended income tax returns</strong>\r\n<ul style=\"font-size: 0.9rem;\">\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Individual income tax returns (form 1040X and California form 540X)</span></li>\r\n <li style=\"text-align: left;\"><span style=\"color: #000080;\">Small business income tax returns</span></li>\r\n</ul>\r\n</li>\r\n</ul>','Income Tax Services','','inherit','closed','closed','','139-revision-v1','','','2019-06-13 05:52:13','2019-06-13 05:52:13','',139,'http://providentprofessionalservices.com/wordpress12019/06/13/139-revision-v1/',0,'revision','',0),(1050,4,'2019-06-13 16:21:59','2019-06-13 16:21:59','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text]<h2 style=\"margin-bottom:25px;\">Scope of Services</h2>\r\n\r\n<h3>For Income Tax - Charitable Contributions - Business Valuations</h3>\r\n<ul>\r\n <li>IRS-qualified valuator</li>\r\n <li>IRS-qualified valuation report</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n</ul>\r\n\r\n<h3>For SBA (Small Business Administration) Business Valuations</h3>\r\n<ul>\r\n <li>Qualified independent SBA Valuator</li>\r\n <li>Qualified independent SBA Valuations</li>\r\n <li>Prepared and presented in full formal valuation reports</li>\r\n <li>Reports prepared and presented in conformity with SBA SOP 50-10 as updated in 2009</li>\r\n</ul>\r\n\r\n<h3>For Controlling or Minority Interest Dispositions Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale planning and strategies</li>\r\n <li>Pre-sale value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>For Buy-Sell Agreements Business Valuations</h3>\r\n<ul>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Adequacy of Insurance Business Valuations</h3>\r\n<ul>\r\n <li>Buy-sell or cross purchase arrangements</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Buy-Out Or Buy-In Business Valuations</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Pre-sale/pre-buy planning and strategies</li>\r\n <li>Pre-sale/pre-buy value enhancement strategies</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Accredited Valuation Review Reports (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Formal opinion on the credibility of the valuation report under review</li>\r\n <li>Minority or controlling interests</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n</ul>\r\n\r\n<h3>Legal Consulting and Reports to Counsel (Non-testifying Legal Consultant)</h3>\r\n<ul>\r\n <li>Minority or controlling interests</li>\r\n <li>Estimation of company and industry growth and risk assessments</li>\r\n <li>Evaluation of company financial history and risk assessments</li>\r\n <li>Company strengths, weaknesses, opportunities and threats</li>\r\n <li>Going concern premise</li>\r\n <li>As if in liquidation premise</li>\r\n <li>Limited review and opinion of strengths and weaknesses of opposing expert\'s valuation report (not a formal opinion report under the ABAR credential or proposed best practices as of 2009)</li>\r\n <li>Choice of report types</li>\r\n</ul>\r\n\r\n<h3>Programs and Strategies to Increase Profitability, Cash Flow and Business Value</h3>\r\n<ul>\r\n <li>Determining value drivers</li>\r\n <li>Determining critical success factors</li>\r\n <li>Establishing key performance indicators</li>\r\n <li>Establishing a management-by-statistics monitoring system</li>\r\n <li>Evaluation of company-specific risk factors affecting value</li>\r\n <li>Establishment of strategies to mitigate company-specific risk factors</li>\r\n <li>Moderating volatility in revenues, profitability and cash flows</li>\r\n <li>Developing maximum sustainable growth rates based on availability of working capital</li>\r\n <li>Effective establishment of cash flow forecasting</li>\r\n <li>Periodic measurements of value changes</li>\r\n <li>Development of multiple sustainable competitive advantages</li>\r\n <li>Identification of company cultural attributes which enhance value through team members</li>\r\n <li>Facilitation of customer and team member advisory councils and periodic review sessions</li>\r\n</ul>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Business Valuations','','inherit','closed','closed','','39-revision-v1','','','2019-06-13 16:21:59','2019-06-13 16:21:59','',39,'http://providentprofessionalservices.com/wordpress12019/06/13/39-revision-v1/',0,'revision','',0),(1052,4,'2019-06-18 00:20:29','2019-06-18 00:20:29','','iwp_log_5d082e4d8dd63','','publish','closed','closed','','iwp_log_5d082e4d8dd63','','','2019-06-18 00:20:29','2019-06-18 00:20:29','',0,'http://providentprofessionalservices.com/wordpress12019/06/18/iwp_log_5d082e4d8dd63/',0,'iwp_log','',0),(1053,4,'2019-06-18 00:20:29','2019-06-18 00:20:29','','iwp_log_5d082e4d9e651','','publish','closed','closed','','iwp_log_5d082e4d9e651','','','2019-06-18 00:20:29','2019-06-18 00:20:29','',0,'http://providentprofessionalservices.com/wordpress12019/06/18/iwp_log_5d082e4d9e651/',0,'iwp_log','',0),(1054,4,'2019-06-18 00:20:29','2019-06-18 00:20:29','','iwp_log_5d082e4dac8b4','','publish','closed','closed','','iwp_log_5d082e4dac8b4','','','2019-06-18 00:20:29','2019-06-18 00:20:29','',0,'http://providentprofessionalservices.com/wordpress12019/06/18/iwp_log_5d082e4dac8b4/',0,'iwp_log','',0),(1055,0,'2019-06-19 00:33:37','2019-06-19 00:33:37','','iwp_log_5d0982e1e3aa3','','publish','closed','closed','','iwp_log_5d0982e1e3aa3','','','2019-06-19 00:33:37','2019-06-19 00:33:37','',0,'http://providentprofessionalservices.com/wordpress12019/06/19/iwp_log_5d0982e1e3aa3/',0,'iwp_log','',0),(1057,4,'2019-06-24 14:27:59','2019-06-24 14:27:59','','PPS statement of Core Values and Beliefs, ver F','','inherit','open','closed','','pps-statement-of-core-values-and-beliefs-ver-f','','','2019-06-24 14:27:59','2019-06-24 14:27:59','',0,'/wp-content/uploads/2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-F.pdf',0,'attachment','application/pdf',0),(1059,4,'2019-06-24 14:32:36','2019-06-24 14:32:36','[fusion_content_boxes layout=\"icon-on-top\" columns=\"5\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Our Why\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>Everything we do involves making a difference that matters to the people we serve.</p>[/fusion_content_box][fusion_content_box title=\"Our Diving Principals\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>We believe in always doing our absolute best to do extraordinary work. Nothing we do is ordinary. We encourage and expect the same of our clients.</p>[/fusion_content_box][fusion_content_box title=\"How We Work\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>We believe it is our ethical responsibility to assume a proactive leadership role in providing financial services, offering guidance and advocating excellence.</p>[/fusion_content_box][fusion_content_box title=\"What We Do\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>We provide peace of mind, security and fulfillment to our clients by assisting in the achievement of their goals and in sustaining their financial prosperity. We implement integrated solutions in financial measurement, business guidance, taxation control, valuation improvement and transition optimization.</p>[/fusion_content_box][fusion_content_box title=\"Who We Serve\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>Our clients are successful, able, experienced, hard-working and upstanding business owners and individuals who are exceptional in their field and share our unwavering commitment to uncompromising excellence in everything they do.</p>[/fusion_content_box][/fusion_content_boxes]','Core Values','','inherit','closed','closed','','1012-revision-v1','','','2019-06-24 14:32:36','2019-06-24 14:32:36','',1012,'http://providentprofessionalservices.com/wordpress12019/06/24/1012-revision-v1/',0,'revision','',0),(1070,4,'2019-06-24 19:42:00','2019-06-24 19:42:00','','LogoWeb','','inherit','open','closed','','logoweb','','','2019-06-24 19:42:00','2019-06-24 19:42:00','',0,'/wp-content/uploads/2019/06/LogoWeb.png',0,'attachment','image/png',0),(1071,4,'2019-06-26 13:51:03','2019-06-26 13:51:03','','iwp_log_5d1378472fdf8','','publish','closed','closed','','iwp_log_5d1378472fdf8','','','2019-06-26 13:51:03','2019-06-26 13:51:03','',0,'http://providentprofessionalservices.com/wordpress12019/06/26/iwp_log_5d1378472fdf8/',0,'iwp_log','',0),(1072,4,'2019-06-26 13:51:52','2019-06-26 13:51:52','','iwp_log_5d137878b09f4','','publish','closed','closed','','iwp_log_5d137878b09f4','','','2019-06-26 13:51:52','2019-06-26 13:51:52','',0,'http://providentprofessionalservices.com/wordpress12019/06/26/iwp_log_5d137878b09f4/',0,'iwp_log','',0),(1075,4,'2019-06-26 23:24:53','2019-06-26 23:24:53','[fusion_content_boxes layout=\"icon-on-top\" columns=\"5\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Our Why\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nEverything we do involves making a difference that matters to the people we serve.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Our Driving Principles\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe believe in always doing our absolute best to do extraordinary work. Nothing we do is ordinary. We encourage and expect the same of our clients.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"How We Work\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe believe it is our ethical responsibility to assume a proactive leadership role in providing financial services, offering guidance and advocating excellence.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"What We Do\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe provide peace of mind, security and fulfillment to our clients by assisting in the achievement of their goals and in sustaining their financial prosperity. We implement integrated solutions in financial measurement, business guidance, taxation control, valuation improvement and transition optimization.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Who We Serve\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nOur clients are successful, able, experienced, hard-working and upstanding business owners and individuals who are exceptional in their field and share our unwavering commitment to uncompromising excellence in everything they do.\r\n\r\n[/fusion_content_box][/fusion_content_boxes]','Core Values','','inherit','closed','closed','','1012-revision-v1','','','2019-06-26 23:24:53','2019-06-26 23:24:53','',1012,'http://providentprofessionalservices.com/wordpress12019/06/26/1012-revision-v1/',0,'revision','',0),(1076,4,'2019-06-26 23:28:25','2019-06-26 23:28:25','<a href=\"/wp-content/uploads/2019/02/Curriculum-Vitae_Thomas-V-Kalajian.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Download our complete Curriculum Vitae</a>\r\n\r\nWe realize your decision to choose a financial professional is critical to the accomplishment of your objectives.\r\n\r\nBeyond mere technical qualifications, decision makers seek professionals with whom they can communicate comfortably and easily and be clearly understood without excessive effort.\r\n\r\nAt Provident, we do not regard artificial altitude, aloofness or arrogance as necessary precursors to winning the confidence of a new client. Without these ceremonial encumbrances, our relationship with clients can rise to a higher level of effectiveness and productivity.\r\n\r\nAt Provident for over 30 years, it\'s all about <strong><em>you</em></strong>. We take special care to <strong><em>listen to you</em></strong>, <em><strong>work with you</strong></em> and <em><strong>produce results for you</strong></em>.\r\n\r\n<hr />\r\n\r\n<img class=\"alignleft size-full wp-image-178\" src=\"/wp-content/uploads/2019/03/Kathy-4.jpg\" alt=\"\" width=\"226\" height=\"283\" />\r\n\r\n<strong>Kathy</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>QUICKBOOKS EXPERT FOR SMALL BUSINESS BOOKKEEPING IN-HOUSE AND OUTSOURCED SERVICES AND SOLUTIONS, PERSONALIZED ON-SITE TUTORING, TRAINING, ESTABLISHMENT OF BOOKKEEPING SYSTEMS AND PROCEDURES, ADMINISTRATIVE ORGANIZATION, STREAMLINING SYSTEMS AND SIMPLIFYING THROUGHPUT</strong>\r\n\r\nCertified QuickBooks ProAdvisor (CQP), QuickBooks qualified tutor and trainer, full-charge small business bookkeeper and expert in QuickBooks bookkeeping for small business owners, QuickBooks set up, QuickBooks clean up, QuickBooks small business bookkeeping reconstruction, set up repair, set up or repair job costing, all within both single and multiple-user QuickBooks environments, both desk-top and on-line versions of QuickBooks, both PC and MAC versions, from QuickBooks versions 2006 through 2010.\r\n\r\n<hr />\r\n\r\n<img class=\"alignleft size-medium wp-image-179\" src=\"/wp-content/uploads/2019/03/TK-IMG_0076-adjusted-small-200x300.jpg\" alt=\"\" width=\"200\" height=\"300\" />\r\n<strong>Tom</strong>\r\n\r\n<strong>(949) 583 1040</strong>\r\n\r\n<strong>EXPERT IN INDIVIDUAL AND SMALL BUSINESS INCOME TAX REDUCTION, TAX PENALTY AVOIDANCE, TAX AUDIT DETERRENCE, INCOME TAX PREPARATION, SMALL BUSINESS VALUATION AND PROFIT IMPROVEMENT</strong>\r\n\r\nSmall business and individual income tax accoutant, over 25 years CPA experience in income tax reduction, <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> and penalty avoidance, Bachelor of Science degree in Accounting, bonded and California Registered Tax Preparer (CRTP), Certified Valuation Analyst (CVA), Graduate of the Results Accountants\' Boot Camp, medical practice management specialist, small business development specialist, expert in individual and small business income tax reduction, income tax <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span>, income tax preparation and a qualified small business Profit Improvement consultant, coach, trainer, seminar leader and author.','About','','inherit','closed','closed','','7-revision-v1','','','2019-06-26 23:28:25','2019-06-26 23:28:25','',7,'http://providentprofessionalservices.com/wordpress12019/06/26/7-revision-v1/',0,'revision','',0),(1077,4,'2019-06-26 23:29:46','2019-06-26 23:29:46','<h4 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Your Choice of Fee and Level of Service</strong></span></h4>\r\nYou have the option of choosing your the service level which best fits your preferences and expectations. Since there are a multitude of additional possible forms which may apply to your unique situation, the preparation of those additional forms are not included in the base price. Therefore, the overall price will depend on how many additional forms, schedules and services will be required to prepare a proper return.\r\n\r\nTo the best of our knowledge, we are the only firm which offers our clients a choice of pricing choices through service levels for individual income tax preparation services. Based on your preferences and budget, you have the choice and control on how comprehensive you want your income tax returns prepared. This is a fundamental breakthrough in the whole process of income tax preparation, where we offer you the choices of implementing which procedures you wish to include in your unique service plan.\r\n<h6 style=\"text-align: center;\"><strong>Value Service</strong></h6>\r\nYou may choose from our no-frills <span style=\"text-decoration: underline;\">Value Service</span>, which is approximately equivalent to most tax preparation professionals, which is generally a more comprehensive level than popular seasonal strip-mall franchise operators.\r\n<h6 style=\"text-align: center;\"><strong>Classic Service</strong></h6>\r\nOur mid-range service level, the <span style=\"text-decoration: underline;\">Classic Service</span>, incorporates several important options and services you might find valuable. This is usually more comprehensive than low- or medium-priced services elsewhere.\r\n<h6 style=\"text-align: center;\"><strong>Premium Select</strong></h6>\r\nOur <span style=\"text-decoration: underline;\">Premium Select</span> service, reserved for the first 25 enrollees, includes most of our cutting-edge options which provide the greatest value and most intense personal attention to all your income tax needs, questions and concerns.\r\n<h6 style=\"text-align: center;\"><strong><span style=\"color: #123456;\">Audit Deterrence Measures™</span></strong></h6>\r\nAlso, you may choose to implement our breakthrough <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span>, which take the form of pro-active narrative supplemental information directed to the officials in the taxing agencies who have the option of either ordering your income tax returns to be audited or not.\r\n\r\nWe believe our <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span>, taken in conjunction with our thorough and detailed numerical preparation process, offer a measure of deterrence to income tax audits which might otherwise be instituted if these clarifications were excluded. Our <span style=\"color: #123456;\"><strong>audit deterrence measures™</strong></span> are available on both the Classic and Premium Select levels only at modest incremental charges based on the number of issues and the complexity involved in their informative content.','Individual Tax Pricing Choices','','inherit','closed','closed','','123-revision-v1','','','2019-06-26 23:29:46','2019-06-26 23:29:46','',123,'http://providentprofessionalservices.com/wordpress12019/06/26/123-revision-v1/',0,'revision','',0),(1078,4,'2019-06-27 15:17:36','2019-06-27 15:17:36','','PPS statement of Core Values and Beliefs ver G','','inherit','open','closed','','pps-statement-of-core-values-and-beliefs-ver-g','','','2019-06-27 15:17:36','2019-06-27 15:17:36','',0,'/wp-content/uploads/2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-G.pdf',0,'attachment','application/pdf',0),(1079,4,'2019-06-27 15:18:39','2019-06-27 15:18:39','[fusion_content_boxes layout=\"icon-on-top\" columns=\"5\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" ][fusion_content_box title=\"Our Why\" backgroundcolor=\"\" icon=\"fa-check fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nEverything we do involves making a difference that matters to the people we serve.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Our Driving Principles\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe believe in always doing our absolute best to do extraordinary work. Nothing we do is ordinary. We encourage and expect the same of our clients.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"How We Work\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe believe it is our ethical responsibility to assume a proactive leadership role in providing financial services, offering guidance and advocating excellence.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"What We Do\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nWe provide peace of mind, security and fulfillment to our clients by assisting in the achievement of their goals and in sustaining their financial prosperity. We implement integrated solutions in financial measurement, business guidance, taxation control, valuation improvement and transition optimization.\r\n\r\n[/fusion_content_box][fusion_content_box title=\"Who We Serve\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nOur clients are successful, able, experienced, hard-working and upstanding business owners and individuals who are exceptional in their field and share our unwavering commitment to uncompromising excellence in everything they do.\r\n\r\n[/fusion_content_box][/fusion_content_boxes]','Core Values','','inherit','closed','closed','','1012-revision-v1','','','2019-06-27 15:18:39','2019-06-27 15:18:39','',1012,'http://providentprofessionalservices.com/wordpress12019/06/27/1012-revision-v1/',0,'revision','',0),(1090,4,'2019-06-27 16:10:12','2019-06-27 16:10:12','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"text-align: center; color: #808003;\">Our Why</h3>\r\n<p style=\"text-align: center;\">Everything we do is devoted to making a difference that matters to the clients we serve.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Our Driving Principles</h3>\r\n<p style=\"text-align: center;\">We believe in always doing our absolute best to be excellent in everything we do by relentless pursuit of continuous improvement</p>\r\n\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">How We Work</h3>\r\n<p style=\"text-align: center;\">We are proactive in offering information, insights, suggestions and guidance to our clients their for consideration. We do not take any actions or adopt any provisions on behalf of our clients without their informed consent. Our expected work scope and compensation arrangements, priced at flat rates, are mutually agreed upon in advance.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">What We Do</h3>\r\n<p style=\"text-align: center;\">We offer assistance in improving financial conditions by integrating modern measurement methods for increasing profitability, guidance for sustainable independence and prosperity, income tax projections, control and preparation, certified business valuations and equity growth measures, and preparation and funding for business transition events.</p>\r\n\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Who We Serve</h3>\r\nOur clients are successful, experienced, motivated and upstanding business owners and individuals who are exceptional in their field, and who share our unwavering commitment to uncompromising excellence in everything they do.[/fusion_text][fusion_button link=\"/wp-content/uploads/2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-G.pdf\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Download Printable PDF[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Core Values & Beliefs','','inherit','closed','closed','','161-revision-v1','','','2019-06-27 16:10:12','2019-06-27 16:10:12','',161,'http://providentprofessionalservices.com/wordpress12019/06/27/161-revision-v1/',0,'revision','',0),(1091,4,'2019-06-27 16:11:31','2019-06-27 16:11:31','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"text-align: center; color: #808003;\">Our Why</h3>\r\n<p style=\"text-align: center;\">Everything we do is devoted to making a difference that matters to the clients we serve.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Our Driving Principles</h3>\r\n<p style=\"text-align: center;\">We believe in always doing our absolute best to be excellent in everything we do by relentless pursuit of continuous improvement</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">How We Work</h3>\r\n<p style=\"text-align: center;\">We are proactive in offering information, insights, suggestions and guidance to our clients their for consideration. We do not take any actions or adopt any provisions on behalf of our clients without their informed consent. Our expected work scope and compensation arrangements, priced at flat rates, are mutually agreed upon in advance.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">What We Do</h3>\r\n<p style=\"text-align: center;\">We offer assistance in improving financial conditions by integrating modern measurement methods for increasing profitability, guidance for sustainable independence and prosperity, income tax projections, control and preparation, certified business valuations and equity growth measures, and preparation and funding for business transition events.</p>\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Who We Serve</h3>\r\nOur clients are successful, experienced, motivated and upstanding business owners and individuals who are exceptional in their field, and who share our unwavering commitment to uncompromising excellence in everything they do.[/fusion_text][fusion_button link=\"/wp-content/uploads/2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-G.pdf\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Download Printable PDF[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Core Values & Beliefs','','inherit','closed','closed','','161-revision-v1','','','2019-06-27 16:11:31','2019-06-27 16:11:31','',161,'http://providentprofessionalservices.com/wordpress12019/06/27/161-revision-v1/',0,'revision','',0),(1092,4,'2019-06-27 16:12:00','2019-06-27 16:12:00','[fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" ]\r\n<h3 style=\"text-align: center; color: #808003;\">Our Why</h3>\r\n<p style=\"text-align: center;\">Everything we do is devoted to making a difference that matters to the clients we serve.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Our Driving Principles</h3>\r\n<p style=\"text-align: center;\">We believe in always doing our absolute best to be excellent in everything we do by relentless pursuit of continuous improvement</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">How We Work</h3>\r\n<p style=\"text-align: center;\">We are proactive in offering information, insights, suggestions and guidance to our clients their for consideration. We do not take any actions or adopt any provisions on behalf of our clients without their informed consent. Our expected work scope and compensation arrangements, priced at flat rates, are mutually agreed upon in advance.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">What We Do</h3>\r\n<p style=\"text-align: center;\">We offer assistance in improving financial conditions by integrating modern measurement methods for increasing profitability, guidance for sustainable independence and prosperity, income tax projections, control and preparation, certified business valuations and equity growth measures, and preparation and funding for business transition events.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Who We Serve</h3>\r\n<p style=\"text-align: center;\">Our clients are successful, experienced, motivated and upstanding business owners and individuals who are exceptional in their field, and who share our unwavering commitment to uncompromising excellence in everything they do.</p>\r\n[/fusion_text]','Core Values List','','publish','closed','closed','','core-values-list','','','2020-10-19 21:24:25','2020-10-19 21:24:25','',0,'http://providentprofessionalservices.com/wordpress1fusion_element/core-values-list/',0,'fusion_element','',0),(1094,4,'2019-06-27 16:12:08','2019-06-27 16:12:08','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"no\" min_height=\"\" hover_type=\"none\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_global id=\"1092\"][fusion_button link=\"/wp-content/uploads/2019/06/PPS-statement-of-Core-Values-and-Beliefs-ver-G.pdf\" text_transform=\"\" title=\"\" target=\"_blank\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Download Printable PDF[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Core Values & Beliefs','','inherit','closed','closed','','161-revision-v1','','','2019-06-27 16:12:08','2019-06-27 16:12:08','',161,'http://providentprofessionalservices.com/wordpress12019/06/27/161-revision-v1/',0,'revision','',0),(1095,4,'2019-06-27 16:14:02','2019-06-27 16:14:02','[fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<h3 style=\"text-align: center; color: #808003;\">Our Why</h3>\r\n<p style=\"text-align: center;\">Everything we do is devoted to making a difference that matters to the clients we serve.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Our Driving Principles</h3>\r\n<p style=\"text-align: center;\">We believe in always doing our absolute best to be excellent in everything we do by relentless pursuit of continuous improvement</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">How We Work</h3>\r\n<p style=\"text-align: center;\">We are proactive in offering information, insights, suggestions and guidance to our clients their for consideration. We do not take any actions or adopt any provisions on behalf of our clients without their informed consent. Our expected work scope and compensation arrangements, priced at flat rates, are mutually agreed upon in advance.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">What We Do</h3>\r\n<p style=\"text-align: center;\">We offer assistance in improving financial conditions by integrating modern measurement methods for increasing profitability, guidance for sustainable independence and prosperity, income tax projections, control and preparation, certified business valuations and equity growth measures, and preparation and funding for business transition events.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Who We Serve</h3>\r\n<p style=\"text-align: center;\">Our clients are successful, experienced, motivated and upstanding business owners and individuals who are exceptional in their field, and who share our unwavering commitment to uncompromising excellence in everything they do.</p>[/fusion_text]','Core Values List','','inherit','closed','closed','','1092-revision-v1','','','2019-06-27 16:14:02','2019-06-27 16:14:02','',1092,'http://providentprofessionalservices.com/wordpress12019/06/27/1092-revision-v1/',0,'revision','',0),(1096,4,'2019-06-27 16:18:07','2019-06-27 16:18:07','[fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" ]<h3 style=\"text-align: center; color: #808003;\">Our Why</h3>\r\n<p style=\"text-align: center;\">Everything we do is devoted to making a difference that matters to the clients we serve.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Our Driving Principles</h3>\r\n<p style=\"text-align: center;\">We believe in always doing our absolute best to be excellent in everything we do by relentless pursuit of continuous improvement</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">How We Work</h3>\r\n<p style=\"text-align: center;\">We are proactive in offering information, insights, suggestions and guidance to our clients their for consideration. We do not take any actions or adopt any provisions on behalf of our clients without their informed consent. Our expected work scope and compensation arrangements, priced at flat rates, are mutually agreed upon in advance.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">What We Do</h3>\r\n<p style=\"text-align: center;\">We offer assistance in improving financial conditions by integrating modern measurement methods for increasing profitability, guidance for sustainable independence and prosperity, income tax projections, control and preparation, certified business valuations and equity growth measures, and preparation and funding for business transition events.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Who We Serve</h3>\r\n<p style=\"text-align: center;\">Our clients are successful, experienced, motivated and upstanding business owners and individuals who are exceptional in their field, and who share our unwavering commitment to uncompromising excellence in everything they do.</p>[/fusion_text]','Core Values List','','inherit','closed','closed','','1092-revision-v1','','','2019-06-27 16:18:07','2019-06-27 16:18:07','',1092,'http://providentprofessionalservices.com/wordpress12019/06/27/1092-revision-v1/',0,'revision','',0),(1099,4,'2019-07-10 15:06:56','2019-07-10 15:06:56','','iwp_log_5d25ff100c5e9','','publish','closed','closed','','iwp_log_5d25ff100c5e9','','','2019-07-10 15:06:56','2019-07-10 15:06:56','',0,'http://providentprofessionalservices.com/wordpress12019/07/10/iwp_log_5d25ff100c5e9/',0,'iwp_log','',0),(1100,4,'2019-07-10 16:46:11','2019-07-10 16:46:11','<h3>Save Time, Money, and Worry with A Dedicated Tax Professional.</h3>\r\n\r\nThere’s no way around it: You have to file your tax returns. If you’re one of those who have a multitude of tax deductions, or especially if you’re business owner, a dedicated tax professional is the safer option. \r\n\r\nThere are many benefits to partnering with a knowledgeable, experienced tax accountant, who knows how to present your tax returns professionally, which also truthfully and legally minimizes your taxes and audit exposure. Those rare qualities which also save you time and money, and most of all, the heartache and worry of IRS abuses. Confidently going into tax season is a feeling many aren’t familiar with. With Provident Professional Services, we’ll ensure you feel that way every tax season going forward! Nothing compares to a tax professional who understands you, your distinct situation and your financial needs.\r\n\r\nWant a good reason to consider our services? Frustrated, disappointed or dreading the usual, ordinary, mediocre tax preparation ordeal? Want to escape the mundane, archaic tax preparation process? Here are a few of the ways that we ensure a superior experience for our clients. \r\n\r\n\r\nChoice of Tax Preparation Service Level\r\n<ul><li>You’ll choose from three service levels for the best fit for your needs and budget.</li></ul>\r\n\r\n\r\nDirect Access to the Accountant \r\n <ul><li>No runaround with junior team members who don’t know you or can’t answer your questions! </li></ul>\r\n\r\nYear-Around Access\r\n <ul><li>We are available year around to answer questions about tax returns at no charge.</li></ul>\r\n\r\nDiscrete Office Facilities \r\n <ul><li>We’re located in a quiet residential area where you’ll have direct and private access, and ample free parking. Not to mention: Great coffee!</li></ul>\r\n\r\nMaximum Legal Tax Deductions \r\n <ul><li>We legally cut taxes by asking the right questions and knowing the intricacies of the latest tax laws.</li></ul>\r\n\r\nAudit Deterrence Measures<sup>TM</sup>\r\n <ul><li>We proactively add context, dismiss unwarranted presumptions, dispel suspicions and clarify ambiguities in your tax returns.</li></ul>\r\n\r\nComprehensive Questionnaire\r\n <ul><li>Save time, travel, traffic and taxes by uncovering hidden deductions from the comfort of your home.</li></ul>\r\n\r\nDisclosure of Specific Tax Savings Generated \r\n <ul><li>Clients get a list of specific dollar value of the tax savings measures we’ve adopted.</li></ul>\r\n\r\nAudio Commentary on PDF Files \r\n <ul><li>Clients can listen to embedded audio files of voice commentary on PDF documents, providing a greater ease to your understanding of your tax returns.</li></ul>\r\n\r\n\r\nCarefully Worded Deduction Descriptions\r\n <ul><li>Accurate descriptions of your deductions to avoid misunderstandings or assumptions.</li></ul>\r\n\r\nProfessional Presentation \r\n <ul><li>We take special care to present your tax returns with correct spelling, grammar and proper capitalization.</li></ul>\r\n\r\nAll Tax Forms and Schedules Included \r\n <ul><li>All tax returns include all optional forms and detailed supporting schedules.</li></ul>\r\n\r\nDetailed Expense Breakdowns \r\n <ul><li>High audit-risk deduction categories are further expanded in supplemental supporting sub-schedules.</li></ul>\r\n\r\nNotes on Tax Preparation \r\n <ul><li>We inform our clients about the issues, limitations, assumptions and their preferences we’ve adopted.</li></ul>\r\n\r\nExplanation and Report of Tax Bracket \r\n <ul><li>Explanation of the client’s tax bracket and how it applies to future tax and financial planning.</li></ul>\r\n\r\nTax Return Copies Include Worksheets \r\n <ul><li>Clients’ copy includes all worksheets and carryover information for future planning.</li></ul>\r\n\r\nClient History on PDFs \r\n <ul><li>Clients receive PDF files of tax returns, tax organizer, source documents and e-mail correspondence. </li></ul>\r\n\r\nAnnual Comparative Analysis\r\n <ul><li>Showcases the current and prior year tax return dollar amounts, federal and state tax rates and tax brackets. </li></ul>\r\n\r\nPrompt Service \r\n <ul><li>Tax returns are ready for e-file approval within seven business days after all the tax information and clarified and resolved.</li></ul>\r\n\r\nClient Advocate\r\n <ul><li>We’ll present you with legitimate tax opportunities where the law is unclear or favors the client’s position.</li></ul> \r\n\r\nTax Penalty Avoidance Measures\r\n <ul><li>We recommend timely payment of estimated taxes to avoid penalty assessments whenever possible.</li></ul> \r\n\r\nNo Reckless Tax Schemes \r\n <ul><li>We won’t jeopardize your peace of mind by desperate measures that stretch beyond the boundaries of tax law. </li></ul>\r\n\r\nTax Preparation by One Accountant\r\n <ul><li>All tax returns are handcrafted from start to finish by one tax accountant. No runaround!</li></ul>\r\n\r\nNo Offshore Outsourcing to Tax Mills \r\n <ul><li>No off-shoring to deter the potential risk possible security breaches or identity theft.</li></ul>\r\n\r\nReview of Prior Tax Years \r\n <ul><li>For new clients, we review the prior three years for important carryover information, errors or omissions.</li></ul> \r\n\r\nOptimized Tax Filing Status\r\n <ul><li>For married taxpayers, we compute the lowest tax by comparing “joint” filing status to “separate” filing.</li></ul> \r\n\r\n\r\nNo Tax Season Overload \r\n <ul><li>We limit our practice size to allow us time to complete returns well before tax deadlines and extensions.</li></ul> \r\n\r\nE-mail Tax Updates \r\n <ul><li>You’ll receive the latest tax news, warnings, traps and opportunities through brief, informative messages. No canned newsletters with cute pet stories or chicken recipes.</li></ul>\r\n\r\nComputer-Modeled Tax Planning \r\n <ul><li>Explore the alternative tax-saving measures in advance to select the optimum course for your financial future.</li></ul>\r\n\r\nAnd last but certainly not least . . . Reality Check!\r\n <ul><li>We’ll conduct a final review of your tax returns from the viewpoint of a tax auditor to ensure your tax returns “pass the test!”</li></ul>\r\n\r\n\r\n<h3>Are you ready for our team to help you?</h3>\r\nFill out the form below to <em><a href=\"/contact-us/\">schedule an exploratory call now</a></em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Don\'t Go It Alone:','','inherit','closed','closed','','288-revision-v1','','','2019-07-10 16:46:11','2019-07-10 16:46:11','',288,'http://providentprofessionalservices.com/wordpress12019/07/10/288-revision-v1/',0,'revision','',0),(1101,4,'2019-07-10 16:48:35','2019-07-10 16:48:35','<h2>What We Do</h2>\r\n\r\nIncome Tax Services\r\nCustom-crafted Preparation On-site\r\nAudit Deterrence Measures<sup>TM</sup>\r\nPenalty Avoidance Procedures\r\nProactive Tax Reduction Advice\r\nCoordinate Business and Individual Income Taxes\r\n\r\n\r\nBusiness Profit Improvement and Valuation Measures\r\nImproved Profitability and Increased Cash Flow\r\nCrisis Management and Resolution\r\nIncreased Return on Investment\r\nDebt Restructuring and Negotiations\r\n','What We Do','','inherit','closed','closed','','110-revision-v1','','','2019-07-10 16:48:35','2019-07-10 16:48:35','',110,'http://providentprofessionalservices.com/wordpress12019/07/10/110-revision-v1/',0,'revision','',0),(1102,4,'2019-07-11 22:50:53','2019-07-11 22:50:53','','iwp_log_5d28212e9ca88','','publish','closed','closed','','iwp_log_5d28212e9ca88','','','2019-07-11 22:50:53','2019-07-11 22:50:53','',0,'http://providentprofessionalservices.com/wordpress12019/07/11/iwp_log_5d28212e9ca88/',0,'iwp_log','',0),(1103,4,'2019-07-16 13:53:12','2019-07-16 13:53:12','','iwp_log_5d2e3a7d2fa08','','publish','closed','closed','','iwp_log_5d2e3a7d2fa08','','','2019-07-16 13:53:12','2019-07-16 13:53:12','',0,'http://providentprofessionalservices.com/wordpress12019/07/16/iwp_log_5d2e3a7d2fa08/',0,'iwp_log','',0),(1104,4,'2019-07-16 14:09:29','2019-07-16 14:09:29','','iwp_log_5d2e3d6d3a5b9','','publish','closed','closed','','iwp_log_5d2e3d6d3a5b9','','','2019-07-16 14:09:29','2019-07-16 14:09:29','',0,'http://providentprofessionalservices.com/wordpress12019/07/16/iwp_log_5d2e3d6d3a5b9/',0,'iwp_log','',0),(1105,4,'2019-07-16 14:13:05','2019-07-16 14:13:05','','iwp_log_5d2e3e0968885','','publish','closed','closed','','iwp_log_5d2e3e0968885','','','2019-07-16 14:13:05','2019-07-16 14:13:05','',0,'http://providentprofessionalservices.com/wordpress12019/07/16/iwp_log_5d2e3e0968885/',0,'iwp_log','',0),(1106,4,'2019-07-18 17:36:08','2019-07-18 17:36:08','','iwp_log_5d31115c820f5','','publish','closed','closed','','iwp_log_5d31115c820f5','','','2019-07-18 17:36:08','2019-07-18 17:36:08','',0,'http://providentprofessionalservices.com/wordpress12019/07/18/iwp_log_5d31115c820f5/',0,'iwp_log','',0),(1107,4,'2019-07-23 07:55:50','2019-07-23 07:55:50','','iwp_log_5d37217f99ee5','','publish','closed','closed','','iwp_log_5d37217f99ee5','','','2019-07-23 07:55:50','2019-07-23 07:55:50','',0,'http://providentprofessionalservices.com/wordpress12019/07/23/iwp_log_5d37217f99ee5/',0,'iwp_log','',0),(1108,4,'2019-07-23 07:55:50','2019-07-23 07:55:50','','iwp_log_5d3721953cf9f','','publish','closed','closed','','iwp_log_5d3721953cf9f','','','2019-07-23 07:55:50','2019-07-23 07:55:50','',0,'http://providentprofessionalservices.com/wordpress12019/07/23/iwp_log_5d3721953cf9f/',0,'iwp_log','',0),(1109,0,'2019-07-31 21:30:25','2019-07-31 21:30:25','','iwp_log_5d420871dff8e','','publish','closed','closed','','iwp_log_5d420871dff8e','','','2019-07-31 21:30:25','2019-07-31 21:30:25','',0,'http://providentprofessionalservices.com/wordpress12019/07/31/iwp_log_5d420871dff8e/',0,'iwp_log','',0),(1110,4,'2019-08-21 14:17:09','2019-08-21 14:17:09','','iwp_log_5d5db64d91ba6','','publish','closed','closed','','iwp_log_5d5db64d91ba6','','','2019-08-21 14:17:09','2019-08-21 14:17:09','',0,'http://providentprofessionalservices.com/wordpress12019/08/21/iwp_log_5d5db64d91ba6/',0,'iwp_log','',0),(1111,0,'2019-08-22 21:58:05','2019-08-22 21:58:05','','iwp_log_5d5f0fed56786','','publish','closed','closed','','iwp_log_5d5f0fed56786','','','2019-08-22 21:58:05','2019-08-22 21:58:05','',0,'http://providentprofessionalservices.com/wordpress12019/08/22/iwp_log_5d5f0fed56786/',0,'iwp_log','',0),(1112,4,'2019-08-30 18:31:15','2019-08-30 18:31:15','','iwp_log_5d69ce16e0073','','publish','closed','closed','','iwp_log_5d69ce16e0073','','','2019-08-30 18:31:15','2019-08-30 18:31:15','',0,'http://providentprofessionalservices.com/wordpress12019/08/30/iwp_log_5d69ce16e0073/',0,'iwp_log','',0),(1113,4,'2019-08-30 18:34:15','2019-08-30 18:34:15','','iwp_log_5d69cf68f0021','','publish','closed','closed','','iwp_log_5d69cf68f0021','','','2019-08-30 18:34:15','2019-08-30 18:34:15','',0,'http://providentprofessionalservices.com/wordpress12019/08/30/iwp_log_5d69cf68f0021/',0,'iwp_log','',0),(1114,4,'2019-08-30 18:40:27','2019-08-30 18:40:27','','iwp_log_5d69d0a2d6ed6','','publish','closed','closed','','iwp_log_5d69d0a2d6ed6','','','2019-08-30 18:40:27','2019-08-30 18:40:27','',0,'http://providentprofessionalservices.com/wordpress12019/08/30/iwp_log_5d69d0a2d6ed6/',0,'iwp_log','',0),(1115,4,'2019-08-30 19:04:39','2019-08-30 19:04:39','','iwp_log_5d69d6b42302e','','publish','closed','closed','','iwp_log_5d69d6b42302e','','','2019-08-30 19:04:39','2019-08-30 19:04:39','',0,'http://providentprofessionalservices.com/wordpress12019/08/30/iwp_log_5d69d6b42302e/',0,'iwp_log','',0),(1116,4,'2019-09-04 11:58:52','2019-09-04 11:58:52','','iwp_log_5d700a8794326','','publish','closed','closed','','iwp_log_5d700a8794326','','','2019-09-04 11:58:52','2019-09-04 11:58:52','',0,'http://providentprofessionalservices.com/wordpress12019/09/04/iwp_log_5d700a8794326/',0,'iwp_log','',0),(1117,0,'2019-09-05 04:52:11','2019-09-05 04:52:11','','iwp_log_5d70947bd5545','','publish','closed','closed','','iwp_log_5d70947bd5545','','','2019-09-05 04:52:11','2019-09-05 04:52:11','',0,'http://providentprofessionalservices.com/wordpress12019/09/05/iwp_log_5d70947bd5545/',0,'iwp_log','',0),(1118,4,'2019-09-06 11:09:13','2019-09-06 11:09:13','','iwp_log_5d72a1634d6e8','','publish','closed','closed','','iwp_log_5d72a1634d6e8','','','2019-09-06 11:09:13','2019-09-06 11:09:13','',0,'http://providentprofessionalservices.com/wordpress12019/09/06/iwp_log_5d72a1634d6e8/',0,'iwp_log','',0),(1119,4,'2019-09-10 20:43:18','2019-09-10 20:43:18','','iwp_log_5d786d8c97b3b','','publish','closed','closed','','iwp_log_5d786d8c97b3b','','','2019-09-10 20:43:18','2019-09-10 20:43:18','',0,'http://providentprofessionalservices.com/wordpress12019/09/10/iwp_log_5d786d8c97b3b/',0,'iwp_log','',0),(1120,4,'2019-09-18 12:01:06','2019-09-18 12:01:06','','iwp_log_5d82802e47906','','publish','closed','closed','','iwp_log_5d82802e47906','','','2019-09-18 12:01:06','2019-09-18 12:01:06','',0,'http://providentprofessionalservices.com/wordpress12019/09/18/iwp_log_5d82802e47906/',0,'iwp_log','',0),(1121,4,'2019-09-20 18:59:57','2019-09-20 18:59:57','','iwp_log_5d85845c598c6','','publish','closed','closed','','iwp_log_5d85845c598c6','','','2019-09-20 18:59:57','2019-09-20 18:59:57','',0,'http://providentprofessionalservices.com/wordpress12019/09/20/iwp_log_5d85845c598c6/',0,'iwp_log','',0),(1122,4,'2019-09-20 18:59:57','2019-09-20 18:59:57','','iwp_log_5d858465331a5','','publish','closed','closed','','iwp_log_5d858465331a5','','','2019-09-20 18:59:57','2019-09-20 18:59:57','',0,'http://providentprofessionalservices.com/wordpress12019/09/20/iwp_log_5d858465331a5/',0,'iwp_log','',0),(1123,4,'2019-09-23 11:23:28','2019-09-23 11:23:28','','iwp_log_5d890e39c5254','','publish','closed','closed','','iwp_log_5d890e39c5254','','','2019-09-23 11:23:28','2019-09-23 11:23:28','',0,'http://providentprofessionalservices.com/wordpress12019/09/23/iwp_log_5d890e39c5254/',0,'iwp_log','',0),(1124,4,'2019-09-23 11:23:28','2019-09-23 11:23:28','','iwp_log_5d890e41cc705','','publish','closed','closed','','iwp_log_5d890e41cc705','','','2019-09-23 11:23:28','2019-09-23 11:23:28','',0,'http://providentprofessionalservices.com/wordpress12019/09/23/iwp_log_5d890e41cc705/',0,'iwp_log','',0),(1125,4,'2019-09-30 13:07:13','2019-09-30 13:07:13','','iwp_log_5d9260d4ed95a','','publish','closed','closed','','iwp_log_5d9260d4ed95a','','','2019-09-30 13:07:13','2019-09-30 13:07:13','',0,'http://providentprofessionalservices.com/wordpress12019/09/30/iwp_log_5d9260d4ed95a/',0,'iwp_log','',0),(1126,4,'2019-10-04 12:14:58','2019-10-04 12:14:58','','iwp_log_5d979b75858b1','','publish','closed','closed','','iwp_log_5d979b75858b1','','','2019-10-04 12:14:58','2019-10-04 12:14:58','',0,'http://providentprofessionalservices.com/wordpress12019/10/04/iwp_log_5d979b75858b1/',0,'iwp_log','',0),(1127,4,'2019-10-04 12:22:50','2019-10-04 12:22:50','','iwp_log_5d979c2f7a7e1','','publish','closed','closed','','iwp_log_5d979c2f7a7e1','','','2019-10-04 12:22:50','2019-10-04 12:22:50','',0,'http://providentprofessionalservices.com/wordpress12019/10/04/iwp_log_5d979c2f7a7e1/',0,'iwp_log','',0),(1128,0,'2019-10-14 22:01:03','2019-10-14 22:01:03','','iwp_log_5da4f01f9ab2e','','publish','closed','closed','','iwp_log_5da4f01f9ab2e','','','2019-10-14 22:01:03','2019-10-14 22:01:03','',0,'http://providentprofessionalservices.com/wordpress12019/10/14/iwp_log_5da4f01f9ab2e/',0,'iwp_log','',0),(1129,4,'2019-10-18 13:10:07','2019-10-18 13:10:07','','iwp_log_5daa1c3a893fc','','publish','closed','closed','','iwp_log_5daa1c3a893fc','','','2019-10-18 13:10:07','2019-10-18 13:10:07','',0,'http://providentprofessionalservices.com/wordpress12019/10/18/iwp_log_5daa1c3a893fc/',0,'iwp_log','',0),(1130,4,'2019-10-18 13:11:22','2019-10-18 13:11:22','','iwp_log_5daa1d829949d','','publish','closed','closed','','iwp_log_5daa1d829949d','','','2019-10-18 13:11:22','2019-10-18 13:11:22','',0,'http://providentprofessionalservices.com/wordpress12019/10/18/iwp_log_5daa1d829949d/',0,'iwp_log','',0),(1131,4,'2019-10-23 18:01:39','2019-10-23 18:01:39','','iwp_log_5db0f8d10c9ef','','publish','closed','closed','','iwp_log_5db0f8d10c9ef','','','2019-10-23 18:01:39','2019-10-23 18:01:39','',0,'http://providentprofessionalservices.com/wordpress12019/10/23/iwp_log_5db0f8d10c9ef/',0,'iwp_log','',0),(1132,4,'2019-10-26 20:22:50','2019-10-26 20:22:50','','iwp_log_5db50dc499083','','publish','closed','closed','','iwp_log_5db50dc499083','','','2019-10-26 20:22:50','2019-10-26 20:22:50','',0,'http://providentprofessionalservices.com/wordpress12019/10/26/iwp_log_5db50dc499083/',0,'iwp_log','',0),(1133,4,'2019-11-02 22:14:45','2019-11-02 22:14:45','','iwp_log_5dbe635861049','','publish','closed','closed','','iwp_log_5dbe635861049','','','2019-11-02 22:14:45','2019-11-02 22:14:45','',0,'http://providentprofessionalservices.com/wordpress12019/11/02/iwp_log_5dbe635861049/',0,'iwp_log','',0),(1134,4,'2019-11-02 22:49:34','2019-11-02 22:49:34','','iwp_log_5dbe6b2b6db57','','publish','closed','closed','','iwp_log_5dbe6b2b6db57','','','2019-11-02 22:49:34','2019-11-02 22:49:34','',0,'http://providentprofessionalservices.com/wordpress12019/11/02/iwp_log_5dbe6b2b6db57/',0,'iwp_log','',0),(1135,4,'2019-11-02 22:54:35','2019-11-02 22:54:35','','iwp_log_5dbe6c28703af','','publish','closed','closed','','iwp_log_5dbe6c28703af','','','2019-11-02 22:54:35','2019-11-02 22:54:35','',0,'http://providentprofessionalservices.com/wordpress12019/11/02/iwp_log_5dbe6c28703af/',0,'iwp_log','',0),(1136,0,'2019-11-06 22:00:47','2019-11-06 22:00:47','','iwp_log_5dc3428f85d65','','publish','closed','closed','','iwp_log_5dc3428f85d65','','','2019-11-06 22:00:47','2019-11-06 22:00:47','',0,'http://providentprofessionalservices.com/wordpress12019/11/06/iwp_log_5dc3428f85d65/',0,'iwp_log','',0),(1137,0,'2019-11-07 22:06:25','2019-11-07 22:06:25','','iwp_log_5dc495614edec','','publish','closed','closed','','iwp_log_5dc495614edec','','','2019-11-07 22:06:25','2019-11-07 22:06:25','',0,'http://providentprofessionalservices.com/wordpress12019/11/07/iwp_log_5dc495614edec/',0,'iwp_log','',0),(1138,4,'2019-11-18 17:22:23','2019-11-18 17:22:23','','iwp_log_5dd345cac694c','','publish','closed','closed','','iwp_log_5dd345cac694c','','','2019-11-18 17:22:23','2019-11-18 17:22:23','',0,'http://providentprofessionalservices.com/wordpress12019/11/18/iwp_log_5dd345cac694c/',0,'iwp_log','',0),(1139,4,'2019-11-18 17:41:51','2019-11-18 17:41:51','','iwp_log_5dd348c4a6848','','publish','closed','closed','','iwp_log_5dd348c4a6848','','','2019-11-18 17:41:51','2019-11-18 17:41:51','',0,'http://providentprofessionalservices.com/wordpress12019/11/18/iwp_log_5dd348c4a6848/',0,'iwp_log','',0),(1140,4,'2019-11-18 17:41:51','2019-11-18 17:41:51','','iwp_log_5dd348cd05e59','','publish','closed','closed','','iwp_log_5dd348cd05e59','','','2019-11-18 17:41:51','2019-11-18 17:41:51','',0,'http://providentprofessionalservices.com/wordpress12019/11/18/iwp_log_5dd348cd05e59/',0,'iwp_log','',0),(1141,4,'2019-11-18 17:41:51','2019-11-18 17:41:51','','iwp_log_5dd348db459f0','','publish','closed','closed','','iwp_log_5dd348db459f0','','','2019-11-18 17:41:51','2019-11-18 17:41:51','',0,'http://providentprofessionalservices.com/wordpress12019/11/18/iwp_log_5dd348db459f0/',0,'iwp_log','',0),(1142,4,'2019-11-21 12:28:02','2019-11-21 12:28:02','','iwp_log_5dd6f44d2cc52','','publish','closed','closed','','iwp_log_5dd6f44d2cc52','','','2019-11-21 12:28:02','2019-11-21 12:28:02','',0,'http://providentprofessionalservices.com/wordpress12019/11/21/iwp_log_5dd6f44d2cc52/',0,'iwp_log','',0),(1143,4,'2019-11-22 13:51:48','2019-11-22 13:51:48','','iwp_log_5dd8595a0c5e7','','publish','closed','closed','','iwp_log_5dd8595a0c5e7','','','2019-11-22 13:51:48','2019-11-22 13:51:48','',0,'http://providentprofessionalservices.com/wordpress12019/11/22/iwp_log_5dd8595a0c5e7/',0,'iwp_log','',0),(1144,4,'2019-11-25 11:14:18','2019-11-25 11:14:18','','iwp_log_5ddc28d882291','','publish','closed','closed','','iwp_log_5ddc28d882291','','','2019-11-25 11:14:18','2019-11-25 11:14:18','',0,'http://providentprofessionalservices.com/wordpress12019/11/25/iwp_log_5ddc28d882291/',0,'iwp_log','',0),(1145,4,'2019-11-30 14:11:17','2019-11-30 14:11:17','','iwp_log_5de2e9fa0529f','','publish','closed','closed','','iwp_log_5de2e9fa0529f','','','2019-11-30 14:11:17','2019-11-30 14:11:17','',0,'http://providentprofessionalservices.com/wordpress12019/11/30/iwp_log_5de2e9fa0529f/',0,'iwp_log','',0),(1146,4,'2019-11-30 14:38:42','2019-11-30 14:38:42','','iwp_log_5de2ef9d7423a','','publish','closed','closed','','iwp_log_5de2ef9d7423a','','','2019-11-30 14:38:42','2019-11-30 14:38:42','',0,'http://providentprofessionalservices.com/wordpress12019/11/30/iwp_log_5de2ef9d7423a/',0,'iwp_log','',0),(1147,4,'2019-11-30 14:38:42','2019-11-30 14:38:42','','iwp_log_5de2efb73a6d5','','publish','closed','closed','','iwp_log_5de2efb73a6d5','','','2019-11-30 14:38:42','2019-11-30 14:38:42','',0,'http://providentprofessionalservices.com/wordpress12019/11/30/iwp_log_5de2efb73a6d5/',0,'iwp_log','',0),(1148,0,'2019-12-03 22:05:13','2019-12-03 22:05:13','','iwp_log_5de6dc193ac4e','','publish','closed','closed','','iwp_log_5de6dc193ac4e','','','2019-12-03 22:05:13','2019-12-03 22:05:13','',0,'http://providentprofessionalservices.com/wordpress12019/12/03/iwp_log_5de6dc193ac4e/',0,'iwp_log','',0),(1149,0,'2019-12-13 04:51:05','2019-12-13 04:51:05','','iwp_log_5df318b99c2c9','','publish','closed','closed','','iwp_log_5df318b99c2c9','','','2019-12-13 04:51:05','2019-12-13 04:51:05','',0,'http://providentprofessionalservices.com/wordpress12019/12/13/iwp_log_5df318b99c2c9/',0,'iwp_log','',0),(1150,0,'2019-12-19 05:02:27','2019-12-19 05:02:27','','iwp_log_5dfb0463b256f','','publish','closed','closed','','iwp_log_5dfb0463b256f','','','2019-12-19 05:02:27','2019-12-19 05:02:27','',0,'http://providentprofessionalservices.com/wordpress12019/12/19/iwp_log_5dfb0463b256f/',0,'iwp_log','',0),(1151,4,'2019-12-20 20:09:28','2019-12-20 20:09:28','','iwp_log_5dfd9c0c3e061','','publish','closed','closed','','iwp_log_5dfd9c0c3e061','','','2019-12-20 20:09:28','2019-12-20 20:09:28','',0,'http://providentprofessionalservices.com/wordpress12019/12/20/iwp_log_5dfd9c0c3e061/',0,'iwp_log','',0),(1152,4,'2019-12-20 20:09:28','2019-12-20 20:09:28','','iwp_log_5dfd9c15b69ea','','publish','closed','closed','','iwp_log_5dfd9c15b69ea','','','2019-12-20 20:09:28','2019-12-20 20:09:28','',0,'http://providentprofessionalservices.com/wordpress12019/12/20/iwp_log_5dfd9c15b69ea/',0,'iwp_log','',0),(1153,4,'2019-12-20 20:19:20','2019-12-20 20:19:20','','iwp_log_5dfd9db2e2258','','publish','closed','closed','','iwp_log_5dfd9db2e2258','','','2019-12-20 20:19:20','2019-12-20 20:19:20','',0,'http://providentprofessionalservices.com/wordpress12019/12/20/iwp_log_5dfd9db2e2258/',0,'iwp_log','',0),(1154,4,'2019-12-20 20:28:36','2019-12-20 20:28:36','','iwp_log_5dfda0ad050e5','','publish','closed','closed','','iwp_log_5dfda0ad050e5','','','2019-12-20 20:28:36','2019-12-20 20:28:36','',0,'http://providentprofessionalservices.com/wordpress12019/12/20/iwp_log_5dfda0ad050e5/',0,'iwp_log','',0),(1155,4,'2019-12-20 20:39:57','2019-12-20 20:39:57','','iwp_log_5dfda2f493d9e','','publish','closed','closed','','iwp_log_5dfda2f493d9e','','','2019-12-20 20:39:57','2019-12-20 20:39:57','',0,'http://providentprofessionalservices.com/wordpress12019/12/20/iwp_log_5dfda2f493d9e/',0,'iwp_log','',0),(1156,4,'2020-01-10 13:32:48','2020-01-10 13:32:48','','iwp_log_5e18eecd10f37','','publish','closed','closed','','iwp_log_5e18eecd10f37','','','2020-01-10 13:32:48','2020-01-10 13:32:48','',0,'http://providentprofessionalservices.com/wordpress12020/01/10/iwp_log_5e18eecd10f37/',0,'iwp_log','',0),(1157,4,'2020-01-10 14:02:14','2020-01-10 14:02:14','','iwp_log_5e18f47b5ca0f','','publish','closed','closed','','iwp_log_5e18f47b5ca0f','','','2020-01-10 14:02:14','2020-01-10 14:02:14','',0,'http://providentprofessionalservices.com/wordpress12020/01/10/iwp_log_5e18f47b5ca0f/',0,'iwp_log','',0),(1158,4,'2020-01-10 14:09:15','2020-01-10 14:09:15','','iwp_log_5e18f6cccbe69','','publish','closed','closed','','iwp_log_5e18f6cccbe69','','','2020-01-10 14:09:15','2020-01-10 14:09:15','',0,'http://providentprofessionalservices.com/wordpress12020/01/10/iwp_log_5e18f6cccbe69/',0,'iwp_log','',0),(1159,0,'2020-01-13 22:13:44','2020-01-13 22:13:44','','iwp_log_5e1ceb98d5ad9','','publish','closed','closed','','iwp_log_5e1ceb98d5ad9','','','2020-01-13 22:13:44','2020-01-13 22:13:44','',0,'http://providentprofessionalservices.com/wordpress12020/01/13/iwp_log_5e1ceb98d5ad9/',0,'iwp_log','',0),(1160,0,'2020-01-14 22:23:51','2020-01-14 22:23:51','','iwp_log_5e1e3f776d6e6','','publish','closed','closed','','iwp_log_5e1e3f776d6e6','','','2020-01-14 22:23:51','2020-01-14 22:23:51','',0,'http://providentprofessionalservices.com/wordpress12020/01/14/iwp_log_5e1e3f776d6e6/',0,'iwp_log','',0),(1161,4,'2020-01-16 12:58:31','2020-01-16 12:58:31','','iwp_log_5e20cf5adb150','','publish','closed','closed','','iwp_log_5e20cf5adb150','','','2020-01-16 12:58:31','2020-01-16 12:58:31','',0,'http://providentprofessionalservices.com/wordpress12020/01/16/iwp_log_5e20cf5adb150/',0,'iwp_log','',0),(1162,4,'2020-01-16 13:09:59','2020-01-16 13:09:59','','iwp_log_5e20d36fbabf7','','publish','closed','closed','','iwp_log_5e20d36fbabf7','','','2020-01-16 13:09:59','2020-01-16 13:09:59','',0,'http://providentprofessionalservices.com/wordpress12020/01/16/iwp_log_5e20d36fbabf7/',0,'iwp_log','',0),(1163,4,'2020-01-30 15:34:07','2020-01-30 15:34:07','','iwp_log_5e33680882dc8','','publish','closed','closed','','iwp_log_5e33680882dc8','','','2020-01-30 15:34:07','2020-01-30 15:34:07','',0,'http://providentprofessionalservices.com/wordpress12020/01/30/iwp_log_5e33680882dc8/',0,'iwp_log','',0),(1164,4,'2020-01-30 15:53:44','2020-01-30 15:53:44','','iwp_log_5e336d8be0de6','','publish','closed','closed','','iwp_log_5e336d8be0de6','','','2020-01-30 15:53:44','2020-01-30 15:53:44','',0,'http://providentprofessionalservices.com/wordpress12020/01/30/iwp_log_5e336d8be0de6/',0,'iwp_log','',0),(1165,4,'2020-02-08 13:30:11','2020-02-08 13:30:11','','iwp_log_5e3f294050a62','','publish','closed','closed','','iwp_log_5e3f294050a62','','','2020-02-08 13:30:11','2020-02-08 13:30:11','',0,'http://providentprofessionalservices.com/wordpress12020/02/08/iwp_log_5e3f294050a62/',0,'iwp_log','',0),(1167,4,'2020-02-10 20:43:14','2020-02-10 20:43:14','','iwp_log_5e41c062a4543','','publish','closed','closed','','iwp_log_5e41c062a4543','','','2020-02-10 20:43:14','2020-02-10 20:43:14','',0,'http://providentprofessionalservices.com/wordpress12020/02/10/iwp_log_5e41c062a4543/',0,'iwp_log','',0),(1168,0,'2020-02-12 21:09:06','2020-02-12 21:09:06','','iwp_log_5e4469725d5f2','','publish','closed','closed','','iwp_log_5e4469725d5f2','','','2020-02-12 21:09:06','2020-02-12 21:09:06','',0,'http://providentprofessionalservices.com/wordpress12020/02/12/iwp_log_5e4469725d5f2/',0,'iwp_log','',0),(1169,4,'2020-02-20 14:31:13','2020-02-20 14:31:13','','iwp_log_5e4f097f0e1fe','','publish','closed','closed','','iwp_log_5e4f097f0e1fe','','','2020-02-20 14:31:13','2020-02-20 14:31:13','',0,'http://providentprofessionalservices.com/wordpress12020/02/20/iwp_log_5e4f097f0e1fe/',0,'iwp_log','',0),(1170,4,'2020-02-20 14:47:49','2020-02-20 14:47:49','','iwp_log_5e4f0d2b88895','','publish','closed','closed','','iwp_log_5e4f0d2b88895','','','2020-02-20 14:47:49','2020-02-20 14:47:49','',0,'http://providentprofessionalservices.com/wordpress12020/02/20/iwp_log_5e4f0d2b88895/',0,'iwp_log','',0),(1171,4,'2020-02-21 14:03:29','2020-02-21 14:03:29','','iwp_log_5e5054ad8b1ab','','publish','closed','closed','','iwp_log_5e5054ad8b1ab','','','2020-02-21 14:03:29','2020-02-21 14:03:29','',0,'http://providentprofessionalservices.com/wordpress12020/02/21/iwp_log_5e5054ad8b1ab/',0,'iwp_log','',0),(1172,4,'2020-03-06 11:53:33','2020-03-06 11:53:33','','iwp_log_5e62aa48f2275','','publish','closed','closed','','iwp_log_5e62aa48f2275','','','2020-03-06 11:53:33','2020-03-06 11:53:33','',0,'http://providentprofessionalservices.com/wordpress12020/03/06/iwp_log_5e62aa48f2275/',0,'iwp_log','',0),(1173,4,'2020-03-06 12:26:17','2020-03-06 12:26:17','','iwp_log_5e62b3384bd0b','','publish','closed','closed','','iwp_log_5e62b3384bd0b','','','2020-03-06 12:26:17','2020-03-06 12:26:17','',0,'http://providentprofessionalservices.com/wordpress12020/03/06/iwp_log_5e62b3384bd0b/',0,'iwp_log','',0),(1174,4,'2020-03-09 11:18:28','2020-03-09 11:18:28','','iwp_log_5e66897a4691a','','publish','closed','closed','','iwp_log_5e66897a4691a','','','2020-03-09 11:18:28','2020-03-09 11:18:28','',0,'http://providentprofessionalservices.com/wordpress12020/03/09/iwp_log_5e66897a4691a/',0,'iwp_log','',0),(1175,4,'2020-03-09 11:18:28','2020-03-09 11:18:28','','iwp_log_5e668981a04ce','','publish','closed','closed','','iwp_log_5e668981a04ce','','','2020-03-09 11:18:28','2020-03-09 11:18:28','',0,'http://providentprofessionalservices.com/wordpress12020/03/09/iwp_log_5e668981a04ce/',0,'iwp_log','',0),(1176,4,'2020-03-17 21:46:25','2020-03-17 21:46:25','','iwp_log_5e71a895ce00c','','publish','closed','closed','','iwp_log_5e71a895ce00c','','','2020-03-17 21:46:25','2020-03-17 21:46:25','',0,'http://providentprofessionalservices.com/wordpress12020/03/17/iwp_log_5e71a895ce00c/',0,'iwp_log','',0),(1177,4,'2020-03-17 22:25:38','2020-03-17 22:25:38','','iwp_log_5e71b2162ba86','','publish','closed','closed','','iwp_log_5e71b2162ba86','','','2020-03-17 22:25:38','2020-03-17 22:25:38','',0,'http://providentprofessionalservices.com/wordpress12020/03/17/iwp_log_5e71b2162ba86/',0,'iwp_log','',0),(1178,4,'2020-03-21 20:22:58','2020-03-21 20:22:58','','iwp_log_5e76db42e18d8','','publish','closed','closed','','iwp_log_5e76db42e18d8','','','2020-03-21 20:22:58','2020-03-21 20:22:58','',0,'http://providentprofessionalservices.com/wordpress12020/03/21/iwp_log_5e76db42e18d8/',0,'iwp_log','',0),(1179,4,'2020-03-21 20:43:42','2020-03-21 20:43:42','','iwp_log_5e76df90512b0','','publish','closed','closed','','iwp_log_5e76df90512b0','','','2020-03-21 20:43:42','2020-03-21 20:43:42','',0,'http://providentprofessionalservices.com/wordpress12020/03/21/iwp_log_5e76df90512b0/',0,'iwp_log','',0),(1180,4,'2020-03-27 21:34:51','2020-03-27 21:34:51','','iwp_log_5e7ed431662d9','','publish','closed','closed','','iwp_log_5e7ed431662d9','','','2020-03-27 21:34:51','2020-03-27 21:34:51','',0,'http://providentprofessionalservices.com/wordpress12020/03/27/iwp_log_5e7ed431662d9/',0,'iwp_log','',0),(1181,4,'2020-04-01 16:21:12','2020-04-01 16:21:12','','iwp_log_5e852351a831b','','publish','closed','closed','','iwp_log_5e852351a831b','','','2020-04-01 16:21:12','2020-04-01 16:21:12','',0,'http://providentprofessionalservices.com/wordpress12020/04/01/iwp_log_5e852351a831b/',0,'iwp_log','',0),(1182,4,'2020-04-01 16:45:10','2020-04-01 16:45:10','','iwp_log_5e8529f2d2b3a','','publish','closed','closed','','iwp_log_5e8529f2d2b3a','','','2020-04-01 16:45:10','2020-04-01 16:45:10','',0,'http://providentprofessionalservices.com/wordpress12020/04/01/iwp_log_5e8529f2d2b3a/',0,'iwp_log','',0),(1183,4,'2020-04-01 16:45:10','2020-04-01 16:45:10','','iwp_log_5e8529f861010','','publish','closed','closed','','iwp_log_5e8529f861010','','','2020-04-01 16:45:10','2020-04-01 16:45:10','',0,'http://providentprofessionalservices.com/wordpress12020/04/01/iwp_log_5e8529f861010/',0,'iwp_log','',0),(1184,4,'2020-04-01 16:45:10','2020-04-01 16:45:10','','iwp_log_5e8529fd47554','','publish','closed','closed','','iwp_log_5e8529fd47554','','','2020-04-01 16:45:10','2020-04-01 16:45:10','',0,'http://providentprofessionalservices.com/wordpress12020/04/01/iwp_log_5e8529fd47554/',0,'iwp_log','',0),(1185,4,'2020-04-01 16:45:10','2020-04-01 16:45:10','','iwp_log_5e852a0299ff2','','publish','closed','closed','','iwp_log_5e852a0299ff2','','','2020-04-01 16:45:10','2020-04-01 16:45:10','',0,'http://providentprofessionalservices.com/wordpress12020/04/01/iwp_log_5e852a0299ff2/',0,'iwp_log','',0),(1186,4,'2020-04-02 23:49:02','2020-04-02 23:49:02','','iwp_log_5e86df23438ad','','publish','closed','closed','','iwp_log_5e86df23438ad','','','2020-04-02 23:49:02','2020-04-02 23:49:02','',0,'http://providentprofessionalservices.com/wordpress12020/04/02/iwp_log_5e86df23438ad/',0,'iwp_log','',0),(1187,4,'2020-04-09 12:20:41','2020-04-09 12:20:41','','iwp_log_5e8f75c9f1a87','','publish','closed','closed','','iwp_log_5e8f75c9f1a87','','','2020-04-09 12:20:41','2020-04-09 12:20:41','',0,'http://providentprofessionalservices.com/wordpress12020/04/09/iwp_log_5e8f75c9f1a87/',0,'iwp_log','',0),(1188,4,'2020-04-19 13:24:05','2020-04-19 13:24:05','','iwp_log_5e9cb4ee987e4','','publish','closed','closed','','iwp_log_5e9cb4ee987e4','','','2020-04-19 13:24:05','2020-04-19 13:24:05','',0,'http://providentprofessionalservices.com/wordpress12020/04/19/iwp_log_5e9cb4ee987e4/',0,'iwp_log','',0),(1189,0,'2020-04-23 21:35:08','2020-04-23 21:35:08','','iwp_log_5ea20a0ce010e','','publish','closed','closed','','iwp_log_5ea20a0ce010e','','','2020-04-23 21:35:08','2020-04-23 21:35:08','',0,'http://providentprofessionalservices.com/wordpress12020/04/23/iwp_log_5ea20a0ce010e/',0,'iwp_log','',0),(1190,4,'2020-04-29 09:41:48','2020-04-29 09:41:48','','iwp_log_5ea9af69c2cbd','','publish','closed','closed','','iwp_log_5ea9af69c2cbd','','','2020-04-29 09:41:48','2020-04-29 09:41:48','',0,'http://providentprofessionalservices.com/wordpress12020/04/29/iwp_log_5ea9af69c2cbd/',0,'iwp_log','',0),(1191,4,'2020-04-29 09:41:48','2020-04-29 09:41:48','','iwp_log_5ea9af711cfd8','','publish','closed','closed','','iwp_log_5ea9af711cfd8','','','2020-04-29 09:41:48','2020-04-29 09:41:48','',0,'http://providentprofessionalservices.com/wordpress12020/04/29/iwp_log_5ea9af711cfd8/',0,'iwp_log','',0),(1192,0,'2020-04-29 21:41:08','2020-04-29 21:41:08','','iwp_log_5ea9f47403119','','publish','closed','closed','','iwp_log_5ea9f47403119','','','2020-04-29 21:41:08','2020-04-29 21:41:08','',0,'http://providentprofessionalservices.com/wordpress12020/04/29/iwp_log_5ea9f47403119/',0,'iwp_log','',0),(1193,4,'2020-05-02 20:49:28','2020-05-02 20:49:28','','iwp_log_5eae40a094dcb','','publish','closed','closed','','iwp_log_5eae40a094dcb','','','2020-05-02 20:49:28','2020-05-02 20:49:28','',0,'http://providentprofessionalservices.com/wordpress12020/05/02/iwp_log_5eae40a094dcb/',0,'iwp_log','',0),(1194,4,'2020-05-02 21:32:46','2020-05-02 21:32:46','','iwp_log_5eae4aa7c6252','','publish','closed','closed','','iwp_log_5eae4aa7c6252','','','2020-05-02 21:32:46','2020-05-02 21:32:46','',0,'http://providentprofessionalservices.com/wordpress12020/05/02/iwp_log_5eae4aa7c6252/',0,'iwp_log','',0),(1196,4,'2020-05-08 15:17:59','2020-05-08 15:17:59','','iwp_log_5eb5db346cbca','','publish','closed','closed','','iwp_log_5eb5db346cbca','','','2020-05-08 15:17:59','2020-05-08 15:17:59','',0,'http://providentprofessionalservices.com/wordpress12020/05/08/iwp_log_5eb5db346cbca/',0,'iwp_log','',0),(1197,4,'2020-05-13 17:26:47','2020-05-13 17:26:47','','iwp_log_5ebc91bfd2955','','publish','closed','closed','','iwp_log_5ebc91bfd2955','','','2020-05-13 17:26:47','2020-05-13 17:26:47','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ebc91bfd2955/',0,'iwp_log','',0),(1198,4,'2020-05-14 17:07:47','2020-05-14 17:07:47','','iwp_log_5ebdde51c3acc','','publish','closed','closed','','iwp_log_5ebdde51c3acc','','','2020-05-14 17:07:47','2020-05-14 17:07:47','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ebdde51c3acc/',0,'iwp_log','',0),(1199,4,'2020-05-22 17:39:44','2020-05-22 17:39:44','','iwp_log_5ec871109b840','','publish','closed','closed','','iwp_log_5ec871109b840','','','2020-05-22 17:39:44','2020-05-22 17:39:44','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ec871109b840/',0,'iwp_log','',0),(1200,4,'2020-05-25 20:27:33','2020-05-25 20:27:33','','iwp_log_5ecc8d4a3623e','','publish','closed','closed','','iwp_log_5ecc8d4a3623e','','','2020-05-25 20:27:33','2020-05-25 20:27:33','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ecc8d4a3623e/',0,'iwp_log','',0),(1201,4,'2020-05-26 11:30:34','2020-05-26 11:30:34','','iwp_log_5ecd6277345de','','publish','closed','closed','','iwp_log_5ecd6277345de','','','2020-05-26 11:30:34','2020-05-26 11:30:34','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ecd6277345de/',0,'iwp_log','',0),(1202,0,'2020-06-11 04:51:53','2020-06-11 04:51:53','','iwp_log_5ee1b8697d97e','','publish','closed','closed','','iwp_log_5ee1b8697d97e','','','2020-06-11 04:51:53','2020-06-11 04:51:53','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ee1b8697d97e/',0,'iwp_log','',0),(1203,0,'2020-06-17 21:44:47','2020-06-17 21:44:47','','iwp_log_5eea8ecf1ff92','','publish','closed','closed','','iwp_log_5eea8ecf1ff92','','','2020-06-17 21:44:47','2020-06-17 21:44:47','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5eea8ecf1ff92/',0,'iwp_log','',0),(1204,4,'2020-06-30 13:27:15','2020-06-30 13:27:15','','iwp_log_5efba04d8e8e0','','publish','closed','closed','','iwp_log_5efba04d8e8e0','','','2020-06-30 13:27:15','2020-06-30 13:27:15','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5efba04d8e8e0/',0,'iwp_log','',0),(1205,4,'2020-06-30 13:27:15','2020-06-30 13:27:15','','iwp_log_5efba0549fd39','','publish','closed','closed','','iwp_log_5efba0549fd39','','','2020-06-30 13:27:15','2020-06-30 13:27:15','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5efba0549fd39/',0,'iwp_log','',0),(1206,4,'2020-06-30 13:31:24','2020-06-30 13:31:24','','iwp_log_5efba1503a8b2','','publish','closed','closed','','iwp_log_5efba1503a8b2','','','2020-06-30 13:31:24','2020-06-30 13:31:24','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5efba1503a8b2/',0,'iwp_log','',0),(1207,4,'2020-06-30 13:31:24','2020-06-30 13:31:24','','iwp_log_5efba168d0f92','','publish','closed','closed','','iwp_log_5efba168d0f92','','','2020-06-30 13:31:24','2020-06-30 13:31:24','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5efba168d0f92/',0,'iwp_log','',0),(1208,4,'2020-06-30 13:31:24','2020-06-30 13:31:24','','iwp_log_5efba170800ce','','publish','closed','closed','','iwp_log_5efba170800ce','','','2020-06-30 13:31:24','2020-06-30 13:31:24','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5efba170800ce/',0,'iwp_log','',0),(1209,4,'2020-06-30 13:35:50','2020-06-30 13:35:50','','iwp_log_5efba24e6f92d','','publish','closed','closed','','iwp_log_5efba24e6f92d','','','2020-06-30 13:35:50','2020-06-30 13:35:50','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5efba24e6f92d/',0,'iwp_log','',0),(1210,4,'2020-07-01 15:42:07','2020-07-01 15:42:07','','iwp_log_5efd114aa892b','','publish','closed','closed','','iwp_log_5efd114aa892b','','','2020-07-01 15:42:07','2020-07-01 15:42:07','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5efd114aa892b/',0,'iwp_log','',0),(1211,4,'2020-07-08 12:42:30','2020-07-08 12:42:30','','iwp_log_5f0621b1debd0','','publish','closed','closed','','iwp_log_5f0621b1debd0','','','2020-07-08 12:42:30','2020-07-08 12:42:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f0621b1debd0/',0,'iwp_log','',0),(1212,4,'2020-07-08 12:46:05','2020-07-08 12:46:05','','iwp_log_5f0622aa2d72b','','publish','closed','closed','','iwp_log_5f0622aa2d72b','','','2020-07-08 12:46:05','2020-07-08 12:46:05','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f0622aa2d72b/',0,'iwp_log','',0),(1213,4,'2020-07-08 13:01:30','2020-07-08 13:01:30','','iwp_log_5f062668a1888','','publish','closed','closed','','iwp_log_5f062668a1888','','','2020-07-08 13:01:30','2020-07-08 13:01:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f062668a1888/',0,'iwp_log','',0),(1214,4,'2020-07-13 15:42:27','2020-07-13 15:42:27','','iwp_log_5f0ce35c6eaa9','','publish','closed','closed','','iwp_log_5f0ce35c6eaa9','','','2020-07-13 15:42:27','2020-07-13 15:42:27','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f0ce35c6eaa9/',0,'iwp_log','',0),(1215,4,'2020-07-31 18:22:25','2020-07-31 18:22:25','','iwp_log_5f24c4097d10c','','publish','closed','closed','','iwp_log_5f24c4097d10c','','','2020-07-31 18:22:25','2020-07-31 18:22:25','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f24c4097d10c/',0,'iwp_log','',0),(1216,0,'2020-08-05 19:52:50','2020-08-05 19:52:50','','iwp_log_5f2b0e122a9fe','','publish','closed','closed','','iwp_log_5f2b0e122a9fe','','','2020-08-05 19:52:50','2020-08-05 19:52:50','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f2b0e122a9fe/',0,'iwp_log','',0),(1217,4,'2020-08-05 18:46:55','2020-08-05 18:46:55','','iwp_log_5f2b6138313d5','','publish','closed','closed','','iwp_log_5f2b6138313d5','','','2020-08-05 18:46:55','2020-08-05 18:46:55','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f2b6138313d5/',0,'iwp_log','',0),(1218,4,'2020-08-05 18:55:38','2020-08-05 18:55:38','','iwp_log_5f2b6330e1dba','','publish','closed','closed','','iwp_log_5f2b6330e1dba','','','2020-08-05 18:55:38','2020-08-05 18:55:38','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f2b6330e1dba/',0,'iwp_log','',0),(1219,4,'2020-08-17 11:08:17','2020-08-17 11:08:17','','iwp_log_5f3ac7c19a4f9','','publish','closed','closed','','iwp_log_5f3ac7c19a4f9','','','2020-08-17 11:08:17','2020-08-17 11:08:17','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3ac7c19a4f9/',0,'iwp_log','',0),(1220,4,'2020-08-17 11:08:17','2020-08-17 11:08:17','','iwp_log_5f3ac7ca5fe54','','publish','closed','closed','','iwp_log_5f3ac7ca5fe54','','','2020-08-17 11:08:17','2020-08-17 11:08:17','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3ac7ca5fe54/',0,'iwp_log','',0),(1221,4,'2020-08-17 11:19:30','2020-08-17 11:19:30','','iwp_log_5f3acaae76ad1','','publish','closed','closed','','iwp_log_5f3acaae76ad1','','','2020-08-17 11:19:30','2020-08-17 11:19:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3acaae76ad1/',0,'iwp_log','',0),(1222,4,'2020-08-17 11:19:30','2020-08-17 11:19:30','','iwp_log_5f3acab4a26f8','','publish','closed','closed','','iwp_log_5f3acab4a26f8','','','2020-08-17 11:19:30','2020-08-17 11:19:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3acab4a26f8/',0,'iwp_log','',0),(1223,4,'2020-08-17 11:19:30','2020-08-17 11:19:30','','iwp_log_5f3acabace917','','publish','closed','closed','','iwp_log_5f3acabace917','','','2020-08-17 11:19:30','2020-08-17 11:19:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3acabace917/',0,'iwp_log','',0),(1224,4,'2020-08-17 11:19:30','2020-08-17 11:19:30','','iwp_log_5f3acac16215f','','publish','closed','closed','','iwp_log_5f3acac16215f','','','2020-08-17 11:19:30','2020-08-17 11:19:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3acac16215f/',0,'iwp_log','',0),(1225,4,'2020-08-17 11:19:30','2020-08-17 11:19:30','','iwp_log_5f3acac71abdc','','publish','closed','closed','','iwp_log_5f3acac71abdc','','','2020-08-17 11:19:30','2020-08-17 11:19:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3acac71abdc/',0,'iwp_log','',0),(1226,4,'2020-08-17 11:45:48','2020-08-17 11:45:48','','iwp_log_5f3ad06adef9f','','publish','closed','closed','','iwp_log_5f3ad06adef9f','','','2020-08-17 11:45:48','2020-08-17 11:45:48','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3ad06adef9f/',0,'iwp_log','',0),(1227,4,'2020-08-17 12:20:57','2020-08-17 12:20:57','','iwp_log_5f3ad91bed3d1','','publish','closed','closed','','iwp_log_5f3ad91bed3d1','','','2020-08-17 12:20:57','2020-08-17 12:20:57','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f3ad91bed3d1/',0,'iwp_log','',0),(1228,0,'2020-08-27 20:01:28','2020-08-27 20:01:28','','iwp_log_5f4811188e6f5','','publish','closed','closed','','iwp_log_5f4811188e6f5','','','2020-08-27 20:01:28','2020-08-27 20:01:28','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f4811188e6f5/',0,'iwp_log','',0),(1229,0,'2020-09-01 20:14:21','2020-09-01 20:14:21','','iwp_log_5f4eab9d7378e','','publish','closed','closed','','iwp_log_5f4eab9d7378e','','','2020-09-01 20:14:21','2020-09-01 20:14:21','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f4eab9d7378e/',0,'iwp_log','',0),(1230,4,'2020-09-03 10:27:47','2020-09-03 10:27:47','','iwp_log_5f5127d4820ab','','publish','closed','closed','','iwp_log_5f5127d4820ab','','','2020-09-03 10:27:47','2020-09-03 10:27:47','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f5127d4820ab/',0,'iwp_log','',0),(1231,4,'2020-09-03 12:22:28','2020-09-03 12:22:28','','iwp_log_5f51427b8742b','','publish','closed','closed','','iwp_log_5f51427b8742b','','','2020-09-03 12:22:28','2020-09-03 12:22:28','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f51427b8742b/',0,'iwp_log','',0),(1232,4,'2020-09-03 13:06:23','2020-09-03 13:06:23','','iwp_log_5f514cc923d38','','publish','closed','closed','','iwp_log_5f514cc923d38','','','2020-09-03 13:06:23','2020-09-03 13:06:23','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f514cc923d38/',0,'iwp_log','',0),(1233,4,'2020-09-15 21:35:41','2020-09-15 21:35:41','','iwp_log_5f6196640f182','','publish','closed','closed','','iwp_log_5f6196640f182','','','2020-09-15 21:35:41','2020-09-15 21:35:41','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f6196640f182/',0,'iwp_log','',0),(1234,4,'2020-10-01 11:25:53','2020-10-01 11:25:53','','iwp_log_5f761f3bc8319','','publish','closed','closed','','iwp_log_5f761f3bc8319','','','2020-10-01 11:25:53','2020-10-01 11:25:53','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f761f3bc8319/',0,'iwp_log','',0),(1235,4,'2020-10-01 11:33:54','2020-10-01 11:33:54','','iwp_log_5f762156a8f19','','publish','closed','closed','','iwp_log_5f762156a8f19','','','2020-10-01 11:33:54','2020-10-01 11:33:54','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f762156a8f19/',0,'iwp_log','',0),(1236,4,'2020-10-09 10:44:44','2020-10-09 10:44:44','','iwp_log_5f80a192ad648','','publish','closed','closed','','iwp_log_5f80a192ad648','','','2020-10-09 10:44:44','2020-10-09 10:44:44','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f80a192ad648/',0,'iwp_log','',0),(1237,4,'2020-10-09 13:15:39','2020-10-09 13:15:39','','iwp_log_5f80c5230bb03','','publish','closed','closed','','iwp_log_5f80c5230bb03','','','2020-10-09 13:15:39','2020-10-09 13:15:39','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f80c5230bb03/',0,'iwp_log','',0),(1238,4,'2020-10-09 13:20:30','2020-10-09 13:20:30','','iwp_log_5f80c64b4039d','','publish','closed','closed','','iwp_log_5f80c64b4039d','','','2020-10-09 13:20:30','2020-10-09 13:20:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f80c64b4039d/',0,'iwp_log','',0),(1239,4,'2020-10-09 13:20:30','2020-10-09 13:20:30','','iwp_log_5f80c651b1b55','','publish','closed','closed','','iwp_log_5f80c651b1b55','','','2020-10-09 13:20:30','2020-10-09 13:20:30','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f80c651b1b55/',0,'iwp_log','',0),(1242,6,'2020-10-19 20:02:26','2020-10-19 20:02:26','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" type=\"1_1\" first=\"true\"][fusion_text]<img class=\"alignnone size-full wp-image-19\" src=\"/wp-content/uploads/2019/02/170103-F-PO640-001.jpg\" alt=\"Tax Help\" width=\"638\" height=\"308\" />[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" type=\"1_2\" first=\"true\" spacing_right=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 style=\"color: #808003;\"><strong>(949) 583-1040</strong></h3>\r\nShould you decide that our boutique firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\r\n\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[mc4wp_form id=\"262\"]\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" type=\"1_2\" first=\"false\"][fusion_code]PGRpdj4KICAgICA8aWZyYW1lIHdpZHRoPSI1MDAiIGhlaWdodD0iNDAwIiBmcmFtZWJvcmRlcj0iMCIgc3JjPSJodHRwczovL3d3dy5iaW5nLmNvbS9tYXBzL2VtYmVkP2g9NDAwJnc9NTAwJmNwPTMzLjYyMTU4Nzg2NjIzODcyfi0xMTcuNzA0OTM4MTYyODY2MDMmbHZsPTE2JnR5cD1kJnN0eT1yJnNyYz1TSEVMTCZGT1JNPU1CRURWOCIgc2Nyb2xsaW5nPSJubyI+CiAgICAgPC9pZnJhbWU+CiAgICAgPGRpdiBzdHlsZT0id2hpdGUtc3BhY2U6IG5vd3JhcDsgdGV4dC1hbGlnbjogY2VudGVyOyB3aWR0aDogNTAwcHg7IHBhZGRpbmc6IDZweCAwOyI+CiAgICAgICAgPGEgaWQ9ImxhcmdlTWFwTGluayIgaHJlZj0iaHR0cHM6Ly93d3cuYmluZy5jb20vbWFwcz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtGT1JNPU1CRURMRCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgTGFyZ2VyIE1hcDwvYT4gJm5ic3A7IHwgJm5ic3A7CiAgICAgICAgPGEgaWQ9ImRpck1hcExpbmsiIGhyZWY9Imh0dHBzOi8vd3d3LmJpbmcuY29tL21hcHMvZGlyZWN0aW9ucz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtydHA9fnBvcy4zMy42MjE1ODc4NjYyMzg3Ml8tMTE3LjcwNDkzODE2Mjg2NjAzX19fXyZhbXA7Rk9STT1NQkVETEQiIHRhcmdldD0iX2JsYW5rIj5HZXQgRGlyZWN0aW9uczwvYT4KICAgIDwvZGl2Pgo8L2Rpdj4=[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact Us','','inherit','closed','closed','','18-revision-v1','','','2020-10-19 20:02:26','2020-10-19 20:02:26','',18,'http://providentprofessionalservices.com/wordpress12020/10/19/18-revision-v1/',0,'revision','',0),(1243,6,'2020-10-19 20:22:49','2020-10-19 20:22:49','[fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" ]\r\n<h3 style=\"text-align: center; color: #808003;\">Our Why</h3>\r\n<p style=\"text-align: center;\">Everything we do is devoted to making a difference that matters to the clients we serve.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Our Driving Principles</h3>\r\n<p style=\"text-align: center;\">We believe in always doing our absolute best to be excellent in everything we do by relentless pursuit of continuous improvement</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">How We Work</h3>\r\n<p style=\"text-align: center;\">We are proactive in offering information, insights, suggestions and guidance to our clients their for consideration. We do not take any actions or adopt any provisions on behalf of our clients without their informed consent. Our expected work scope and compensation arrangements, priced at flat rates, are mutually agreed upon in advance.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">What We Do</h3>\r\n<p style=\"text-align: center;\">We offer assistance in improving financial conditions by integrating modern measurement methods for increasing profitability, guidance for sustainable independence and prosperity, income tax projections, control and preparation, certified business valuations and equity growth measures, and preparation and funding for business transition events.</p>\r\n\r\n\r\n<hr style=\"background-color: #808003;\" size=\"5\" width=\"80%\" />\r\n\r\n<h3 style=\"text-align: center; color: #808003;\">Who We Serve</h3>\r\n<p style=\"text-align: center;\">Our clients are successful, experienced, motivated and upstanding business owners and individuals who are exceptional in their field, and who share our unwavering commitment to uncompromising excellence in everything they do.</p>\r\n[/fusion_text]','Core Values List','','inherit','closed','closed','','1092-revision-v1','','','2020-10-19 20:22:49','2020-10-19 20:22:49','',1092,'http://providentprofessionalservices.com/wordpress12020/10/19/1092-revision-v1/',0,'revision','',0),(1247,6,'2020-10-19 21:20:35','2020-10-19 21:20:35','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=vqEERHymwWI\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_code]PGRpdiBzdHlsZT0ibWFyZ2luOiAwIGF1dG87IG1heC13aWR0aDogMTE3MHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij4KPGRpdiBzdHlsZT0iZGlzcGxheTogaW5saW5lLWJsb2NrOyBtYXJnaW46IDAgYXV0bzsgbWF4LXdpZHRoOiAyNzBweDsgcGFkZGluZzogMCAxMnB4IDYwcHg7Ij48YSB0aXRsZT0iSG93IGEgTGV4dXMgQ29tbWVyY2lhbCBMZWQgdG8gYSBGdWxmaWxsaW5nIEJ1c2luZXNzIGFuZCBQZXJzb25hbCBSZWxhdGlvbnNoaXAgLSBQYXJ0IDEiIGhyZWY9Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9dnFFRVJIeW13V0kiIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vb3BlbmVyIG5vcmVmZXJyZXIiPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTUwIiBzcmM9Ii93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Ib3ctYS1MZXh1cy1Db21tZXJjaWFsLUxlZC10by1hLUZ1bGZpbGxpbmctQnVzaW5lc3MtYW5kLVBlcnNvbmFsLVJlbGF0aW9uc2hpcC1QYXJ0LTEuanBnIiBhbHQ9IkhvdyBhIExleHVzIENvbW1lcmNpYWwgTGVkIHRvIGEgRnVsZmlsbGluZyBCdXNpbmVzcyBhbmQgUGVyc29uYWwgUmVsYXRpb25zaGlwIC0gUGFydCAxIiAvPjwvYT48ZGl2IHN0eWxlPSJmb250LXNpemU6IDE0cHg7IGxpbmUtaGVpZ2h0OiAxLjNlbTsgdGV4dC1hbGlnbjogY2VudGVyOyI+UGFydCAxOiBIb3cgYSBMZXh1cyBDb21tZXJjaWFsIExlZCB0byBhIEZ1bGZpbGxpbmcgQnVzaW5lc3MgYW5kIFBlcnNvbmFsIFJlbGF0aW9uc2hpcDwvZGl2PjwvZGl2Pgo8ZGl2IHN0eWxlPSJkaXNwbGF5OiBpbmxpbmUtYmxvY2s7IG1hcmdpbjogMCBhdXRvOyBtYXgtd2lkdGg6IDI3MHB4OyBwYWRkaW5nOiAwIDEycHggNjBweDsiPjxhIHRpdGxlPSJIb3cgYSBMZXh1cyBDb21tZXJjaWFsIExlZCB0byBhIEZ1bGZpbGxpbmcgQnVzaW5lc3MgYW5kIFBlcnNvbmFsIFJlbGF0aW9uc2hpcCAtIFBhcnQgMiIgaHJlZj0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj05UnVXMy05akUtSSIgdGFyZ2V0PSJfYmxhbmsiIHJlbD0ibm9vcGVuZXIgbm9yZWZlcnJlciI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0xNTEiIHNyYz0iL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0hvdy1hLUxleHVzLUNvbW1lcmNpYWwtTGVkLXRvLWEtRnVsZmlsbGluZy1CdXNpbmVzcy1hbmQtUGVyc29uYWwtUmVsYXRpb25zaGlwLVBhcnQtMi5qcGciIGFsdD0iSG93IGEgTGV4dXMgQ29tbWVyY2lhbCBMZWQgdG8gYSBGdWxmaWxsaW5nIEJ1c2luZXNzIGFuZCBQZXJzb25hbCBSZWxhdGlvbnNoaXAgLSBQYXJ0IDIiIC8+PC9hPjxkaXYgc3R5bGU9ImZvbnQtc2l6ZTogMTRweDsgbGluZS1oZWlnaHQ6IDEuM2VtOyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij5QYXJ0IDI6IEhvdyBhIExleHVzIENvbW1lcmNpYWwgTGVkIHRvIGEgRnVsZmlsbGluZyBCdXNpbmVzcyBhbmQgUGVyc29uYWwgUmVsYXRpb25zaGlwPC9kaXY+PC9kaXY+CjxkaXYgc3R5bGU9ImRpc3BsYXk6IGlubGluZS1ibG9jazsgbWFyZ2luOiAwIGF1dG87IG1heC13aWR0aDogMjcwcHg7IHBhZGRpbmc6IDAgMTJweCA2MHB4OyI+PGEgdGl0bGU9IkhvdyBEaWx3b3J0aCBDb25zdHJ1Y3Rpb24gVHJhbnNmb3JtZWQgSXRzIFZpc2lvbiBvZiB0aGUgRnV0dXJlIC0gUGFydCAxIiBocmVmPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PTdSQkVxem1VaVRrIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub29wZW5lciBub3JlZmVycmVyIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTE1NCIgc3JjPSIvd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvUGFydDFfSG93LURpbHdvcnRoLUNvbnN0cnVjdGlvbi1UcmFuc2Zvcm1lZC1JdHMtVmlzaW9uLW9mLXRoZS1GdXR1cmUtMzAweDE2OC5wbmciIGFsdD0iSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uIG9mIHRoZSBGdXR1cmUgLSBQYXJ0IDEiIC8+PC9hPjxkaXYgc3R5bGU9ImZvbnQtc2l6ZTogMTRweDsgbGluZS1oZWlnaHQ6IDEuM2VtOyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij5QYXJ0IDE6IEhvdyBEaWx3b3J0aCBDb25zdHJ1Y3Rpb24gVHJhbnNmb3JtZWQgSXRzIFZpc2lvbjxiciAvPm9mIHRoZSBGdXR1cmU8L2Rpdj48L2Rpdj4KPGRpdiBzdHlsZT0iZGlzcGxheTogaW5saW5lLWJsb2NrOyBtYXJnaW46IDAgYXV0bzsgbWF4LXdpZHRoOiAyNzBweDsgcGFkZGluZzogMCAxMnB4IDYwcHg7Ij48YSB0aXRsZT0iSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uIG9mIHRoZSBGdXR1cmUgLSBQYXJ0IDIiIGhyZWY9Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9N1Y1SlpjcGJpQ0EiIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vb3BlbmVyIG5vcmVmZXJyZXIiPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTU1IiBzcmM9Ii93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9QYXJ0Ml9Ib3ctRGlsd29ydGgtQ29uc3RydWN0aW9uLVRyYW5zZm9ybWVkLUl0cy1WaXNpb24tb2YtdGhlLUZ1dHVyZS0zMDB4MTY4LnBuZyIgYWx0PSJIb3cgRGlsd29ydGggQ29uc3RydWN0aW9uIFRyYW5zZm9ybWVkIEl0cyBWaXNpb24gb2YgdGhlIEZ1dHVyZSAtIFBhcnQgMiIgLz48L2E+PGRpdiBzdHlsZT0iZm9udC1zaXplOiAxNHB4OyBsaW5lLWhlaWdodDogMS4zZW07IHRleHQtYWxpZ246IGNlbnRlcjsiPlBhcnQgMjogSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uPGJyIC8+b2YgdGhlIEZ1dHVyZTwvZGl2PjwvZGl2Pgo8L2Rpdj4=[/fusion_code][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>\n[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Let\'s Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"true\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n\nState Tax\nIncome Tax\nCharitable Contributions\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\nOn-site Service to Southern California Communities\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_5\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\" type=\"3_5\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\n\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\n\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\n\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\n\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_5\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\n[/fusion_text][fusion_global id=\"1092\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','','','inherit','closed','closed','','2-autosave-v1','','','2020-10-19 21:20:35','2020-10-19 21:20:35','',2,'http://providentprofessionalservices.com/wordpress12020/10/19/2-autosave-v1/',0,'revision','',0),(1256,6,'2020-10-19 21:21:19','2020-10-19 21:21:19','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=vqEERHymwWI\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p><strong>Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</strong></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p><strong>Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</strong></p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_code]PGRpdiBzdHlsZT0ibWFyZ2luOiAwIGF1dG87IG1heC13aWR0aDogMTE3MHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij4KPGRpdiBzdHlsZT0iZGlzcGxheTogaW5saW5lLWJsb2NrOyBtYXJnaW46IDAgYXV0bzsgbWF4LXdpZHRoOiAyNzBweDsgcGFkZGluZzogMCAxMnB4IDYwcHg7Ij48YSB0aXRsZT0iSG93IGEgTGV4dXMgQ29tbWVyY2lhbCBMZWQgdG8gYSBGdWxmaWxsaW5nIEJ1c2luZXNzIGFuZCBQZXJzb25hbCBSZWxhdGlvbnNoaXAgLSBQYXJ0IDEiIGhyZWY9Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9dnFFRVJIeW13V0kiIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vb3BlbmVyIG5vcmVmZXJyZXIiPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTUwIiBzcmM9Ii93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Ib3ctYS1MZXh1cy1Db21tZXJjaWFsLUxlZC10by1hLUZ1bGZpbGxpbmctQnVzaW5lc3MtYW5kLVBlcnNvbmFsLVJlbGF0aW9uc2hpcC1QYXJ0LTEuanBnIiBhbHQ9IkhvdyBhIExleHVzIENvbW1lcmNpYWwgTGVkIHRvIGEgRnVsZmlsbGluZyBCdXNpbmVzcyBhbmQgUGVyc29uYWwgUmVsYXRpb25zaGlwIC0gUGFydCAxIiAvPjwvYT48ZGl2IHN0eWxlPSJmb250LXNpemU6IDE0cHg7IGxpbmUtaGVpZ2h0OiAxLjNlbTsgdGV4dC1hbGlnbjogY2VudGVyOyI+UGFydCAxOiBIb3cgYSBMZXh1cyBDb21tZXJjaWFsIExlZCB0byBhIEZ1bGZpbGxpbmcgQnVzaW5lc3MgYW5kIFBlcnNvbmFsIFJlbGF0aW9uc2hpcDwvZGl2PjwvZGl2Pgo8ZGl2IHN0eWxlPSJkaXNwbGF5OiBpbmxpbmUtYmxvY2s7IG1hcmdpbjogMCBhdXRvOyBtYXgtd2lkdGg6IDI3MHB4OyBwYWRkaW5nOiAwIDEycHggNjBweDsiPjxhIHRpdGxlPSJIb3cgYSBMZXh1cyBDb21tZXJjaWFsIExlZCB0byBhIEZ1bGZpbGxpbmcgQnVzaW5lc3MgYW5kIFBlcnNvbmFsIFJlbGF0aW9uc2hpcCAtIFBhcnQgMiIgaHJlZj0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj05UnVXMy05akUtSSIgdGFyZ2V0PSJfYmxhbmsiIHJlbD0ibm9vcGVuZXIgbm9yZWZlcnJlciI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0xNTEiIHNyYz0iL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0hvdy1hLUxleHVzLUNvbW1lcmNpYWwtTGVkLXRvLWEtRnVsZmlsbGluZy1CdXNpbmVzcy1hbmQtUGVyc29uYWwtUmVsYXRpb25zaGlwLVBhcnQtMi5qcGciIGFsdD0iSG93IGEgTGV4dXMgQ29tbWVyY2lhbCBMZWQgdG8gYSBGdWxmaWxsaW5nIEJ1c2luZXNzIGFuZCBQZXJzb25hbCBSZWxhdGlvbnNoaXAgLSBQYXJ0IDIiIC8+PC9hPjxkaXYgc3R5bGU9ImZvbnQtc2l6ZTogMTRweDsgbGluZS1oZWlnaHQ6IDEuM2VtOyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij5QYXJ0IDI6IEhvdyBhIExleHVzIENvbW1lcmNpYWwgTGVkIHRvIGEgRnVsZmlsbGluZyBCdXNpbmVzcyBhbmQgUGVyc29uYWwgUmVsYXRpb25zaGlwPC9kaXY+PC9kaXY+CjxkaXYgc3R5bGU9ImRpc3BsYXk6IGlubGluZS1ibG9jazsgbWFyZ2luOiAwIGF1dG87IG1heC13aWR0aDogMjcwcHg7IHBhZGRpbmc6IDAgMTJweCA2MHB4OyI+PGEgdGl0bGU9IkhvdyBEaWx3b3J0aCBDb25zdHJ1Y3Rpb24gVHJhbnNmb3JtZWQgSXRzIFZpc2lvbiBvZiB0aGUgRnV0dXJlIC0gUGFydCAxIiBocmVmPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PTdSQkVxem1VaVRrIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub29wZW5lciBub3JlZmVycmVyIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTE1NCIgc3JjPSIvd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvUGFydDFfSG93LURpbHdvcnRoLUNvbnN0cnVjdGlvbi1UcmFuc2Zvcm1lZC1JdHMtVmlzaW9uLW9mLXRoZS1GdXR1cmUtMzAweDE2OC5wbmciIGFsdD0iSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uIG9mIHRoZSBGdXR1cmUgLSBQYXJ0IDEiIC8+PC9hPjxkaXYgc3R5bGU9ImZvbnQtc2l6ZTogMTRweDsgbGluZS1oZWlnaHQ6IDEuM2VtOyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij5QYXJ0IDE6IEhvdyBEaWx3b3J0aCBDb25zdHJ1Y3Rpb24gVHJhbnNmb3JtZWQgSXRzIFZpc2lvbjxiciAvPm9mIHRoZSBGdXR1cmU8L2Rpdj48L2Rpdj4KPGRpdiBzdHlsZT0iZGlzcGxheTogaW5saW5lLWJsb2NrOyBtYXJnaW46IDAgYXV0bzsgbWF4LXdpZHRoOiAyNzBweDsgcGFkZGluZzogMCAxMnB4IDYwcHg7Ij48YSB0aXRsZT0iSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uIG9mIHRoZSBGdXR1cmUgLSBQYXJ0IDIiIGhyZWY9Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9N1Y1SlpjcGJpQ0EiIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vb3BlbmVyIG5vcmVmZXJyZXIiPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTU1IiBzcmM9Ii93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9QYXJ0Ml9Ib3ctRGlsd29ydGgtQ29uc3RydWN0aW9uLVRyYW5zZm9ybWVkLUl0cy1WaXNpb24tb2YtdGhlLUZ1dHVyZS0zMDB4MTY4LnBuZyIgYWx0PSJIb3cgRGlsd29ydGggQ29uc3RydWN0aW9uIFRyYW5zZm9ybWVkIEl0cyBWaXNpb24gb2YgdGhlIEZ1dHVyZSAtIFBhcnQgMiIgLz48L2E+PGRpdiBzdHlsZT0iZm9udC1zaXplOiAxNHB4OyBsaW5lLWhlaWdodDogMS4zZW07IHRleHQtYWxpZ246IGNlbnRlcjsiPlBhcnQgMjogSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uPGJyIC8+b2YgdGhlIEZ1dHVyZTwvZGl2PjwvZGl2Pgo8L2Rpdj4=[/fusion_code][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>\r\n[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Let\'s Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"true\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nState Tax\r\nIncome Tax\r\nCharitable Contributions\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\r\nOn-site Service to Southern California Communities\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_5\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\" type=\"3_5\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_5\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_global id=\"1092\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','','','inherit','closed','closed','','2-revision-v1','','','2020-10-19 21:21:19','2020-10-19 21:21:19','',2,'http://providentprofessionalservices.com/wordpress12020/10/19/2-revision-v1/',0,'revision','',0),(1257,6,'2020-10-19 21:21:58','2020-10-19 21:21:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=vqEERHymwWI\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_code]PGRpdiBzdHlsZT0ibWFyZ2luOiAwIGF1dG87IG1heC13aWR0aDogMTE3MHB4OyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij4KPGRpdiBzdHlsZT0iZGlzcGxheTogaW5saW5lLWJsb2NrOyBtYXJnaW46IDAgYXV0bzsgbWF4LXdpZHRoOiAyNzBweDsgcGFkZGluZzogMCAxMnB4IDYwcHg7Ij48YSB0aXRsZT0iSG93IGEgTGV4dXMgQ29tbWVyY2lhbCBMZWQgdG8gYSBGdWxmaWxsaW5nIEJ1c2luZXNzIGFuZCBQZXJzb25hbCBSZWxhdGlvbnNoaXAgLSBQYXJ0IDEiIGhyZWY9Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9dnFFRVJIeW13V0kiIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vb3BlbmVyIG5vcmVmZXJyZXIiPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTUwIiBzcmM9Ii93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9Ib3ctYS1MZXh1cy1Db21tZXJjaWFsLUxlZC10by1hLUZ1bGZpbGxpbmctQnVzaW5lc3MtYW5kLVBlcnNvbmFsLVJlbGF0aW9uc2hpcC1QYXJ0LTEuanBnIiBhbHQ9IkhvdyBhIExleHVzIENvbW1lcmNpYWwgTGVkIHRvIGEgRnVsZmlsbGluZyBCdXNpbmVzcyBhbmQgUGVyc29uYWwgUmVsYXRpb25zaGlwIC0gUGFydCAxIiAvPjwvYT48ZGl2IHN0eWxlPSJmb250LXNpemU6IDE0cHg7IGxpbmUtaGVpZ2h0OiAxLjNlbTsgdGV4dC1hbGlnbjogY2VudGVyOyI+UGFydCAxOiBIb3cgYSBMZXh1cyBDb21tZXJjaWFsIExlZCB0byBhIEZ1bGZpbGxpbmcgQnVzaW5lc3MgYW5kIFBlcnNvbmFsIFJlbGF0aW9uc2hpcDwvZGl2PjwvZGl2Pgo8ZGl2IHN0eWxlPSJkaXNwbGF5OiBpbmxpbmUtYmxvY2s7IG1hcmdpbjogMCBhdXRvOyBtYXgtd2lkdGg6IDI3MHB4OyBwYWRkaW5nOiAwIDEycHggNjBweDsiPjxhIHRpdGxlPSJIb3cgYSBMZXh1cyBDb21tZXJjaWFsIExlZCB0byBhIEZ1bGZpbGxpbmcgQnVzaW5lc3MgYW5kIFBlcnNvbmFsIFJlbGF0aW9uc2hpcCAtIFBhcnQgMiIgaHJlZj0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vd2F0Y2g/dj05UnVXMy05akUtSSIgdGFyZ2V0PSJfYmxhbmsiIHJlbD0ibm9vcGVuZXIgbm9yZWZlcnJlciI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS0xNTEiIHNyYz0iL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzAzL0hvdy1hLUxleHVzLUNvbW1lcmNpYWwtTGVkLXRvLWEtRnVsZmlsbGluZy1CdXNpbmVzcy1hbmQtUGVyc29uYWwtUmVsYXRpb25zaGlwLVBhcnQtMi5qcGciIGFsdD0iSG93IGEgTGV4dXMgQ29tbWVyY2lhbCBMZWQgdG8gYSBGdWxmaWxsaW5nIEJ1c2luZXNzIGFuZCBQZXJzb25hbCBSZWxhdGlvbnNoaXAgLSBQYXJ0IDIiIC8+PC9hPjxkaXYgc3R5bGU9ImZvbnQtc2l6ZTogMTRweDsgbGluZS1oZWlnaHQ6IDEuM2VtOyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij5QYXJ0IDI6IEhvdyBhIExleHVzIENvbW1lcmNpYWwgTGVkIHRvIGEgRnVsZmlsbGluZyBCdXNpbmVzcyBhbmQgUGVyc29uYWwgUmVsYXRpb25zaGlwPC9kaXY+PC9kaXY+CjxkaXYgc3R5bGU9ImRpc3BsYXk6IGlubGluZS1ibG9jazsgbWFyZ2luOiAwIGF1dG87IG1heC13aWR0aDogMjcwcHg7IHBhZGRpbmc6IDAgMTJweCA2MHB4OyI+PGEgdGl0bGU9IkhvdyBEaWx3b3J0aCBDb25zdHJ1Y3Rpb24gVHJhbnNmb3JtZWQgSXRzIFZpc2lvbiBvZiB0aGUgRnV0dXJlIC0gUGFydCAxIiBocmVmPSJodHRwczovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PTdSQkVxem1VaVRrIiB0YXJnZXQ9Il9ibGFuayIgcmVsPSJub29wZW5lciBub3JlZmVycmVyIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTE1NCIgc3JjPSIvd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDMvUGFydDFfSG93LURpbHdvcnRoLUNvbnN0cnVjdGlvbi1UcmFuc2Zvcm1lZC1JdHMtVmlzaW9uLW9mLXRoZS1GdXR1cmUtMzAweDE2OC5wbmciIGFsdD0iSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uIG9mIHRoZSBGdXR1cmUgLSBQYXJ0IDEiIC8+PC9hPjxkaXYgc3R5bGU9ImZvbnQtc2l6ZTogMTRweDsgbGluZS1oZWlnaHQ6IDEuM2VtOyB0ZXh0LWFsaWduOiBjZW50ZXI7Ij5QYXJ0IDE6IEhvdyBEaWx3b3J0aCBDb25zdHJ1Y3Rpb24gVHJhbnNmb3JtZWQgSXRzIFZpc2lvbjxiciAvPm9mIHRoZSBGdXR1cmU8L2Rpdj48L2Rpdj4KPGRpdiBzdHlsZT0iZGlzcGxheTogaW5saW5lLWJsb2NrOyBtYXJnaW46IDAgYXV0bzsgbWF4LXdpZHRoOiAyNzBweDsgcGFkZGluZzogMCAxMnB4IDYwcHg7Ij48YSB0aXRsZT0iSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uIG9mIHRoZSBGdXR1cmUgLSBQYXJ0IDIiIGhyZWY9Imh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9N1Y1SlpjcGJpQ0EiIHRhcmdldD0iX2JsYW5rIiByZWw9Im5vb3BlbmVyIG5vcmVmZXJyZXIiPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtMTU1IiBzcmM9Ii93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8wMy9QYXJ0Ml9Ib3ctRGlsd29ydGgtQ29uc3RydWN0aW9uLVRyYW5zZm9ybWVkLUl0cy1WaXNpb24tb2YtdGhlLUZ1dHVyZS0zMDB4MTY4LnBuZyIgYWx0PSJIb3cgRGlsd29ydGggQ29uc3RydWN0aW9uIFRyYW5zZm9ybWVkIEl0cyBWaXNpb24gb2YgdGhlIEZ1dHVyZSAtIFBhcnQgMiIgLz48L2E+PGRpdiBzdHlsZT0iZm9udC1zaXplOiAxNHB4OyBsaW5lLWhlaWdodDogMS4zZW07IHRleHQtYWxpZ246IGNlbnRlcjsiPlBhcnQgMjogSG93IERpbHdvcnRoIENvbnN0cnVjdGlvbiBUcmFuc2Zvcm1lZCBJdHMgVmlzaW9uPGJyIC8+b2YgdGhlIEZ1dHVyZTwvZGl2PjwvZGl2Pgo8L2Rpdj4=[/fusion_code][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>\r\n[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Let\'s Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"true\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nState Tax\r\nIncome Tax\r\nCharitable Contributions\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\r\nOn-site Service to Southern California Communities\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_5\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\" type=\"3_5\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_5\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_global id=\"1092\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','','','inherit','closed','closed','','2-revision-v1','','','2020-10-19 21:21:58','2020-10-19 21:21:58','',2,'http://providentprofessionalservices.com/wordpress12020/10/19/2-revision-v1/',0,'revision','',0),(1258,6,'2020-10-19 21:24:24','2020-10-19 21:24:24','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=vqEERHymwWI\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>\r\n[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Let\'s Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"true\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nState Tax\r\nIncome Tax\r\nCharitable Contributions\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\r\nOn-site Service to Southern California Communities\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_5\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\" type=\"3_5\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_5\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_global id=\"1092\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','','','inherit','closed','closed','','2-revision-v1','','','2020-10-19 21:24:24','2020-10-19 21:24:24','',2,'http://providentprofessionalservices.com/wordpress12020/10/19/2-revision-v1/',0,'revision','',0),(1259,6,'2020-10-19 21:41:09','2020-10-19 21:41:09','','Home','','publish','closed','closed','','home','','','2020-10-19 21:51:11','2020-10-19 21:51:11','',0,'http://providentprofessionalservices.com/wordpress1?p=1259',1,'nav_menu_item','',0),(1260,6,'2020-10-19 21:51:04','2020-10-19 21:51:04',' ','','','publish','closed','closed','','1260','','','2020-10-19 21:51:12','2020-10-19 21:51:12','',0,'http://providentprofessionalservices.com/wordpress1?p=1260',14,'nav_menu_item','',0),(1261,6,'2020-10-19 22:36:07','2020-10-19 22:36:07','[fusion_builder_container hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\" type=\"1_1\"][fusion_text]<img class=\"alignnone size-full wp-image-19\" src=\"/wp-content/uploads/2019/02/170103-F-PO640-001.jpg\" alt=\"Tax Help\" width=\"638\" height=\"308\" />[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 style=\"color: #808003;\"><strong>(949) 583-1040</strong></h3>\r\nShould you decide that our boutique firm fits with what you have in mind, you can rest assured we will cherish your patronage and treat you with dignity and respect, as ladies and gentlemen serving ladies and gentlemen.\r\n\r\n<em>Your contact information will be held strictly confidential.</em>\r\n\r\n[contact-form-7 id=\"391\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_2\"][fusion_code]PGRpdj4KICAgICA8aWZyYW1lIHdpZHRoPSI1MDAiIGhlaWdodD0iNDAwIiBmcmFtZWJvcmRlcj0iMCIgc3JjPSJodHRwczovL3d3dy5iaW5nLmNvbS9tYXBzL2VtYmVkP2g9NDAwJnc9NTAwJmNwPTMzLjYyMTU4Nzg2NjIzODcyfi0xMTcuNzA0OTM4MTYyODY2MDMmbHZsPTE2JnR5cD1kJnN0eT1yJnNyYz1TSEVMTCZGT1JNPU1CRURWOCIgc2Nyb2xsaW5nPSJubyI+CiAgICAgPC9pZnJhbWU+CiAgICAgPGRpdiBzdHlsZT0id2hpdGUtc3BhY2U6IG5vd3JhcDsgdGV4dC1hbGlnbjogY2VudGVyOyB3aWR0aDogNTAwcHg7IHBhZGRpbmc6IDZweCAwOyI+CiAgICAgICAgPGEgaWQ9ImxhcmdlTWFwTGluayIgaHJlZj0iaHR0cHM6Ly93d3cuYmluZy5jb20vbWFwcz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtGT1JNPU1CRURMRCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgTGFyZ2VyIE1hcDwvYT4gJm5ic3A7IHwgJm5ic3A7CiAgICAgICAgPGEgaWQ9ImRpck1hcExpbmsiIGhyZWY9Imh0dHBzOi8vd3d3LmJpbmcuY29tL21hcHMvZGlyZWN0aW9ucz9jcD0zMy42MjE1ODc4NjYyMzg3Mn4tMTE3LjcwNDkzODE2Mjg2NjAzJmFtcDtzdHk9ciZhbXA7bHZsPTE2JmFtcDtydHA9fnBvcy4zMy42MjE1ODc4NjYyMzg3Ml8tMTE3LjcwNDkzODE2Mjg2NjAzX19fXyZhbXA7Rk9STT1NQkVETEQiIHRhcmdldD0iX2JsYW5rIj5HZXQgRGlyZWN0aW9uczwvYT4KICAgIDwvZGl2Pgo8L2Rpdj4=[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact Us','','inherit','closed','closed','','18-revision-v1','','','2020-10-19 22:36:07','2020-10-19 22:36:07','',18,'http://providentprofessionalservices.com/wordpress12020/10/19/18-revision-v1/',0,'revision','',0),(1262,6,'2020-10-19 23:02:20','2020-10-19 23:02:20','','iwp_log_5f8e1afceb53b','','publish','closed','closed','','iwp_log_5f8e1afceb53b','','','2020-10-19 23:02:20','2020-10-19 23:02:20','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f8e1afceb53b/',0,'iwp_log','',0),(1263,4,'2020-10-20 15:26:37','2020-10-20 15:26:37','','iwp_log_5f8f64621860f','','publish','closed','closed','','iwp_log_5f8f64621860f','','','2020-10-20 15:26:37','2020-10-20 15:26:37','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f8f64621860f/',0,'iwp_log','',0),(1264,4,'2020-10-20 15:30:44','2020-10-20 15:30:44','','iwp_log_5f8f65666a1de','','publish','closed','closed','','iwp_log_5f8f65666a1de','','','2020-10-20 15:30:44','2020-10-20 15:30:44','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f8f65666a1de/',0,'iwp_log','',0),(1265,4,'2020-10-20 15:30:44','2020-10-20 15:30:44','','iwp_log_5f8f656d3a972','','publish','closed','closed','','iwp_log_5f8f656d3a972','','','2020-10-20 15:30:44','2020-10-20 15:30:44','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f8f656d3a972/',0,'iwp_log','',0),(1266,0,'2020-10-21 20:09:24','2020-10-21 20:09:24','','iwp_log_5f90957472b43','','publish','closed','closed','','iwp_log_5f90957472b43','','','2020-10-21 20:09:24','2020-10-21 20:09:24','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f90957472b43/',0,'iwp_log','',0),(1267,4,'2020-10-26 14:25:58','2020-10-26 14:25:58','','iwp_log_5f973f14e9e92','','publish','closed','closed','','iwp_log_5f973f14e9e92','','','2020-10-26 14:25:58','2020-10-26 14:25:58','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f973f14e9e92/',0,'iwp_log','',0),(1268,4,'2020-10-26 14:25:58','2020-10-26 14:25:58','','iwp_log_5f973f1a28140','','publish','closed','closed','','iwp_log_5f973f1a28140','','','2020-10-26 14:25:58','2020-10-26 14:25:58','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f973f1a28140/',0,'iwp_log','',0),(1269,4,'2020-10-26 14:51:37','2020-10-26 14:51:37','','iwp_log_5f9745186321c','','publish','closed','closed','','iwp_log_5f9745186321c','','','2020-10-26 14:51:37','2020-10-26 14:51:37','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f9745186321c/',0,'iwp_log','',0),(1270,0,'2020-10-29 20:46:13','2020-10-29 20:46:13','','iwp_log_5f9b2a154b6cb','','publish','closed','closed','','iwp_log_5f9b2a154b6cb','','','2020-10-29 20:46:13','2020-10-29 20:46:13','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f9b2a154b6cb/',0,'iwp_log','',0),(1272,6,'2020-10-29 22:18:37','2020-10-29 22:18:37','','iwp_log_5f9b3fbdbd851','','publish','closed','closed','','iwp_log_5f9b3fbdbd851','','','2020-10-29 22:18:37','2020-10-29 22:18:37','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f9b3fbdbd851/',0,'iwp_log','',0),(1273,0,'2020-10-31 04:50:47','2020-10-31 04:50:47','','iwp_log_5f9ced2747fcc','','publish','closed','closed','','iwp_log_5f9ced2747fcc','','','2020-10-31 04:50:47','2020-10-31 04:50:47','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5f9ced2747fcc/',0,'iwp_log','',0),(1275,5,'2020-11-02 11:07:50','2020-11-02 19:07:50','','iwp_log_5fa059066e431','','publish','closed','closed','','iwp_log_5fa059066e431','','','2020-11-02 11:07:50','2020-11-02 19:07:50','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fa059066e431/',0,'iwp_log','',0),(1276,5,'2020-11-02 11:07:50','2020-11-02 19:07:50','','iwp_log_5fa059068f698','','publish','closed','closed','','iwp_log_5fa059068f698','','','2020-11-02 11:07:50','2020-11-02 19:07:50','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fa059068f698/',0,'iwp_log','',0),(1277,7,'2020-11-04 11:14:14','2020-11-04 11:14:14','','iwp_log_5fa2fd957c9e0','','publish','closed','closed','','iwp_log_5fa2fd957c9e0','','','2020-11-04 11:14:14','2020-11-04 11:14:14','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fa2fd957c9e0/',0,'iwp_log','',0),(1278,7,'2020-11-05 14:00:15','2020-11-05 14:00:15','','iwp_log_5fa475f860500','','publish','closed','closed','','iwp_log_5fa475f860500','','','2020-11-05 14:00:15','2020-11-05 14:00:15','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fa475f860500/',0,'iwp_log','',0),(1279,7,'2020-11-17 14:43:56','2020-11-17 14:43:56','','iwp_log_5fb452675a3fa','','publish','closed','closed','','iwp_log_5fb452675a3fa','','','2020-11-17 14:43:56','2020-11-17 14:43:56','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fb452675a3fa/',0,'iwp_log','',0),(1280,7,'2020-11-26 21:00:51','2020-11-26 21:00:51','','iwp_log_5fc08810282a2','','publish','closed','closed','','iwp_log_5fc08810282a2','','','2020-11-26 21:00:51','2020-11-26 21:00:51','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fc08810282a2/',0,'iwp_log','',0),(1281,0,'2020-12-03 11:16:26','2020-12-03 19:16:26','','iwp_log_5fc9398a80a45','','publish','closed','closed','','iwp_log_5fc9398a80a45','','','2020-12-03 11:16:26','2020-12-03 19:16:26','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fc9398a80a45/',0,'iwp_log','',0),(1282,7,'2020-12-05 08:30:39','2020-12-05 08:30:39','','iwp_log_5fcbb5e478180','','publish','closed','closed','','iwp_log_5fcbb5e478180','','','2020-12-05 08:30:39','2020-12-05 08:30:39','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fcbb5e478180/',0,'iwp_log','',0),(1283,7,'2020-12-05 08:30:39','2020-12-05 08:30:39','','iwp_log_5fcbb5f64959e','','publish','closed','closed','','iwp_log_5fcbb5f64959e','','','2020-12-05 08:30:39','2020-12-05 08:30:39','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fcbb5f64959e/',0,'iwp_log','',0),(1284,7,'2020-12-05 08:54:17','2020-12-05 08:54:17','','iwp_log_5fcbbb7709a2b','','publish','closed','closed','','iwp_log_5fcbbb7709a2b','','','2020-12-05 08:54:17','2020-12-05 08:54:17','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fcbbb7709a2b/',0,'iwp_log','',0),(1285,7,'2020-12-15 11:47:23','2020-12-15 11:47:23','','iwp_log_5fd912d9e9555','','publish','closed','closed','','iwp_log_5fd912d9e9555','','','2020-12-15 11:47:23','2020-12-15 11:47:23','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fd912d9e9555/',0,'iwp_log','',0),(1286,7,'2020-12-15 11:47:23','2020-12-15 11:47:23','','iwp_log_5fd912e6e4c31','','publish','closed','closed','','iwp_log_5fd912e6e4c31','','','2020-12-15 11:47:23','2020-12-15 11:47:23','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fd912e6e4c31/',0,'iwp_log','',0),(1287,7,'2020-12-15 11:51:42','2020-12-15 11:51:42','','iwp_log_5fd91403b1ae9','','publish','closed','closed','','iwp_log_5fd91403b1ae9','','','2020-12-15 11:51:42','2020-12-15 11:51:42','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fd91403b1ae9/',0,'iwp_log','',0),(1288,7,'2020-12-16 10:53:23','2020-12-16 10:53:23','','iwp_log_5fda57b307bab','','publish','closed','closed','','iwp_log_5fda57b307bab','','','2020-12-16 10:53:23','2020-12-16 10:53:23','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fda57b307bab/',0,'iwp_log','',0),(1289,7,'2020-12-16 11:36:39','2020-12-16 11:36:39','','iwp_log_5fda61f752d5c','','publish','closed','closed','','iwp_log_5fda61f752d5c','','','2020-12-16 11:36:39','2020-12-16 11:36:39','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fda61f752d5c/',0,'iwp_log','',0),(1290,7,'2020-12-16 11:43:51','2020-12-16 11:43:51','','iwp_log_5fda63d722a65','','publish','closed','closed','','iwp_log_5fda63d722a65','','','2020-12-16 11:43:51','2020-12-16 11:43:51','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fda63d722a65/',0,'iwp_log','',0),(1291,7,'2020-12-16 11:43:51','2020-12-16 11:43:51','','iwp_log_5fda63deb7571','','publish','closed','closed','','iwp_log_5fda63deb7571','','','2020-12-16 11:43:51','2020-12-16 11:43:51','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fda63deb7571/',0,'iwp_log','',0),(1292,7,'2020-12-16 12:00:00','2020-12-16 12:00:00','','iwp_log_5fda678489ca9','','publish','closed','closed','','iwp_log_5fda678489ca9','','','2020-12-16 12:00:00','2020-12-16 12:00:00','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fda678489ca9/',0,'iwp_log','',0),(1293,7,'2020-12-17 12:01:44','2020-12-17 12:01:44','','iwp_log_5fdbb9362a7ce','','publish','closed','closed','','iwp_log_5fdbb9362a7ce','','','2020-12-17 12:01:44','2020-12-17 12:01:44','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fdbb9362a7ce/',0,'iwp_log','',0),(1294,7,'2020-12-17 20:03:54','2020-12-17 20:03:54','','iwp_log_5fdc2a80bd500','','publish','closed','closed','','iwp_log_5fdc2a80bd500','','','2020-12-17 20:03:54','2020-12-17 20:03:54','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fdc2a80bd500/',0,'iwp_log','',0),(1295,7,'2020-12-22 12:25:02','2020-12-22 12:25:02','','iwp_log_5fe2564f5c08c','','publish','closed','closed','','iwp_log_5fe2564f5c08c','','','2020-12-22 12:25:02','2020-12-22 12:25:02','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fe2564f5c08c/',0,'iwp_log','',0),(1296,7,'2020-12-22 12:54:41','2020-12-22 12:54:41','','iwp_log_5fe25d4c58d6d','','publish','closed','closed','','iwp_log_5fe25d4c58d6d','','','2020-12-22 12:54:41','2020-12-22 12:54:41','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fe25d4c58d6d/',0,'iwp_log','',0),(1297,7,'2020-12-22 12:59:25','2020-12-22 12:59:25','','iwp_log_5fe25e742c8ba','','publish','closed','closed','','iwp_log_5fe25e742c8ba','','','2020-12-22 12:59:25','2020-12-22 12:59:25','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fe25e742c8ba/',0,'iwp_log','',0),(1298,7,'2020-12-22 12:59:25','2020-12-22 12:59:25','','iwp_log_5fe25e80ef686','','publish','closed','closed','','iwp_log_5fe25e80ef686','','','2020-12-22 12:59:25','2020-12-22 12:59:25','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5fe25e80ef686/',0,'iwp_log','',0),(1299,7,'2021-01-07 10:16:25','2021-01-07 10:16:25','','iwp_log_5ff75006124a3','','publish','closed','closed','','iwp_log_5ff75006124a3','','','2021-01-07 10:16:25','2021-01-07 10:16:25','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ff75006124a3/',0,'iwp_log','',0),(1300,7,'2021-01-07 10:17:17','2021-01-07 10:17:17','','iwp_log_5ff7504f7c7af','','publish','closed','closed','','iwp_log_5ff7504f7c7af','','','2021-01-07 10:17:17','2021-01-07 10:17:17','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_5ff7504f7c7af/',0,'iwp_log','',0),(1301,7,'2021-01-14 14:08:23','2021-01-14 14:08:23','','iwp_log_6000c10ba4848','','publish','closed','closed','','iwp_log_6000c10ba4848','','','2021-01-14 14:08:23','2021-01-14 14:08:23','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6000c10ba4848/',0,'iwp_log','',0),(1302,7,'2021-01-21 11:02:05','2021-01-21 11:02:05','','iwp_log_6009cfe11297c','','publish','closed','closed','','iwp_log_6009cfe11297c','','','2021-01-21 11:02:05','2021-01-21 11:02:05','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6009cfe11297c/',0,'iwp_log','',0),(1303,7,'2021-01-21 11:02:05','2021-01-21 11:02:05','','iwp_log_6009cfea78b80','','publish','closed','closed','','iwp_log_6009cfea78b80','','','2021-01-21 11:02:05','2021-01-21 11:02:05','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6009cfea78b80/',0,'iwp_log','',0),(1304,7,'2021-01-21 11:02:05','2021-01-21 11:02:05','','iwp_log_6009cff0ba829','','publish','closed','closed','','iwp_log_6009cff0ba829','','','2021-01-21 11:02:05','2021-01-21 11:02:05','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6009cff0ba829/',0,'iwp_log','',0),(1305,7,'2021-01-28 12:37:09','2021-01-28 12:37:09','','iwp_log_601320a618f79','','publish','closed','closed','','iwp_log_601320a618f79','','','2021-01-28 12:37:09','2021-01-28 12:37:09','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_601320a618f79/',0,'iwp_log','',0),(1306,7,'2021-01-28 12:37:09','2021-01-28 12:37:09','','iwp_log_601320af49be4','','publish','closed','closed','','iwp_log_601320af49be4','','','2021-01-28 12:37:09','2021-01-28 12:37:09','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_601320af49be4/',0,'iwp_log','',0),(1307,7,'2021-01-28 12:40:53','2021-01-28 12:40:53','','iwp_log_6013219c2a030','','publish','closed','closed','','iwp_log_6013219c2a030','','','2021-01-28 12:40:53','2021-01-28 12:40:53','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6013219c2a030/',0,'iwp_log','',0),(1308,0,'2021-02-03 20:56:40','2021-02-04 04:56:40','','iwp_log_601b7e8892d83','','publish','closed','closed','','iwp_log_601b7e8892d83','','','2021-02-03 20:56:40','2021-02-04 04:56:40','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_601b7e8892d83/',0,'iwp_log','',0),(1309,7,'2021-02-14 14:59:46','2021-02-14 14:59:46','','iwp_log_6029ab6d149a9','','publish','closed','closed','','iwp_log_6029ab6d149a9','','','2021-02-14 14:59:46','2021-02-14 14:59:46','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6029ab6d149a9/',0,'iwp_log','',0),(1310,7,'2021-02-14 15:03:28','2021-02-14 15:03:28','','iwp_log_6029ac677f563','','publish','closed','closed','','iwp_log_6029ac677f563','','','2021-02-14 15:03:28','2021-02-14 15:03:28','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6029ac677f563/',0,'iwp_log','',0),(1311,7,'2021-02-14 15:08:46','2021-02-14 15:08:46','','iwp_log_6029ad87b0bdf','','publish','closed','closed','','iwp_log_6029ad87b0bdf','','','2021-02-14 15:08:46','2021-02-14 15:08:46','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6029ad87b0bdf/',0,'iwp_log','',0),(1312,7,'2021-02-19 15:54:16','2021-02-19 15:54:16','','iwp_log_60304fc73f9f9','','publish','closed','closed','','iwp_log_60304fc73f9f9','','','2021-02-19 15:54:16','2021-02-19 15:54:16','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60304fc73f9f9/',0,'iwp_log','',0),(1313,7,'2021-02-19 15:54:16','2021-02-19 15:54:16','','iwp_log_60304fd3c9902','','publish','closed','closed','','iwp_log_60304fd3c9902','','','2021-02-19 15:54:16','2021-02-19 15:54:16','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60304fd3c9902/',0,'iwp_log','',0),(1314,0,'2021-02-22 08:57:51','2021-02-22 16:57:51','','iwp_log_6033e28f00857','','publish','closed','closed','','iwp_log_6033e28f00857','','','2021-02-22 08:57:51','2021-02-22 16:57:51','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6033e28f00857/',0,'iwp_log','',0),(1315,7,'2021-02-22 12:14:11','2021-02-22 12:14:11','','iwp_log_6034109c77cb0','','publish','closed','closed','','iwp_log_6034109c77cb0','','','2021-02-22 12:14:11','2021-02-22 12:14:11','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6034109c77cb0/',0,'iwp_log','',0),(1316,7,'2021-02-26 11:54:49','2021-02-26 11:54:49','','iwp_log_60395248561cc','','publish','closed','closed','','iwp_log_60395248561cc','','','2021-02-26 11:54:49','2021-02-26 11:54:49','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60395248561cc/',0,'iwp_log','',0),(1317,7,'2021-02-26 12:09:53','2021-02-26 12:09:53','','iwp_log_6039559991420','','publish','closed','closed','','iwp_log_6039559991420','','','2021-02-26 12:09:53','2021-02-26 12:09:53','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6039559991420/',0,'iwp_log','',0),(1318,7,'2021-03-02 10:36:07','2021-03-02 10:36:07','','iwp_log_603e85bd46394','','publish','closed','closed','','iwp_log_603e85bd46394','','','2021-03-02 10:36:07','2021-03-02 10:36:07','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_603e85bd46394/',0,'iwp_log','',0),(1319,7,'2021-03-02 10:55:37','2021-03-02 10:55:37','','iwp_log_603e8a5421394','','publish','closed','closed','','iwp_log_603e8a5421394','','','2021-03-02 10:55:37','2021-03-02 10:55:37','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_603e8a5421394/',0,'iwp_log','',0),(1320,7,'2021-03-06 11:43:16','2021-03-06 11:43:16','','iwp_log_6043db8f899c6','','publish','closed','closed','','iwp_log_6043db8f899c6','','','2021-03-06 11:43:16','2021-03-06 11:43:16','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6043db8f899c6/',0,'iwp_log','',0),(1321,7,'2021-03-15 10:43:37','2021-03-15 10:43:37','','iwp_log_604f9cf13b2df','','publish','closed','closed','','iwp_log_604f9cf13b2df','','','2021-03-15 10:43:37','2021-03-15 10:43:37','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_604f9cf13b2df/',0,'iwp_log','',0),(1322,7,'2021-03-15 10:52:25','2021-03-15 10:52:25','','iwp_log_604f9ef8c2938','','publish','closed','closed','','iwp_log_604f9ef8c2938','','','2021-03-15 10:52:25','2021-03-15 10:52:25','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_604f9ef8c2938/',0,'iwp_log','',0),(1323,7,'2021-03-15 11:36:09','2021-03-15 11:36:09','','iwp_log_604fa9823ba7f','','publish','closed','closed','','iwp_log_604fa9823ba7f','','','2021-03-15 11:36:09','2021-03-15 11:36:09','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_604fa9823ba7f/',0,'iwp_log','',0),(1324,7,'2021-03-18 00:25:54','2021-03-18 00:25:54','','iwp_log_605300b8aed71','','publish','closed','closed','','iwp_log_605300b8aed71','','','2021-03-18 00:25:54','2021-03-18 00:25:54','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_605300b8aed71/',0,'iwp_log','',0),(1325,7,'2021-03-18 00:25:54','2021-03-18 00:25:54','','iwp_log_605300cd5723e','','publish','closed','closed','','iwp_log_605300cd5723e','','','2021-03-18 00:25:54','2021-03-18 00:25:54','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_605300cd5723e/',0,'iwp_log','',0),(1326,7,'2021-03-19 11:05:43','2021-03-19 11:05:43','','iwp_log_6054e81f82e0d','','publish','closed','closed','','iwp_log_6054e81f82e0d','','','2021-03-19 11:05:43','2021-03-19 11:05:43','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6054e81f82e0d/',0,'iwp_log','',0),(1327,7,'2021-03-19 11:11:47','2021-03-19 11:11:47','','iwp_log_6054e98f36d8e','','publish','closed','closed','','iwp_log_6054e98f36d8e','','','2021-03-19 11:11:47','2021-03-19 11:11:47','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6054e98f36d8e/',0,'iwp_log','',0),(1328,0,'2021-03-24 12:40:54','2021-03-24 19:40:54','','iwp_log_605b95c658fca','','publish','closed','closed','','iwp_log_605b95c658fca','','','2021-03-24 12:40:54','2021-03-24 19:40:54','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_605b95c658fca/',0,'iwp_log','',0),(1329,7,'2021-03-25 10:58:11','2021-03-25 10:58:11','','iwp_log_605ccf7df23f0','','publish','closed','closed','','iwp_log_605ccf7df23f0','','','2021-03-25 10:58:11','2021-03-25 10:58:11','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_605ccf7df23f0/',0,'iwp_log','',0),(1330,7,'2021-03-25 11:09:12','2021-03-25 11:09:12','','iwp_log_605cd1db86906','','publish','closed','closed','','iwp_log_605cd1db86906','','','2021-03-25 11:09:12','2021-03-25 11:09:12','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_605cd1db86906/',0,'iwp_log','',0),(1331,7,'2021-04-01 22:04:34','2021-04-01 22:04:34','','iwp_log_6066a61dae7dd','','publish','closed','closed','','iwp_log_6066a61dae7dd','','','2021-04-01 22:04:34','2021-04-01 22:04:34','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6066a61dae7dd/',0,'iwp_log','',0),(1332,7,'2021-04-01 22:06:33','2021-04-01 22:06:33','','iwp_log_6066a69fd4dea','','publish','closed','closed','','iwp_log_6066a69fd4dea','','','2021-04-01 22:06:33','2021-04-01 22:06:33','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6066a69fd4dea/',0,'iwp_log','',0),(1333,7,'2021-04-01 22:06:33','2021-04-01 22:06:33','','iwp_log_6066a6aa70c8d','','publish','closed','closed','','iwp_log_6066a6aa70c8d','','','2021-04-01 22:06:33','2021-04-01 22:06:33','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6066a6aa70c8d/',0,'iwp_log','',0),(1335,7,'2021-04-07 00:44:22','2021-04-07 00:44:22','','iwp_log_606d63190eb78','','publish','closed','closed','','iwp_log_606d63190eb78','','','2021-04-07 00:44:22','2021-04-07 00:44:22','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_606d63190eb78/',0,'iwp_log','',0),(1336,7,'2021-04-07 00:44:22','2021-04-07 00:44:22','','iwp_log_606d632a8ef11','','publish','closed','closed','','iwp_log_606d632a8ef11','','','2021-04-07 00:44:22','2021-04-07 00:44:22','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_606d632a8ef11/',0,'iwp_log','',0),(1337,7,'2021-04-10 14:35:27','2021-04-10 14:35:27','','iwp_log_60721a3b41edd','','publish','closed','closed','','iwp_log_60721a3b41edd','','','2021-04-10 14:35:27','2021-04-10 14:35:27','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60721a3b41edd/',0,'iwp_log','',0),(1338,7,'2021-04-12 10:15:46','2021-04-12 10:15:46','','iwp_log_6074805b83d2d','','publish','closed','closed','','iwp_log_6074805b83d2d','','','2021-04-12 10:15:46','2021-04-12 10:15:46','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6074805b83d2d/',0,'iwp_log','',0),(1339,0,'2021-04-14 21:53:03','2021-04-15 04:53:03','','iwp_log_6077c6afa0cbd','','publish','closed','closed','','iwp_log_6077c6afa0cbd','','','2021-04-14 21:53:03','2021-04-15 04:53:03','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6077c6afa0cbd/',0,'iwp_log','',0),(1340,7,'2021-04-15 11:46:48','2021-04-15 11:46:48','','iwp_log_60788a2234ef7','','publish','closed','closed','','iwp_log_60788a2234ef7','','','2021-04-15 11:46:48','2021-04-15 11:46:48','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60788a2234ef7/',0,'iwp_log','',0),(1341,7,'2021-04-18 16:11:21','2021-04-18 16:11:21','','iwp_log_607cbcc45069a','','publish','closed','closed','','iwp_log_607cbcc45069a','','','2021-04-18 16:11:21','2021-04-18 16:11:21','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_607cbcc45069a/',0,'iwp_log','',0),(1342,7,'2021-04-18 16:14:45','2021-04-18 16:14:45','','iwp_log_607cbd9d96e0b','','publish','closed','closed','','iwp_log_607cbd9d96e0b','','','2021-04-18 16:14:45','2021-04-18 16:14:45','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_607cbd9d96e0b/',0,'iwp_log','',0),(1343,7,'2021-04-18 16:14:45','2021-04-18 16:14:45','','iwp_log_607cbda4c8d2e','','publish','closed','closed','','iwp_log_607cbda4c8d2e','','','2021-04-18 16:14:45','2021-04-18 16:14:45','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_607cbda4c8d2e/',0,'iwp_log','',0),(1344,7,'2021-04-28 11:02:25','2021-04-28 11:02:25','','iwp_log_6089a35354112','','publish','closed','closed','','iwp_log_6089a35354112','','','2021-04-28 11:02:25','2021-04-28 11:02:25','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6089a35354112/',0,'iwp_log','',0),(1345,7,'2021-04-28 11:12:48','2021-04-28 11:12:48','','iwp_log_6089a5c6dd2f5','','publish','closed','closed','','iwp_log_6089a5c6dd2f5','','','2021-04-28 11:12:48','2021-04-28 11:12:48','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6089a5c6dd2f5/',0,'iwp_log','',0),(1346,7,'2021-05-03 10:54:46','2021-05-03 10:54:46','','iwp_log_609038f1b65ad','','publish','closed','closed','','iwp_log_609038f1b65ad','','','2021-05-03 10:54:46','2021-05-03 10:54:46','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_609038f1b65ad/',0,'iwp_log','',0),(1347,0,'2021-05-10 11:37:57','2021-05-10 18:37:57','','iwp_log_60997d8523dba','','publish','closed','closed','','iwp_log_60997d8523dba','','','2021-05-10 11:37:57','2021-05-10 18:37:57','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60997d8523dba/',0,'iwp_log','',0),(1348,0,'2021-05-12 19:29:08','2021-05-13 02:29:08','','iwp_log_609c8ef4720ad','','publish','closed','closed','','iwp_log_609c8ef4720ad','','','2021-05-12 19:29:08','2021-05-13 02:29:08','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_609c8ef4720ad/',0,'iwp_log','',0),(1349,7,'2021-05-13 16:49:40','2021-05-13 16:49:40','','iwp_log_609dbb326368a','','publish','closed','closed','','iwp_log_609dbb326368a','','','2021-05-13 16:49:40','2021-05-13 16:49:40','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_609dbb326368a/',0,'iwp_log','',0),(1350,7,'2021-05-14 19:04:35','2021-05-14 19:04:35','','iwp_log_609f2c4ac40b2','','publish','closed','closed','','iwp_log_609f2c4ac40b2','','','2021-05-14 19:04:35','2021-05-14 19:04:35','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_609f2c4ac40b2/',0,'iwp_log','',0),(1351,7,'2021-05-18 11:19:10','2021-05-18 11:19:10','','iwp_log_60a4053a570d5','','publish','closed','closed','','iwp_log_60a4053a570d5','','','2021-05-18 11:19:10','2021-05-18 11:19:10','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60a4053a570d5/',0,'iwp_log','',0),(1352,7,'2021-05-18 11:19:10','2021-05-18 11:19:10','','iwp_log_60a405535e67b','','publish','closed','closed','','iwp_log_60a405535e67b','','','2021-05-18 11:19:10','2021-05-18 11:19:10','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60a405535e67b/',0,'iwp_log','',0),(1353,7,'2021-05-24 10:59:31','2021-05-24 10:59:31','','iwp_log_60abe99d31295','','publish','closed','closed','','iwp_log_60abe99d31295','','','2021-05-24 10:59:31','2021-05-24 10:59:31','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60abe99d31295/',0,'iwp_log','',0),(1354,7,'2021-06-01 18:28:28','2021-06-01 18:28:28','','iwp_log_60b6deeca444a','','publish','closed','closed','','iwp_log_60b6deeca444a','','','2021-06-01 18:28:28','2021-06-01 18:28:28','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60b6deeca444a/',0,'iwp_log','',0),(1355,7,'2021-06-07 12:18:40','2021-06-07 12:18:40','','iwp_log_60be711b747d3','','publish','closed','closed','','iwp_log_60be711b747d3','','','2021-06-07 12:18:40','2021-06-07 12:18:40','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60be711b747d3/',0,'iwp_log','',0),(1356,7,'2021-06-07 12:18:40','2021-06-07 12:18:40','','iwp_log_60be7128aa38c','','publish','closed','closed','','iwp_log_60be7128aa38c','','','2021-06-07 12:18:40','2021-06-07 12:18:40','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60be7128aa38c/',0,'iwp_log','',0),(1357,7,'2021-06-11 09:23:43','2021-06-11 09:23:43','','iwp_log_60c38e3a230fe','','publish','closed','closed','','iwp_log_60c38e3a230fe','','','2021-06-11 09:23:43','2021-06-11 09:23:43','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60c38e3a230fe/',0,'iwp_log','',0),(1358,7,'2021-06-11 09:39:57','2021-06-11 09:39:57','','iwp_log_60c3921a51ed4','','publish','closed','closed','','iwp_log_60c3921a51ed4','','','2021-06-11 09:39:57','2021-06-11 09:39:57','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60c3921a51ed4/',0,'iwp_log','',0),(1359,7,'2021-06-11 09:39:57','2021-06-11 09:39:57','','iwp_log_60c392213ad77','','publish','closed','closed','','iwp_log_60c392213ad77','','','2021-06-11 09:39:57','2021-06-11 09:39:57','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60c392213ad77/',0,'iwp_log','',0),(1361,7,'2021-06-20 17:25:16','2021-06-20 17:25:16','','iwp_log_60cfdc8616a98','','publish','closed','closed','','iwp_log_60cfdc8616a98','','','2021-06-20 17:25:16','2021-06-20 17:25:16','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60cfdc8616a98/',0,'iwp_log','',0),(1362,7,'2021-06-20 17:25:16','2021-06-20 17:25:16','','iwp_log_60cfdc9e1ae65','','publish','closed','closed','','iwp_log_60cfdc9e1ae65','','','2021-06-20 17:25:16','2021-06-20 17:25:16','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60cfdc9e1ae65/',0,'iwp_log','',0),(1363,7,'2021-06-20 17:28:54','2021-06-20 17:28:54','','iwp_log_60cfdd6b4b42c','','publish','closed','closed','','iwp_log_60cfdd6b4b42c','','','2021-06-20 17:28:54','2021-06-20 17:28:54','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60cfdd6b4b42c/',0,'iwp_log','',0),(1364,7,'2021-06-20 17:30:36','2021-06-20 17:30:36','','iwp_log_60cfdde3f1f23','','publish','closed','closed','','iwp_log_60cfdde3f1f23','','','2021-06-20 17:30:36','2021-06-20 17:30:36','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60cfdde3f1f23/',0,'iwp_log','',0),(1365,7,'2021-06-20 17:30:36','2021-06-20 17:30:36','','iwp_log_60cfddee01357','','publish','closed','closed','','iwp_log_60cfddee01357','','','2021-06-20 17:30:36','2021-06-20 17:30:36','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60cfddee01357/',0,'iwp_log','',0),(1366,7,'2021-07-02 16:39:41','2021-07-02 16:39:41','','iwp_log_60dfa3e25ea51','','publish','closed','closed','','iwp_log_60dfa3e25ea51','','','2021-07-02 16:39:41','2021-07-02 16:39:41','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60dfa3e25ea51/',0,'iwp_log','',0),(1367,7,'2021-07-07 09:20:56','2021-07-07 09:20:56','','iwp_log_60e5d47e5fafd','','publish','closed','closed','','iwp_log_60e5d47e5fafd','','','2021-07-07 09:20:56','2021-07-07 09:20:56','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60e5d47e5fafd/',0,'iwp_log','',0),(1368,7,'2021-07-14 16:30:21','2021-07-14 16:30:21','','iwp_log_60ef739d5392c','','publish','closed','closed','','iwp_log_60ef739d5392c','','','2021-07-14 16:30:21','2021-07-14 16:30:21','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60ef739d5392c/',0,'iwp_log','',0),(1369,7,'2021-07-14 16:33:09','2021-07-14 16:33:09','','iwp_log_60ef745886f57','','publish','closed','closed','','iwp_log_60ef745886f57','','','2021-07-14 16:33:09','2021-07-14 16:33:09','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60ef745886f57/',0,'iwp_log','',0),(1370,7,'2021-07-15 11:38:55','2021-07-15 11:38:55','','iwp_log_60f080c8251c5','','publish','closed','closed','','iwp_log_60f080c8251c5','','','2021-07-15 11:38:55','2021-07-15 11:38:55','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f080c8251c5/',0,'iwp_log','',0),(1371,7,'2021-07-19 10:43:52','2021-07-19 10:43:52','','iwp_log_60f5b9ebe3681','','publish','closed','closed','','iwp_log_60f5b9ebe3681','','','2021-07-19 10:43:52','2021-07-19 10:43:52','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f5b9ebe3681/',0,'iwp_log','',0),(1372,7,'2021-07-19 10:43:52','2021-07-19 10:43:52','','iwp_log_60f5b9f1e2b11','','publish','closed','closed','','iwp_log_60f5b9f1e2b11','','','2021-07-19 10:43:52','2021-07-19 10:43:52','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f5b9f1e2b11/',0,'iwp_log','',0),(1374,7,'2021-07-20 12:23:45','2021-07-20 12:23:45','','iwp_log_60f72301bf746','','publish','closed','closed','','iwp_log_60f72301bf746','','','2021-07-20 12:23:45','2021-07-20 12:23:45','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f72301bf746/',0,'iwp_log','',0),(1375,7,'2021-07-20 12:29:59','2021-07-20 12:29:59','','iwp_log_60f7244c63e83','','publish','closed','closed','','iwp_log_60f7244c63e83','','','2021-07-20 12:29:59','2021-07-20 12:29:59','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f7244c63e83/',0,'iwp_log','',0),(1376,7,'2021-07-22 13:07:32','2021-07-22 13:07:32','','iwp_log_60f9d02362f09','','publish','closed','closed','','iwp_log_60f9d02362f09','','','2021-07-22 13:07:32','2021-07-22 13:07:32','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f9d02362f09/',0,'iwp_log','',0),(1377,7,'2021-07-22 13:07:32','2021-07-22 13:07:32','','iwp_log_60f9d036d261a','','publish','closed','closed','','iwp_log_60f9d036d261a','','','2021-07-22 13:07:32','2021-07-22 13:07:32','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f9d036d261a/',0,'iwp_log','',0),(1378,7,'2021-07-22 13:11:50','2021-07-22 13:11:50','','iwp_log_60f9d12102cb9','','publish','closed','closed','','iwp_log_60f9d12102cb9','','','2021-07-22 13:11:50','2021-07-22 13:11:50','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f9d12102cb9/',0,'iwp_log','',0),(1379,7,'2021-07-22 13:11:50','2021-07-22 13:11:50','','iwp_log_60f9d12b27a73','','publish','closed','closed','','iwp_log_60f9d12b27a73','','','2021-07-22 13:11:50','2021-07-22 13:11:50','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60f9d12b27a73/',0,'iwp_log','',0),(1380,7,'2021-07-26 09:42:19','2021-07-26 09:42:19','','iwp_log_60fee601b3809','','publish','closed','closed','','iwp_log_60fee601b3809','','','2021-07-26 09:42:19','2021-07-26 09:42:19','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_60fee601b3809/',0,'iwp_log','',0),(1381,7,'2021-07-28 11:15:51','2021-07-28 11:15:51','','iwp_log_61019efd8e9d1','','publish','closed','closed','','iwp_log_61019efd8e9d1','','','2021-07-28 11:15:51','2021-07-28 11:15:51','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_61019efd8e9d1/',0,'iwp_log','',0),(1382,7,'2021-08-16 12:19:56','2021-08-16 12:19:56','','iwp_log_611aba7b74ffc','','publish','closed','closed','','iwp_log_611aba7b74ffc','','','2021-08-16 12:19:56','2021-08-16 12:19:56','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_611aba7b74ffc/',0,'iwp_log','',0),(1383,0,'2021-08-16 12:20:32','2021-08-16 19:20:32','','iwp_log_611aba80b4516','','publish','closed','closed','','iwp_log_611aba80b4516','','','2021-08-16 12:20:32','2021-08-16 19:20:32','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_611aba80b4516/',0,'iwp_log','',0),(1384,7,'2021-08-16 12:19:56','2021-08-16 12:19:56','','iwp_log_611abab46e268','','publish','closed','closed','','iwp_log_611abab46e268','','','2021-08-16 12:19:56','2021-08-16 12:19:56','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_611abab46e268/',0,'iwp_log','',0),(1385,7,'2021-08-16 12:19:56','2021-08-16 12:19:56','','iwp_log_611abb5b1b8cd','','publish','closed','closed','','iwp_log_611abb5b1b8cd','','','2021-08-16 12:19:56','2021-08-16 12:19:56','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_611abb5b1b8cd/',0,'iwp_log','',0),(1386,7,'2021-08-19 11:50:34','2021-08-19 11:50:34','','iwp_log_611ea81057adf','','publish','closed','closed','','iwp_log_611ea81057adf','','','2021-08-19 11:50:34','2021-08-19 11:50:34','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_611ea81057adf/',0,'iwp_log','',0),(1387,7,'2021-08-23 17:48:55','2021-08-23 17:48:55','','iwp_log_6124420d3dfd4','','publish','closed','closed','','iwp_log_6124420d3dfd4','','','2021-08-23 17:48:55','2021-08-23 17:48:55','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_6124420d3dfd4/',0,'iwp_log','',0),(1388,7,'2021-08-24 11:43:31','2021-08-24 11:43:31','','iwp_log_61253de693218','','publish','closed','closed','','iwp_log_61253de693218','','','2021-08-24 11:43:31','2021-08-24 11:43:31','',0,'http://providentprofessionalservices.com/wordpress1iwp_log/iwp_log_61253de693218/',0,'iwp_log','',0),(1389,7,'2021-08-27 18:16:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-08-27 18:16:26','0000-00-00 00:00:00','',0,'http://providentprofessionalservices.com/?p=1389',0,'post','',0); INSERT INTO `wp_posts` VALUES (1390,7,'2021-08-27 18:28:58','2021-08-28 01:28:58','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=vqEERHymwWI\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n<p style=\"text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n<p style=\"text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n<p style=\"text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</p>\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n<p style=\"text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</p>\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>\n[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Let\'s Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"true\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n\nState Tax\nIncome Tax\nCharitable Contributions\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\n\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\nOn-site Service to Southern California Communities\n\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_5\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\" type=\"3_5\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\n\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\n\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\n\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\n\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\n\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_5\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\n[/fusion_text][fusion_global id=\"1092\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','','','inherit','closed','closed','','2-autosave-v1','','','2021-08-27 18:28:58','2021-08-28 01:28:58','',2,'http://providentprofessionalservices.com/wordpress1?p=1390',0,'revision','',0),(1391,7,'2021-08-27 18:29:08','2021-08-28 01:29:08','[fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=vqEERHymwWI\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 1: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=9RuW3-9jE-I\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 2: How a Lexus Commercial Led to a Fulfilling Business and Personal Relationship</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_position=\"all\" first=\"true\" spacing_right=\"\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7RBEqzmUiTk\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 1: How Dilworth Construction Transformed Its Vision of the Future</p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_2\" layout=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" dimension_margin=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"false\" type=\"1_2\"][fusion_youtube id=\"https://www.youtube.com/watch?v=7V5JZcpbiCA\" alignment=\"center\" width=\"\" height=\"\" autoplay=\"false\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" css_id=\"\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" font_size=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" line_height=\"\" letter_spacing=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: center;\">Part 2: How Dilworth Construction Transformed Its Vision of the Future</p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center; font-size: 22px;\">Everything we do is directed to making a difference that matters to the people we serve.</h2>\r\n[/fusion_text][fusion_button link=\"/contact-us/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" border_radius=\"\"]Let\'s Get Started[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"bounce\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"true\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-pen-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Income Taxes\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/precision-handcrafted-income-tax-returns/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\nAll Income Tax Services Provided Personally in California by Qualified, Bonded Income Tax Professional (CRTP)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" spacing_right=\"\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Business Valuations\" backgroundcolor=\"\" icon=\"fa-chart-line fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"/business-valuations/\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nState Tax\r\nIncome Tax\r\nCharitable Contributions\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#808003\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_left=\"10px\" border_radius_bottom_right=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10px\" padding_right=\"10px\" padding_bottom=\"10px\" padding_left=\"10px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"1\" border_sizes_bottom=\"1\" border_sizes_left=\"1\" border_sizes_right=\"1\" first=\"false\" type=\"1_3\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"\" heading_size=\"2\" title_color=\"#808003\" body_color=\"\" backgroundcolor=\"\" icon=\"fa-calculator fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#808003\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"40\" icon_hover_type=\"\" hover_accent_color=\"rgba(128,128,3,0.66)\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.3\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Bookkeeping Services\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"https://www.providentbookkeeping.com/\" linktext=\"Read More\" link_target=\"_blank\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nImprove Your Business Profitability and Cash Flow Through Superior Management Information\r\nOn-site Service to Southern California Communities\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\" type=\"1_5\"][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"\" type=\"3_5\"][fusion_testimonials design=\"classic\" navigation=\"no\" speed=\"9000\" backgroundcolor=\"rgba(128,128,3,0.52)\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"Kristen Small\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI truly appreciate all of the care and attention that went into my tax documentation and filing, as well a the thorough and patient a.nswers to my many, many questions\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Deborah Wachter\" avatar=\"female\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nProvident has provided a comprehensive and positive accounting and tax experience, and I will highly recommend them.\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Gary Giuliano\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nTom\'s expertise is the peace of mind I\'m looking for in a tax preparer!\r\n\r\n[/fusion_testimonial][fusion_testimonial name=\"Tom C. Brown\" avatar=\"male\" image=\"\" image_id=\"\" image_border_radius=\"\" company=\"\" link=\"\" target=\"_self\"]\r\n\r\nI feel that your prepare the data right and answer questions to the IRS before they question it. Very proactive with the donations I have had over the years.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" type=\"1_5\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<h2 style=\"text-align: center;\">Our Core Values And Beliefs</h2>\r\n[/fusion_text][fusion_global id=\"1092\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" type=\"1_1\"][fusion_recent_posts layout=\"default\" picture_size=\"fixed\" hover_type=\"none\" columns=\"3\" number_posts=\"3\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" meta_author=\"no\" meta_categories=\"no\" meta_date=\"yes\" meta_comments=\"yes\" meta_tags=\"no\" content_alignment=\"\" excerpt=\"yes\" excerpt_length=\"35\" strip_html=\"yes\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','inherit','closed','closed','','2-revision-v1','','','2021-08-27 18:29:08','2021-08-28 01:29:08','',2,'http://providentprofessionalservices.com/wordpress1?p=1391',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_404` -- DROP TABLE IF EXISTS `wp_redirection_404`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_redirection_404` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `created` datetime NOT NULL, `url` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `domain` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `agent` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `referrer` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `http_code` int(11) unsigned NOT NULL DEFAULT '0', `request_method` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `request_data` mediumtext COLLATE utf8mb4_unicode_ci, `ip` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `created` (`created`), KEY `referrer` (`referrer`(191)), KEY `ip` (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_redirection_404` -- LOCK TABLES `wp_redirection_404` WRITE; /*!40000 ALTER TABLE `wp_redirection_404` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_redirection_404` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_groups` -- DROP TABLE IF EXISTS `wp_redirection_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_redirection_groups` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `tracking` int(11) NOT NULL DEFAULT '1', `module_id` int(11) unsigned NOT NULL DEFAULT '0', `status` enum('enabled','disabled') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enabled', `position` int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `module_id` (`module_id`), KEY `status` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_redirection_groups` -- LOCK TABLES `wp_redirection_groups` WRITE; /*!40000 ALTER TABLE `wp_redirection_groups` DISABLE KEYS */; INSERT INTO `wp_redirection_groups` VALUES (1,'Redirections',1,1,'enabled',0),(2,'Modified Posts',1,1,'enabled',1); /*!40000 ALTER TABLE `wp_redirection_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_items` -- DROP TABLE IF EXISTS `wp_redirection_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_redirection_items` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `url` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `match_url` varchar(2000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `match_data` text COLLATE utf8mb4_unicode_ci, `regex` int(11) unsigned NOT NULL DEFAULT '0', `position` int(11) unsigned NOT NULL DEFAULT '0', `last_count` int(10) unsigned NOT NULL DEFAULT '0', `last_access` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `group_id` int(11) NOT NULL DEFAULT '0', `status` enum('enabled','disabled') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enabled', `action_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `action_code` int(11) unsigned NOT NULL, `action_data` mediumtext COLLATE utf8mb4_unicode_ci, `match_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `title` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `url` (`url`(191)), KEY `status` (`status`), KEY `regex` (`regex`), KEY `group_idpos` (`group_id`,`position`), KEY `group` (`group_id`), KEY `match_url` (`match_url`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_redirection_items` -- LOCK TABLES `wp_redirection_items` WRITE; /*!40000 ALTER TABLE `wp_redirection_items` DISABLE KEYS */; INSERT INTO `wp_redirection_items` VALUES (1,'/index.php/business-tax-preparation-checklist/','/index.php/business-tax-preparation-checklist',NULL,0,0,0,'0000-00-00 00:00:00',1,'enabled','url',301,'/2019/03/10/business-tax-preparation-checklist/','url',''),(2,'/index.php/contact/','/index.php/contact',NULL,0,1,0,'0000-00-00 00:00:00',1,'enabled','url',301,'/contact-us/','url',''); /*!40000 ALTER TABLE `wp_redirection_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_logs` -- DROP TABLE IF EXISTS `wp_redirection_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_redirection_logs` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `created` datetime NOT NULL, `url` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `domain` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sent_to` mediumtext COLLATE utf8mb4_unicode_ci, `agent` mediumtext COLLATE utf8mb4_unicode_ci, `referrer` mediumtext COLLATE utf8mb4_unicode_ci, `http_code` int(11) unsigned NOT NULL DEFAULT '0', `request_method` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `request_data` mediumtext COLLATE utf8mb4_unicode_ci, `redirect_by` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `redirection_id` int(11) unsigned DEFAULT NULL, `ip` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `created` (`created`), KEY `redirection_id` (`redirection_id`), KEY `ip` (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_redirection_logs` -- LOCK TABLES `wp_redirection_logs` WRITE; /*!40000 ALTER TABLE `wp_redirection_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_redirection_logs` 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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (10,2,0),(14,3,0),(14,4,0),(14,5,0),(14,6,0),(17,2,0),(22,2,0),(37,2,0),(38,2,0),(42,2,0),(50,2,0),(54,2,0),(103,17,0),(147,2,0),(169,2,0),(173,2,0),(176,2,0),(177,2,0),(188,2,0),(189,7,0),(189,8,0),(203,2,0),(264,4,0),(264,5,0),(264,11,0),(288,11,0),(288,12,0),(293,13,0),(293,14,0),(299,19,0),(323,4,0),(323,5,0),(323,15,0),(392,16,0),(393,18,0),(394,20,0),(771,21,0),(940,22,0),(1012,23,0),(1092,23,0),(1259,2,0),(1260,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=InnoDB AUTO_INCREMENT=24 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,17),(3,3,'category','',0,1),(4,4,'category','',0,3),(5,5,'category','',0,3),(6,6,'category','',0,1),(7,7,'category','',0,1),(8,8,'category','',0,1),(9,9,'category','',0,0),(10,10,'post_tag','',0,0),(11,11,'category','',0,2),(12,12,'category','',0,1),(13,13,'category','',0,1),(14,14,'category','',0,1),(15,15,'category','',0,1),(16,16,'slide-page','',0,1),(17,17,'slide-page','',0,1),(18,18,'slide-page','',0,1),(19,19,'slide-page','',0,1),(20,20,'slide-page','',0,1),(21,21,'slide-page','',0,1),(22,22,'slide-page','',0,1),(23,23,'element_category','',0,2); /*!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=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; INSERT INTO `wp_termmeta` VALUES (1,17,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:20:\"slider_content_width\";s:0:\"\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(2,21,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(3,16,'fusion_slider_options','a:21:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"900px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:20:\"slider_content_width\";s:0:\"\";s:16:\"slider_indicator\";s:0:\"\";s:22:\"slider_indicator_color\";s:0:\"\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(4,22,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:20:\"slider_content_width\";s:0:\"\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";}'),(5,20,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:20:\"slider_content_width\";s:0:\"\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(6,19,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:20:\"slider_content_width\";s:0:\"\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(7,18,'fusion_slider_options','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:20:\"slider_content_width\";s:0:\"\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(8,16,'_fusion','a:18:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"900px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(9,1,'_fusion','a:0:{}'),(10,3,'_fusion','a:0:{}'),(11,4,'_fusion','a:0:{}'),(12,6,'_fusion','a:0:{}'),(13,15,'_fusion','a:0:{}'),(14,7,'_fusion','a:0:{}'),(15,8,'_fusion','a:0:{}'),(16,13,'_fusion','a:0:{}'),(17,5,'_fusion','a:0:{}'),(18,12,'_fusion','a:0:{}'),(19,14,'_fusion','a:0:{}'),(20,11,'_fusion','a:0:{}'),(21,18,'_fusion','a:16:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"400px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"0\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:13:\"nav_box_width\";s:4:\"63px\";s:14:\"nav_box_height\";s:4:\"63px\";s:14:\"nav_arrow_size\";s:4:\"25px\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}'),(22,2,'_fusion','a:0:{}'),(23,392,'_fusion','a:0:{}'),(24,142,'_fusion','a:0:{}'),(25,391,'_fusion','a:0:{}'),(26,23,'_fusion','a:0:{}'); /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = 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=InnoDB AUTO_INCREMENT=24 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','main',0),(3,'Business Valuation','business-valuation',0),(4,'Business Practices','business-practices',0),(5,'Business Management','business-management',0),(6,'Why Businesses Fail','why-businesses-fail',0),(7,'Tax Glossary','tax-glossary',0),(8,'Tax Terms','tax-terms',0),(9,'Superior Client Experience','superior-client-experience',0),(10,'Superior Client Experience','superior-client-experience',0),(11,'Business Tax Preparation','business-tax-preparation',0),(12,'Personal Tax Prep','personal-tax-prep',0),(13,'Quickbooks','quickbooks',0),(14,'Quickbooks Training','quickbooks-training',0),(15,'Financial Independence','financial-independence',0),(16,'Law Home','law-home',0),(17,'Law Careers','law-who-we-are',0),(18,'Law Who We Are','law-who-we-are-2',0),(19,'Law Where We Work','law-where-we-work',0),(20,'Law What We Do','law-what-we-do',0),(21,'Law Contact Us','law-contact',0),(22,'Law News','law-news',0),(23,'elements','elements',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=InnoDB AUTO_INCREMENT=338 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 (85,4,'nickname','Tom Kalajian'),(86,4,'first_name','Tom'),(87,4,'last_name','Kalajian'),(88,4,'description',''),(89,4,'rich_editing','true'),(90,4,'syntax_highlighting','true'),(91,4,'comment_shortcuts','false'),(92,4,'admin_color','fresh'),(93,4,'use_ssl','0'),(94,4,'show_admin_bar_front','true'),(95,4,'locale',''),(96,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(97,4,'wp_user_level','10'),(98,4,'_yoast_wpseo_profile_updated','1559863839'),(99,4,'dismissed_wp_pointers','wp496_privacy'),(115,5,'nickname','admin'),(116,5,'first_name','admin'),(117,5,'last_name',''),(118,5,'description',''),(119,5,'rich_editing','true'),(120,5,'syntax_highlighting','true'),(121,5,'comment_shortcuts','false'),(122,5,'admin_color','fresh'),(123,5,'use_ssl','0'),(124,5,'show_admin_bar_front','true'),(125,5,'locale',''),(126,5,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(127,5,'wp_user_level','10'),(128,5,'_yoast_wpseo_profile_updated','1604333470'),(129,5,'dismissed_wp_pointers',''),(145,4,'wpseo_title',''),(146,4,'wpseo_metadesc',''),(147,4,'wpseo_noindex_author',''),(148,4,'wpseo_content_analysis_disable',''),(149,4,'wpseo_keyword_analysis_disable',''),(150,4,'facebook',''),(151,4,'instagram',''),(152,4,'linkedin',''),(153,4,'myspace',''),(154,4,'pinterest',''),(155,4,'soundcloud',''),(156,4,'tumblr',''),(157,4,'twitter',''),(158,4,'youtube',''),(159,4,'wikipedia',''),(160,4,'author_email',''),(161,4,'author_facebook',''),(162,4,'author_twitter',''),(163,4,'author_linkedin',''),(164,4,'author_dribble',''),(165,4,'author_gplus',''),(166,4,'author_whatsapp',''),(167,4,'author_custom',''),(181,4,'session_tokens','a:1:{s:64:\"e8c4028c75a63ce1800af7698faa40cfe5b03ac986a17db2418a6852278d4320\";a:4:{s:10:\"expiration\";i:1602693507;s:2:\"ip\";s:12:\"99.87.196.94\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:5:\"login\";i:1602520707;}}'),(182,4,'wfls-last-login','1602520707'),(183,4,'wp_dashboard_quick_press_last_post_id','1240'),(184,4,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:386:\"<strong>New in Yoast SEO 15.0: </strong>Arabic readability analysis and all settings are now in the Yoast sidebar for the block editor. <a href=\"https://yoa.st/yoast15-0?php_version=7.2&platform=wordpress&platform_version=5.5.1&software=free&software_version=15.0&days_active=30plus&user_language=en_US\" target=\"_blank\">Read all about version 15.0 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"4\";s:10:\"user_login\";s:12:\"Tom Kalajian\";s:9:\"user_pass\";s:34:\"$P$ByV5Fv60/b.i1MiG34u1sX4x5tlx0F/\";s:13:\"user_nicename\";s:12:\"tom-kalajian\";s:10:\"user_email\";s:37:\"Tom@ProvidentProfessionalServices.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-04-04 01:29:37\";s:19:\"user_activation_key\";s:45:\"1554341378:$P$B0s8FM5Kb3dG.G1eIYhg2SdHqvGHD5/\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:12:\"Tom Kalajian\";}s:2:\"ID\";i:4;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:66:{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:20:\"wpseo_manage_options\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:4:\"15.0\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(185,4,'community-events-location','a:1:{s:2:\"ip\";s:11:\"99.87.196.0\";}'),(186,6,'nickname','wppfsadm'),(187,6,'first_name','Ken'),(188,6,'last_name','Munroe'),(189,6,'description',''),(190,6,'rich_editing','true'),(191,6,'syntax_highlighting','true'),(192,6,'comment_shortcuts','false'),(193,6,'admin_color','fresh'),(194,6,'use_ssl','0'),(195,6,'show_admin_bar_front','false'),(196,6,'locale',''),(197,6,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(198,6,'wp_user_level','10'),(199,6,'_yoast_wpseo_profile_updated','1604010079'),(200,6,'dismissed_wp_pointers','theme_editor_notice'),(204,6,'wfls-last-login','1604009569'),(205,6,'wp_dashboard_quick_press_last_post_id','1271'),(206,6,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:367:\"<strong>New in Yoast SEO 15.2: </strong>You’re now able to optimize URLs for more visibility when shared on Slack! <a href=\"https://yoa.st/yoast15-2?php_version=7.2&platform=wordpress&platform_version=5.5.3&software=free&software_version=15.2&days_active=30plus&user_language=en_US\" target=\"_blank\">Read all about version 15.2 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"6\";s:10:\"user_login\";s:8:\"wppfsadm\";s:9:\"user_pass\";s:34:\"$P$BvzRN7eRuivOSLm.TKwS6SJzXOEYYY.\";s:13:\"user_nicename\";s:8:\"wppfsadm\";s:10:\"user_email\";s:23:\"webmaster@kenmunroe.com\";s:8:\"user_url\";s:24:\"http://www.kenmunroe.com\";s:15:\"user_registered\";s:19:\"2020-10-12 16:41:14\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"Ken Munroe\";}s:2:\"ID\";i:6;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:66:{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:20:\"wpseo_manage_options\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:4:\"15.2\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(207,6,'community-events-location','a:1:{s:2:\"ip\";s:11:\"99.87.196.0\";}'),(208,6,'wp_user-settings','editor=html'),(209,6,'wp_user-settings-time','1603146964'),(210,6,'nav_menu_recently_edited','2'),(211,6,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(212,6,'metaboxhidden_nav-menus','a:11:{i:0;s:29:\"add-post-type-avada_portfolio\";i:1;s:23:\"add-post-type-avada_faq\";i:2;s:33:\"add-post-type-themefusion_elastic\";i:3;s:19:\"add-post-type-slide\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:22:\"add-portfolio_category\";i:7;s:20:\"add-portfolio_skills\";i:8;s:18:\"add-portfolio_tags\";i:9;s:16:\"add-faq_category\";i:10;s:25:\"add-themefusion_es_groups\";}'),(219,6,'wpseo_title',''),(220,6,'wpseo_metadesc',''),(221,6,'wpseo_noindex_author',''),(222,6,'wpseo_content_analysis_disable',''),(223,6,'wpseo_keyword_analysis_disable',''),(224,6,'facebook',''),(225,6,'instagram',''),(226,6,'linkedin',''),(227,6,'myspace',''),(228,6,'pinterest',''),(229,6,'soundcloud',''),(230,6,'tumblr',''),(231,6,'twitter',''),(232,6,'youtube',''),(233,6,'wikipedia',''),(234,6,'author_email',''),(235,6,'author_facebook',''),(236,6,'author_twitter',''),(237,6,'author_linkedin',''),(238,6,'author_dribble',''),(239,6,'author_whatsapp',''),(240,6,'author_custom',''),(241,5,'wpseo_title',''),(242,5,'wpseo_metadesc',''),(243,5,'wpseo_noindex_author',''),(244,5,'wpseo_content_analysis_disable',''),(245,5,'wpseo_keyword_analysis_disable',''),(246,5,'facebook',''),(247,5,'instagram',''),(248,5,'linkedin',''),(249,5,'myspace',''),(250,5,'pinterest',''),(251,5,'soundcloud',''),(252,5,'tumblr',''),(253,5,'twitter',''),(254,5,'youtube',''),(255,5,'wikipedia',''),(256,5,'author_email',''),(257,5,'author_facebook',''),(258,5,'author_twitter',''),(259,5,'author_linkedin',''),(260,5,'author_dribble',''),(261,5,'author_whatsapp',''),(262,5,'author_custom',''),(265,5,'wfls-last-login','1604343911'),(266,5,'wp_dashboard_quick_press_last_post_id','1274'),(267,5,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:369:\"<strong>New in Yoast SEO 15.2: </strong>You’re now able to optimize URLs for more visibility when shared on Slack! <a href=\"https://yoa.st/yoast15-2?php_version=7.2&platform=wordpress&platform_version=5.5.3&software=free&software_version=15.2.1&days_active=30plus&user_language=en_US\" target=\"_blank\">Read all about version 15.2 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"5\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$BTGi/od6X3bfqitEOXXSWeLyvFJH4X.\";s:13:\"user_nicename\";s:5:\"admin\";s:10:\"user_email\";s:16:\"info@example.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2019-05-15 05:07:14\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"admin\";}s:2:\"ID\";i:5;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:66:{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:20:\"wpseo_manage_options\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:6:\"15.2.1\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(268,5,'community-events-location','a:1:{s:2:\"ip\";s:12:\"67.187.160.0\";}'),(269,7,'nickname','mtruglio'),(270,7,'first_name','Meagan'),(271,7,'last_name','Truglio'),(272,7,'description',''),(273,7,'rich_editing','true'),(274,7,'syntax_highlighting','true'),(275,7,'comment_shortcuts','false'),(276,7,'admin_color','fresh'),(277,7,'use_ssl','0'),(278,7,'show_admin_bar_front','true'),(279,7,'locale',''),(280,7,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(281,7,'wp_user_level','10'),(282,7,'_yoast_wpseo_profile_updated','1604343946'),(283,7,'dismissed_wp_pointers',''),(284,7,'facebook',''),(285,7,'instagram',''),(286,7,'linkedin',''),(287,7,'myspace',''),(288,7,'pinterest',''),(289,7,'soundcloud',''),(290,7,'tumblr',''),(291,7,'twitter',''),(292,7,'youtube',''),(293,7,'wikipedia',''),(294,7,'author_email',''),(295,7,'author_facebook',''),(296,7,'author_twitter',''),(297,7,'author_linkedin',''),(298,7,'author_dribble',''),(299,7,'author_whatsapp',''),(300,7,'author_custom',''),(301,8,'nickname','mraymond'),(302,8,'first_name','Mark'),(303,8,'last_name','Raymond'),(304,8,'description',''),(305,8,'rich_editing','true'),(306,8,'syntax_highlighting','true'),(307,8,'comment_shortcuts','false'),(308,8,'admin_color','fresh'),(309,8,'use_ssl','0'),(310,8,'show_admin_bar_front','true'),(311,8,'locale',''),(312,8,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(313,8,'wp_user_level','10'),(314,8,'_yoast_wpseo_profile_updated','1604343981'),(315,8,'dismissed_wp_pointers',''),(316,8,'facebook',''),(317,8,'instagram',''),(318,8,'linkedin',''),(319,8,'myspace',''),(320,8,'pinterest',''),(321,8,'soundcloud',''),(322,8,'tumblr',''),(323,8,'twitter',''),(324,8,'youtube',''),(325,8,'wikipedia',''),(326,8,'author_email',''),(327,8,'author_facebook',''),(328,8,'author_twitter',''),(329,8,'author_linkedin',''),(330,8,'author_dribble',''),(331,8,'author_whatsapp',''),(332,8,'author_custom',''),(333,7,'last_login_time','2021-08-25 09:05:16'),(334,7,'session_tokens','a:2:{s:64:\"0d5feadc209bf2d6590249dc2d5465f0091d94537b7846adacd614e68a38066e\";a:4:{s:10:\"expiration\";i:1630286179;s:2:\"ip\";s:14:\"67.187.160.181\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\";s:5:\"login\";i:1630113379;}s:64:\"2a7655e6d0c2f4ae04da7a45a6adc1b87c7c815f585ef7536500e68c47d6b5a5\";a:4:{s:10:\"expiration\";i:1630286706;s:2:\"ip\";s:14:\"67.187.160.181\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\";s:5:\"login\";i:1630113906;}}'),(335,7,'wp_dashboard_quick_press_last_post_id','1389'),(336,7,'community-events-location','a:1:{s:2:\"ip\";s:12:\"67.187.160.0\";}'),(337,7,'default_password_nag',''); /*!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=InnoDB AUTO_INCREMENT=9 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 (4,'Tom Kalajian','$P$ByV5Fv60/b.i1MiG34u1sX4x5tlx0F/','tom-kalajian','Tom@ProvidentProfessionalServices.com','','2019-04-04 01:29:37','1554341378:$P$B0s8FM5Kb3dG.G1eIYhg2SdHqvGHD5/',0,'Tom Kalajian'),(5,'admin','$P$BTGi/od6X3bfqitEOXXSWeLyvFJH4X.','admin','info@example.com','','2019-05-15 05:07:14','',0,'admin'),(6,'wppfsadm','$P$BvzRN7eRuivOSLm.TKwS6SJzXOEYYY.','wppfsadm','webmaster@kenmunroe.com','http://www.kenmunroe.com','2020-10-12 16:41:14','',0,'Ken Munroe'),(7,'mtruglio','$P$BymNowy/UrUjDJp1DUr3dMhnxMbEeb.','mtruglio','mtruglio@luminys.com','http://www.luminys.com','2020-11-02 19:05:46','',0,'Meagan Truglio'),(8,'mraymond','$P$B50Px83wX.eVYFQsmNR/S/aznLIn3O.','mraymond','mraymond@luminys.com','http://www.luminys.com','2020-11-02 19:06:21','1604343982:$P$BhqomHyHR2IGGZOExvgNk.Z4CnybGO/',0,'Mark Raymond'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02c54ad_2' -- /*!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-08-27 21:57:20