-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: ndd6915_m9tymdz
-- ------------------------------------------------------
-- Server version 	5.5.5-10.3.35-MariaDB-log
-- Date: Thu, 07 Jul 2022 13:52:55 +0000

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

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

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=356 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 (3,1,'2022-02-23 19:31:11','2022-02-23 19:31:11','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://naplesirrigation.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2022-02-23 19:31:11','2022-02-23 19:31:11','',0,'https://naplesirrigation.com/?page_id=3',0,'page','',0),(4,0,'2022-02-23 19:31:12','2022-02-23 19:31:12','<p>This site has been created with the help of many different people and companies.</p><p>In particular, a special thanks goes to the following for content running on this site:</p>\n			<style>\n				.attributed{height:250px;overflow:hidden;}\n				.attributed img{max-height:180px;}\n			</style>\n			<div class=\"row\">\n		<div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <img src=\'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc-150x150.jpg\' /><br /><strong>Author</strong>: <em>Unknown</em><br /><strong>License</strong>: <em>Unknown license</em> </div><div class=\"col-xs-12 col-sm-3 col-md-3 col-lg-3 attributed\"> <img src=\'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l-150x150.jpg\' /><br /><strong>Author</strong>: <em>Unknown</em><br /><strong>License</strong>: <em>Unknown license</em> </div></div><hr /><p style=\"clear:both\">In addition, this  site was built on a powerful, Inspirations based web builder called <a href=\"http://www.boldgrid.com\" target=\"_blank\" rel=\"noopener\">BoldGrid</a>. It is running on <a href=\"http://wordpress.org\" target=\"_blank\" rel=\"noopener\">WordPress</a>, the most popular content management software online today. Web hosting support is provided by <a href=\"https://www.inmotionhosting.com/\">InMotion Hosting</a>.</p>','Attribution','','publish','closed','closed','','attribution','','','2022-07-07 11:22:14','2022-07-07 11:22:14','',0,'https://naplesirrigation.com/attribution/',0,'bg_attribution','',0),(5,0,'2022-02-23 19:31:20','2022-02-23 19:31:20','','Facebook','Facebook','publish','closed','closed','','facebook','','','2022-02-23 19:31:20','2022-02-23 19:31:20','',0,'https://naplesirrigation.com/2022/02/23/facebook/',0,'nav_menu_item','',0),(6,0,'2022-02-23 19:31:21','2022-02-23 19:31:21','','Twitter','Twitter','publish','closed','closed','','twitter','','','2022-02-23 19:31:21','2022-02-23 19:31:21','',0,'https://naplesirrigation.com/2022/02/23/twitter/',2,'nav_menu_item','',0),(7,0,'2022-02-23 19:31:21','2022-02-23 19:31:21','','Google Plus','Google Plus','publish','closed','closed','','google-plus','','','2022-02-23 19:31:21','2022-02-23 19:31:21','',0,'https://naplesirrigation.com/2022/02/23/google-plus/',3,'nav_menu_item','',0),(8,0,'2022-02-23 19:31:21','2022-02-23 19:31:21','','LinkedIn','LinkedIn','publish','closed','closed','','linkedin','','','2022-02-23 19:31:21','2022-02-23 19:31:21','',0,'https://naplesirrigation.com/2022/02/23/linkedin/',4,'nav_menu_item','',0),(9,0,'2022-02-23 19:31:21','2022-02-23 19:31:21','','Youtube','Youtube','publish','closed','closed','','youtube','','','2022-02-23 19:31:21','2022-02-23 19:31:21','',0,'https://naplesirrigation.com/2022/02/23/youtube/',5,'nav_menu_item','',0),(11,1,'2022-02-23 19:50:54','2022-02-23 19:50:54','','facebook','','publish','closed','closed','','facebook-2','','','2022-02-23 19:50:54','2022-02-23 19:50:54','',0,'https://naplesirrigation.com/facebook-2/',0,'nav_menu_item','',0),(12,1,'2022-02-23 19:50:54','2022-02-23 19:50:54','','twitter','','publish','closed','closed','','twitter-2','','','2022-02-23 19:50:54','2022-02-23 19:50:54','',0,'https://naplesirrigation.com/twitter-2/',2,'nav_menu_item','',0),(13,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','','Contact Form','','publish','closed','closed','','contact-form','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',0,'https://naplesirrigation.com/?p=13',0,'wpuf_contact_form','',0),(14,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:20:{s:8:\"template\";s:10:\"name_field\";s:4:\"name\";s:4:\"name\";s:5:\"label\";s:4:\"Name\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:6:\"inline\";s:3:\"yes\";s:9:\"hide_subs\";b:0;}','','','publish','closed','closed','','14','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',13,'https://naplesirrigation.com/?p=14',0,'wpuf_input','',0),(15,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:15:{s:8:\"template\";s:13:\"email_address\";s:4:\"name\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";s:0:\"\";}','','','publish','closed','closed','','15','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',13,'https://naplesirrigation.com/?p=15',1,'wpuf_input','',0),(16,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:18:{s:8:\"template\";s:14:\"textarea_field\";s:4:\"name\";s:7:\"message\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";s:3:\"yes\";s:2:\"id\";i:0;s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"is_new\";b:1;s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:16:\"word_restriction\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:4:\"rich\";s:2:\"no\";}','','','publish','closed','closed','','16','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',13,'https://naplesirrigation.com/?p=16',2,'wpuf_input','',0),(17,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','{\"id\":17,\"field_id\":4,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 1\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 1 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 1','','publish','closed','closed','','boldgrid-form-1','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=17',0,'wpuf_contact_form','',0),(18,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','18','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',17,'https://naplesirrigation.com/?p=18',0,'wpuf_input','',0),(19,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','19','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',17,'https://naplesirrigation.com/?p=19',1,'wpuf_input','',0),(20,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:10:\"textarea_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','20','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',17,'https://naplesirrigation.com/?p=20',2,'wpuf_input','',0),(21,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','{\"id\":21,\"field_id\":14,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 2\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 2 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 2','','publish','closed','closed','','boldgrid-form-2','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=21',0,'wpuf_contact_form','',0),(22,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Subject\";s:4:\"name\";s:6:\"text_1\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','22','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=22',0,'wpuf_input','',0),(23,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','23','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=23',1,'wpuf_input','',0),(24,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','24','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=24',2,'wpuf_input','',0),(25,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','25','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=25',3,'wpuf_input','',0),(26,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','26','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=26',4,'wpuf_input','',0),(27,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"City\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','27','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=27',5,'wpuf_input','',0),(28,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','28','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=28',6,'wpuf_input','',0),(29,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','29','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=29',7,'wpuf_input','',0),(30,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_11\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','30','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=30',8,'wpuf_input','',0),(31,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:7:\"text_12\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','31','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=31',9,'wpuf_input','',0),(32,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:11:\"textarea_13\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','32','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',21,'https://naplesirrigation.com/?p=32',10,'wpuf_input','',0),(33,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','{\"id\":33,\"field_id\":17,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"14\":{\"id\":\"14\",\"type\":\"text\",\"label\":\"Alternate Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"radio\",\"label\":\"When is the best time to contact you?\",\"choices\":{\"1\":{\"label\":\"Morning\",\"value\":\"Morning\"},\"2\":{\"label\":\"Afternoon\",\"value\":\"Afternoon\"},\"3\":{\"label\":\"Evening\",\"value\":\"Evening\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"radio\",\"label\":\"What is the best way to contact you?\",\"choices\":{\"1\":{\"label\":\"Phone\",\"value\":\"Phone\"},\"2\":{\"label\":\"Email\",\"value\":\"Email\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"BoldGrid Form 3\",\"form_desc\":\"\",\"hide_title_desc\":\"1\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Form 3 submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','BoldGrid Form 3','','publish','closed','closed','','boldgrid-form-3','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=33',0,'wpuf_contact_form','',0),(34,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Subject\";s:4:\"name\";s:6:\"text_1\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','34','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=34',0,'wpuf_input','',0),(35,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','35','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=35',1,'wpuf_input','',0),(36,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','36','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=36',2,'wpuf_input','',0),(37,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','37','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=37',3,'wpuf_input','',0),(38,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','38','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=38',4,'wpuf_input','',0),(39,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"City\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','39','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=39',5,'wpuf_input','',0),(40,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','40','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=40',6,'wpuf_input','',0),(41,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','41','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=41',7,'wpuf_input','',0),(42,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_11\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','42','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=42',8,'wpuf_input','',0),(43,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:7:\"text_12\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','43','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=43',9,'wpuf_input','',0),(44,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:15:\"Alternate Phone\";s:4:\"name\";s:7:\"text_14\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','44','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=44',10,'wpuf_input','',0),(45,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:37:\"When is the best time to contact you?\";s:4:\"name\";s:8:\"radio_15\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:3:{s:7:\"Morning\";s:7:\"Morning\";s:9:\"Afternoon\";s:9:\"Afternoon\";s:7:\"Evening\";s:7:\"Evening\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','45','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=45',11,'wpuf_input','',0),(46,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:36:\"What is the best way to contact you?\";s:4:\"name\";s:8:\"radio_16\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:2:{s:5:\"Phone\";s:5:\"Phone\";s:5:\"Email\";s:5:\"Email\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','46','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=46',12,'wpuf_input','',0),(47,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Message\";s:4:\"name\";s:11:\"textarea_13\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','47','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',33,'https://naplesirrigation.com/?p=47',13,'wpuf_input','',0),(48,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','{\"id\":48,\"field_id\":14,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State / Province\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Address Form (International)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Address Form (International) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Address Form (International)','','publish','closed','closed','','address-form-international','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=48',0,'wpuf_contact_form','',0),(49,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','49','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',48,'https://naplesirrigation.com/?p=49',0,'wpuf_input','',0),(50,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','50','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',48,'https://naplesirrigation.com/?p=50',1,'wpuf_input','',0),(51,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','51','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',48,'https://naplesirrigation.com/?p=51',2,'wpuf_input','',0),(52,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:11:\"City / Town\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','52','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',48,'https://naplesirrigation.com/?p=52',3,'wpuf_input','',0),(53,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:16:\"State / Province\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','53','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',48,'https://naplesirrigation.com/?p=53',4,'wpuf_input','',0),(54,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','54','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',48,'https://naplesirrigation.com/?p=54',5,'wpuf_input','',0),(55,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_11\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','55','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',48,'https://naplesirrigation.com/?p=55',6,'wpuf_input','',0),(56,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','{\"id\":56,\"field_id\":14,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Address Form (US)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Address Form (US) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Address Form (US)','','publish','closed','closed','','address-form-us','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=56',0,'wpuf_contact_form','',0),(57,1,'2022-02-23 19:50:57','2022-02-23 19:50:57','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','57','','','2022-02-23 19:50:57','2022-02-23 19:50:57','',56,'https://naplesirrigation.com/?p=57',0,'wpuf_input','',0),(58,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','58','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',56,'https://naplesirrigation.com/?p=58',1,'wpuf_input','',0),(59,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','59','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',56,'https://naplesirrigation.com/?p=59',2,'wpuf_input','',0),(60,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:11:\"City / Town\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','60','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',56,'https://naplesirrigation.com/?p=60',3,'wpuf_input','',0),(61,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','61','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',56,'https://naplesirrigation.com/?p=61',4,'wpuf_input','',0),(62,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','62','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',56,'https://naplesirrigation.com/?p=62',5,'wpuf_input','',0),(63,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','{\"id\":63,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Subject\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Body\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Email Form (Traditional)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Email Form (Traditional) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Email Form (Traditional)','','publish','closed','closed','','email-form-traditional','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=63',0,'wpuf_contact_form','',0),(64,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','64','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',63,'https://naplesirrigation.com/?p=64',0,'wpuf_input','',0),(65,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','65','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',63,'https://naplesirrigation.com/?p=65',1,'wpuf_input','',0),(66,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:7:\"Subject\";s:4:\"name\";s:6:\"text_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','66','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',63,'https://naplesirrigation.com/?p=66',2,'wpuf_input','',0),(67,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Body\";s:4:\"name\";s:10:\"textarea_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','67','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',63,'https://naplesirrigation.com/?p=67',3,'wpuf_input','',0),(68,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','{\"id\":68,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"number\",\"label\":\"Group Size\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"textarea\",\"label\":\"Special Instructions\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Event Registration Form (Group Support)\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Event Registration Form (Group Support) submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Event Registration Form (Group Support)','','publish','closed','closed','','event-registration-form-group-support','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=68',0,'wpuf_contact_form','',0),(69,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','69','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',68,'https://naplesirrigation.com/?p=69',0,'wpuf_input','',0),(70,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','70','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',68,'https://naplesirrigation.com/?p=70',1,'wpuf_input','',0),(71,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:20:\"Special Instructions\";s:4:\"name\";s:10:\"textarea_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','71','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',68,'https://naplesirrigation.com/?p=71',2,'wpuf_input','',0),(72,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','{\"id\":72,\"field_id\":4,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Special Instructions\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Event Registration Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Register\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Event Registration Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Event Registration Form','','publish','closed','closed','','event-registration-form','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=72',0,'wpuf_contact_form','',0),(73,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','73','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',72,'https://naplesirrigation.com/?p=73',0,'wpuf_input','',0),(74,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','74','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',72,'https://naplesirrigation.com/?p=74',1,'wpuf_input','',0),(75,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:20:\"Special Instructions\";s:4:\"name\";s:10:\"textarea_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','75','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',72,'https://naplesirrigation.com/?p=75',2,'wpuf_input','',0),(76,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','{\"id\":76,\"field_id\":5,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Information Request Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Information Request Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Information Request Form','','publish','closed','closed','','information-request-form','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=76',0,'wpuf_contact_form','',0),(77,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','77','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',76,'https://naplesirrigation.com/?p=77',0,'wpuf_input','',0),(78,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:6:\"text_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','78','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',76,'https://naplesirrigation.com/?p=78',1,'wpuf_input','',0),(79,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','79','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',76,'https://naplesirrigation.com/?p=79',2,'wpuf_input','',0),(80,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','80','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',76,'https://naplesirrigation.com/?p=80',3,'wpuf_input','',0),(81,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','{\"id\":81,\"field_id\":17,\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"14\":{\"id\":\"14\",\"type\":\"text\",\"label\":\"Company Name\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Street Address\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"text\",\"label\":\"Address Line 2\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"text\",\"label\":\"City / Town\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"State\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Select...\",\"value\":\"\"},\"5\":{\"label\":\"Alabama (AL)\",\"value\":\"AL\"},\"6\":{\"label\":\"Alaska (AK)\",\"value\":\"AK\"},\"7\":{\"label\":\"American Samoa (AS)\",\"value\":\"AS\"},\"8\":{\"label\":\"Arizona (AZ)\",\"value\":\"AZ\"},\"9\":{\"label\":\"Arkansas (AR)\",\"value\":\"AR\"},\"10\":{\"label\":\"California (CA)\",\"value\":\"CA\"},\"11\":{\"label\":\"Colorado (CO)\",\"value\":\"CO\"},\"12\":{\"label\":\"Connecticut (CT)\",\"value\":\"CT\"},\"13\":{\"label\":\"Delaware (DE)\",\"value\":\"DE\"},\"14\":{\"label\":\"Dist. of Columbia (DC)\",\"value\":\"DC\"},\"15\":{\"label\":\"Florida (FL)\",\"value\":\"FL\"},\"16\":{\"label\":\"Georgia (GA)\",\"value\":\"GA\"},\"17\":{\"label\":\"Guam (GU)\",\"value\":\"GU\"},\"18\":{\"label\":\"Hawaii (HI)\",\"value\":\"HI\"},\"19\":{\"label\":\"Idaho (ID)\",\"value\":\"ID\"},\"20\":{\"label\":\"Illinois (IL)\",\"value\":\"IL\"},\"21\":{\"label\":\"Indiana (IN)\",\"value\":\"IN\"},\"22\":{\"label\":\"Iowa (IA)\",\"value\":\"IA\"},\"23\":{\"label\":\"Kansas (KS)\",\"value\":\"KS\"},\"24\":{\"label\":\"Kentucky (KY)\",\"value\":\"KY\"},\"25\":{\"label\":\"Louisiana (LA)\",\"value\":\"LA\"},\"26\":{\"label\":\"Maine (ME)\",\"value\":\"ME\"},\"27\":{\"label\":\"Maryland (MD)\",\"value\":\"MD\"},\"28\":{\"label\":\"Marshall Islands (MH)\",\"value\":\"MH\"},\"29\":{\"label\":\"Massachusetts (MA)\",\"value\":\"MA\"},\"30\":{\"label\":\"Michigan (MI)\",\"value\":\"MI\"},\"31\":{\"label\":\"Micronesia (FM)\",\"value\":\"FM\"},\"32\":{\"label\":\"Minnesota (MN)\",\"value\":\"MN\"},\"33\":{\"label\":\"Mississippi (MS)\",\"value\":\"MS\"},\"34\":{\"label\":\"Missouri (MO)\",\"value\":\"MO\"},\"35\":{\"label\":\"Montana (MT)\",\"value\":\"MT\"},\"36\":{\"label\":\"Nebraska (NE)\",\"value\":\"NE\"},\"37\":{\"label\":\"Nevada (NV)\",\"value\":\"NV\"},\"38\":{\"label\":\"New Hampshire (NH)\",\"value\":\"NH\"},\"39\":{\"label\":\"New Jersey (NJ)\",\"value\":\"NJ\"},\"40\":{\"label\":\"New Mexico (NM)\",\"value\":\"NM\"},\"41\":{\"label\":\"New York (NY)\",\"value\":\"NY\"},\"42\":{\"label\":\"North Carolina (NC)\",\"value\":\"NC\"},\"43\":{\"label\":\"North Dakota (ND)\",\"value\":\"ND\"},\"44\":{\"label\":\"Northern Marianas (MP)\",\"value\":\"MP\"},\"45\":{\"label\":\"Ohio (OH)\",\"value\":\"OH\"},\"46\":{\"label\":\"Oklahoma (OK)\",\"value\":\"OK\"},\"47\":{\"label\":\"Oregon (OR)\",\"value\":\"OR\"},\"48\":{\"label\":\"Palau (PW)\",\"value\":\"PW\"},\"49\":{\"label\":\"Pennsylvania (PA)\",\"value\":\"PA\"},\"50\":{\"label\":\"Puerto Rico (PR)\",\"value\":\"PR\"},\"51\":{\"label\":\"Rhode Island (RI)\",\"value\":\"RI\"},\"52\":{\"label\":\"South Carolina (SC)\",\"value\":\"SC\"},\"53\":{\"label\":\"South Dakota (SD)\",\"value\":\"SD\"},\"54\":{\"label\":\"Tennessee (TN)\",\"value\":\"TN\"},\"55\":{\"label\":\"Texas (TX)\",\"value\":\"TX\"},\"56\":{\"label\":\"Utah (UT)\",\"value\":\"UT\"},\"57\":{\"label\":\"Vermont (VT)\",\"value\":\"VT\"},\"58\":{\"label\":\"Virginia (VA)\",\"value\":\"VA\"},\"59\":{\"label\":\"Virgin Islands (VI)\",\"value\":\"VI\"},\"60\":{\"label\":\"Washington (WA)\",\"value\":\"WA\"},\"61\":{\"label\":\"West Virginia (WV)\",\"value\":\"WV\"},\"62\":{\"label\":\"Wisconsin (WI)\",\"value\":\"WI\"},\"63\":{\"label\":\"Wyoming (WY)\",\"value\":\"WY\"},\"64\":{\"label\":\"Other\",\"value\":\"Other\"}},\"description\":\"\",\"required\":\"1\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"text\",\"label\":\"ZIP / Postal Code\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"text\",\"label\":\"Country\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"text\",\"label\":\"Phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Shipping Information Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Shipping Information Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Shipping Information Form','','publish','closed','closed','','shipping-information-form','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=81',0,'wpuf_contact_form','',0),(82,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_2\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','82','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=82',0,'wpuf_input','',0),(83,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:12:\"Company Name\";s:4:\"name\";s:7:\"text_14\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','83','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=83',1,'wpuf_input','',0),(84,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:14:\"Street Address\";s:4:\"name\";s:6:\"text_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','84','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=84',2,'wpuf_input','',0),(85,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:14:\"Address Line 2\";s:4:\"name\";s:6:\"text_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','85','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=85',3,'wpuf_input','',0),(86,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:11:\"City / Town\";s:4:\"name\";s:6:\"text_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','86','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=86',4,'wpuf_input','',0),(87,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"State\";s:4:\"name\";s:8:\"select_9\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:61:{s:9:\"Select...\";s:9:\"Select...\";s:12:\"Alabama (AL)\";s:12:\"Alabama (AL)\";s:11:\"Alaska (AK)\";s:11:\"Alaska (AK)\";s:19:\"American Samoa (AS)\";s:19:\"American Samoa (AS)\";s:12:\"Arizona (AZ)\";s:12:\"Arizona (AZ)\";s:13:\"Arkansas (AR)\";s:13:\"Arkansas (AR)\";s:15:\"California (CA)\";s:15:\"California (CA)\";s:13:\"Colorado (CO)\";s:13:\"Colorado (CO)\";s:16:\"Connecticut (CT)\";s:16:\"Connecticut (CT)\";s:13:\"Delaware (DE)\";s:13:\"Delaware (DE)\";s:22:\"Dist. of Columbia (DC)\";s:22:\"Dist. of Columbia (DC)\";s:12:\"Florida (FL)\";s:12:\"Florida (FL)\";s:12:\"Georgia (GA)\";s:12:\"Georgia (GA)\";s:9:\"Guam (GU)\";s:9:\"Guam (GU)\";s:11:\"Hawaii (HI)\";s:11:\"Hawaii (HI)\";s:10:\"Idaho (ID)\";s:10:\"Idaho (ID)\";s:13:\"Illinois (IL)\";s:13:\"Illinois (IL)\";s:12:\"Indiana (IN)\";s:12:\"Indiana (IN)\";s:9:\"Iowa (IA)\";s:9:\"Iowa (IA)\";s:11:\"Kansas (KS)\";s:11:\"Kansas (KS)\";s:13:\"Kentucky (KY)\";s:13:\"Kentucky (KY)\";s:14:\"Louisiana (LA)\";s:14:\"Louisiana (LA)\";s:10:\"Maine (ME)\";s:10:\"Maine (ME)\";s:13:\"Maryland (MD)\";s:13:\"Maryland (MD)\";s:21:\"Marshall Islands (MH)\";s:21:\"Marshall Islands (MH)\";s:18:\"Massachusetts (MA)\";s:18:\"Massachusetts (MA)\";s:13:\"Michigan (MI)\";s:13:\"Michigan (MI)\";s:15:\"Micronesia (FM)\";s:15:\"Micronesia (FM)\";s:14:\"Minnesota (MN)\";s:14:\"Minnesota (MN)\";s:16:\"Mississippi (MS)\";s:16:\"Mississippi (MS)\";s:13:\"Missouri (MO)\";s:13:\"Missouri (MO)\";s:12:\"Montana (MT)\";s:12:\"Montana (MT)\";s:13:\"Nebraska (NE)\";s:13:\"Nebraska (NE)\";s:11:\"Nevada (NV)\";s:11:\"Nevada (NV)\";s:18:\"New Hampshire (NH)\";s:18:\"New Hampshire (NH)\";s:15:\"New Jersey (NJ)\";s:15:\"New Jersey (NJ)\";s:15:\"New Mexico (NM)\";s:15:\"New Mexico (NM)\";s:13:\"New York (NY)\";s:13:\"New York (NY)\";s:19:\"North Carolina (NC)\";s:19:\"North Carolina (NC)\";s:17:\"North Dakota (ND)\";s:17:\"North Dakota (ND)\";s:22:\"Northern Marianas (MP)\";s:22:\"Northern Marianas (MP)\";s:9:\"Ohio (OH)\";s:9:\"Ohio (OH)\";s:13:\"Oklahoma (OK)\";s:13:\"Oklahoma (OK)\";s:11:\"Oregon (OR)\";s:11:\"Oregon (OR)\";s:10:\"Palau (PW)\";s:10:\"Palau (PW)\";s:17:\"Pennsylvania (PA)\";s:17:\"Pennsylvania (PA)\";s:16:\"Puerto Rico (PR)\";s:16:\"Puerto Rico (PR)\";s:17:\"Rhode Island (RI)\";s:17:\"Rhode Island (RI)\";s:19:\"South Carolina (SC)\";s:19:\"South Carolina (SC)\";s:17:\"South Dakota (SD)\";s:17:\"South Dakota (SD)\";s:14:\"Tennessee (TN)\";s:14:\"Tennessee (TN)\";s:10:\"Texas (TX)\";s:10:\"Texas (TX)\";s:9:\"Utah (UT)\";s:9:\"Utah (UT)\";s:12:\"Vermont (VT)\";s:12:\"Vermont (VT)\";s:13:\"Virginia (VA)\";s:13:\"Virginia (VA)\";s:19:\"Virgin Islands (VI)\";s:19:\"Virgin Islands (VI)\";s:15:\"Washington (WA)\";s:15:\"Washington (WA)\";s:18:\"West Virginia (WV)\";s:18:\"West Virginia (WV)\";s:14:\"Wisconsin (WI)\";s:14:\"Wisconsin (WI)\";s:12:\"Wyoming (WY)\";s:12:\"Wyoming (WY)\";s:5:\"Other\";s:5:\"Other\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','87','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=87',5,'wpuf_input','',0),(88,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:17:\"ZIP / Postal Code\";s:4:\"name\";s:7:\"text_10\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','88','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=88',6,'wpuf_input','',0),(89,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:7:\"Country\";s:4:\"name\";s:7:\"text_15\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','89','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=89',7,'wpuf_input','',0),(90,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"text\";s:8:\"template\";s:10:\"text_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:7:\"text_16\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','90','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',81,'https://naplesirrigation.com/?p=90',8,'wpuf_input','',0),(91,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','{\"id\":91,\"field_id\":3,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Sign Up Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Sign Up\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Sign Up Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Sign Up Form','','publish','closed','closed','','sign-up-form','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=91',0,'wpuf_contact_form','',0),(92,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','92','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',91,'https://naplesirrigation.com/?p=92',0,'wpuf_input','',0),(93,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','93','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',91,'https://naplesirrigation.com/?p=93',1,'wpuf_input','',0),(94,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','{\"id\":94,\"field_id\":9,\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"radio\",\"label\":\"On a scale of 1 to 5, how would you rate your experience with our product / service?\",\"choices\":{\"1\":{\"label\":\"1 (poor)\",\"value\":\"1\"},\"2\":{\"label\":\"2 (mediocre)\",\"value\":\"2\"},\"3\":{\"label\":\"3 (average)\",\"value\":\"3\"},\"4\":{\"label\":\"4 (fair)\",\"value\":\"4\"},\"5\":{\"label\":\"5 (excellent)\",\"value\":\"5\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"radio\",\"label\":\"How likely are you to recommend our product / service to people you know?\",\"choices\":{\"1\":{\"label\":\"Likely\",\"value\":\"Likely\"},\"2\":{\"label\":\"Somewhat Likely\",\"value\":\"Somewhat Likely\"},\"3\":{\"label\":\"Somewhat Unlikely\",\"value\":\"Somewhat Unlikely\"},\"4\":{\"label\":\"Unlikely\",\"value\":\"Unlikely\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"radio\",\"label\":\"Would you use our product / service in the future?\",\"choices\":{\"1\":{\"label\":\"Yes\",\"value\":\"Yes\"},\"2\":{\"label\":\"No\",\"value\":\"No\"}},\"description\":\"\",\"show_values\":\"1\",\"input_columns\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"select\",\"label\":\"How long have you used our product / service?\",\"choices\":{\"1\":{\"label\":\"Select...\",\"value\":\"\"},\"6\":{\"label\":\"Less than a month\",\"value\":\"Less than a month\"},\"2\":{\"label\":\"1 Month - 11 Months\",\"value\":\"1 Month - 11 Months\"},\"3\":{\"label\":\"1 Year - 2 Years\",\"value\":\"1 Year - 2 Years\"},\"5\":{\"label\":\"3 Years - 5 Years\",\"value\":\"3 Years - 5 Years\"},\"4\":{\"label\":\"Over 5 Years\",\"value\":\"Over 5 Years\"}},\"description\":\"\",\"show_values\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\",\"dynamic_choices\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please tell us what you liked or disliked about our product / service\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Additional Comments\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Customer Feedback Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Customer Feedback Form submission\",\"sender_name\":\"\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmation_type\":\"message\",\"confirmation_message\":\"<span id=u0022nf-drawer-contentu0022><span class=u0022nf-setting-groupsu0022><span class=u0022nf-field-settingsu0022>Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\",\"confirmation_message_scroll\":\"1\",\"confirmation_page\":\"72532\",\"confirmation_redirect\":\"\"},\"meta\":{\"template\":\"blank\"}}','Customer Feedback Form','','publish','closed','closed','','customer-feedback-form','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',0,'https://naplesirrigation.com/?post_type=wpuf_contact_form&#038;p=94',0,'wpuf_contact_form','',0),(95,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:4:\"name\";s:8:\"template\";s:10:\"name_field\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:4:\"Name\";s:4:\"name\";s:6:\"name_1\";s:7:\"is_meta\";s:3:\"yes\";s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:9:\"hide_subs\";b:0;s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','95','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=95',0,'wpuf_input','',0),(96,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:14:{s:10:\"input_type\";s:5:\"email\";s:8:\"template\";s:13:\"email_address\";s:8:\"required\";s:3:\"yes\";s:5:\"label\";s:5:\"Email\";s:4:\"name\";s:7:\"email_2\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";s:0:\"\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";N;}','','','publish','closed','closed','','96','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=96',1,'wpuf_input','',0),(97,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:84:\"On a scale of 1 to 5, how would you rate your experience with our product / service?\";s:4:\"name\";s:7:\"radio_3\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:5:{s:8:\"1 (poor)\";s:8:\"1 (poor)\";s:12:\"2 (mediocre)\";s:12:\"2 (mediocre)\";s:11:\"3 (average)\";s:11:\"3 (average)\";s:8:\"4 (fair)\";s:8:\"4 (fair)\";s:13:\"5 (excellent)\";s:13:\"5 (excellent)\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','97','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=97',2,'wpuf_input','',0),(98,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:73:\"How likely are you to recommend our product / service to people you know?\";s:4:\"name\";s:7:\"radio_4\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:4:{s:6:\"Likely\";s:6:\"Likely\";s:15:\"Somewhat Likely\";s:15:\"Somewhat Likely\";s:17:\"Somewhat Unlikely\";s:17:\"Somewhat Unlikely\";s:8:\"Unlikely\";s:8:\"Unlikely\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','98','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=98',3,'wpuf_input','',0),(99,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:12:{s:10:\"input_type\";s:5:\"radio\";s:8:\"template\";s:11:\"radio_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:50:\"Would you use our product / service in the future?\";s:4:\"name\";s:7:\"radio_5\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:2:{s:3:\"Yes\";s:3:\"Yes\";s:2:\"No\";s:2:\"No\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','99','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=99',4,'wpuf_input','',0),(100,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:12:{s:10:\"input_type\";s:6:\"select\";s:8:\"template\";s:14:\"dropdown_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:45:\"How long have you used our product / service?\";s:4:\"name\";s:8:\"select_6\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:8:\"selected\";s:0:\"\";s:6:\"inline\";s:2:\"no\";s:7:\"options\";a:6:{s:9:\"Select...\";s:9:\"Select...\";s:17:\"Less than a month\";s:17:\"Less than a month\";s:19:\"1 Month - 11 Months\";s:19:\"1 Month - 11 Months\";s:16:\"1 Year - 2 Years\";s:16:\"1 Year - 2 Years\";s:17:\"3 Years - 5 Years\";s:17:\"3 Years - 5 Years\";s:12:\"Over 5 Years\";s:12:\"Over 5 Years\";}s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','100','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=100',5,'wpuf_input','',0),(101,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:69:\"Please tell us what you liked or disliked about our product / service\";s:4:\"name\";s:10:\"textarea_7\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','101','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=101',6,'wpuf_input','',0),(102,1,'2022-02-23 19:50:58','2022-02-23 19:50:58','a:15:{s:10:\"input_type\";s:8:\"textarea\";s:8:\"template\";s:14:\"textarea_field\";s:8:\"required\";s:2:\"no\";s:5:\"label\";s:19:\"Additional Comments\";s:4:\"name\";s:10:\"textarea_8\";s:7:\"is_meta\";s:3:\"yes\";s:4:\"help\";s:0:\"\";s:3:\"css\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"rich\";s:2:\"no\";s:16:\"word_restriction\";s:0:\"\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}}','','','publish','closed','closed','','102','','','2022-02-23 19:50:58','2022-02-23 19:50:58','',94,'https://naplesirrigation.com/?p=102',7,'wpuf_input','',0),(103,1,'2022-04-04 17:00:58','2022-04-04 17:00:58','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION, d/ba/Hooper Irrigaiton, LLC lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Naples Irrigation d/b/a Hooper Irrigation is owned and operated by Brad Hooper who is a fully licensed and insured Irrigation expert in the Naples area for 40 years.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">What we offer to all our Customers:</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Innovative Designs to ensure the best irrigation system is installed for your individual yard or business and price range.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Repair and Maintenance of all components including irrigation pumps, timers (clocks), valves, manifolds, and sprinkler heads. We suggest monthly maintenance to prevent any mishaps or issues but can offer a flexible schedule based on your needs.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Renovation of existing irrigation systems that may be outdated, broken or damaged.</h2>\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-273  aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"226\" height=\"301\" data-imhwpb-asset-id=\"695399\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n&nbsp;\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair Iirrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<p class=\"\"><img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation , Brad Hooper is one of the best companies in the business to work with.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Owner Brad Engle recommends, Naples Irrigation,&nbsp; Brad Hooper for your business\' irrigation needs.&nbsp; &nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation is one of our best sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">I was so pleased with the sprinkler system Brad Hooper customized and designed for my flower garden.&nbsp; Now my landscaping looks beautiful every day.&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','publish','closed','closed','','home','','','2022-07-07 13:45:24','2022-07-07 13:45:24','',0,'https://naplesirrigation.com/home/',0,'page','',0),(104,1,'2022-04-04 19:28:33','2022-02-23 19:50:58','','Welcome','','publish','closed','closed','','104','','','2022-04-04 19:28:33','2022-04-04 19:28:33','',0,'https://naplesirrigation.com/104/',1,'nav_menu_item','',0),(105,1,'2022-04-06 17:20:59','2022-04-06 17:20:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation</h4>\r\n<h4 class=\"\">d/b/a Hooper IRRIGATION</h4>\r\n<p class=\"\" style=\"font-size: 14px;\">About the Owner:&nbsp; &nbsp;Brad Hooper, a formal graduate of the University of Evansville, Indiana began his 40year career in the Naples, Florida area with the formation of Hooper Irrigation in 1982.&nbsp; &nbsp; &nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">The company offers a full complement of services to residential and multifamily homes, as well as, small commercial businesses in Naples and nearby communitiies.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Brad Hooper offers new innovative designed systems that fit his customer\'s landscaping and lawn requirements and at a price range tailored to his customer\'s needs.&nbsp; &nbsp;His designs are geared toward the prevention of the mishaps experienced with badly designed systems.&nbsp; &nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">In addition to new installations, Hooper Irrigation specializes in renovations of existing systems, repair,&nbsp; and replacements of all components such as sprinkler heads, electrical valves, clocks and pumps to ensure a flawless customer experience.&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To maintain a beautiful lawn or landscape for your home or business, Hooper Irrigation will provide personalized maintenance programs to fit your needs: monthly, bi-monthly, or quarterly programs are available to support your project.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Maintenance programs are one of the most important services we offer to prevent high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or even simply resetting clocks due to any State water regulations.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Hooper Irrigation has installed over 4,000 new systems and has serviced thousands of systems whether installed by Hooper Irrigation or not. Owner Brad Hooper guarantees his work and is well recognized and recommended in the industry.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">We hope you will allow us the opportunity to help you with all your irrigation needs.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how to sign up for our Maintenace Program.&nbsp; Please contact us today at 239-793-775.&nbsp;&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-146 size-thumbnail\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','publish','closed','closed','','about-us-2','','','2022-07-06 20:22:56','2022-07-06 20:22:56','',0,'https://naplesirrigation.com/about-us-2/',0,'page','',0),(106,1,'2022-02-23 19:50:59','2022-02-23 19:50:59',' ','','','publish','closed','closed','','106','','','2022-02-23 19:50:59','2022-02-23 19:50:59','',0,'https://naplesirrigation.com/106/',2,'nav_menu_item','',0),(107,1,'2022-04-07 01:50:59','2022-04-07 01:50:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"316\"]<img class=\"wp-image-136\" title=\"Owner, Brad Hooper \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"316\" height=\"427\" data-imhwpb-asset-id=\"780395\"> Brad Hooper. Owner of Naples Irrigation &amp; Hooper Irrigation since 1982. - Your Yard is only as good as your Sprinkler Installer[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265 (text or call)&nbsp; we strive to call by 7 PM same day</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave your phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp; Phone: 239-793-7755&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us  - Brad Hooper','','publish','closed','closed','','contact-us','','','2022-04-25 19:00:19','2022-04-25 19:00:19','',0,'https://naplesirrigation.com/contact-us/',0,'page','',0),(108,1,'2022-02-23 19:50:59','2022-02-23 19:50:59',' ','','','publish','closed','closed','','108','','','2022-02-23 19:50:59','2022-02-23 19:50:59','',0,'https://naplesirrigation.com/108/',3,'nav_menu_item','',0),(111,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','coiWR0gT8Cw','','inherit','open','closed','','coiwr0gt8cw','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',105,'https://naplesirrigation.com/wp-content/uploads/2022/02/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg',0,'attachment','image/jpeg',0),(112,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','','','inherit','open','closed','','112','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',105,'https://naplesirrigation.com/wp-content/uploads/2022/02/f887dd50-ca4a1125-goodluz110900317.jpg',0,'attachment','image/jpeg',0),(113,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','','','inherit','open','closed','','113','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',105,'https://naplesirrigation.com/wp-content/uploads/2022/02/495e2588-23e4182d-fizkes151200039.jpg',0,'attachment','image/jpeg',0),(114,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','','','inherit','open','closed','','114','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',105,'https://naplesirrigation.com/wp-content/uploads/2022/02/917f105d-0e9345b2-fizkes150800140.jpg',0,'attachment','image/jpeg',0),(115,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','','','inherit','open','closed','','115','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',105,'https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg',0,'attachment','image/jpeg',0),(116,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','','','inherit','open','closed','','116','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',105,'https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg',0,'attachment','image/jpeg',0),(117,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','','','inherit','open','closed','','117','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',105,'https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg',0,'attachment','image/jpeg',0),(118,1,'2022-02-23 19:51:00','2022-02-23 19:51:00','','','','inherit','open','closed','','118','','','2022-02-23 19:51:00','2022-02-23 19:51:00','',107,'https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg',0,'attachment','image/jpeg',0),(119,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','9hi8ujmsdza','','inherit','open','closed','','9hi8ujmsdza','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5.jpg',0,'attachment','image/jpeg',0),(120,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','b2-fbvrfx0o','','inherit','open','closed','','b2-fbvrfx0o','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy.jpg',0,'attachment','image/jpeg',0),(121,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','xv7k95vofa','','inherit','open','closed','','xv7k95vofa','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b.jpg',0,'attachment','image/jpeg',0),(122,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','78t99kbcp_4','','inherit','open','closed','','78t99kbcp_4','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad.jpg',0,'attachment','image/jpeg',0),(123,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','yadcgbslhce','','inherit','open','closed','','yadcgbslhce','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg',0,'attachment','image/jpeg',0),(124,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','s_nxt6gx-2a','','inherit','open','closed','','s_nxt6gx-2a','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg',0,'attachment','image/jpeg',0),(125,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','4yx0oj7gf8o','','inherit','open','closed','','4yx0oj7gf8o','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg',0,'attachment','image/jpeg',0),(126,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','8tn3fldtqbu','','inherit','open','closed','','8tn3fldtqbu','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg',0,'attachment','image/jpeg',0),(127,1,'2022-02-23 19:51:01','2022-02-23 19:51:01','','','','inherit','open','closed','','127','','','2022-02-23 19:51:01','2022-02-23 19:51:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg',0,'attachment','image/jpeg',0),(128,1,'2022-02-23 19:51:02','2022-02-23 19:51:02','\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1>Four Pillars of Fitness</h1>\r\n<h4>A Well-rounded Program for Well-rounded Results</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur health and fitness program has been designed to help you develop the four core areas of fitness: cardiovascular exercise, flexibility, nutrition, and strength training. Developing these four core areas can help you improve your health and your physique. Whether you are interested in toning and tightening, worried about weight management, or just want to get into a weekly workout routine, our team of professional fitness experts are here to help.\r\n\r\nWe offer personalized training sessions, group workout classes, and Do-It-Yourself access to top of the line fitness equipment. Our goal is to help you achieve the healthy physique that is best suited to your personal goals and lifestyle. We offer a dedicated, professional, and friendly environment that is designed to support your every need.\r\n\r\nTo learn more about how you can join today we invite you to contact us today. We look forward to helping you start your fitness journey.\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-111\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\" height=\"600\" width=\"600\" data-imhwpb-asset-id=\"789476\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/f887dd50-ca4a1125-goodluz110900317-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-112\"></p>\r\n<p class=\"mod-img\"><img src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/495e2588-23e4182d-fizkes151200039-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-113\"></p>\r\n<p class=\"mod-img\"><img src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/917f105d-0e9345b2-fizkes150800140-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-114\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-115\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" data-imhwpb-asset-id=\"780386\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-116\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" data-imhwpb-asset-id=\"780387\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-117\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" data-imhwpb-asset-id=\"780388\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\n\n','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-02-23 19:51:02','2022-02-23 19:51:02','',105,'https://naplesirrigation.com/?p=128',0,'revision','',0),(129,1,'2022-02-23 19:51:02','2022-02-23 19:51:02','\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-118\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\n\n</div>\nOur Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.\n\n<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<p><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\n\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p>239-793-7755 or 239-250-5265</p>\n\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n<p>PO Box 2857, Naples FL 34106</p>\n<p class=\"boldgrid-google-maps\" style=\"width:100%;height:200px;\"><iframe style=\"width:100%;height:100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>Get in Touch</h3>\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\n\n[weforms id=\"63\"]\n\n</div>\n</div>\n</div>\n</div>\n\n','Contact Us','','inherit','closed','closed','','107-revision-v1','','','2022-02-23 19:51:02','2022-02-23 19:51:02','',107,'https://naplesirrigation.com/?p=129',0,'revision','',0),(174,1,'2022-03-01 03:56:20','2022-03-01 03:56:20','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"683\" height=\"512\"></p>\r\n\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-149 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201217_155729-225x300.jpg\" alt=\"\" width=\"195\" height=\"260\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Springkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-123\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Derek Jamison</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-124\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Caroline Keller</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Janet Clarke</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Matt Davis</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-03-01 03:56:20','2022-03-01 03:56:20','',103,'https://naplesirrigation.com/?p=174',0,'revision','',0),(173,1,'2022-03-01 03:26:27','2022-03-01 03:26:27','<div class=\"boldgrid-section\" style=\"color: #000000;\" data-imhwpb-asset-id=\"1175055\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\n<p class=\"\">&nbsp;</p>\n\n\n[caption id=\"attachment_164\" align=\"alignright\" width=\"376\"]<img class=\"wp-image-164 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"376\" height=\"282\"> Your yard is only as lovely as your sprinkler S[/caption]\n\n</div>\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\n<h2 class=\"\">NAPLES IRRIGATION&nbsp;</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"bg-hr bg-hr-16\"></div>\n</div>\n</div>\n</div>\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">Welcome to our full-service&nbsp; . When you sign-up, you will be introduced to a personalized trainer, a nutritionist, and a motivational coach. Achieving fitness goals is about more than losing weight and toning your physique. It is about finding a good balance in life.</p>\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1\" href=\"contact-us\">CONTACT US TODAY</a></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 90px; padding-top: 90px;\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"row\">\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\n<div>\n<h2 class=\"\">About Our Company</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div class=\"bg-hr bg-hr-2 color1-color\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-top: 25px;\">\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\n<p class=\"\">For anyone who simply wants to workout on top of the line fitness equipment, our full-service fitness center is for you. Free weights, ellipticals, bikes, treadmills, and a multitude of other workout equipment are waiting for you.</p>\n\n</div>\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\n<div>\n<p class=\"\">From continuing education classes, to learning the art of personalized training tactics, our entire staff is ready to help you meet and exceed your fitness goals. It is our firm belief that fitness goals can be used to help people achieve a healthier, more balanced life.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-md-1 col-xs-12 col-sm-12\"></div>\n<div class=\"col-md-5 col-xs-12 col-sm-12 align-column-center\">\n<p class=\"mod-img\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-119\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"695398\"></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 80px;\">\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 90px;\">\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-120\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy.jpg\" alt=\"\" width=\"400\" height=\"300\" data-imhwpb-asset-id=\"695399\"></p>\n\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Personalized Training Classes</h3>\n<p class=\"\">If you want to experience the benefits of a customized workout program that focuses on your core areas, then try one of our personalized training classes. You’ll be hooked in five minutes!</p>\n\n</div>\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-121\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b.jpg\" alt=\"\" width=\"400\" height=\"300\" data-imhwpb-asset-id=\"695400\"></p>\n\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Group Workout Classes</h3>\n<p class=\"\">Sometimes we all need a little motivation to make it to the gym every week. These group workout classes will get you pumped (literally) for the gym!</p>\n\n</div>\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-122\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad.jpg\" alt=\"\" width=\"400\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\n\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Yoga &amp; Health Wellness Classes</h3>\n<p class=\"\">Achieving a better physique is about more than simply shedding the pounds and improving muscle tones. Our yoga and health wellness classes will help you to focus on both your mental and physical well-being.</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 80px;\">\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 40px;\">\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-123\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695402\"></p>\n<p class=\"h5\" style=\"text-align: center;\"><strong>Derek Jamison</strong></p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\">\"The fitness-center is the best that I’ve ever seen. After a great workout I can head to the steam showers to give my muscles the relaxation that they need.\"</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-124\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695403\"></p>\n<p class=\"h5\" style=\"text-align: center;\"><strong>Caroline Keller</strong></p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\">\"I was nervous about getting ready for my wedding day. I wanted to lose weight and was yo-yo dieting. The yoga classes really helped me find my Zen and lose the weight.\"</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\n<p class=\"h5\" style=\"text-align: center;\"><strong>Janet Clarke</strong></p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\">\"My husband and I actually like coming to the gym… together! And it’s all thanks to the group fitness classes.\"</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695405\"></p>\n<p class=\"h5\" style=\"text-align: center;\"><strong>Matt Davis</strong></p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\">\"The staff is incredibly friendly. The trainers are amazing. Thanks for giving me the body I’ve always wanted.\"</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-03-01 03:26:27','2022-03-01 03:26:27','',103,'https://naplesirrigation.com/?p=173',0,'revision','',0),(130,1,'2022-02-23 19:51:02','2022-02-23 19:51:02','\n<div class=\"boldgrid-section\" style=\"color: #000; background-image: url(\'https://naplesirrigation.com/wp-content/uploads/2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\'); background-size: cover; background-position: 50% 70%;\" data-image-url=\"https://naplesirrigation.com/wp-content/uploads/2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\" data-imhwpb-asset-id=\"1175055\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">Let Us Expand Your Horizons</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">Welcome to our full-service fitness center that focuses on more than just your body. When you sign-up, you will be introduced to a personalized trainer, a nutritionist, and a motivational coach. Achieving fitness goals is about more than losing weight and toning your physique. It is about finding a good balance in life.</p>\r\n<p class=\"\"><a class=\"button-secondary\" href=\"contact-us\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 90px; padding-top: 90px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\r\n<div>\r\n<h2 class=\"\">About Our Company</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"bg-hr bg-hr-2 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\r\n<p class=\"\">For anyone who simply wants to workout on top of the line fitness equipment, our full-service fitness center is for you. Free weights, ellipticals, bikes, treadmills, and a multitude of other workout equipment are waiting for you.</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\r\n<div>\r\n<p class=\"\">From continuing education classes, to learning the art of personalized training tactics, our entire staff is ready to help you meet and exceed your fitness goals. It is our firm belief that fitness goals can be used to help people achieve a healthier, more balanced life.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-img\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-119\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5.jpg\" alt=\"\" data-imhwpb-asset-id=\"695398\" width=\"600\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-120\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy.jpg\" alt=\"\" data-imhwpb-asset-id=\"695399\" width=\"400\" height=\"300\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Personalized Training Classes</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized workout program that focuses on your core areas, then try one of our personalized training classes. You&rsquo;ll be hooked in five minutes!</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-121\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b.jpg\" alt=\"\" data-imhwpb-asset-id=\"695400\" width=\"400\" height=\"300\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Group Workout Classes</h3>\r\n<p class=\"\">Sometimes we all need a little motivation to make it to the gym every week. These group workout classes will get you pumped (literally) for the gym!</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-122\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad.jpg\" alt=\"\" data-imhwpb-asset-id=\"695401\" width=\"400\" height=\"300\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Yoga &amp; Health Wellness Classes</h3>\r\n<p class=\"\">Achieving a better physique is about more than simply shedding the pounds and improving muscle tones. Our yoga and health wellness classes will help you to focus on both your mental and physical well-being.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-123\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\" alt=\"\" data-imhwpb-asset-id=\"695402\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Derek Jamison</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"The fitness-center is the best that I&rsquo;ve ever seen. After a great workout I can head to the steam showers to give my muscles the relaxation that they need.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-124\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\" alt=\"\" data-imhwpb-asset-id=\"695403\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Caroline Keller</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"I was nervous about getting ready for my wedding day. I wanted to lose weight and was yo-yo dieting. The yoga classes really helped me find my Zen and lose the weight.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" data-imhwpb-asset-id=\"695404\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Janet Clarke</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"My husband and I actually like coming to the gym&hellip; together! And it&rsquo;s all thanks to the group fitness classes.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" data-imhwpb-asset-id=\"695405\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Matt Davis</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"The staff is incredibly friendly. The trainers are amazing. Thanks for giving me the body I&rsquo;ve always wanted.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\n\n','Home','','inherit','closed','closed','','103-revision-v1','','','2022-02-23 19:51:02','2022-02-23 19:51:02','',103,'https://naplesirrigation.com/?p=130',0,'revision','',0),(131,1,'2022-02-28 21:07:14','0000-00-00 00:00:00','','Block Preview Page','','draft','closed','closed','','','','','2022-02-28 21:07:14','2022-02-28 21:07:14','',0,'https://naplesirrigation.com/?page_id=131',0,'page','',0),(134,1,'2022-04-07 21:10:27','2022-04-07 21:10:27','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"316\"]<img class=\"wp-image-136\" title=\"Owner, Brad Hooper \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"316\" height=\"427\" data-imhwpb-asset-id=\"780395\"> Brad Hooper. Owner of Naples Irrigation &amp; Hooper Irrigation since 1982. - Your Yard is only as good as your Sprinkler Installer[/caption]\n\n</div>\n<p class=\"\" style=\"font-size: 15px;\">&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\n\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\n\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p class=\"\">239-793-7755 or 239-250-5265 (text or call)&nbsp; we strive to call by 7 PM same day</p>\n\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\nPO Box 2857, Naples FL 34106\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"\">\n<h3 class=\"\">Get in Touch[weforms id=\"241\"]</h3>\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave your phone number for a callback</p>\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\n<p class=\"\">Thank You Bradford Hooper&nbsp; Phone: 239-793-7755&nbsp;</p>\n<p class=\"\">[weforms id=\"63\"]</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-autosave-v1','','','2022-04-07 21:10:27','2022-04-07 21:10:27','',107,'https://naplesirrigation.com/?p=134',0,'revision','',0),(135,1,'2022-02-28 19:40:28','2022-02-28 19:40:28','Irrigation Maintenance Services taking care of your yard ','20201221_152806','','inherit','open','closed','','20201221_152806','','','2022-04-13 15:46:20','2022-04-13 15:46:20','',107,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806.jpg',0,'attachment','image/jpeg',0),(136,1,'2022-02-28 19:43:10','2022-02-28 19:43:10','Call us today for your free sprinkler system check.    ','received_462634725313575','Brad Hooper . Owner of Naples Irrigation & Hooper Irrigation since 1989 .  ','inherit','open','closed','','received_462634725313575','','','2022-02-28 19:46:01','2022-02-28 19:46:01','',107,'https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575.jpeg',0,'attachment','image/jpeg',0),(138,1,'2022-02-28 20:01:37','2022-02-28 20:01:37','','20210313_120201','','inherit','open','closed','','20210313_120201','','','2022-02-28 20:02:51','2022-02-28 20:02:51','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20210313_120201.jpg',0,'attachment','image/jpeg',0),(274,1,'2022-04-13 15:49:40','2022-04-13 15:49:40','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">Sprinkler repair|irrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-273 size-medium aligncenter\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation \" width=\"225\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naple&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-13 15:49:40','2022-04-13 15:49:40','',103,'https://naplesirrigation.com/?p=274',0,'revision','',0),(139,1,'2022-07-06 22:13:46','2022-07-06 22:13:46','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\n<div class=\"\">\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\n\n</div>\n</div>\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\n<h2 class=\"\">NAPLES IRRIGATION, d/ba/Hooper Irrigaiton, LLC</h2>\n<h2 class=\"\">lET US BRING YOUR YARD BACK TO LIFE</h2>\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\n\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"bg-hr bg-hr-16\"></div>\n</div>\n</div>\n</div>\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 80px;\">\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Naples Irrigation d/b/a Hooper Irrigation is owned and operated by Brad Hooper who is a fully licensed and insured Irrigation expert in the Naples area for 40 years.</h2>\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">What we offer to all our Customers:</h2>\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Innovative Designs to ensure the best irrigation system is installed for your individual yard or business and price range.</h2>\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Repair and Maintenance of all components including irrigation pumps, timers (clocks), valves, manifolds and sprinkler heads. We suggest monthly maintenance to prevent any mishaps or issues but can offer a flexible schedule based on your needs.</h2>\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Renovation of existing irrigation systems that may be outdated, broken or damaged.</h2>\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 90px;\">\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-273 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"226\" height=\"301\" data-imhwpb-asset-id=\"695399\"></p>\n<p class=\"\">&nbsp;</p>\n&nbsp;\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair Iirrigation pumps, clocks, valves manifolds and heads</p>\n\n</div>\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\n<p class=\"\"><img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\"></p>\n\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\n\n</div>\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\n\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 80px;\">\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\n<div class=\"row bg-editor-hr-wrap\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div>\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\" style=\"padding-bottom: 40px;\">\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation , Brad Hooper is one of the best companies in the business to work with.&nbsp;&nbsp;</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\" style=\"font-size: 14px;\">Owner Brad Engle recommends, Naples Irrigation,&nbsp; Brad Hooper for your business\' irrigation needs.&nbsp; &nbsp;</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation is one of our best sprinkler designers and Installer. Highly recommend his services.</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\n<div class=\"\">\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\n\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\n<p class=\"\" style=\"font-size: 14px;\">I was so pleased with the sprinkler system Brad Hooper customized and designed for my flower garden.&nbsp; Now my landscaping looks beautiful every day.&nbsp;</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Welcome','','inherit','closed','closed','','103-autosave-v1','','','2022-07-06 22:13:46','2022-07-06 22:13:46','',103,'https://naplesirrigation.com/?p=139',0,'revision','',0),(142,1,'2022-02-28 20:24:17','2022-02-28 20:24:17','','received_631868047814753','','inherit','open','closed','','received_631868047814753','','','2022-02-28 20:24:17','2022-02-28 20:24:17','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/received_631868047814753.jpeg',0,'attachment','image/jpeg',0),(140,1,'2022-02-28 20:17:26','2022-02-28 20:17:26','','20210313_120201','','inherit','open','closed','','20210313_120201-2','','','2022-02-28 20:17:26','2022-02-28 20:17:26','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20210313_120201-1.jpg',0,'attachment','image/jpeg',0),(141,1,'2022-02-28 20:21:53','2022-02-28 20:21:53','','received_799020637471726','','inherit','open','closed','','received_799020637471726','','','2022-02-28 20:21:53','2022-02-28 20:21:53','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/received_799020637471726.jpeg',0,'attachment','image/jpeg',0),(144,1,'2022-02-28 20:34:40','2022-02-28 20:34:40','','received_416297686606928','','inherit','open','closed','','received_416297686606928','','','2022-02-28 20:34:40','2022-02-28 20:34:40','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/received_416297686606928.jpeg',0,'attachment','image/jpeg',0),(143,1,'2022-02-28 20:29:33','2022-02-28 20:29:33','','received_1072950093527088','','inherit','open','closed','','received_1072950093527088','','','2022-02-28 20:29:33','2022-02-28 20:29:33','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088.jpeg',0,'attachment','image/jpeg',0),(146,1,'2022-02-28 20:39:46','2022-02-28 20:39:46','','IMG_20211101_150730','','inherit','open','closed','','img_20211101_150730','','','2022-02-28 20:39:46','2022-02-28 20:39:46','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730.jpg',0,'attachment','image/jpeg',0),(145,1,'2022-02-28 20:35:26','2022-02-28 20:35:26','','20210313_120201','','inherit','open','closed','','20210313_120201-3','','','2022-02-28 20:35:26','2022-02-28 20:35:26','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20210313_120201-2.jpg',0,'attachment','image/jpeg',0),(147,1,'2022-02-28 20:40:27','2022-02-28 20:40:27','','20201217_151926','','inherit','open','closed','','20201217_151926','','','2022-02-28 20:40:27','2022-02-28 20:40:27','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201217_151926.jpg',0,'attachment','image/jpeg',0),(148,1,'2022-02-28 20:40:40','2022-02-28 20:40:40','','20201217_152016','','inherit','open','closed','','20201217_152016','','','2022-02-28 20:40:40','2022-02-28 20:40:40','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201217_152016.jpg',0,'attachment','image/jpeg',0),(149,1,'2022-02-28 20:40:52','2022-02-28 20:40:52','','20201217_155729','','inherit','open','closed','','20201217_155729','','','2022-02-28 20:40:52','2022-02-28 20:40:52','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201217_155729.jpg',0,'attachment','image/jpeg',0),(150,1,'2022-02-28 20:41:05','2022-02-28 20:41:05','','20201221_152619','','inherit','open','closed','','20201221_152619','','','2022-02-28 20:41:05','2022-02-28 20:41:05','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152619.jpg',0,'attachment','image/jpeg',0),(151,1,'2022-02-28 20:41:59','2022-02-28 20:41:59','','20201221_152447','','inherit','open','closed','','20201221_152447','','','2022-02-28 20:41:59','2022-02-28 20:41:59','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447.jpg',0,'attachment','image/jpeg',0),(152,1,'2022-02-28 20:42:12','2022-02-28 20:42:12','','20201221_152619','','inherit','open','closed','','20201221_152619-2','','','2022-02-28 20:42:12','2022-02-28 20:42:12','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152619-1.jpg',0,'attachment','image/jpeg',0),(153,1,'2022-02-28 20:42:32','2022-02-28 20:42:32','','20201221_152756','','inherit','open','closed','','20201221_152756','','','2022-02-28 20:42:32','2022-02-28 20:42:32','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152756.jpg',0,'attachment','image/jpeg',0),(154,1,'2022-02-28 20:42:46','2022-02-28 20:42:46','','20201221_152806','','inherit','open','closed','','20201221_152806-2','','','2022-02-28 20:42:46','2022-02-28 20:42:46','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-1.jpg',0,'attachment','image/jpeg',0),(155,1,'2022-02-28 20:43:01','2022-02-28 20:43:01','','20201221_153230','','inherit','open','closed','','20201221_153230','','','2022-02-28 20:43:01','2022-02-28 20:43:01','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_153230.jpg',0,'attachment','image/jpeg',0),(156,1,'2022-02-28 20:43:14','2022-02-28 20:43:14','','Design','','inherit','open','closed','','20201221_153238','','','2022-04-25 19:10:05','2022-04-25 19:10:05','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_153238.jpg',0,'attachment','image/jpeg',0),(158,1,'2022-02-28 21:01:21','2022-02-28 21:01:21','','Block Preview Page','','inherit','closed','closed','','131-revision-v1','','','2022-02-28 21:01:21','2022-02-28 21:01:21','',131,'https://naplesirrigation.com/?p=158',0,'revision','',0),(163,1,'2022-03-01 00:33:08','2022-03-01 00:33:08','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"222\"]<img class=\"wp-image-136 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"222\" height=\"300\" data-imhwpb-asset-id=\"780395\"> Brad Hooper . Owner of Naples Irrigation &amp; Hooper Irrigation since 1989 .[/caption]\n\n</div>\n<p class=\"\">Established in 1984,&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\n\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\n\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p class=\"\">239-793-7755 or 239-250-5265</p>\n\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\nPO Box 2857, Naples FL 34106\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>Get in Touch</h3>\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp;</p>\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\nThank You Bradford Hooper&nbsp;\n<p class=\"\">[weforms id=\"63\"]</p>\n\n</div>\n</div>\n</div>\n</div>','Contact Us','','inherit','closed','closed','','107-revision-v1','','','2022-03-01 00:33:08','2022-03-01 00:33:08','',107,'https://naplesirrigation.com/?p=163',0,'revision','',0),(167,1,'2022-03-01 03:08:10','2022-03-01 03:08:10','<iframe title=\"City at Night\" width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5LxGNTTxPis?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','1ad0fe5f0d83c4490e038e6c19bd9e3f','','','2022-03-01 03:08:10','2022-03-01 03:08:10','',0,'https://naplesirrigation.com/1ad0fe5f0d83c4490e038e6c19bd9e3f/',0,'oembed_cache','',0),(164,1,'2022-03-01 02:36:45','2022-03-01 02:36:45','','Naples Sprinkler Services','Your yard is only as lovely as your sprinkler service.  Monthly Maintenance to avoid costly mishaps.\r\n','inherit','open','closed','','20210313_120212','','','2022-04-04 18:31:34','2022-04-04 18:31:34','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212.jpg',0,'attachment','image/jpeg',0),(166,1,'2022-03-01 03:01:43','2022-03-01 03:01:43','Design Installation Monthy Maintenace ','20210313_120201','','inherit','open','closed','','20210313_120201-4','','','2022-03-01 03:02:29','2022-03-01 03:02:29','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120201.jpg',0,'attachment','image/jpeg',0),(165,1,'2022-03-01 02:55:48','2022-03-01 02:55:48','','NaplesIrrigaiton','','inherit','open','closed','','naplesirrigaiton','','','2022-03-01 02:55:48','2022-03-01 02:55:48','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/NaplesIrrigaiton.jpg',0,'attachment','image/jpeg',0),(168,1,'2022-03-01 03:09:49','2022-03-01 03:09:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops60a27a29c0d5d20f56ffb01369d4d14b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops60a27a29c0d5d20f56ffb01369d4d14b','','','2022-03-01 03:09:49','2022-03-01 03:09:49','',0,'https://naplesirrigation.com/wp-content/uploads/2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops60a27a29c0d5d20f56ffb01369d4d14b.jpg',0,'attachment','image/jpeg',0),(169,1,'2022-03-01 03:09:49','2022-03-01 03:09:49','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops59d6fd3c559c53080e7c298f98ae0afd','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops59d6fd3c559c53080e7c298f98ae0afd','','','2022-03-01 03:09:49','2022-03-01 03:09:49','',0,'https://naplesirrigation.com/wp-content/uploads/2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops59d6fd3c559c53080e7c298f98ae0afd.jpg',0,'attachment','image/jpeg',0),(170,1,'2022-03-01 03:09:50','2022-03-01 03:09:50','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops406d0fa0bbefc6c57ef3740e77d689ab','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops406d0fa0bbefc6c57ef3740e77d689ab','','','2022-03-01 03:09:50','2022-03-01 03:09:50','',0,'https://naplesirrigation.com/wp-content/uploads/2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops406d0fa0bbefc6c57ef3740e77d689ab.jpg',0,'attachment','image/jpeg',0),(171,1,'2022-03-01 03:17:07','2022-03-01 03:17:07','','20210313_120201','','inherit','open','closed','','20210313_120201-5','','','2022-03-01 03:17:07','2022-03-01 03:17:07','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120201-1.jpg',0,'attachment','image/jpeg',0),(172,1,'2022-03-01 03:17:57','2022-03-01 03:17:57','','20210313_120212','','inherit','open','closed','','20210313_120212-2','','','2022-03-01 03:17:57','2022-03-01 03:17:57','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-1.jpg',0,'attachment','image/jpeg',0),(175,1,'2022-03-01 04:00:33','2022-03-01 04:00:33','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"683\" height=\"512\"></p>\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-149 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201217_155729-225x300.jpg\" alt=\"\" width=\"195\" height=\"260\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Springkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-123\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>SUPPLY HOUSE </strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-124\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Janet Clarke</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>bRAD eNGLE dENSITRY</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-03-01 04:00:33','2022-03-01 04:00:33','',103,'https://naplesirrigation.com/?p=175',0,'revision','',0),(176,1,'2022-03-01 04:02:20','2022-03-01 04:02:20','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"683\" height=\"512\"></p>\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-149 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201217_155729-225x300.jpg\" alt=\"\" width=\"195\" height=\"260\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Springkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-123\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>SUPPLY HOUSE </strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-124\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Janet Clarke</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>bRAD eNGLE dENSITRY</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-03-01 04:02:20','2022-03-01 04:02:20','',103,'https://naplesirrigation.com/?p=176',0,'revision','',0),(177,1,'2022-03-01 19:15:09','2022-03-01 19:15:09','','pumpirigationsupply','','inherit','open','closed','','pumpirigationsupply','','','2022-03-01 19:15:09','2022-03-01 19:15:09','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply.jpg',0,'attachment','image/jpeg',0),(178,1,'2022-03-01 19:28:44','2022-03-01 19:28:44','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"680\" height=\"510\"></p>\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-149 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201217_155729-225x300.jpg\" alt=\"\" width=\"195\" height=\"260\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle  alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"158\" height=\"158\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-03-01 19:28:44','2022-03-01 19:28:44','',103,'https://naplesirrigation.com/?p=178',0,'revision','',0),(179,1,'2022-03-01 19:44:12','2022-03-01 19:44:12','','received_2444269415708471','Renovations for a beautiful yard ','inherit','open','closed','','received_2444269415708471','','','2022-03-01 21:07:12','2022-03-01 21:07:12','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg',0,'attachment','image/jpeg',0),(180,1,'2022-03-01 19:45:37','2022-03-01 19:45:37','','received_656891985552879','Sprinkler repair\n','inherit','open','closed','','received_656891985552879','','','2022-03-01 19:46:08','2022-03-01 19:46:08','',103,'https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879.jpeg',0,'attachment','image/jpeg',0),(181,1,'2022-03-01 19:46:51','2022-03-01 19:46:51','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"680\" height=\"510\"></p>\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1  wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"158\" height=\"158\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-03-01 19:46:51','2022-03-01 19:46:51','',103,'https://naplesirrigation.com/?p=181',0,'revision','',0),(182,1,'2022-03-01 19:47:34','2022-03-01 19:47:34','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"680\" height=\"510\"></p>\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-03-01 19:47:34','2022-03-01 19:47:34','',103,'https://naplesirrigation.com/?p=182',0,'revision','',0),(183,1,'2022-03-01 19:57:47','2022-03-01 19:57:47','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"250\"]<img class=\"wp-image-136 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"250\" height=\"338\" data-imhwpb-asset-id=\"780395\"> Brad Hooper . Owner of Naples Irrigation &amp; Hooper Irrigation since 1984&nbsp;[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">Established in 1984,&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265</p>\r\n\r\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3>Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave phone number for a call back</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\nThank You Bradford Hooper&nbsp;\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us','','inherit','closed','closed','','107-revision-v1','','','2022-03-01 19:57:47','2022-03-01 19:57:47','',107,'https://naplesirrigation.com/?p=183',0,'revision','',0),(184,1,'2022-03-01 19:59:07','2022-03-01 19:59:07','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"250\"]<img class=\"wp-image-136 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"250\" height=\"338\" data-imhwpb-asset-id=\"780395\"> Brad Hooper . Owner of Naples Irrigation &amp; Hooper Irrigation since 1984&nbsp;[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">Established in 1984,&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265</p>\r\n\r\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave the phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-03-01 19:59:07','2022-03-01 19:59:07','',107,'https://naplesirrigation.com/?p=184',0,'revision','',0),(347,1,'2022-07-06 20:41:55','2022-07-06 20:41:55','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Naples Irrigation d/b/a Hooper Irrigation is owned and operated by Brad Hooper who is a fully licensed and insured Irrigation expert in the Naples area for 40 years.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">What we offer to all our Customers:</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Innovative Designs to ensure the best irrigation system is installed for your individual yard or business and price range.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Repair and Maintenance of all components including irrigation pumps, timers (clocks), valves, manifolds and sprinkler heads. We suggest monthly maintenance to prevent any mishaps or issues but can offer a flexible schedule based on your needs.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Renovation of existing irrigation systems that may be outdated, broken or damaged.</h2>\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"225\" height=\"300\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair|irrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<p class=\"\"><img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation , Brad Hooper is one of the best companies in the business to work with.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Owner Brad Engle recommends, Naples Irrigation,&nbsp; Brad Hooper for your business\' irrigation needs.&nbsp; &nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation is one of our best sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">I was so pleased with the sprinkler system Brad Hooper customized and designed for my flower garden.&nbsp; Now my landscaping looks beautiful every day.&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-07-06 20:41:55','2022-07-06 20:41:55','',103,'https://naplesirrigation.com/?p=347',0,'revision','',0),(186,1,'2022-03-01 20:30:34','2022-03-01 20:30:34','https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1.jpg','','','inherit','open','closed','','cropped-20210313_120201-scaled-1-jpg','','','2022-04-04 19:58:57','2022-04-04 19:58:57','',103,'https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1.jpg',0,'attachment','image/jpeg',0),(187,1,'2022-03-01 20:31:59','2022-03-01 20:31:59','https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20201221_153230-scaled-1.jpg','cropped-20201221_153230-scaled-1.jpg','','inherit','open','closed','','cropped-20201221_153230-scaled-1-jpg','','','2022-03-01 20:31:59','2022-03-01 20:31:59','',0,'https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20201221_153230-scaled-1.jpg',0,'attachment','image/jpeg',0),(188,1,'2022-03-01 20:35:42','2022-03-01 20:35:42','https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg','About Naples Irrigation | Hooper Irrigation','','inherit','open','closed','','cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-jpg','','','2022-03-01 20:38:00','2022-03-01 20:38:00','',0,'https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg',0,'attachment','image/jpeg',0),(189,1,'2022-03-01 20:36:05','2022-03-01 20:36:05','https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg','cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg','','inherit','open','closed','','cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-jpg','','','2022-03-01 20:36:05','2022-03-01 20:36:05','',0,'https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg',0,'attachment','image/jpeg',0),(190,1,'2022-03-01 20:38:08','2022-03-01 20:38:08','https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1.jpg','cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1.jpg','','inherit','open','closed','','cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-jpg','','','2022-03-01 21:04:55','2022-03-01 21:04:55','',0,'https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1.jpg',0,'attachment','image/jpeg',0),(191,1,'2022-07-06 20:22:50','2022-07-06 20:22:50','<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 42px;\">\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\n<h4 class=\"\">About Naples Irrigation</h4>\n<h4 class=\"\">d/b/a Hooper IRRIGATION</h4>\n<p class=\"\" style=\"font-size: 14px;\">About the Owner:&nbsp; &nbsp;Brad Hooper, a formal graduate of the University of Evansville, Indiana began his 40year career in the Naples, Florida area with the formation of Hooper Irrigation in 1982.&nbsp; &nbsp; &nbsp;</p>\n<p class=\"\" style=\"font-size: 14px;\">The company offers a full complement of services to residential and multifamily homes, as well as, small commercial businesses in Naples and nearby communitiies.&nbsp;&nbsp;</p>\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Brad Hooper offers new innovative designed systems that fit his customer\'s landscaping and lawn requirements and at a price range tailored to his customer\'s needs.&nbsp; &nbsp;His designs are geared toward the prevention of the mishaps experienced with badly designed systems.&nbsp; &nbsp;</p>\n<p class=\"\" style=\"font-size: 14px;\">In addition to new installations, Hooper Irrigation specializes in renovations of existing systems, repair,&nbsp; and replacements of all components such as sprinkler heads, electrical valves, clocks and pumps to ensure a flawless customer experience.&nbsp;</p>\n<p class=\"\" style=\"font-size: 14px;\">To maintain a beautiful lawn or landscape for your home or business, Hooper Irrigation will provide personalized maintenance programs to fit your needs: monthly, bi-monthly, or quarterly programs are available to support your project.</p>\n<p class=\"\" style=\"font-size: 14px;\">Maintenance programs are one of the most important services we offer to prevent high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or even simply resetting clocks due to any State water regulations.</p>\n<p class=\"\" style=\"font-size: 14px;\">Hooper Irrigation has installed over 4,000 new systems and has serviced thousands of systems whether installed by Hooper Irrigation or not. Owner Brad Hooper guarantees his work and is well recognized and recommended in the industry.</p>\n<p class=\"\" style=\"font-size: 14px;\">We hope you will allow us the opportunity to help you with all your irrigation needs.</p>\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how to sign up for our Maintenace Program.&nbsp; Please contact us today at 239-793-775.&nbsp;&nbsp;</p>\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\n<p class=\"\">&nbsp;</p>\n\n</div>\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-146 size-thumbnail\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\n\n<div class=\"\">\n<p class=\"\">&nbsp;</p>\n<p class=\"\">&nbsp;</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\"></div>\n</div>','About Us','','inherit','closed','closed','','105-autosave-v1','','','2022-07-06 20:22:50','2022-07-06 20:22:50','',105,'https://naplesirrigation.com/?p=191',0,'revision','',0),(192,1,'2022-03-01 21:13:14','2022-03-01 21:13:14','','20200801_150124','','inherit','open','closed','','20200801_150124','','','2022-07-07 13:50:49','2022-07-07 13:50:49','',105,'https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124.jpg',0,'attachment','image/jpeg',0),(193,1,'2022-03-02 15:06:55','2022-03-02 15:06:55','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1 class=\"\">About</h1>\r\n<h4 class=\"\">A Well-roundeults</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\nOur health and fitness program has been designed to help you develop the four core areas of fitness: cardiovascular exercise, flexibility, nutrition, and strength training. Developin\r\n<h4 class=\"\">D PROGRAM FOR WELL-ROUNDED RES</h4>\r\ng these four core areas can help you improve your health and your physique. Whether you are interested in toning and tightening, worried about weight management, or just want to get into a weekly workout routine, our team of professional fitness experts are here to help.\r\n\r\nWe offer personalized training sessions, group workout classes, and Do-It-Yourself access to top of the line fitness equipment. Our goal is to help you achieve the healthy physique that is best suited to your personal goals and lifestyle. We offer a dedicated, professional, and friendly environment that is designed to support your every need.\r\n\r\nTo learn more about how you can join today we invite you to contact us today. We look forward to helping you start your fitness journey.\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-115\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-116\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-117\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-03-02 15:06:55','2022-03-02 15:06:55','',105,'https://naplesirrigation.com/?p=193',0,'revision','',0),(222,1,'2022-04-04 19:55:26','2022-04-04 19:55:26','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\">14</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 19:55:26','2022-04-04 19:55:26','',103,'https://naplesirrigation.com/?p=222',0,'revision','',0),(197,1,'2022-04-04 18:00:15','2022-04-04 18:00:15','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164  aligncenter\" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"538\" height=\"403\"></p>\r\n<p class=\"\">Your yard is only as lovely as your Sprinkler System Guy&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4 align-column-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180  aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle wp-image-177  aligncenter\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 18:00:15','2022-04-04 18:00:15','',103,'https://naplesirrigation.com/?p=197',0,'revision','',0),(283,1,'2022-04-26 19:53:59','2022-04-26 19:53:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\" style=\"font-size: 14px;\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-26 19:53:59','2022-04-26 19:53:59','',105,'https://naplesirrigation.com/?p=283',0,'revision','',0),(280,1,'2022-04-25 19:12:07','2022-04-25 19:12:07','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<div class=\"\">\r\n\r\n<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\">\r\n\r\n<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\">\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-25 19:12:07','2022-04-25 19:12:07','',105,'https://naplesirrigation.com/?p=280',0,'revision','',0),(341,1,'2022-07-06 19:27:47','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-07-06 19:27:47','0000-00-00 00:00:00','',0,'https://naplesirrigation.com/?p=341',0,'post','',0),(342,1,'2022-07-06 19:30:20','2022-07-06 19:30:20','{\n    \"nav_menu_item[330]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:30:08\"\n    },\n    \"nav_menu_item[-1485916712301539300]\": {\n        \"value\": {\n            \"object_id\": 311,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 5,\n            \"type\": \"post_type\",\n            \"title\": \"GALLERY\",\n            \"url\": \"https://naplesirrigation.com/gallary/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Gallary\",\n            \"nav_menu_term_id\": 4,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:30:20\"\n    }\n}','','','trash','closed','closed','','462ee222-2360-4e41-b055-c8388c73c5ee','','','2022-07-06 19:30:20','2022-07-06 19:30:20','',0,'https://naplesirrigation.com/?p=342',0,'customize_changeset','',0),(344,1,'2022-07-06 19:32:07','0000-00-00 00:00:00','{\n    \"crio::nav_menu_locations[main]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:32:07\"\n    },\n    \"crio::nav_menu_locations[social]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:32:07\"\n    },\n    \"crio::nav_menu_locations[sticky-main]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:32:07\"\n    },\n    \"crio::nav_menu_locations[sticky-social]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:32:07\"\n    },\n    \"nav_menu[4]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:32:07\"\n    }\n}','','','auto-draft','closed','closed','','0948659b-4a54-4cf8-94e6-ada356c9b47a','','','2022-07-06 19:32:07','0000-00-00 00:00:00','',0,'https://naplesirrigation.com/?p=344',0,'customize_changeset','',0),(281,1,'2022-04-26 19:44:15','2022-04-26 19:44:15','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"225\" height=\"300\" data-imhwpb-asset-id=\"695399\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair|irrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Visit us today, highly recommend one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-26 19:44:15','2022-04-26 19:44:15','',103,'https://naplesirrigation.com/?p=281',0,'revision','',0),(282,1,'2022-04-26 19:44:39','2022-04-26 19:44:39','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"225\" height=\"300\" data-imhwpb-asset-id=\"695399\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair|irrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Visit us today, highly recommend one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-26 19:44:39','2022-04-26 19:44:39','',103,'https://naplesirrigation.com/?p=282',0,'revision','',0),(284,1,'2022-04-26 19:56:03','2022-04-26 19:56:03','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\" style=\"font-size: 14px;\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone size-medium wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"></p>\r\n\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-26 19:56:03','2022-04-26 19:56:03','',105,'https://naplesirrigation.com/?p=284',0,'revision','',0),(285,1,'2022-04-26 19:57:42','2022-04-26 19:57:42','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\" style=\"font-size: 14px;\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-146 size-thumbnail\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-26 19:57:42','2022-04-26 19:57:42','',105,'https://naplesirrigation.com/?p=285',0,'revision','',0),(286,1,'2022-04-26 20:01:52','2022-04-26 20:01:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\" style=\"font-size: 14px;\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-146 size-thumbnail\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-26 20:01:52','2022-04-26 20:01:52','',105,'https://naplesirrigation.com/?p=286',0,'revision','',0),(287,1,'2022-04-26 20:02:54','2022-04-26 20:02:54','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\" style=\"font-size: 14px;\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-146 size-thumbnail\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-26 20:02:54','2022-04-26 20:02:54','',105,'https://naplesirrigation.com/?p=287',0,'revision','',0),(288,1,'2022-04-26 20:07:57','2022-04-26 20:07:57','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops556b15d44db0d41f468218b66b6f1821','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops556b15d44db0d41f468218b66b6f1821','','','2022-04-26 20:07:57','2022-04-26 20:07:57','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops556b15d44db0d41f468218b66b6f1821.jpg',0,'attachment','image/jpeg',0),(289,1,'2022-04-26 20:07:58','2022-04-26 20:07:58','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops72fd7d0712cef8a21d9275d8bf3c8957','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops72fd7d0712cef8a21d9275d8bf3c8957','','','2022-04-26 20:07:58','2022-04-26 20:07:58','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops72fd7d0712cef8a21d9275d8bf3c8957.jpg',0,'attachment','image/jpeg',0),(290,1,'2022-04-26 20:07:59','2022-04-26 20:07:59','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops8fe5d3c9969d690788448317e96305c3','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops8fe5d3c9969d690788448317e96305c3','','','2022-04-26 20:07:59','2022-04-26 20:07:59','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops8fe5d3c9969d690788448317e96305c3.jpg',0,'attachment','image/jpeg',0),(291,1,'2022-04-26 20:07:59','2022-04-26 20:07:59','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops0285a0633197a89d319729b88d1deb1f','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops0285a0633197a89d319729b88d1deb1f','','','2022-04-26 20:07:59','2022-04-26 20:07:59','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops0285a0633197a89d319729b88d1deb1f.jpg',0,'attachment','image/jpeg',0),(292,1,'2022-04-26 20:07:59','2022-04-26 20:07:59','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops27ecb31830cd9e08e6c0661f858bbe4b','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops27ecb31830cd9e08e6c0661f858bbe4b','','','2022-04-26 20:07:59','2022-04-26 20:07:59','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops27ecb31830cd9e08e6c0661f858bbe4b.jpg',0,'attachment','image/jpeg',0),(293,1,'2022-04-26 20:08:00','2022-04-26 20:08:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops94e35cc6903e4d4f20fc3586bffb6641','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops94e35cc6903e4d4f20fc3586bffb6641','','','2022-04-26 20:08:00','2022-04-26 20:08:00','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops94e35cc6903e4d4f20fc3586bffb6641.jpg',0,'attachment','image/jpeg',0),(294,1,'2022-04-26 20:08:00','2022-04-26 20:08:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsf5c525191a63a6212c0aa4f791e5c33e','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcropsf5c525191a63a6212c0aa4f791e5c33e','','','2022-04-26 20:08:00','2022-04-26 20:08:00','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsf5c525191a63a6212c0aa4f791e5c33e.jpg',0,'attachment','image/jpeg',0),(295,1,'2022-04-26 20:08:00','2022-04-26 20:08:00','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops68c2a012ab21b6861f9b176a9dd7dfa6','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h300fitcrops68c2a012ab21b6861f9b176a9dd7dfa6','','','2022-04-26 20:08:00','2022-04-26 20:08:00','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops68c2a012ab21b6861f9b176a9dd7dfa6.jpg',0,'attachment','image/jpeg',0),(346,1,'2022-07-06 20:22:56','2022-07-06 20:22:56','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation</h4>\r\n<h4 class=\"\">d/b/a Hooper IRRIGATION</h4>\r\n<p class=\"\" style=\"font-size: 14px;\">About the Owner:&nbsp; &nbsp;Brad Hooper, a formal graduate of the University of Evansville, Indiana began his 40year career in the Naples, Florida area with the formation of Hooper Irrigation in 1982.&nbsp; &nbsp; &nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">The company offers a full complement of services to residential and multifamily homes, as well as, small commercial businesses in Naples and nearby communitiies.&nbsp;&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">&nbsp;Brad Hooper offers new innovative designed systems that fit his customer\'s landscaping and lawn requirements and at a price range tailored to his customer\'s needs.&nbsp; &nbsp;His designs are geared toward the prevention of the mishaps experienced with badly designed systems.&nbsp; &nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">In addition to new installations, Hooper Irrigation specializes in renovations of existing systems, repair,&nbsp; and replacements of all components such as sprinkler heads, electrical valves, clocks and pumps to ensure a flawless customer experience.&nbsp;</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To maintain a beautiful lawn or landscape for your home or business, Hooper Irrigation will provide personalized maintenance programs to fit your needs: monthly, bi-monthly, or quarterly programs are available to support your project.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Maintenance programs are one of the most important services we offer to prevent high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or even simply resetting clocks due to any State water regulations.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">Hooper Irrigation has installed over 4,000 new systems and has serviced thousands of systems whether installed by Hooper Irrigation or not. Owner Brad Hooper guarantees his work and is well recognized and recommended in the industry.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">We hope you will allow us the opportunity to help you with all your irrigation needs.</p>\r\n<p class=\"\" style=\"font-size: 14px;\">To learn more about how to sign up for our Maintenace Program.&nbsp; Please contact us today at 239-793-775.&nbsp;&nbsp;</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" style=\"font-size: 14px;\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-reset\"><img class=\"alignnone wp-image-146 size-thumbnail\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\"></p>\r\n\r\n<div class=\"\">\r\n<p class=\"\">&nbsp;</p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-07-06 20:22:56','2022-07-06 20:22:56','',105,'https://naplesirrigation.com/?p=346',0,'revision','',0),(296,1,'2022-04-26 20:15:13','2022-04-26 20:15:13','','20210313_120212','','inherit','open','closed','','20210313_120212-3','','','2022-04-26 20:15:13','2022-04-26 20:15:13','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/20210313_120212.jpg',0,'attachment','image/jpeg',0),(297,1,'2022-04-26 20:17:21','2022-04-26 20:17:21','','20201217_155729','','inherit','open','closed','','20201217_155729-2','','','2022-04-26 20:17:21','2022-04-26 20:17:21','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/20201217_155729.jpg',0,'attachment','image/jpeg',0),(298,1,'2022-04-26 20:23:01','2022-04-26 20:23:01','','20201224_140019','','inherit','open','closed','','20201224_140019','','','2022-04-26 20:23:01','2022-04-26 20:23:01','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/20201224_140019.jpg',0,'attachment','image/jpeg',0),(299,1,'2022-04-26 20:23:46','2022-04-26 20:23:46','','20201224_140026','','inherit','open','closed','','20201224_140026','','','2022-04-26 20:23:46','2022-04-26 20:23:46','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/20201224_140026.jpg',0,'attachment','image/jpeg',0),(300,1,'2022-04-26 20:25:06','2022-04-26 20:25:06','','20210106_143559','','inherit','open','closed','','20210106_143559','','','2022-04-26 20:25:06','2022-04-26 20:25:06','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/20210106_143559.jpg',0,'attachment','image/jpeg',0),(301,1,'2022-04-26 20:35:33','2022-04-26 20:35:33','','NAPLESENGLE','','inherit','open','closed','','naplesengle','','','2022-04-26 20:35:33','2022-04-26 20:35:33','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/NAPLESENGLE.jpg',0,'attachment','image/jpeg',0),(302,1,'2022-04-26 20:35:52','2022-04-26 20:35:52','','20220424_145721','','inherit','open','closed','','20220424_145721','','','2022-04-26 20:35:52','2022-04-26 20:35:52','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/20220424_145721.jpg',0,'attachment','image/jpeg',0),(303,1,'2022-04-26 20:36:37','2022-04-26 20:36:37','','BRADENGLE','','inherit','open','closed','','bradengle','','','2022-04-26 20:36:37','2022-04-26 20:36:37','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/BRADENGLE.jpg',0,'attachment','image/jpeg',0),(304,1,'2022-04-26 20:37:14','2022-04-26 20:37:14','','ENGLENAPLES','','inherit','open','closed','','englenaples','','','2022-04-26 20:37:14','2022-04-26 20:37:14','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/ENGLENAPLES.jpg',0,'attachment','image/jpeg',0),(305,1,'2022-04-26 20:41:58','2022-04-26 20:41:58','','received_1106340680107062[1]','','inherit','open','closed','','received_11063406801070621','','','2022-04-26 20:41:58','2022-04-26 20:41:58','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_11063406801070621.jpeg',0,'attachment','image/jpeg',0),(306,1,'2022-04-26 20:42:39','2022-04-26 20:42:39','','received_1014047505862801[1]','','inherit','open','closed','','received_10140475058628011','','','2022-04-26 20:42:39','2022-04-26 20:42:39','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_10140475058628011.jpeg',0,'attachment','image/jpeg',0),(307,1,'2022-04-26 20:43:18','2022-04-26 20:43:18','','received_656891985552879[1]','','inherit','open','closed','','received_6568919855528791','','','2022-04-26 20:43:18','2022-04-26 20:43:18','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_6568919855528791.jpeg',0,'attachment','image/jpeg',0),(308,1,'2022-04-26 20:43:38','2022-04-26 20:43:38','','received_1014047505862801[1]','','inherit','open','closed','','received_10140475058628011-2','','','2022-04-26 20:43:38','2022-04-26 20:43:38','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_10140475058628011-1.jpeg',0,'attachment','image/jpeg',0),(309,1,'2022-04-26 20:43:58','2022-04-26 20:43:58','','received_1318963648623589[1]','','inherit','open','closed','','received_13189636486235891','','','2022-04-26 20:43:58','2022-04-26 20:43:58','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891.jpeg',0,'attachment','image/jpeg',0),(310,1,'2022-04-26 20:44:34','2022-04-26 20:44:34','','received_1014047505862801[1]','','inherit','open','closed','','received_10140475058628011-3','','','2022-04-26 20:44:34','2022-04-26 20:44:34','',105,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_10140475058628011-2.jpeg',0,'attachment','image/jpeg',0),(312,1,'2022-04-26 20:56:33','2022-04-26 20:56:33','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops1b902cc9b37c149116b8f7fe2c132d1d','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcrops1b902cc9b37c149116b8f7fe2c132d1d','','','2022-04-26 20:56:33','2022-04-26 20:56:33','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops1b902cc9b37c149116b8f7fe2c132d1d.jpg',0,'attachment','image/jpeg',0),(311,1,'2022-04-26 21:07:09','2022-04-26 21:07:09','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"225\" height=\"300\"><img class=\"alignnone size-medium wp-image-171\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120201-1-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallery</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"https://naplesirrigation.com/contact-us/\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-337 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_205_400_253.57142857143_received_321726983425382.jpeg\" alt=\"\" width=\"400\" height=\"253\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-333 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/3_0_219.79166666667_300_received_540117650841980.jpeg\" alt=\"\" width=\"219\" height=\"300\"></p>\r\n\r\n\r\n[caption id=\"attachment_334\" align=\"alignnone\" width=\"222\"]<img class=\"bg-img wp-image-334 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_1113209649411439-222x300.jpeg\" alt=\"\" width=\"222\" height=\"300\"> Sprinkler Pump replacement[/caption]\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallery','','publish','closed','closed','','gallary','','','2022-07-07 13:51:06','2022-07-07 13:51:06','',0,'https://naplesirrigation.com/?page_id=311',0,'page','',0),(313,1,'2022-04-26 20:56:34','2022-04-26 20:56:34','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops66fb5c7e73e7276b0e34a5eb5fcc3a75','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcrops66fb5c7e73e7276b0e34a5eb5fcc3a75','','','2022-04-26 20:56:34','2022-04-26 20:56:34','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops66fb5c7e73e7276b0e34a5eb5fcc3a75.jpg',0,'attachment','image/jpeg',0),(314,1,'2022-04-26 20:56:34','2022-04-26 20:56:34','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops2b16b8958234cd06fb2a4ed49ae36156','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcrops2b16b8958234cd06fb2a4ed49ae36156','','','2022-04-26 20:56:34','2022-04-26 20:56:34','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops2b16b8958234cd06fb2a4ed49ae36156.jpg',0,'attachment','image/jpeg',0),(315,1,'2022-04-26 20:56:34','2022-04-26 20:56:34','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsf897af1b88da66550cfcddc921cc7495','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcropsf897af1b88da66550cfcddc921cc7495','','','2022-04-26 20:56:34','2022-04-26 20:56:34','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsf897af1b88da66550cfcddc921cc7495.jpg',0,'attachment','image/jpeg',0),(316,1,'2022-04-26 20:56:35','2022-04-26 20:56:35','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops97be8f4496dbc78d6e23c9d1b81c5cbe','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcrops97be8f4496dbc78d6e23c9d1b81c5cbe','','','2022-04-26 20:56:35','2022-04-26 20:56:35','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops97be8f4496dbc78d6e23c9d1b81c5cbe.jpg',0,'attachment','image/jpeg',0),(317,1,'2022-04-26 20:56:36','2022-04-26 20:56:36','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropse4dbca6829a9948e24ee9e7534a251b6','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcropse4dbca6829a9948e24ee9e7534a251b6','','','2022-04-26 20:56:36','2022-04-26 20:56:36','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropse4dbca6829a9948e24ee9e7534a251b6.jpg',0,'attachment','image/jpeg',0),(318,1,'2022-04-26 20:56:36','2022-04-26 20:56:36','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops5de07112751c65910f5bc64bd7967f19','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcrops5de07112751c65910f5bc64bd7967f19','','','2022-04-26 20:56:36','2022-04-26 20:56:36','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops5de07112751c65910f5bc64bd7967f19.jpg',0,'attachment','image/jpeg',0),(319,1,'2022-04-26 20:56:37','2022-04-26 20:56:37','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsd18c648f4d7c341d934407050f2968e0','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h400fitcropsd18c648f4d7c341d934407050f2968e0','','','2022-04-26 20:56:37','2022-04-26 20:56:37','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsd18c648f4d7c341d934407050f2968e0.jpg',0,'attachment','image/jpeg',0),(320,1,'2022-04-26 20:56:42','2022-04-26 20:56:42','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops742bf33d678bd5797e91b437b19000bd','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcrops742bf33d678bd5797e91b437b19000bd','','','2022-04-26 20:56:42','2022-04-26 20:56:42','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops742bf33d678bd5797e91b437b19000bd.jpg',0,'attachment','image/jpeg',0),(321,1,'2022-04-26 20:56:43','2022-04-26 20:56:43','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops4deea82056b1ecce7bb76a471926aa51','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcrops4deea82056b1ecce7bb76a471926aa51','','','2022-04-26 20:56:43','2022-04-26 20:56:43','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops4deea82056b1ecce7bb76a471926aa51.jpg',0,'attachment','image/jpeg',0),(322,1,'2022-04-26 20:56:44','2022-04-26 20:56:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops99fe8a9e59bde4078cbc195dcd3ceeb4','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw750h522fitcrops99fe8a9e59bde4078cbc195dcd3ceeb4','','','2022-04-26 20:56:44','2022-04-26 20:56:44','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops99fe8a9e59bde4078cbc195dcd3ceeb4.jpg',0,'attachment','image/jpeg',0),(323,1,'2022-04-26 20:56:44','2022-04-26 20:56:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsa7f48c788a9950bf2ebc8873b9017f67','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcropsa7f48c788a9950bf2ebc8873b9017f67','','','2022-04-26 20:56:44','2022-04-26 20:56:44','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsa7f48c788a9950bf2ebc8873b9017f67.jpg',0,'attachment','image/jpeg',0),(324,1,'2022-04-26 20:56:44','2022-04-26 20:56:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops982cef46a934fa45be562222cf0d990a','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcrops982cef46a934fa45be562222cf0d990a','','','2022-04-26 20:56:44','2022-04-26 20:56:44','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops982cef46a934fa45be562222cf0d990a.jpg',0,'attachment','image/jpeg',0),(325,1,'2022-04-26 20:56:44','2022-04-26 20:56:44','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc497936e1546a37085dbea5bf870f0d6','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcropsc497936e1546a37085dbea5bf870f0d6','','','2022-04-26 20:56:44','2022-04-26 20:56:44','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc497936e1546a37085dbea5bf870f0d6.jpg',0,'attachment','image/jpeg',0),(326,1,'2022-04-26 20:56:45','2022-04-26 20:56:45','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsd527295725e09b3b838d6fd1b76c7e7d','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcropsd527295725e09b3b838d6fd1b76c7e7d','','','2022-04-26 20:56:45','2022-04-26 20:56:45','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsd527295725e09b3b838d6fd1b76c7e7d.jpg',0,'attachment','image/jpeg',0),(327,1,'2022-04-26 20:56:46','2022-04-26 20:56:46','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops963eccca08a106d49f5f80a1c7babd03','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcrops963eccca08a106d49f5f80a1c7babd03','','','2022-04-26 20:56:46','2022-04-26 20:56:46','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops963eccca08a106d49f5f80a1c7babd03.jpg',0,'attachment','image/jpeg',0),(328,1,'2022-04-26 20:56:46','2022-04-26 20:56:46','','ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops066e43de095ea5f3d1cd72d96455e357','','inherit','open','closed','','ixlibrb-0-3-5q80fmjpgcropentropycstinysrgbw400h250fitcrops066e43de095ea5f3d1cd72d96455e357','','','2022-04-26 20:56:46','2022-04-26 20:56:46','',0,'https://naplesirrigation.com/wp-content/uploads/2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops066e43de095ea5f3d1cd72d96455e357.jpg',0,'attachment','image/jpeg',0),(332,1,'2022-04-26 21:12:19','2022-04-26 21:12:19','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallary&nbsp;</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"#2397937755\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-300 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_20210106_143559-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n\r\n<img class=\"bg-img wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"231\" height=\"315\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-302 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_20220424_145721-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallary','','inherit','closed','closed','','311-revision-v1','','','2022-04-26 21:12:19','2022-04-26 21:12:19','',311,'https://naplesirrigation.com/?p=332',0,'revision','',0),(329,1,'2022-04-26 21:07:09','2022-04-26 21:07:09','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-309 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_187.62_560_389.76_received_13189636486235891.jpeg\" alt=\"\" width=\"560\" height=\"389\"></p>\r\n\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallary&nbsp;</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"#2397937755\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-300 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_20210106_143559-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n\r\n[caption id=\"attachment_180\" align=\"alignnone\" width=\"220\"]<img class=\"bg-img wp-image-180 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\"> Sprinkler repair[/caption]\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-302 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_20220424_145721-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallary','','inherit','closed','closed','','311-revision-v1','','','2022-04-26 21:07:09','2022-04-26 21:07:09','',311,'https://naplesirrigation.com/?p=329',0,'revision','',0),(343,1,'2022-07-06 19:30:20','2022-07-06 19:30:20','','GALLERY','','publish','closed','closed','','gallery','','','2022-07-06 19:30:20','2022-07-06 19:30:20','',0,'https://naplesirrigation.com/gallery/',5,'nav_menu_item','',0),(331,1,'2022-07-07 13:50:44','2022-07-07 13:50:44','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\n\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\n<p class=\"\"><img class=\"alignnone size-medium wp-image-300\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/20210106_143559-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\"><img class=\"alignnone size-medium wp-image-171\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120201-1-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\n\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\n<p class=\"\">Naples Irrigation Gallery</p>\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"https://naplesirrigation.com/contact-us/\">Learn More</a></p>\n<p class=\"\">&nbsp;</p>\n\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-337 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_205_400_253.57142857143_received_321726983425382.jpeg\" alt=\"\" width=\"400\" height=\"253\"></p>\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\n\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<p class=\"\"><img class=\"bg-img alignnone wp-image-333 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/3_0_219.79166666667_300_received_540117650841980.jpeg\" alt=\"\" width=\"219\" height=\"300\"></p>\n\n\n[caption id=\"attachment_334\" align=\"alignnone\" width=\"222\"]<img class=\"bg-img wp-image-334 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_1113209649411439-222x300.jpeg\" alt=\"\" width=\"222\" height=\"300\"> Sprinkler Pump replacement[/caption]\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\n<div class=\"bg-box-cover bg-box-flush bg-box\">\n<p class=\"mod-reset\">&nbsp;</p>\n\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\n\n&nbsp;\n\n</div>\n</div>\n</div>\n</div>','Gallery','','inherit','closed','closed','','311-autosave-v1','','','2022-07-07 13:50:44','2022-07-07 13:50:44','',311,'https://naplesirrigation.com/?p=331',0,'revision','',0),(333,1,'2022-04-27 17:33:10','2022-04-27 17:33:10','','received_540117650841980','','inherit','open','closed','','received_540117650841980','','','2022-04-27 17:33:10','2022-04-27 17:33:10','',311,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_540117650841980.jpeg',0,'attachment','image/jpeg',0),(334,1,'2022-04-27 17:33:55','2022-04-27 17:33:55','','received_1113209649411439','Sprinkler Pump replacement','inherit','open','closed','','received_1113209649411439','','','2022-04-27 17:40:00','2022-04-27 17:40:00','',311,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_1113209649411439.jpeg',0,'attachment','image/jpeg',0),(335,1,'2022-04-27 17:35:39','2022-04-27 17:35:39','','received_540117650841980','','inherit','open','closed','','received_540117650841980-2','','','2022-04-27 17:35:39','2022-04-27 17:35:39','',311,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_540117650841980-1.jpeg',0,'attachment','image/jpeg',0),(336,1,'2022-04-27 17:36:18','2022-04-27 17:36:18','','received_540117650841980','','inherit','open','closed','','received_540117650841980-3','','','2022-04-27 17:36:18','2022-04-27 17:36:18','',311,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_540117650841980-2.jpeg',0,'attachment','image/jpeg',0),(337,1,'2022-04-27 17:37:30','2022-04-27 17:37:30','','received_321726983425382','','inherit','open','closed','','received_321726983425382','','','2022-04-27 17:37:30','2022-04-27 17:37:30','',311,'https://naplesirrigation.com/wp-content/uploads/2022/04/received_321726983425382.jpeg',0,'attachment','image/jpeg',0),(338,1,'2022-04-27 17:38:32','2022-04-27 17:38:32','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallary&nbsp;</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"#2397937755\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-337 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_205_400_253.57142857143_received_321726983425382.jpeg\" alt=\"\" width=\"400\" height=\"253\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\"><img class=\"bg-img  alignnone wp-image-333 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/3_0_219.79166666667_300_received_540117650841980.jpeg\" alt=\"\" width=\"219\" height=\"300\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-334 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_230_400_252.8951486698_received_1113209649411439.jpeg\" alt=\"\" width=\"400\" height=\"252\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallary','','inherit','closed','closed','','311-revision-v1','','','2022-04-27 17:38:32','2022-04-27 17:38:32','',311,'https://naplesirrigation.com/?p=338',0,'revision','',0),(339,1,'2022-04-27 17:40:57','2022-04-27 17:40:57','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallary&nbsp;</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"#2397937755\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-337 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_205_400_253.57142857143_received_321726983425382.jpeg\" alt=\"\" width=\"400\" height=\"253\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-333 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/3_0_219.79166666667_300_received_540117650841980.jpeg\" alt=\"\" width=\"219\" height=\"300\"></p>\r\n\r\n\r\n[caption id=\"attachment_334\" align=\"alignnone\" width=\"222\"]<img class=\"bg-img wp-image-334 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_1113209649411439-222x300.jpeg\" alt=\"\" width=\"222\" height=\"300\"> Sprinkler Pump replacement[/caption]\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallary','','inherit','closed','closed','','311-revision-v1','','','2022-04-27 17:40:57','2022-04-27 17:40:57','',311,'https://naplesirrigation.com/?p=339',0,'revision','',0),(340,1,'2022-04-27 17:44:47','2022-04-27 17:44:47','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallary&nbsp;</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"https://naplesirrigation.com/contact-us/\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-337 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_205_400_253.57142857143_received_321726983425382.jpeg\" alt=\"\" width=\"400\" height=\"253\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-333 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/3_0_219.79166666667_300_received_540117650841980.jpeg\" alt=\"\" width=\"219\" height=\"300\"></p>\r\n\r\n\r\n[caption id=\"attachment_334\" align=\"alignnone\" width=\"222\"]<img class=\"bg-img wp-image-334 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_1113209649411439-222x300.jpeg\" alt=\"\" width=\"222\" height=\"300\"> Sprinkler Pump replacement[/caption]\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallary','','inherit','closed','closed','','311-revision-v1','','','2022-04-27 17:44:47','2022-04-27 17:44:47','',311,'https://naplesirrigation.com/?p=340',0,'revision','',0),(348,1,'2022-07-06 20:45:41','2022-07-06 20:45:41','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Naples Irrigation d/b/a Hooper Irrigation is owned and operated by Brad Hooper who is a fully licensed and insured Irrigation expert in the Naples area for 40 years.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">What we offer to all our Customers:</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Innovative Designs to ensure the best irrigation system is installed for your individual yard or business and price range.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Repair and Maintenance of all components including irrigation pumps, timers (clocks), valves, manifolds and sprinkler heads. We suggest monthly maintenance to prevent any mishaps or issues but can offer a flexible schedule based on your needs.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Renovation of existing irrigation systems that may be outdated, broken or damaged.</h2>\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-273 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"226\" height=\"301\" data-imhwpb-asset-id=\"695399\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n&nbsp;\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair Iirrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<p class=\"\"><img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation , Brad Hooper is one of the best companies in the business to work with.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Owner Brad Engle recommends, Naples Irrigation,&nbsp; Brad Hooper for your business\' irrigation needs.&nbsp; &nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation is one of our best sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">I was so pleased with the sprinkler system Brad Hooper customized and designed for my flower garden.&nbsp; Now my landscaping looks beautiful every day.&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-07-06 20:45:41','2022-07-06 20:45:41','',103,'https://naplesirrigation.com/?p=348',0,'revision','',0),(349,1,'2022-07-06 20:46:42','2022-07-06 20:46:42','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION, d/ba/Hooper Irrigaiton, LLC lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Naples Irrigation d/b/a Hooper Irrigation is owned and operated by Brad Hooper who is a fully licensed and insured Irrigation expert in the Naples area for 40 years.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">What we offer to all our Customers:</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Innovative Designs to ensure the best irrigation system is installed for your individual yard or business and price range.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Repair and Maintenance of all components including irrigation pumps, timers (clocks), valves, manifolds and sprinkler heads. We suggest monthly maintenance to prevent any mishaps or issues but can offer a flexible schedule based on your needs.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Renovation of existing irrigation systems that may be outdated, broken or damaged.</h2>\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-273 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"226\" height=\"301\" data-imhwpb-asset-id=\"695399\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n&nbsp;\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair Iirrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<p class=\"\"><img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation , Brad Hooper is one of the best companies in the business to work with.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Owner Brad Engle recommends, Naples Irrigation,&nbsp; Brad Hooper for your business\' irrigation needs.&nbsp; &nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation is one of our best sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">I was so pleased with the sprinkler system Brad Hooper customized and designed for my flower garden.&nbsp; Now my landscaping looks beautiful every day.&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-07-06 20:46:42','2022-07-06 20:46:42','',103,'https://naplesirrigation.com/?p=349',0,'revision','',0),(350,1,'2022-07-06 23:24:41','2022-07-06 23:24:41','{\n    \"crio::nav_menu_locations[social]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 23:24:41\"\n    }\n}','','','trash','closed','closed','','fd28d787-7eb0-435d-adf6-1fad92559830','','','2022-07-06 23:24:41','2022-07-06 23:24:41','',0,'https://naplesirrigation.com/fd28d787-7eb0-435d-adf6-1fad92559830/',0,'customize_changeset','',0),(351,1,'2022-07-06 23:29:01','2022-07-06 23:29:01','{\n    \"blogname\": {\n        \"value\": \"NAPLES IRRIGATION  239-793-7755 www.NAPLESIRRIGATION.COM\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 23:29:01\"\n    },\n    \"crio::bgtfw_site_title_typography\": {\n        \"value\": {\n            \"font-family\": \"Julius Sans One\",\n            \"font-size\": \"35px\",\n            \"text-transform\": \"uppercase\",\n            \"line-height\": \"1.1\",\n            \"variant\": \"regular\",\n            \"font-backup\": \"\",\n            \"font-weight\": \"400\",\n            \"font-style\": \"normal\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 23:29:01\"\n    }\n}','','','trash','closed','closed','','ee9d3967-162e-4463-9b17-747db82ba783','','','2022-07-06 23:29:01','2022-07-06 23:29:01','',0,'https://naplesirrigation.com/ee9d3967-162e-4463-9b17-747db82ba783/',0,'customize_changeset','',0),(352,1,'2022-07-07 13:39:59','0000-00-00 00:00:00','{\n    \"crio::bgtfw_headings_typography\": {\n        \"value\": {\n            \"font-family\": \"Julius Sans One\",\n            \"line-height\": \"1.1\",\n            \"text-transform\": \"uppercase\",\n            \"variant\": \"regular\",\n            \"font-backup\": \"\",\n            \"font-weight\": \"400\",\n            \"font-style\": \"normal\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-07 13:39:59\"\n    }\n}','','','auto-draft','closed','closed','','e6b03946-ee8d-45de-8732-1c0495f810b1','','','2022-07-07 13:39:59','0000-00-00 00:00:00','',0,'https://naplesirrigation.com/?p=352',0,'customize_changeset','',0),(353,1,'2022-07-07 13:45:24','2022-07-07 13:45:24','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION, d/ba/Hooper Irrigaiton, LLC lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\" style=\"font-size: 14px;\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Naples Irrigation d/b/a Hooper Irrigation is owned and operated by Brad Hooper who is a fully licensed and insured Irrigation expert in the Naples area for 40 years.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">What we offer to all our Customers:</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Innovative Designs to ensure the best irrigation system is installed for your individual yard or business and price range.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Repair and Maintenance of all components including irrigation pumps, timers (clocks), valves, manifolds, and sprinkler heads. We suggest monthly maintenance to prevent any mishaps or issues but can offer a flexible schedule based on your needs.</h2>\r\n<h2 class=\"\" style=\"text-align: center; font-size: 21px;\">Renovation of existing irrigation systems that may be outdated, broken or damaged.</h2>\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-273  aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"226\" height=\"301\" data-imhwpb-asset-id=\"695399\"></p>\r\n<p class=\"\">&nbsp;</p>\r\n&nbsp;\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Sprinkler repair Iirrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<p class=\"\"><img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\" style=\"font-size: 14px;\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Naples Irrigation , Brad Hooper is one of the best companies in the business to work with.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Owner Brad Engle recommends, Naples Irrigation,&nbsp; Brad Hooper for your business\' irrigation needs.&nbsp; &nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">Brad Hooper of Naples Irrigation is one of our best sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\" style=\"font-size: 14px;\">I was so pleased with the sprinkler system Brad Hooper customized and designed for my flower garden.&nbsp; Now my landscaping looks beautiful every day.&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-07-07 13:45:24','2022-07-07 13:45:24','',103,'https://naplesirrigation.com/?p=353',0,'revision','',0),(354,1,'2022-07-07 13:46:42','2022-07-07 13:46:42','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallery</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"https://naplesirrigation.com/contact-us/\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-337 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_205_400_253.57142857143_received_321726983425382.jpeg\" alt=\"\" width=\"400\" height=\"253\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-333 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/3_0_219.79166666667_300_received_540117650841980.jpeg\" alt=\"\" width=\"219\" height=\"300\"></p>\r\n\r\n\r\n[caption id=\"attachment_334\" align=\"alignnone\" width=\"222\"]<img class=\"bg-img wp-image-334 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_1113209649411439-222x300.jpeg\" alt=\"\" width=\"222\" height=\"300\"> Sprinkler Pump replacement[/caption]\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallery','','inherit','closed','closed','','311-revision-v1','','','2022-07-07 13:46:42','2022-07-07 13:46:42','',311,'https://naplesirrigation.com/?p=354',0,'revision','',0),(355,1,'2022-07-07 13:51:06','2022-07-07 13:51:06','<div class=\"color-neutral-background-color color-neutral-text-contrast bg-background-color tmpl-gallery-12 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px; padding-bottom: 42px;\">\r\n<div class=\"col-md-6 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_309\" align=\"alignnone\" width=\"375\"]<img class=\"bg-img wp-image-309 \" title=\"Design Renovate Instal Repair Maintain\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_13189636486235891-220x300.jpeg\" alt=\"\" width=\"375\" height=\"511\"> NAPLES IRRIGATION PHOTOS[/caption]\r\n<p class=\"\"><img class=\"alignnone size-medium wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"225\" height=\"300\"><img class=\"alignnone size-medium wp-image-171\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120201-1-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\"></p>\r\n\r\n<h5 class=\"\" style=\"margin-top: 30px;\">Design REnovate New Irrigation</h5>\r\n<p class=\"\">Naples Irrigation Gallery</p>\r\n<p class=\"\" style=\"margin-top: 20px;\"><a class=\"btn-color-2 btn btn-capitalize btn-raised btn-normal\" href=\"https://naplesirrigation.com/contact-us/\">Learn More</a></p>\r\n<p class=\"\">&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-308 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\" alt=\"\" width=\"300\" height=\"187\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-337 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_205_400_253.57142857143_received_321726983425382.jpeg\" alt=\"\" width=\"400\" height=\"253\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-304 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\" alt=\"\" width=\"400\" height=\"248\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<p class=\"\"><img class=\"bg-img alignnone wp-image-333 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/3_0_219.79166666667_300_received_540117650841980.jpeg\" alt=\"\" width=\"219\" height=\"300\"></p>\r\n\r\n\r\n[caption id=\"attachment_334\" align=\"alignnone\" width=\"222\"]<img class=\"bg-img wp-image-334 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/received_1113209649411439-222x300.jpeg\" alt=\"\" width=\"222\" height=\"300\"> Sprinkler Pump replacement[/caption]\r\n<p class=\"\" style=\"margin-top: 25px;\"><img class=\"bg-img alignnone wp-image-301 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\" alt=\"\" width=\"400\" height=\"251\"></p>\r\n<p class=\"\" style=\"margin-top: 25px;\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"gallery-full-width tmpl-gallery-1 boldgrid-section dynamic-gridblock\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-3 col-sm-6 col-xs-6\">\r\n<div class=\"bg-box-cover bg-box-flush bg-box\">\r\n<p class=\"mod-reset\">&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Gallery','','inherit','closed','closed','','311-revision-v1','','','2022-07-07 13:51:06','2022-07-07 13:51:06','',311,'https://naplesirrigation.com/?p=355',0,'revision','',0),(200,1,'2022-04-04 18:25:53','2022-04-04 18:25:53','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 aligncenter\" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"538\" height=\"403\"></p>\r\n<p class=\"\">Your yard is only as lovely as your Sprinkler System Guy&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4 align-column-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle wp-image-177 aligncenter\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 18:25:53','2022-04-04 18:25:53','',103,'https://naplesirrigation.com/?p=200',0,'revision','',0),(205,1,'2022-04-04 19:24:51','2022-04-04 19:24:51','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"680\" height=\"510\"></p>\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 19:24:51','2022-04-04 19:24:51','',103,'https://naplesirrigation.com/?p=205',0,'revision','',0),(201,1,'2022-04-04 18:33:24','2022-04-04 18:33:24','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 aligncenter\" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"538\" height=\"403\"></p>\r\n<p class=\"\">Your yard is only as lovely as your Sprinkler System Guy&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4 align-column-center\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle wp-image-177 aligncenter\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome to Naples Irrigation','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 18:33:24','2022-04-04 18:33:24','',103,'https://naplesirrigation.com/?p=201',0,'revision','',0),(209,1,'2022-04-04 19:34:40','2022-04-04 19:34:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate in 2022 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:34:40','2022-04-04 19:34:40','',105,'https://naplesirrigation.com/?p=209',0,'revision','',0),(203,1,'2022-04-04 19:20:29','2022-04-04 19:20:29','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for evaulation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate in 2022 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprrinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-115\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-116\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-117\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:20:29','2022-04-04 19:20:29','',105,'https://naplesirrigation.com/?p=203',0,'revision','',0),(202,1,'2022-04-04 19:18:58','2022-04-04 19:18:58','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n\r\n<hr>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<h4 class=\"\">nAPLES IRRIGATION, aka Hooper IRRIGATION BAGAN IN 1982&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for evaulation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate in 2022 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprrinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-115\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-116\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-117\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:18:58','2022-04-04 19:18:58','',105,'https://naplesirrigation.com/?p=202',0,'revision','',0),(208,1,'2022-04-04 19:33:34','2022-04-04 19:33:34','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for evaulation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate in 2022 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprrinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:33:34','2022-04-04 19:33:34','',105,'https://naplesirrigation.com/?p=208',0,'revision','',0),(204,1,'2022-04-04 19:22:22','2022-04-04 19:22:22','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for evaulation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate in 2022 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprrinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-115\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780386\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-116\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780387\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-117\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" width=\"600\" height=\"450\" data-imhwpb-asset-id=\"780388\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:22:22','2022-04-04 19:22:22','',105,'https://naplesirrigation.com/?p=204',0,'revision','',0),(210,1,'2022-04-04 19:34:55','2022-04-04 19:34:55','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate in 2022 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:34:55','2022-04-04 19:34:55','',105,'https://naplesirrigation.com/?p=210',0,'revision','',0),(211,1,'2022-04-04 19:35:32','2022-04-04 19:35:32','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:35:32','2022-04-04 19:35:32','',105,'https://naplesirrigation.com/?p=211',0,'revision','',0),(212,1,'2022-04-04 19:37:06','2022-04-04 19:37:06','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:37:06','2022-04-04 19:37:06','',105,'https://naplesirrigation.com/?p=212',0,'revision','',0),(214,1,'2022-04-04 19:44:39','2022-04-04 19:44:39','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"http://naplesirrigation/conactus.com\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:44:39','2022-04-04 19:44:39','',105,'https://naplesirrigation.com/?p=214',0,'revision','',0),(213,1,'2022-04-04 19:41:51','2022-04-04 19:41:51','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:41:51','2022-04-04 19:41:51','',105,'https://naplesirrigation.com/?p=213',0,'revision','',0),(218,1,'2022-04-04 19:51:47','2022-04-04 19:51:47','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:51:47','2022-04-04 19:51:47','',105,'https://naplesirrigation.com/?p=218',0,'revision','',0),(215,1,'2022-04-04 19:47:45','2022-04-04 19:47:45','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"http://naplesirrigation/conactus.com\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 19:47:45','2022-04-04 19:47:45','',105,'https://naplesirrigation.com/?p=215',0,'revision','',0),(216,1,'2022-04-04 19:48:59','2022-04-04 19:48:59','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"250\"]<img class=\"wp-image-136 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"250\" height=\"338\" data-imhwpb-asset-id=\"780395\"> Brad Hooper . Owner of Naples Irrigation &amp; Hooper Irrigation since 1982[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">Established in 1984,&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265</p>\r\n\r\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave the phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-04-04 19:48:59','2022-04-04 19:48:59','',107,'https://naplesirrigation.com/?p=216',0,'revision','',0),(217,1,'2022-04-04 19:49:41','2022-04-04 19:49:41','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"250\"]17<img class=\"wp-image-136 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"250\" height=\"338\" data-imhwpb-asset-id=\"780395\"> Brad Hooper . Owner of Naples Irrigation &amp; Hooper Irrigation since 1982[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">Established in 1984,&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265</p>\r\n\r\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave the phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-04-04 19:49:41','2022-04-04 19:49:41','',107,'https://naplesirrigation.com/?p=217',0,'revision','',0),(221,1,'2022-04-04 19:54:17','2022-04-04 19:54:17','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"507\" height=\"380\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 19:54:17','2022-04-04 19:54:17','',103,'https://naplesirrigation.com/?p=221',0,'revision','',0),(220,1,'2022-04-04 19:53:39','2022-04-04 19:53:39','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-164 \" style=\"font-weight: bold;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20210313_120212-300x225.jpg\" alt=\"\" width=\"680\" height=\"510\"></p>\r\nYour yard is only as lovely as your Sprinkler System Guy&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 19:53:39','2022-04-04 19:53:39','',103,'https://naplesirrigation.com/?p=220',0,'revision','',0),(223,1,'2022-04-04 20:04:35','2022-04-04 20:04:35','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"alignnone size-full wp-image-186\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"2560\" height=\"1920\">14</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-180 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 20:04:35','2022-04-04 20:04:35','',103,'https://naplesirrigation.com/?p=223',0,'revision','',0),(224,1,'2022-04-04 20:09:28','2022-04-04 20:09:28','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"alignnone size-full wp-image-186\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"2560\" height=\"1920\">14</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">&nbsp;</p>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180  aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 20:09:28','2022-04-04 20:09:28','',103,'https://naplesirrigation.com/?p=224',0,'revision','',0),(225,1,'2022-04-04 20:42:27','2022-04-04 20:42:27','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"alignnone size-full wp-image-186\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"2560\" height=\"1920\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER INSTALLER SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 20:42:27','2022-04-04 20:42:27','',103,'https://naplesirrigation.com/?p=225',0,'revision','',0),(226,1,'2022-04-04 20:43:17','2022-04-04 20:43:17','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"463\" height=\"347\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER INSTALLER SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler Man. Highly recommend his services</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 20:43:17','2022-04-04 20:43:17','',103,'https://naplesirrigation.com/?p=226',0,'revision','',0),(227,1,'2022-04-04 20:43:57','2022-04-04 20:43:57','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"463\" height=\"347\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER INSTALLER SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designer and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Home','','inherit','closed','closed','','103-revision-v1','','','2022-04-04 20:43:57','2022-04-04 20:43:57','',103,'https://naplesirrigation.com/?p=227',0,'revision','',0),(228,1,'2022-04-04 20:49:36','2022-04-04 20:49:36','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 20:49:36','2022-04-04 20:49:36','',105,'https://naplesirrigation.com/?p=228',0,'revision','',0),(229,1,'2022-04-04 20:53:09','2022-04-04 20:53:09','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"#239-793-7735\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-04 20:53:09','2022-04-04 20:53:09','',105,'https://naplesirrigation.com/?p=229',0,'revision','',0),(230,1,'2022-04-05 00:35:53','2022-04-05 00:35:53','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-05 00:35:53','2022-04-05 00:35:53','',105,'https://naplesirrigation.com/?p=230',0,'revision','',0),(233,1,'2022-04-06 19:38:00','2022-04-06 19:38:00','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"463\" height=\"347\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER INSTALLER SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designer and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-06 19:38:00','2022-04-06 19:38:00','',103,'https://naplesirrigation.com/?p=233',0,'revision','',0),(231,1,'2022-04-05 00:36:23','2022-04-05 00:36:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BAGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooperigation design touch which we are truly noted for.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations,&nbsp; adjusting sprinkler systems, repairs to pipes, valve repair, new clocks, and pumps and maintenance.&nbsp;&nbsp;</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems installed, thousands of repairs as we celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-05 00:36:23','2022-04-05 00:36:23','',105,'https://naplesirrigation.com/?p=231',0,'revision','',0),(234,1,'2022-04-06 19:56:35','2022-04-06 19:56:35','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-06 19:56:35','2022-04-06 19:56:35','',103,'https://naplesirrigation.com/?p=234',0,'revision','',0),(235,1,'2022-04-06 21:09:52','2022-04-06 21:09:52','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in repairs to pipes, and sprinkler heads, replacing electrical valve rebuilds, clock and pump replacement sprinkler systems,&nbsp; adjusting sprinkler systems, and renovations.</p>\r\nNaples Irrigation can design your system for a beautiful yard.\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-06 21:09:52','2022-04-06 21:09:52','',105,'https://naplesirrigation.com/?p=235',0,'revision','',0),(241,1,'2022-04-07 20:14:56','2022-04-07 20:14:56','','Contact Form','','publish','closed','closed','','contact-form-2','','','2022-04-07 21:06:30','2022-04-07 21:06:30','',0,'https://naplesirrigation.com/?p=241',0,'wpuf_contact_form','',0),(273,1,'2022-04-13 15:35:17','2022-04-13 15:35:17','Renovate your yard with Naples Irrigation','IMG_20220128_155353','','inherit','open','closed','','img_20220128_155353','','','2022-04-26 20:13:14','2022-04-26 20:13:14','',103,'https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353.jpg',0,'attachment','image/jpeg',0),(236,1,'2022-04-07 18:00:12','2022-04-07 18:00:12','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"316\"]<img class=\"wp-image-136\" title=\"Owner, Brad Hooper \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"316\" height=\"427\" data-imhwpb-asset-id=\"780395\"> Brad Hooper . Owner of Naples Irrigation &amp; Hooper Irrigation since 1982. - Your Yard is only as good as your Sprinkler Installer[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265 (text or call)&nbsp; we strive to call by 7 PM same day</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave your phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp; Phone: 239-793-7755&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-04-07 18:00:12','2022-04-07 18:00:12','',107,'https://naplesirrigation.com/?p=236',0,'revision','',0),(237,1,'2022-04-07 18:17:48','2022-04-07 18:17:48','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"316\"]<img class=\"wp-image-136\" title=\"Owner, Brad Hooper \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"316\" height=\"427\" data-imhwpb-asset-id=\"780395\"> Brad Hooper. Owner of Naples Irrigation &amp; Hooper Irrigation since 1982. - Your Yard is only as good as your Sprinkler Installer[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265 (text or call)&nbsp; we strive to call by 7 PM same day</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Get in Touch</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave your phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp; Phone: 239-793-7755&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-04-07 18:17:48','2022-04-07 18:17:48','',107,'https://naplesirrigation.com/?p=237',0,'revision','',0),(345,1,'2022-07-06 19:50:32','0000-00-00 00:00:00','{\n    \"crio::nav_menu_locations[social]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:42:34\"\n    },\n    \"crio::bgtfw_headings_typography\": {\n        \"value\": {\n            \"font-family\": \"Julius Sans One\",\n            \"line-height\": \"1.1\",\n            \"text-transform\": \"uppercase\",\n            \"variant\": \"regular\",\n            \"font-backup\": \"\",\n            \"font-weight\": \"400\",\n            \"font-style\": \"normal\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2022-07-06 19:50:32\"\n    }\n}','','','auto-draft','closed','closed','','eb6e7c39-5592-4382-958e-db26bb6d0961','','','2022-07-06 19:50:32','2022-07-06 19:50:32','',0,'https://naplesirrigation.com/?p=345',0,'customize_changeset','',0),(279,1,'2022-04-25 19:00:19','2022-04-25 19:00:19','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"316\"]<img class=\"wp-image-136\" title=\"Owner, Brad Hooper \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"316\" height=\"427\" data-imhwpb-asset-id=\"780395\"> Brad Hooper. Owner of Naples Irrigation &amp; Hooper Irrigation since 1982. - Your Yard is only as good as your Sprinkler Installer[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265 (text or call)&nbsp; we strive to call by 7 PM same day</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave your phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp; Phone: 239-793-7755&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us  - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-04-25 19:00:19','2022-04-25 19:00:19','',107,'https://naplesirrigation.com/?p=279',0,'revision','',0),(245,1,'2022-04-07 20:26:17','2022-04-07 20:26:17','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"316\"]<img class=\"wp-image-136\" title=\"Owner, Brad Hooper \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"316\" height=\"427\" data-imhwpb-asset-id=\"780395\"> Brad Hooper. Owner of Naples Irrigation &amp; Hooper Irrigation since 1982. - Your Yard is only as good as your Sprinkler Installer[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265 (text or call)&nbsp; we strive to call by 7 PM same day</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<h3 class=\"\">Get in Touch[weforms id=\"241\"]</h3>\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave your phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp; Phone: 239-793-7755&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-04-07 20:26:17','2022-04-07 20:26:17','',107,'https://naplesirrigation.com/?p=245',0,'revision','',0),(255,1,'2022-04-07 21:12:09','2022-04-07 21:12:09','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 0px; padding-top: 0px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"image-gallery\">\r\n\r\n[caption id=\"attachment_136\" align=\"alignnone\" width=\"316\"]<img class=\"wp-image-136\" title=\"Owner, Brad Hooper \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_462634725313575-222x300.jpeg\" alt=\"Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy\" width=\"316\" height=\"427\" data-imhwpb-asset-id=\"780395\"> Brad Hooper. Owner of Naples Irrigation &amp; Hooper Irrigation since 1982. - Your Yard is only as good as your Sprinkler Installer[/caption]\r\n\r\n</div>\r\n<p class=\"\" style=\"font-size: 15px;\">&nbsp; Licensed and Insured&nbsp;&nbsp;</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\r\n<p class=\"\"><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\r\n<p class=\"\">239-793-7755 or 239-250-5265 (text or call)&nbsp; we strive to call by 7 PM same day</p>\r\n\r\n<h3 class=\"\"><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\r\nPO Box 2857, Naples FL 34106\r\n<p class=\"boldgrid-google-maps\" style=\"width: 100%; height: 200px;\"><iframe style=\"width: 100%; height: 100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"\">\r\n<p class=\"\">We are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.&nbsp; &nbsp;Feel free to leave your phone number for a callback</p>\r\n<p class=\"\">&nbsp;No charge for system checks/evaluations.&nbsp; &nbsp;&nbsp;</p>\r\n<p class=\"\">Thank You Bradford Hooper&nbsp; Phone: 239-793-7755&nbsp;</p>\r\n<p class=\"\">[weforms id=\"63\"]</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Contact Us Naples Irrigation - Brad Hooper','','inherit','closed','closed','','107-revision-v1','','','2022-04-07 21:12:09','2022-04-07 21:12:09','',107,'https://naplesirrigation.com/?p=255',0,'revision','',0),(246,1,'2022-04-07 20:41:46','2022-04-07 20:41:46','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-07 20:41:46','2022-04-07 20:41:46','',103,'https://naplesirrigation.com/?p=246',0,'revision','',0),(247,1,'2022-04-07 20:42:48','2022-04-07 20:42:48','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-07 20:42:48','2022-04-07 20:42:48','',103,'https://naplesirrigation.com/?p=247',0,'revision','',0),(248,1,'2022-04-07 20:43:24','2022-04-07 20:43:24','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-143 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/received_1072950093527088-222x300.jpeg\" alt=\"\" width=\"192\" height=\"259\" data-imhwpb-asset-id=\"695399\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-1 aligncenter wp-image-135 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"\" width=\"338\" height=\"253\" data-imhwpb-asset-id=\"695400\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp; Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\"><img class=\"bg-img bg-img-1 wp-image-180 aligncenter\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"207\" height=\"282\" data-imhwpb-asset-id=\"695401\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">New Pumps, Time Clocks, Sprinkler heads, adjustments, and testing we will make your yard beautiful.&nbsp;&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-07 20:43:24','2022-04-07 20:43:24','',103,'https://naplesirrigation.com/?p=248',0,'revision','',0),(249,1,'2022-04-07 21:06:30','2022-04-07 21:06:30','a:19:{s:8:\"template\";s:10:\"name_field\";s:4:\"name\";s:4:\"name\";s:5:\"label\";s:4:\"Name\";s:8:\"required\";s:3:\"yes\";s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:6:\"format\";s:10:\"first-last\";s:10:\"first_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:5:\"First\";}s:11:\"middle_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:6:\"Middle\";}s:9:\"last_name\";a:3:{s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:3:\"sub\";s:4:\"Last\";}s:6:\"inline\";s:3:\"yes\";s:9:\"hide_subs\";b:0;s:13:\"original_name\";s:4:\"name\";}','','','publish','closed','closed','','249','','','2022-04-07 21:06:30','2022-04-07 21:06:30','',241,'https://naplesirrigation.com/?p=249',0,'wpuf_input','',0),(250,1,'2022-04-07 21:06:30','2022-04-07 21:06:30','a:14:{s:8:\"template\";s:13:\"email_address\";s:4:\"name\";s:5:\"email\";s:5:\"label\";s:13:\"Email Address\";s:8:\"required\";s:3:\"yes\";s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";s:0:\"\";s:13:\"original_name\";s:5:\"email\";}','','','publish','closed','closed','','250','','','2022-04-07 21:06:30','2022-04-07 21:06:30','',241,'https://naplesirrigation.com/?p=250',1,'wpuf_input','',0),(251,1,'2022-04-07 21:06:30','2022-04-07 21:06:30','a:17:{s:8:\"template\";s:14:\"textarea_field\";s:4:\"name\";s:7:\"message\";s:5:\"label\";s:7:\"Message\";s:8:\"required\";s:3:\"yes\";s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:16:\"word_restriction\";s:0:\"\";s:4:\"rows\";i:5;s:4:\"cols\";i:25;s:4:\"rich\";s:2:\"no\";s:13:\"original_name\";s:7:\"message\";}','','','publish','closed','closed','','251','','','2022-04-07 21:06:30','2022-04-07 21:06:30','',241,'https://naplesirrigation.com/?p=251',2,'wpuf_input','',0),(252,1,'2022-04-07 21:06:31','2022-04-07 21:06:31','a:16:{s:8:\"template\";s:10:\"date_field\";s:4:\"name\";s:11:\"date___time\";s:5:\"label\";s:11:\"Date / Time\";s:8:\"required\";s:2:\"no\";s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:6:\"format\";s:8:\"dd/mm/yy\";s:4:\"time\";s:0:\"\";s:15:\"is_publish_time\";s:0:\"\";s:14:\"enforce_format\";s:0:\"\";}','','','publish','closed','closed','','252','','','2022-04-07 21:06:31','2022-04-07 21:06:31','',241,'https://naplesirrigation.com/?p=252',3,'wpuf_input','',0),(253,1,'2022-04-07 21:06:31','2022-04-07 21:06:31','a:14:{s:8:\"template\";s:13:\"email_address\";s:4:\"name\";s:27:\"hooperirriagation_gmail_com\";s:5:\"label\";s:27:\"hooperirriagation@gmail.com\";s:8:\"required\";s:2:\"no\";s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";s:0:\"\";s:7:\"dynamic\";a:2:{s:6:\"status\";b:0;s:10:\"param_name\";s:0:\"\";}}','','','publish','closed','closed','','253','','','2022-04-07 21:06:31','2022-04-07 21:06:31','',241,'https://naplesirrigation.com/?p=253',4,'wpuf_input','',0),(254,1,'2022-04-07 21:06:31','2022-04-07 21:06:31','a:13:{s:8:\"template\";s:13:\"email_address\";s:4:\"name\";s:15:\"email_address_2\";s:5:\"label\";s:13:\"Email Address\";s:8:\"required\";s:2:\"no\";s:5:\"width\";s:5:\"large\";s:3:\"css\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:4:\"size\";i:40;s:4:\"help\";s:0:\"\";s:7:\"is_meta\";s:3:\"yes\";s:9:\"wpuf_cond\";a:5:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_field\";a:0:{}s:13:\"cond_operator\";a:1:{i:0;s:1:\"=\";}s:11:\"cond_option\";a:1:{i:0;s:10:\"- select -\";}s:10:\"cond_logic\";s:3:\"all\";}s:9:\"duplicate\";s:0:\"\";}','','','publish','closed','closed','','254','','','2022-04-07 21:06:31','2022-04-07 21:06:31','',241,'https://naplesirrigation.com/?p=254',5,'wpuf_input','',0),(257,1,'2022-04-08 18:16:40','2022-04-08 18:16:40','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"560\"]<img class=\"wp-image-179 size-full\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"560\" height=\"765\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"432\" height=\"576\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:16:40','2022-04-08 18:16:40','',105,'https://naplesirrigation.com/?p=257',0,'revision','',0),(258,1,'2022-04-08 18:20:01','2022-04-08 18:20:01','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"220\"]<img class=\"wp-image-179 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151 \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"433\" height=\"577\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:20:01','2022-04-08 18:20:01','',105,'https://naplesirrigation.com/?p=258',0,'revision','',0),(259,1,'2022-04-08 18:27:02','2022-04-08 18:27:02','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:27:02','2022-04-08 18:27:02','',105,'https://naplesirrigation.com/?p=259',0,'revision','',0),(260,1,'2022-04-08 18:39:38','2022-04-08 18:39:38','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:39:38','2022-04-08 18:39:38','',105,'https://naplesirrigation.com/?p=260',0,'revision','',0),(261,1,'2022-04-08 18:41:23','2022-04-08 18:41:23','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:41:23','2022-04-08 18:41:23','',105,'https://naplesirrigation.com/?p=261',0,'revision','',0),(262,1,'2022-04-08 18:48:24','2022-04-08 18:48:24','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your needs.&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img class=\"alignnone wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"></p>\r\n\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation existing sytem, repair and replacement of electrical valves, sprinkler heads, .[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric  valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:48:24','2022-04-08 18:48:24','',105,'https://naplesirrigation.com/?p=262',0,'revision','',0),(263,1,'2022-04-08 18:52:33','2022-04-08 18:52:33','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Maintenance program helps unnecssary repairs and staying up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation existing sytem, repair and replacement of electrical valves, sprinkler heads, .[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:52:33','2022-04-08 18:52:33','',105,'https://naplesirrigation.com/?p=263',0,'revision','',0),(264,1,'2022-04-08 18:53:04','2022-04-08 18:53:04','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations on dry times and proper times to water.&nbsp; &nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Maintenance program helps unnecessary repairs and staying up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation existing system, repair and replacement of electrical valves, sprinkler heads, .[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:53:04','2022-04-08 18:53:04','',105,'https://naplesirrigation.com/?p=264',0,'revision','',0),(265,1,'2022-04-08 18:57:21','2022-04-08 18:57:21','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation aka Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> &nbsp;The maintenance program prevents&nbsp; unnecessary repairs and stays up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation of the existing system, repair, replacement of electrical valves, sprinkler heads[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:57:21','2022-04-08 18:57:21','',105,'https://naplesirrigation.com/?p=265',0,'revision','',0),(266,1,'2022-04-08 18:57:49','2022-04-08 18:57:49','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> &nbsp;The maintenance program prevents&nbsp; unnecessary repairs and stays up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation of the existing system, repair, replacement of electrical valves, sprinkler heads[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:57:49','2022-04-08 18:57:49','',105,'https://naplesirrigation.com/?p=266',0,'revision','',0),(267,1,'2022-04-08 18:59:03','2022-04-08 18:59:03','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> &nbsp;The maintenance program prevents&nbsp; unnecessary repairs and stays up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation of the existing system, repair, replacement of electrical valves, sprinkler heads[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 18:59:03','2022-04-08 18:59:03','',105,'https://naplesirrigation.com/?p=267',0,'revision','',0),(268,1,'2022-04-08 19:02:33','2022-04-08 19:02:33','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> &nbsp;The maintenance program prevents&nbsp; unnecessary repairs and stays up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation of the existing system, repair, replacement of electrical valves, sprinkler heads[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 19:02:33','2022-04-08 19:02:33','',105,'https://naplesirrigation.com/?p=268',0,'revision','',0),(277,1,'2022-04-25 18:42:34','2022-04-25 18:42:34','<div class=\"boldgrid-section\" style=\"color: #000000; background-image: url(\'https://source.unsplash.com/MqJX_8EaStM/1920x1080\'); background-size: cover; background-position: 50% 50%;\" data-imhwpb-asset-id=\"1175055\" data-image-url=\"https://source.unsplash.com/MqJX_8EaStM/1920x1080\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\"><img class=\"wp-image-186 alignnone\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\" alt=\"Perfect Irrigation System\" width=\"667\" height=\"500\"></p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">NAPLES IRRIGATION lET US BRING YOUR YARD BACK TO LIFE</h2>\r\n<p class=\"\">BEST LAWN&nbsp; SPRINKLER REPAIR, MAINTENANCE , DESIGN&nbsp; SYSTEM&nbsp;</p>\r\n\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\"><a class=\"button-secondary btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1 btn btn-color-2 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1  wp-image-273 size-medium\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/04/IMG_20220128_155353-225x300.jpg\" alt=\"Renovation\" width=\"225\" height=\"300\" data-imhwpb-asset-id=\"695399\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Sprinkler Repair</h3>\r\n<p class=\"\">Sprinkler repair|irrigation pumps, clocks, valves manifolds and heads</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Design &amp;</h3>\r\n<img class=\"bg-img bg-img-1 alignnone wp-image-135 size-medium\" style=\"color: #333333;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152806-300x225.jpg\" alt=\"Maintenance irrigation programs \" width=\"300\" height=\"225\" data-imhwpb-asset-id=\"695400\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">&nbsp;Monthly Maintenance&nbsp;</h3>\r\n<p class=\"\">Fully licensed and insured.&nbsp; We take pride in our work and are deemed the best in Naples.&nbsp; &nbsp;Maintenance reduces costly mishaps</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n\r\n<img class=\"bg-img bg-img-1 wp-image-180 size-medium\" title=\"Renovation irrigation services \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_656891985552879-220x300.jpeg\" alt=\"Repair Sprinkler system irrigaiton\" width=\"220\" height=\"300\" data-imhwpb-asset-id=\"695401\">\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Renovation</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized Renovation our team is experienced 40 years in Naples</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle alignnone wp-image-177 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/pumpirigationsupply-300x225.jpg\" alt=\"\" width=\"216\" height=\"162\" data-imhwpb-asset-id=\"695402\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Pump SUPPLY HOUSE of Naples</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Visit us today, highly recommend as one of our strongest customers in the industry today\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-156 \" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/282_127_486_486_20201221_153238-768x1024.jpg\" alt=\"\" width=\"179\" height=\"179\" data-imhwpb-asset-id=\"695403\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">Engle Denistry</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Engle recommends Brad Hooper to his customers\" Best in Naples&nbsp;</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" width=\"150\" height=\"150\" data-imhwpb-asset-id=\"695404\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Direct Industrial Supply</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper of Naples Irrigation and Hooper Irrigation is one of our best maintenance Sprinkler designers and Installer. Highly recommend his services.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" width=\"169\" height=\"169\" data-imhwpb-asset-id=\"695405\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\">&nbsp;</p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">Brad Hooper is one of the best-known sprinkler companies I know highly sought out.&nbsp; Our renovations have never looked better.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Welcome','','inherit','closed','closed','','103-revision-v1','','','2022-04-25 18:42:34','2022-04-25 18:42:34','',103,'https://naplesirrigation.com/?p=277',0,'revision','',0),(270,1,'2022-04-08 19:10:00','2022-04-08 19:10:00','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation and Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> &nbsp;The maintenance program prevents&nbsp; unnecessary repairs and stays up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation of the existing system, repair, replacement of electrical valves, sprinkler heads[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 19:10:00','2022-04-08 19:10:00','',105,'https://naplesirrigation.com/?p=270',0,'revision','',0),(275,1,'2022-04-13 16:07:33','2022-04-13 16:07:33','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<div class=\"\">\r\n\r\n<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\">\r\n\r\n<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\">\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-13 16:07:33','2022-04-13 16:07:33','',105,'https://naplesirrigation.com/?p=275',0,'revision','',0),(271,1,'2022-04-08 19:11:15','2022-04-08 19:11:15','<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h4 class=\"\">About Naples Irrigation dba Hooper IRRIGATION BeGAN IN 1982.&nbsp; wE ARE licensed and insured.&nbsp;</h4>\r\n<p class=\"\">Graduating from the University of Evansville,&nbsp; Bradford Hooper the owner of Naples Irrigation dba-Hooper Irrigation began his career servicing all residential homes, multi-family, and small commercial businesses buildings, and the Hooper Irrigation design touch which we are truly noted for.&nbsp; Poor design is a large problem in the Irrigation Industry.&nbsp;&nbsp;</p>\r\n<p class=\"\">Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.&nbsp; Complete adjustment of systems of all types.&nbsp;&nbsp;</p>\r\n<p class=\"\">Naples Irrigation can design your system for a beautiful yard.</p>\r\n<p class=\"\">We offer a personalized maintenance program to fit your needs:&nbsp; monthly, bi-monthly, or quarterly programs available to support your yard&nbsp;</p>\r\n<p class=\"\">&nbsp;Maintenance programs are an important part of our business as it prevents high water bills, broken sprinkler heads, oversprays, pipes, pump damage, valve, or just resetting clocks due to the country\'s regulations - dry months and proper times to water.&nbsp;&nbsp;</p>\r\n<p class=\"\">If your sprinkler system is not getting enough pressure, you need a service call for an evaluation.&nbsp;&nbsp;</p>\r\n<p class=\"\">Over 4000 new systems were installed, and tens of thousands of repairs.&nbsp; We celebrate 40 YEARS OF SERVICE.&nbsp; &nbsp; Hope you allow us the opportunity to help you with your sprinkler!&nbsp;&nbsp;</p>\r\n<p class=\"\">To learn more about how you can sign up today for your Maintenace Program.&nbsp; Please contact us today</p>\r\n<p class=\"\"><a class=\"button-primary btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1 btn btn-color-1 btn btn-border-color-1\" href=\"https://naplesirrigation.com/contact-us/\" target=\"_blank\" rel=\"noopener\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n\r\n[caption id=\"attachment_179\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-179\" title=\"renovation of existing system \" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/received_2444269415708471-220x300.jpeg\" alt=\"Renovations of existing system \" width=\"300\" height=\"410\" data-imhwpb-asset-id=\"789476\"> Renovations for a beautiful yard[/caption]\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n\r\n[caption id=\"attachment_151\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-151\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/20201221_152447-225x300.jpg\" alt=\"Renovation design sprinkler irrigation\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> &nbsp;The maintenance program prevents&nbsp; unnecessary repairs and stays up to date with counties regulations of watering[/caption]\r\n\r\n[caption id=\"attachment_146\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-146\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/IMG_20211101_150730-225x300.jpg\" alt=\"renovations of existing system shown \" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Renovation of the existing system, repair, replacement of electrical valves, sprinkler heads[/caption]\r\n\r\n[caption id=\"attachment_192\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-192\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/03/20200801_150124-225x300.jpg\" alt=\"repair, replacement of electric valves sprinkler heads, clocks pump\" width=\"300\" height=\"400\" data-imhwpb-built-photo-search=\"68|any\"> Let us bring your yeard back to life[/caption]\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\"></div>\r\n</div>','About Us','','inherit','closed','closed','','105-revision-v1','','','2022-04-08 19:11:15','2022-04-08 19:11:15','',105,'https://naplesirrigation.com/?p=271',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_posts` with 320 row(s)
--

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://naplesirrigation.com','yes'),(2,'home','https://naplesirrigation.com','yes'),(3,'blogname','NAPLES IRRIGATION  239-793-7755 www.NAPLESIRRIGATION.COM','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','marie@aiinst.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:157:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:13:\"^attribution$\";s:36:\"index.php?bg_attribution=attribution\";s:21:\"^attribution-staging$\";s:44:\"index.php?bg_attribution=attribution-staging\";s:40:\"./(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"./(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:16:\"./(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:28:\"./(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"./(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:44:\"crio_page_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"crio_page_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"crio_page_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"crio_page_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"crio_page_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"crio_page_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"crio_page_header/([^/]+)/embed/?$\";s:49:\"index.php?crio_page_header=$matches[1]&embed=true\";s:37:\"crio_page_header/([^/]+)/trackback/?$\";s:43:\"index.php?crio_page_header=$matches[1]&tb=1\";s:45:\"crio_page_header/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?crio_page_header=$matches[1]&paged=$matches[2]\";s:52:\"crio_page_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?crio_page_header=$matches[1]&cpage=$matches[2]\";s:41:\"crio_page_header/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?crio_page_header=$matches[1]&page=$matches[2]\";s:33:\"crio_page_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"crio_page_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"crio_page_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"crio_page_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"crio_page_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"crio_page_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"template_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?template_locations=$matches[1]&feed=$matches[2]\";s:53:\"template_location/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?template_locations=$matches[1]&feed=$matches[2]\";s:34:\"template_location/([^/]+)/embed/?$\";s:51:\"index.php?template_locations=$matches[1]&embed=true\";s:46:\"template_location/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?template_locations=$matches[1]&paged=$matches[2]\";s:28:\"template_location/([^/]+)/?$\";s:40:\"index.php?template_locations=$matches[1]\";s:42:\"bg_attribution/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"bg_attribution/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"bg_attribution/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bg_attribution/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"bg_attribution/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"bg_attribution/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"bg_attribution/([^/]+)/embed/?$\";s:47:\"index.php?bg_attribution=$matches[1]&embed=true\";s:35:\"bg_attribution/([^/]+)/trackback/?$\";s:41:\"index.php?bg_attribution=$matches[1]&tb=1\";s:43:\"bg_attribution/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&paged=$matches[2]\";s:50:\"bg_attribution/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?bg_attribution=$matches[1]&cpage=$matches[2]\";s:39:\"bg_attribution/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?bg_attribution=$matches[1]&page=$matches[2]\";s:31:\"bg_attribution/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"bg_attribution/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"bg_attribution/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bg_attribution/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"bg_attribution/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"bg_attribution/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"bg-block-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:50:\"bg-block-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?bg_block_type=$matches[1]&feed=$matches[2]\";s:31:\"bg-block-types/([^/]+)/embed/?$\";s:46:\"index.php?bg_block_type=$matches[1]&embed=true\";s:43:\"bg-block-types/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?bg_block_type=$matches[1]&paged=$matches[2]\";s:25:\"bg-block-types/([^/]+)/?$\";s:35:\"index.php?bg_block_type=$matches[1]\";s:36:\"bg-block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"bg-block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"bg-block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"bg-block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"bg-block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"bg-block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"bg-block/([^/]+)/embed/?$\";s:41:\"index.php?bg_block=$matches[1]&embed=true\";s:29:\"bg-block/([^/]+)/trackback/?$\";s:35:\"index.php?bg_block=$matches[1]&tb=1\";s:37:\"bg-block/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&paged=$matches[2]\";s:44:\"bg-block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?bg_block=$matches[1]&cpage=$matches[2]\";s:33:\"bg-block/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?bg_block=$matches[1]&page=$matches[2]\";s:25:\"bg-block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"bg-block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"bg-block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"bg-block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"bg-block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"bg-block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=103&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:10:{i:1;s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";i:2;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:3;s:37:\"boldgrid-connect/boldgrid-connect.php\";i:4;s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";i:5;s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";i:6;s:29:\"crio-premium/crio-premium.php\";i:7;s:29:\"nginx-helper/nginx-helper.php\";i:8;s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";i:9;s:47:\"post-and-page-builder/post-and-page-builder.php\";i:10;s:19:\"weforms/weforms.php\";}','yes'),(34,'category_base','.','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:67:\"/home/ndd6915/Naplesirrigation.com/wp-content/themes/crio/style.css\";i:2;s:0:\"\";}','no'),(40,'template','crio','yes'),(41,'stylesheet','crio','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','51917','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','103','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1661196671','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(100,'fresh_site','0','yes'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;s:17:\"boldgrid-widget-3\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}}','yes'),(107,'cron','a:7:{i:1657204272;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:1657218904;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1657222271;a:5:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s: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:1657222327;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:1657235775;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:1657242291;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(119,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1645644680;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(120,'https_detection_errors','a:0:{}','yes'),(121,'boldgrid_settings','a:4:{s:7:\"library\";a:5:{s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:8:\"2.13.4.0\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:8:\"2.13.3.0\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.3.0\";s:37:\"boldgrid-connect/boldgrid-connect.php\";s:8:\"2.10.4.0\";s:29:\"crio-premium/crio-premium.php\";s:8:\"2.13.3.0\";}s:15:\"plugins_checked\";a:7:{s:37:\"boldgrid-connect/boldgrid-connect.php\";a:1:{s:5:\"1.0.2\";i:1645645868;}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:1:{s:5:\"2.6.3\";i:1645645868;}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:1:{s:6:\"1.14.0\";i:1645645868;}s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";a:1:{s:5:\"1.0.5\";i:1645645868;}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:1:{s:7:\"1.14.12\";i:1645645868;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.5.9\";i:1645645868;}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:1:{s:6:\"1.6.10\";i:1645645868;}}s:15:\"release_channel\";s:6:\"stable\";s:21:\"theme_release_channel\";s:6:\"stable\";}','yes'),(149,'boldgrid_backup_in_progress_data','a:3:{s:6:\"status\";s:22:\"Backing up database...\";s:6:\"tables\";a:14:{i:0;s:14:\"wp_commentmeta\";i:1;s:11:\"wp_comments\";i:2;s:8:\"wp_links\";i:3;s:10:\"wp_options\";i:4;s:11:\"wp_postmeta\";i:5;s:8:\"wp_posts\";i:6;s:21:\"wp_term_relationships\";i:7;s:16:\"wp_term_taxonomy\";i:8;s:11:\"wp_termmeta\";i:9;s:8:\"wp_terms\";i:10;s:11:\"wp_usermeta\";i:11;s:8:\"wp_users\";i:12;s:18:\"wp_weforms_entries\";i:13;s:20:\"wp_weforms_entrymeta\";}s:4:\"step\";i:1;}','yes'),(150,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:28:\"ecngx300.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.4.30\";s:9:\"wpversion\";s:3:\"6.0\";}','yes'),(7851,'recently_activated','a:0:{}','yes'),(126,'widget_boldgrid_component_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(127,'widget_boldgrid_component_page_title','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(128,'widget_boldgrid_component_site_title','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(129,'widget_boldgrid_component_site_description','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(130,'widget_boldgrid_component_logo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(131,'widget_boldgrid_component_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'widget_boldgrid_component_postlist','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(133,'boldgrid_attribution_rebuild','1','yes'),(134,'boldgrid_staging_boldgrid_attribution_rebuild','1','yes'),(135,'boldgrid_attribution_upgraded_to_cpt','1','yes'),(136,'boldgrid_editor','a:8:{s:19:\"has_flushed_rewrite\";b:1;s:15:\"preview_page_id\";i:131;s:7:\"notices\";a:1:{s:13:\"editor_choice\";a:1:{s:9:\"dismissed\";b:1;}}s:21:\"displayed_v1.3_notice\";i:1;s:12:\"preview_meta\";a:2:{s:8:\"template\";s:7:\"default\";s:24:\"boldgrid_hide_page_title\";N;}s:13:\"custom_colors\";a:0:{}s:18:\"count_usage_blocks\";i:10;s:22:\"block_default_industry\";s:6:\"design\";}','yes'),(236,'boldgrid_survey','a:5:{s:8:\"blogname\";a:1:{s:5:\"value\";s:29:\"NAPLES IRRIGATION Brad Hooper\";}s:5:\"email\";a:1:{s:5:\"value\";s:26:\"hooperirrigation@gmail.com\";}s:5:\"phone\";a:1:{s:5:\"value\";s:28:\"239-793-7755 or 239-250-5265\";}s:7:\"address\";a:1:{s:5:\"value\";s:28:\"PO Box 2857, Naples FL 34106\";}s:6:\"social\";a:2:{s:8:\"facebook\";s:8:\"https://\";s:7:\"twitter\";s:8:\"https://\";}}','yes'),(239,'boldgrid_install_options','a:22:{s:11:\"author_type\";N;s:11:\"language_id\";N;s:14:\"theme_group_id\";N;s:8:\"theme_id\";i:61;s:18:\"theme_version_type\";s:6:\"stable\";s:11:\"category_id\";i:2;s:14:\"subcategory_id\";i:15;s:11:\"page_set_id\";i:11;s:21:\"page_set_version_type\";s:6:\"stable\";s:3:\"pde\";s:5:\"false\";s:8:\"new_path\";s:19:\"0875572001645644728\";s:13:\"ticket_number\";s:0:\"\";s:16:\"build_profile_id\";i:1069864;s:12:\"custom_pages\";N;s:12:\"install_blog\";b:0;s:15:\"install_invoice\";b:0;s:13:\"install_cache\";b:0;s:17:\"install_timestamp\";i:1645645842;s:15:\"subcategory_key\";s:7:\"Fitness\";s:16:\"subcategory_name\";s:7:\"Fitness\";s:15:\"is_base_pageset\";b:1;s:20:\"parent_category_name\";s:15:\"Health & Beauty\";}','yes'),(266,'boldgrid_installed_page_ids','a:3:{i:658;i:103;i:9;i:105;i:10;i:107;}','yes'),(138,'boldgrid_backup_id','23761a18','no'),(139,'rt_wp_nginx_helper_options','a:25:{s:12:\"enable_purge\";i:1;s:12:\"cache_method\";s:14:\"enable_fastcgi\";s:12:\"purge_method\";s:11:\"get_request\";s:10:\"enable_map\";i:0;s:10:\"enable_log\";i:0;s:9:\"log_level\";s:4:\"INFO\";s:12:\"log_filesize\";i:5;s:12:\"enable_stamp\";i:0;s:22:\"purge_homepage_on_edit\";i:1;s:21:\"purge_homepage_on_del\";i:1;s:21:\"purge_archive_on_edit\";i:1;s:20:\"purge_archive_on_del\";i:1;s:28:\"purge_archive_on_new_comment\";i:0;s:32:\"purge_archive_on_deleted_comment\";i:0;s:17:\"purge_page_on_mod\";i:1;s:25:\"purge_page_on_new_comment\";i:1;s:29:\"purge_page_on_deleted_comment\";i:1;s:14:\"redis_hostname\";s:9:\"127.0.0.1\";s:10:\"redis_port\";s:4:\"6379\";s:12:\"redis_prefix\";s:12:\"nginx-cache:\";s:9:\"purge_url\";s:0:\"\";s:25:\"redis_enabled_by_constant\";i:0;s:21:\"purge_homepage_on_new\";i:1;s:20:\"purge_archive_on_new\";i:1;s:12:\"future_posts\";a:1:{i:1;a:1:{i:105;i:1650743519;}}}','no'),(140,'boldgrid_backup_settings','a:25:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:5;s:5:\"tod_m\";s:2:\"00\";s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:16:\"marie@aiinst.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:11:\"auto_update\";a:5:{s:22:\"timely-updates-enabled\";s:1:\"0\";s:4:\"days\";s:1:\"0\";s:6:\"wpcore\";a:5:{s:3:\"all\";s:1:\"0\";s:5:\"major\";s:1:\"0\";s:5:\"minor\";s:1:\"1\";s:3:\"dev\";s:1:\"0\";s:11:\"translation\";s:1:\"0\";}s:7:\"plugins\";a:13:{s:7:\"default\";s:1:\"0\";s:37:\"boldgrid-connect/boldgrid-connect.php\";s:1:\"0\";s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";s:1:\"0\";s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:1:\"0\";s:29:\"crio-premium/crio-premium.php\";s:1:\"0\";s:29:\"nginx-helper/nginx-helper.php\";s:1:\"0\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:1:\"0\";s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";s:1:\"0\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:1:\"0\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:1:\"0\";s:19:\"weforms/weforms.php\";s:1:\"0\";s:19:\"akismet/akismet.php\";s:1:\"0\";s:9:\"hello.php\";s:1:\"0\";}s:6:\"themes\";a:7:{s:7:\"default\";s:1:\"0\";s:4:\"crio\";s:1:\"0\";s:16:\"boldgrid-gridone\";s:1:\"0\";s:14:\"twentynineteen\";s:1:\"0\";s:12:\"twentytwenty\";s:1:\"0\";s:15:\"twentytwentyone\";s:1:\"0\";s:15:\"twentytwentytwo\";s:1:\"0\";}}s:16:\"backup_directory\";s:29:\"/home/ndd6915/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"64f00ddb45a0b557217bd0c80452f6b745c12d35cbac34c3e79bf825cb9e7ef7\";s:7:\"updated\";i:1649447490;s:7:\"openssl\";a:3:{s:6:\"cipher\";s:11:\"AES-256-CBC\";s:2:\"iv\";s:32:\"6e75f10e05b411ef9cbf5227e36aa8ba\";s:3:\"key\";s:64:\"6acabff761855fe99819cf3364a2c2234ad9044f47fd3b58860e7d0113b00ba5\";}s:10:\"compressor\";s:7:\"php_zip\";s:17:\"filelist_analysis\";i:0;s:17:\"compression_level\";s:1:\"6\";s:9:\"scheduler\";s:4:\"cron\";s:11:\"crons_added\";b:1;s:15:\"crontab_version\";s:5:\"1.6.4\";s:19:\"exclude_tables_type\";s:4:\"full\";s:21:\"folder_exclusion_type\";s:4:\"full\";}','no'),(115743,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1657201968;s:8:\"response\";a:6:{s:47:\"post-and-page-builder/post-and-page-builder.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/post-and-page-builder\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:6:\"plugin\";s:47:\"post-and-page-builder/post-and-page-builder.php\";s:11:\"new_version\";s:6:\"1.20.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/post-and-page-builder/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.20.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-256x256.png?rev=1768477\";s:2:\"1x\";s:74:\"https://ps.w.org/post-and-page-builder/assets/icon-128x128.png?rev=1768477\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/post-and-page-builder/assets/banner-1544x500.png?rev=1768477\";s:2:\"1x\";s:76:\"https://ps.w.org/post-and-page-builder/assets/banner-772x250.png?rev=1768477\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"5.4\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.15.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"5.4\";}s:19:\"weforms/weforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/weforms\";s:4:\"slug\";s:7:\"weforms\";s:6:\"plugin\";s:19:\"weforms/weforms.php\";s:11:\"new_version\";s:6:\"1.6.13\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/weforms/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/weforms.1.6.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/weforms/assets/icon-256x256.png?rev=1978687\";s:2:\"1x\";s:60:\"https://ps.w.org/weforms/assets/icon-128x128.png?rev=1978687\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/weforms/assets/banner-1544x500.png?rev=2243402\";s:2:\"1x\";s:62:\"https://ps.w.org/weforms/assets/banner-772x250.png?rev=2243402\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.2\";}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:6:\"plugin\";s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";s:11:\"new_version\";s:5:\"2.6.5\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:7:\"package\";s:148:\"https://wp-assets.boldgrid.com/api/asset/get?key=4762ce765a2d3112d71e13670e9b83d6&id=1237200&installed_plugin_version=2.6.3&installed_wp_version=6.0\";}s:29:\"crio-premium/crio-premium.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:12:\"crio-premium\";s:6:\"plugin\";s:29:\"crio-premium/crio-premium.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:28:\"http://www.boldgrid.com/crio\";s:7:\"package\";s:110:\"https://api.boldgrid.com/api/open/get-asset?id=1250299&installed_plugin_version=1.5.2&installed_wp_version=6.0\";}s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:29:\"post-and-page-builder-premium\";s:6:\"plugin\";s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:7:\"package\";s:110:\"https://api.boldgrid.com/api/open/get-asset?id=1250159&installed_plugin_version=1.0.5&installed_wp_version=6.0\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{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:5:\"4.2.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.4.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:\"5.0\";}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/boldgrid-easy-seo\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:6:\"plugin\";s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";s:11:\"new_version\";s:6:\"1.6.10\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/boldgrid-easy-seo/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-256x256.png?rev=1773296\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-easy-seo/assets/icon-128x128.png?rev=1773296\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-1544x500.png?rev=1773381\";s:2:\"1x\";s:72:\"https://ps.w.org/boldgrid-easy-seo/assets/banner-772x250.png?rev=1773381\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:29:\"nginx-helper/nginx-helper.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/nginx-helper\";s:4:\"slug\";s:12:\"nginx-helper\";s:6:\"plugin\";s:29:\"nginx-helper/nginx-helper.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/nginx-helper/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/nginx-helper.2.2.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/nginx-helper/assets/icon-256x256.png?rev=2360932\";s:2:\"1x\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";s:3:\"svg\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nginx-helper/assets/banner-1544x500.png?rev=2360932\";s:2:\"1x\";s:67:\"https://ps.w.org/nginx-helper/assets/banner-772x250.png?rev=2360926\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/nginx-helper/assets/banner-1544x500-rtl.png?rev=2360932\";s:2:\"1x\";s:71:\"https://ps.w.org/nginx-helper/assets/banner-772x250-rtl.png?rev=2360932\";}s:8:\"requires\";s:3:\"3.0\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:23:\"boldgrid-backup-premium\";s:6:\"plugin\";s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:6:\"tested\";s:3:\"5.8\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:7:\"package\";s:110:\"https://api.boldgrid.com/api/open/get-asset?id=1192077&installed_plugin_version=1.5.9&installed_wp_version=6.0\";}}s:6:\"tested\";s:3:\"5.3\";}','no'),(115738,'_transient_timeout_global_styles_svg_filters_crio','1657201929','no'),(115739,'_transient_global_styles_svg_filters_crio','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(115663,'_site_transient_timeout_theme_roots','1657202478','no'),(115664,'_site_transient_theme_roots','a:6:{s:16:\"boldgrid-gridone\";s:7:\"/themes\";s:4:\"crio\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(115735,'_transient_timeout_global_styles_crio','1657201928','no'),(115736,'_transient_global_styles_crio','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(115705,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1657244648','no'),(115706,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1657201448','no'),(114501,'_site_transient_timeout_bg_license_data','1657236065','no'),(114502,'_site_transient_bg_license_data','O:8:\"stdClass\":5:{s:3:\"key\";s:64:\"3yp37CdThVaqUa6d71XE3iM4176y8+j8VJTMc1/P4GdyoK4bFHdwAj50mnH2I/d7\";s:6:\"cipher\";s:11:\"AES-128-CBC\";s:2:\"iv\";s:42:\"M%0AOT%CB%AF%11%7B%9B%B0%DD%17%2C%FF%93%16\";s:4:\"data\";s:556:\"MXFe2dvuDAs6rn5zgi26FSB1T1CJmJVXvRSj35IOjU5LNcc/FjcMGcHlfaymhpE7+8xCoYPFxUBDP60cXsCCtFCrKbdYbwE2JLWly4De9kXazj25GbeH+DYwf+SHptPKSc9A5oISa/vZ6VHhvTucaSXrw88vK9YW2aBVXxA9V5C2mSp9/zos01m/mFdjmjVWcGaAoponrcktR0g4gIoOqavznUroYWqOk352XfhZifT+XaEZuPzK5h9GT3x6FayysUxy5pwpgpC4cm6fjjOecCYuMqyyvx4oSSUh0F7u/WhAIKDR291qX2redNc1d5w2jsELycvjVawa8ibo8fJow/n62kcLshGbAETvbAc4HI9Tmsc4qDajIewtKMXiublytB+oxk9BMrJAcQ2yFY94tTxVmbyBfbANHYcWUhUWHvNNXce7ITwIwJ7HQzfUuczJlHaelgJ9ExYD72T0oj1dFhpJO5SBN+c26alC7jUBCxcPBg5wwW2l4qbwA7rhWRJasGNgThOJJWViV2uIXUzkjq50rV1lDjTcsK+ikbtz6Oc=\";s:7:\"version\";i:2;}','no'),(115744,'_site_transient_boldgrid_plugins_filtered','a:7:{s:37:\"boldgrid-connect/boldgrid-connect.php\";a:14:{s:4:\"Name\";s:16:\"BoldGrid Connect\";s:9:\"PluginURI\";s:24:\"https://www.boldgrid.com\";s:7:\"Version\";s:5:\"1.0.2\";s:11:\"Description\";s:43:\"Toolkit for BoldGrid Connect functionality.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:24:\"https://www.boldgrid.com\";s:10:\"TextDomain\";s:16:\"boldgrid-connect\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:16:\"BoldGrid Connect\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:39:\"boldgrid-easy-seo/boldgrid-easy-seo.php\";a:14:{s:4:\"Name\";s:17:\"BoldGrid Easy SEO\";s:9:\"PluginURI\";s:38:\"https://www.boldgrid.com/boldgrid-seo/\";s:7:\"Version\";s:6:\"1.6.10\";s:11:\"Description\";s:82:\"Easily manage your website\'s search engine optimization with Easy SEO by BoldGrid!\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:5:\"bgseo\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:17:\"BoldGrid Easy SEO\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:47:\"boldgrid-inspirations/boldgrid-inspirations.php\";a:14:{s:4:\"Name\";s:21:\"BoldGrid Inspirations\";s:9:\"PluginURI\";s:47:\"https://www.boldgrid.com/boldgrid-inspirations/\";s:7:\"Version\";s:5:\"2.6.3\";s:11:\"Description\";s:177:\"Find inspiration, customize, and launch! BoldGrid Inspirations includes FREE WordPress themes and is the easiest way to launch a new WordPress site complete with custom content.\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:21:\"boldgrid-inspirations\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:21:\"BoldGrid Inspirations\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:47:\"post-and-page-builder/post-and-page-builder.php\";a:14:{s:4:\"Name\";s:21:\"Post and Page Builder\";s:9:\"PluginURI\";s:103:\"https://www.boldgrid.com/boldgrid-editor/?utm_source=ppb-wp-repo&utm_medium=plugin-uri&utm_campaign=ppb\";s:7:\"Version\";s:6:\"1.14.0\";s:11:\"Description\";s:175:\"Customized drag and drop editing for posts and pages. The Post and Page Builder adds functionality to the existing TinyMCE Editor to give you easier control over your content.\";s:6:\"Author\";s:31:\"BoldGrid <support@boldgrid.com>\";s:9:\"AuthorURI\";s:87:\"https://www.boldgrid.com/?utm_source=ppb-wp-repo&utm_medium=author-uri&utm_campaign=ppb\";s:10:\"TextDomain\";s:15:\"boldgrid-editor\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:21:\"Post and Page Builder\";s:10:\"AuthorName\";s:31:\"BoldGrid <support@boldgrid.com>\";}s:63:\"post-and-page-builder-premium/post-and-page-builder-premium.php\";a:14:{s:4:\"Name\";s:29:\"Post and Page Builder Premium\";s:9:\"PluginURI\";s:60:\"https://www.boldgrid.com/wordpress-page-builder-by-boldgrid/\";s:7:\"Version\";s:5:\"1.0.5\";s:11:\"Description\";s:48:\"Premium extension for the Post and Page Builder.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:28:\"post-and-page-buider-premium\";s:10:\"DomainPath\";s:11:\"/languagesD\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:29:\"Post and Page Builder Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";a:14:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:7:\"1.14.12\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:14:{s:4:\"Name\";s:20:\"Total Upkeep Premium\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:5:\"1.5.9\";s:11:\"Description\";s:46:\"Premium extension for the Total Upkeep plugin.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:20:\"Total Upkeep Premium\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(155,'boldgrid_api_key','4762ce765a2d3112d71e13670e9b83d6','yes'),(179,'boldgrid_backup_latest_backup','a:34:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:348365444;s:4:\"save\";b:1;s:10:\"total_size\";i:516357818;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:35:\"/home/ndd6915/Naplesirrigation.com/\";s:9:\"backup_id\";s:8:\"23761a18\";s:7:\"siteurl\";s:28:\"https://naplesirrigation.com\";s:9:\"timestamp\";i:1657136227;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:20:\"naplesirrigation.com\";s:13:\"php_sapi_name\";s:8:\"fpm-fcgi\";s:9:\"php_uname\";s:113:\"Linux ecngx300.inmotionhosting.com 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64\";s:11:\"php_version\";s:6:\"7.4.30\";s:11:\"server_addr\";s:13:\"198.46.89.184\";s:11:\"server_name\";s:20:\"naplesirrigation.com\";s:15:\"server_protocol\";s:8:\"HTTP/1.0\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:3650;s:8:\"username\";s:7:\"ndd6915\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:30:\"nirrigation (marie@aiinst.com)\";s:8:\"filepath\";s:95:\"/home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com-23761a18-20220706-193712.zip\";s:11:\"lastmodunix\";i:1657136329;s:8:\"duration\";s:6:\"102.25\";s:11:\"db_duration\";s:4:\"0.10\";s:11:\"db_filename\";s:35:\"ndd6915_m9tymdz.20220706-193707.sql\";s:12:\"mail_success\";b:1;}','yes'),(115703,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1657244648','no'),(115704,'_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:87:\"Do The Woo Community: A WordCamp Europe Finale with Bōggie Yanishen and Carl Alexander\";s:7:\"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:28:\"https://dothewoo.io/?p=72228\";s:7:\"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:43:\"https://dothewoo.io/wordcamp-europe-finale/\";s: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:391:\"<p>In the last recorded episode via WordCamp Europe, Carl and Bōggie end the series with a fun conversation.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wordcamp-europe-finale/\">A WordCamp Europe Finale with Bōggie Yanishen and Carl Alexander</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jul 2022 09:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s: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: Anders Norén Remakes Davis Theme as Davis Blocks with Full-Site Editing 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135946\";s:7:\"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://wptavern.com/anders-noren-remakes-davis-theme-as-davis-blocks-with-full-site-editing-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3088:\"<p>WordPress theme author Anders Norén has remade his popular <a href=\"https://wordpress.org/themes/davis/\">Davis theme</a> to support full-site editing. The new theme, <a href=\"https://wordpress.org/themes/davis-blocks/\">Davis Blocks</a>, is sporting the same clean design as its predecessor, and can be used as a starter theme or a lightweight blog theme.</p>\n\n\n\n<img />\n\n\n\n<p>Norén said he built Davis Blocks to be as small as possible, while retaining the same appearance as the original theme. The updated theme has no JavaScript and weighs just 248K, most of which is the PT Serif font files and the theme screenshot. It stands in stark contrast to Norén&#8217;s first block theme, <a href=\"https://andersnoren.se/teman/tove-wordpress-theme/\">Tove</a>, which was loaded with 52K custom CSS.</p>\n\n\n\n<p>&#8220;The promise of block themes is that eventually, themes won’t need to include any custom CSS at all,&#8221; Norén said. &#8220;A basic theme, without any custom block styles, should be able to get by just by using theme.json. Core is not there just yet – there are a couple of blocking issues, like alignment styles – but it’s getting pretty close.&#8221;</p>\n\n\n\n<p>Norén&#8217;s <a href=\"https://andersnoren.se/introducing-davis-blocks/\">introductory post</a> for the theme covers many of the current challenges block theme authors face, such as structural issues like giving alignments to an outer margin on smaller displays, the necessity for overwriting some core styles, the inability to style buttons in the file and search blocks with theme.json settings, and more. He is eager to remove more of the CSS included in Davis Blocks as these issues are resolved.</p>\n\n\n\n<p>Although Norén identifies Davis Blocks as a classic blogging theme with an emphasis on typography and long-form articles, it can be transformed into any kind of theme thanks to its support for full-site editing features.  Users can easily customize the header and other templates to add or remove blocks and change the color scheme to suit their own needs. </p>\n\n\n\n<img />\n\n\n\n<p>Davis Blocks is packaged with six template files (404, Archive, Index, Page, Search and Single) and three template parts (Header, Footer, and Loop). Although there has been a lot of buzz around how indispensable patterns have  become, Norén opted to forego including any in this theme.</p>\n\n\n\n<p>&#8220;With the progress being made on the <a href=\"https://wordpress.org/patterns/\">WordPress.org pattern directory</a>, bundling block patterns in the theme folder felt like a step in the wrong direction,&#8221; he said. More than 800 patterns are now available in the directory, so it will be interesting to if other block theme authors go in a similar direction or insist on including their own custom patterns.</p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/davis-blocks/\">Davis Blocks</a> is available for free from the WordPress Themes Directory and can also be installed via the admin Add New themes menu. The addition of Davis Blocks brings the directory&#8217;s count of block themes to 91.</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, 06 Jul 2022 20:22: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: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: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:133:\"Post Status: A Better REST API, Improving Developer Docs, Open Sourcing Theme Designs, WebP and multiple MIME type support for images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100458\";s:7:\"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:145:\"https://cdn.poststatus.com/a-better-rest-api-improving-developer-docs-open-sourcing-theme-designs-webp-and-multiple-mime-type-support-for-images/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Do you want to see the REST API improved? Get the latest on improving DevHub (Developer Docs), image formats, and access to open-source Figma files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 19:48: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:18:\"Courtney Robertson\";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:63:\"Post Status: Webinar: Takeaways From My ‘Forced’ Sabbatical\";s:7:\"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://poststatus.com/?p=100427\";s:7:\"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://poststatus.com/webinar-takeaways-from-my-forced-sabbatical/\";s: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:273:\"In the past, I often thought how cool it would be to take time off, but I never got serious about actually taking a sabbatical. There always seemed to be a fire I had to put out, or something else to worry about, or some other excuse that pushed it away as a distant dream.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";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:56:\"WordPress.org blog: The Month in WordPress – June 2022\";s:7:\"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=13069\";s:7:\"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/2022/07/the-month-in-wordpress-june-2022/\";s: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:12219:\"<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team ​​released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the &#8220;<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>&#8221; posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\"https://profiles.wordpress.org/mysweetcate/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mysweetcate</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>, <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/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</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, 06 Jul 2022 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";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:76:\"WPTavern: #33 – David Lockie on Why Web3 and WordPress Might Work Together\";s:7:\"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=135886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/podcast/33-david-lockie-on-why-web3-and-wordpress-might-work-together\";s: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:35119:\"<p>On the podcast today we have <a href=\"https://uk.linkedin.com/in/davidlockie\">David Lockie</a>.</p>\n\n\n\n<p>David is the Web3 Lead at Automattic, which is a new role. He’s trying to understand what Web3 is and how it’s going to alter the course of the internet in the future.</p>\n\n\n\n<p>You might have heard of Web3 and be confused about what it is exactly. DAOs, NFTs, smart contracts, Layer 2s and DeFi. These are all terms associated with Web3 but they’re not necessarily well understood. It’s complex. These technologies go about things in new and innovative ways. So what does it all mean?</p>\n\n\n\n<p>David’s on the podcast today to help us understand the whole concept of Web3 and how it might affect the WordPress ecosystem. What it is, how it works and why it’s useful.</p>\n\n\n\n<p>You’ve likely heard of examples of Web3 out there in the real world. Crypto currencies, people selling NFTs, and more. These may seem like interesting experiments, but not all that practical or useful for the majority of people. David wants to explain that it’s the underlying technology which is interesting here. A decentralised approach to gathering and storing data which is just beginning to find some practical applications.</p>\n\n\n\n<p>Perhaps this technology has a future which is, as yet, unimagined. We’re just waiting for the perfect implementation to take this from an intriguing, but edge case technology, to something more widely adopted and understood.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://form.typeform.com/to/BU1solRr\">Kernel</a></p>\n\n\n\n<p><a href=\"https://rabbithole.gg/\">RabbitHole</a></p>\n\n\n\n<p><a href=\"https://www.blockchain-council.org/\">Blockchain Council</a></p>\n\n\n\n<p><a href=\"https://bima.co.uk/\">British Interactive Media Association</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast, from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case Web3, what it is and how it might work with WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, well I&#8217;m very keen to hear from you, and hopefully get you, or your idea, featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox. And use the contact form there.</p>\n\n\n\n<p>So on the podcast today we have David Lockie. David is the Web3 lead at Automattic, which is a new role. He&#8217;s trying to understand what Web3 is and how it&#8217;s going to alter the course of the internet in the future. You might&#8217;ve heard of Web3 and be confused about what it is exactly. DAOs, NFTs, smart contracts, Layer2s, and DeFi. These are all terms associated with Web3. But they&#8217;re not necessarily well understood. It&#8217;s complex. These technologies go about things in new and innovative ways. So what does it all mean?</p>\n\n\n\n<p>David&#8217;s on the podcast today to help us to understand the whole concept of Web3 and how it might affect the WordPress ecosystem, what it is, how it works and why it&#8217;s useful.</p>\n\n\n\n<p>You&#8217;ve likely heard of examples of Web3 out there in the real world. Crypto currencies, people selling NFTs and more. These may seem like interesting experiments, but not all that practical or useful for the majority of people. David wants to explain that it&#8217;s the underlying technology, which is interesting here. A decentralized approach to gathering and storing data, which is just beginning to find some practical applications.</p>\n\n\n\n<p>Perhaps this technology has a future, which is, as yet, unimagined. We&#8217;re just waiting for the perfect implementation to take this from an intriguing, but edge case technology to something more widely adopted and understood.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise, but that&#8217;s not always the case with the conversations I recorded at WordCamp Europe. We were competing against crowds and the air conditioning. And whilst the podcast is more than listable. I hope that you understand that the vagaries of the real world we&#8217;re at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. And you&#8217;ll find all of the other episodes there as well. And so without further delay, I bring you David Lockie.</p>\n\n\n\n<p>I am joined on the podcast today by David Lockie. Hello?</p>\n\n\n\n<p>[00:03:39] <strong>David Lockie:</strong> Hi Nathan how you doing?</p>\n\n\n\n<p>[00:03:40] <strong>Nathan Wrigley:</strong> Yeah, really good. Day two of WordCamp Europe. You&#8217;re the first person that I&#8217;ve been able to actually say to, how&#8217;s the conference been going so far?</p>\n\n\n\n<p>[00:03:47] <strong>David Lockie:</strong> It&#8217;s been great. It&#8217;s been really nice just to see everyone again. I was mainly on the stall yesterday on the booth, the WooCommerce booth. I haven&#8217;t been to any talks yet. And so I can&#8217;t speak to the conference content, but just the experience of being around everyone of there being booths, of there being people like, it&#8217;s like jacking into the main line of excitement around WordPress.</p>\n\n\n\n<p>So I&#8217;m I&#8217;m loving it. A hundred percent.</p>\n\n\n\n<p>[00:04:12] <strong>Nathan Wrigley:</strong> Just give us a little bit, very briefly of your background with WordPress. Just to paint a picture of why you are here today and where the authority comes from.</p>\n\n\n\n<p>[00:04:19] <strong>David Lockie:</strong> Sure. I&#8217;ve been in the WebPress space about 15 years. I was a freelancer, and ran an agency called Pragmatic. I have been an entrepreneur in the space and I&#8217;ve been a marketer in the space as well. In terms of blockchain, crypto web three, I&#8217;ve been interested since about 2017, and over the intervening time I have become co-chair of the Beamer Blockchain Council. That&#8217;s the British Interactive Media Association.</p>\n\n\n\n<p>I advise a couple of startups in the space, and most recently I&#8217;ve been really fortunate to be able to bring those two worlds together by joining Automattic as web three lead. It means that I can keep working on the technology in the community and the ecosystem that I love, but also have a chance to work on technology that I&#8217;m excited about and believe will inevitably disrupt and join with WordPress. So it&#8217;s a real privilege to have that opportunity to kind of marry both my tech loves together.</p>\n\n\n\n<p>[00:05:15] <strong>Nathan Wrigley:</strong> Nice. Now I think there&#8217;s a fairly low chance that somebody listening to this will not have heard the words web three, but I think there&#8217;s a fairly high chance that they won&#8217;t actually understand what that means, myself actually included.</p>\n\n\n\n<p>I&#8217;ve heard it. I&#8217;ve got the peripheral understanding. I&#8217;ve never bitten down into the middle of it, and probably I think I&#8217;ve got some misunderstandings that need cleaning up. So, just for a minute just tell us basically, if you can, probably without consuming the entire half hour podcast, tell us what web three is in it&#8217;s highest possible terms.</p>\n\n\n\n<p>[00:05:44] <strong>David Lockie:</strong> There are a bunch of different definitions. The one that I use is that it&#8217;s a family of decentralized technologies that allow people to coordinate in new and interesting ways. That&#8217;s a little bit more ethereal. A more practical, tangible definition would be technologies built on blockchains and related decentralized technologies. But the decentralization is at the core of everything that we talk about with web three.</p>\n\n\n\n<p>I also feel a bit funny about the kind of blockchain, crypto, web three rebrand, because actually I think there are other very significant technologies that are coming down the line and will sort of converge as web three becomes more mainstream. Things like 3d things like AI. That means that when we&#8217;re talking about web three, it&#8217;s not simply an evolution of where we are in terms of the centralization, but it&#8217;s also this sort of new immersive experiential realm in which ownership and rights and value transfer and transactions all become part of a very rich tapestry that will feel like a new evolution.</p>\n\n\n\n<p>For me, before the kind of blockchain web three rebrand, I used to talk about web three as the day when people stopped walking down the road, looking at their phones because they&#8217;re wearing glasses and it&#8217;s more ambient and immersive. So even to myself, I have a few different concepts of what it means, but decentralization is the key when people usually talk about web three.</p>\n\n\n\n<p>[00:07:00] <strong>Nathan Wrigley:</strong> I see web three written in two different ways and I don&#8217;t know if it&#8217;s different. So I see web three as in W E B, no space 3. And I see web 3.0. Is there any separation there or are they exactly the same?</p>\n\n\n\n<p>[00:07:13] <strong>David Lockie:</strong> I</p>\n\n\n\n<p>think it&#8217;s just exactly the same I&#8217;m old enough to remember when web two was the excitement um and being in O&#8217;Reilly conferences in Berlin, and it was web two dot, that was like the hotness. And of course there was never like a web 2.1 or</p>\n\n\n\n<p>web 2.5 And so I think web 3.0 is similarly redundant.</p>\n\n\n\n<p>[00:07:32] <strong>Nathan Wrigley:</strong> Yeah, it seems to me that inside of the web three space is a bunch of acronyms and a bunch of different technologies. So I&#8217;ve written down a couple here and none of them, I particularly understand.</p>\n\n\n\n<p>So I&#8217;ve got DAOs, got NFTs, I&#8217;ve got contracts, I&#8217;ve got something which was completely new to me, Layer 2s, and DeFi. Are these if you like sub domains of web three, are these just component parts that sit inside of it, or are they completely separate autonomous pieces?</p>\n\n\n\n<p>[00:07:59] <strong>David Lockie:</strong> I think that&#8217;s a really good observation. And I guess the genesis of that is that the blockchain technology, which supports all of the rest of web three has a bunch of new terms and new concepts in it of itself. A blockchain is a new concept. A Merkel tree is a cryptographic term that unless you&#8217;re a researcher you wouldn&#8217;t know about.</p>\n\n\n\n<p>The idea of cryptocurrencies and tokens and cryptography, some of this stuff, it was just not in the everyday parlance, and the things which have evolved from that, decentralized autonomous organizations, decentralized finance, non fungible tokens, smart contracts, layer zeros, ones, twos, scaling solutions, bridges, automated market makers. All of these things, they&#8217;re not just new words, they&#8217;re new concepts.</p>\n\n\n\n<p>And I think that&#8217;s part of what people struggle with when they&#8217;re getting their head round web three, is that it&#8217;s very fundamentally different. The whole nature of it, the decentralized nature of it means that things change in a very profound way. And so there is like a massive vocabulary to get your head around and that can feel quite daunting, quite inaccesible.</p>\n\n\n\n<p>And obviously you&#8217;ve got like the label for things, but then understanding what actually sits behind DeFi like, how is it different from traditional finance? How does it work to have a financial system that is entirely controlled by open source software? These are just brand new things. And so all of that terminology and all of those concepts are just things that you have to get your head around.</p>\n\n\n\n<p>And I think people in this space often talk about this sort of rabbit hole where people can dance around on the surface and see the results of some of this stuff. Pictures of monkeys being worth millions of dollars, or like scams taking hundreds of millions of dollars by a smart contract floor. And so they form their judgments about this stuff, but actually when you find something that&#8217;s of interest and you follow that thread, you go down and the hole is long and varied and complex and ever changing. And the conversations that you have with people that have gone down that rabbit hole and haven&#8217;t, they just feel utterly different.</p>\n\n\n\n<p>You have a different, like a different, basis for the conversation. And I guess that&#8217;s one of the things which people find challenging about the space as well like, people already naturally form cliques and geek out and, in group out group stuff. And I think. If you have a negative perception, for whatever reason of what&#8217;s happening in this space, then it&#8217;s very easy to feel excluded.</p>\n\n\n\n<p>And that it&#8217;s just all this nonsense going on and you don&#8217;t wanna engage with it because it&#8217;s just too much. Like it&#8217;s a lot. It&#8217;s really a lot.</p>\n\n\n\n<p>[00:10:28] <strong>Nathan Wrigley:</strong> Yeah. I think that&#8217;s a part of the puzzle for me. When web two came along and social happened, you could completely get it. And it took a while for the harm of all of that to become obvious. What I&#8217;m seeing in the press at the minute is the inevitable backlash. I&#8217;m seeing people&#8217;s wallets being emptied and certain blockchains becoming disrupted and all sorts of negative press.</p>\n\n\n\n<p>Six months ago I felt there was a tidal wave in the opposite direction. It was just positivity, just Bitcoin, crypto, NFT. This is all brilliant. It feels to me at the moment as if we&#8217;re riding a wave of, hang on a minute, there&#8217;s danger here if you&#8217;re not careful, if you&#8217;re not thoughtful, if you don&#8217;t understand what you&#8217;re doing. And so that I suppose is a concern that maybe you&#8217;re gonna have to be confronting in your role in the near term.</p>\n\n\n\n<p>[00:11:14] <strong>David Lockie:</strong> It&#8217;s definitely something that&#8217;s on my mind. But this is far from the first cycle in crypto as well. And I guess having lived through the previous cycle, the 2017, 2018 and then right through to 2019 where everything started lifting up again. There were very clear patterns and they follow typical economic cycles as well.</p>\n\n\n\n<p>You get the positivity and then the overexuberance and then the sort of speculation, like the top. And then, there&#8217;s some bad news and then suddenly everyone starts getting fearful and the fear is a positive feedback loop. And so the price dumps and everyone gets scared and bored and runs away.</p>\n\n\n\n<p>But all that is like the bottom of that cycle. And then out of that will come, like in the UK, a new use case. New people with new funds, new ideas. Projects that were worked on during the bear cycle start to come to fruition. So we saw this with the previous cycle was really around, for me, it was around Ethereum and starting to see the promise of smart contracts and NFTs and some of this sort of the web three, rather than just Bitcoin price action.</p>\n\n\n\n<p>And this time round was catalyzed by decentralized finance and then continued into NFTs. So it could be, a pretty wintery situation for a couple of years. But then new use cases, new projects will emerge and we&#8217;ll be up and at &#8217;em. And if you average out, the actual use of this technology, it doesn&#8217;t align brilliantly well with the market action, like the price action. It&#8217;s still going up and to the right, obviously like with some ups and downs, according to how exuberant everyone is.</p>\n\n\n\n<p>I guess that&#8217;s one of the things that&#8217;s sort of interesting is that it&#8217;s a very integrative technology, in that it is economic, is technological, is also social as well. It&#8217;s the first 24, 7 global permissionless marketplace for people to do stuff, whether that is financial stuff or coordination stuff or whatever. It&#8217;s the first time that we&#8217;ve been able to do that with meaning attached to it like economic meaning.</p>\n\n\n\n<p>So we&#8217;ve been able to do that with WordPress, with open source development for decades. And that&#8217;s been insanely valuable to everyone as a result. One of the challenges with web two is that we were creating all of this value, but there were no direct internet native ways to try and capture and program that value.</p>\n\n\n\n<p>So we relied on all these secondary business models. Particularly advertising and data collection to extract or convey some of that value around what was essentially an economy, but with no native currency to exchange. And I think that&#8217;s one of the, the most profoundly interesting things that web three does is it allows us to underpin, not overlay, but underpin everything else that we do online with internet native programmable money that can serve all the different use cases that we have now and into the future.</p>\n\n\n\n<p>[00:13:55] <strong>Nathan Wrigley:</strong> Do you feel that things like blockchain, decentralized ledgers and all of that is a clever idea, but is still trying to actually find a use case, which is useful for most people? Again, we&#8217;re harking back to the weird things that happened like NFTs and so on. That just strikes me as a bizarre use case, but the decentralized block chain, the idea of a ledger which is imutable and everybody can inspect and see. It feels like that&#8217;s got a lot of uses, we just haven&#8217;t figured out what they are. Practical, useful things for most people in the same way that the web is practical and useful for most people.</p>\n\n\n\n<p>It feels to me at the minute, it&#8217;s a stretch to get, for example, my mother to have any interest in web three because the barrier&#8217;s too high. The weirdness is too much. And maybe we&#8217;re just waiting for that golden apple, somebody comes up with something. Oh, that&#8217;s remarkable. That&#8217;s brilliant. Everybody can get ahold of that. I just wonder if that epiphany hasn&#8217;t happened yet.</p>\n\n\n\n<p>[00:14:51] <strong>David Lockie:</strong> I think it&#8217;s a, an interesting question. There are definitely elements of, and it&#8217;s a bit of a kind of web three trope. Like it&#8217;s still early, there&#8217;s still lots of innovation ahead of us. Like maybe there will be that killer app that suddenly everyone goes, oh, this is why blockchain&#8217;s important in our life. This is why web three&#8217;s important in our life.</p>\n\n\n\n<p>However, if you look at a lot of internet infrastructure and web infrastructure, like most people don&#8217;t understand the importance of any technology, really. They just jab at buttons on their phone and things happen as a result. But that doesn&#8217;t mean that the underlying technology isn&#8217;t important. People just wanna write a WordPress post.</p>\n\n\n\n<p>They don&#8217;t care about this pull request or, whether it&#8217;s Gutenberg or classic editor. They just want to do a job. So I think there&#8217;s an element to which a lot of people will never need to know or need to care about web three. We may well see some like breakthrough use cases.</p>\n\n\n\n<p>Personally, I do think NFTs and digital collectibles are gonna be one of those breakthroughs. We&#8217;ve seen it this cycle. Instagram is teasing at an upcoming release about allowing people to display and eventually to buy and sell collectibles on Instagram. If that rolls out to 3 billion people, that&#8217;s mass adoption.</p>\n\n\n\n<p>They&#8217;ve got a patent in for meta pay, which is their own payments, digital wallet and digital currency exchange infrastructure. But even then, like people might not know that is all part of blockchain. They might not understand the technology that&#8230;</p>\n\n\n\n<p>[00:16:12] <strong>Nathan Wrigley:</strong> It&#8217;ll still be a button on a screen.</p>\n\n\n\n<p>[00:16:14] <strong>David Lockie:</strong> Still be a button on a screen that they can use to buy a thing from the brand or the creator that they love and want to support or the clothes that they wanna wear. But I also think that there&#8217;s another aspect to it, which is that the world is not without its challenges right now. And things which don&#8217;t seem important now might suddenly become incredibly important. And we can always look at the edges to see where the innovation and the use cases are.</p>\n\n\n\n<p>So for example crypto has a very valid use case now of international remittence. So if you are a migrant worker, you&#8217;re working another country, we need to send money around the world. You can do that more safely and cheaply using crypto. And that&#8217;s what a large proportion of non trading or investing use is around. The ability for migrant workers to send their funds directly to their family, with the minimum fees involved.</p>\n\n\n\n<p>When we look at international businesses who have Ukrainian and Russian workers and still need to pay salary, crypto provides an option where there was not one before. And I think in this world that we are living in where potentially we&#8217;re looking at splinternets like you know the great fire wall of China. The Russian internet, if things continue the way they&#8217;re going having means for value transfer and coordination that is free from the constraints of nation states, might suddenly become super important to everyone. There&#8217;s also that element that I think is interesting and worthwhile. Even if the majority of people never understand it.</p>\n\n\n\n<p>[00:17:46] <strong>Nathan Wrigley:</strong> Yeah the whole decentralized thing, let me rewind. It feels like 25 years ago, proprietary software came on the market and you bought it and then free open source software also in parallel was going on. And I think we&#8217;re at the point where we can tentatively say that free open source software won that ultimately that&#8217;s what I think anyway, if you look at certain segments. So we now have proprietary centralized things and you are advocating for decentralized things.</p>\n\n\n\n<p>Is it to say that the centralized thing is, it&#8217;s something that we no longer desire? So a good example would be my bank. I wish my bank to have my money and I wish my bank to take care of my money. So that in the event that something happens then I&#8217;ve got some kind of backup.</p>\n\n\n\n<p>I know that institution full of those people is there to protect me. In the case of decentralized, I worry that an accidental theft of a phone might be enough to wipe out my life saving. And I wonder if this is a, a real difficult bridge that is never gonna get crossed. So in other words, what makes decentralized so much more superior than centralized? Maybe it doesn&#8217;t, maybe there&#8217;s a place for both forever.</p>\n\n\n\n<p>[00:18:56] <strong>David Lockie:</strong> Yeah. I think that latter is exactly where I come in. One beautiful concept that came out of web three is this idea of complimentary opposite. So whilst I&#8217;m advocating for people to learn and find out about decentralization and why it can be important and valuable. I&#8217;m definitely not saying like centralized stuff is bad.</p>\n\n\n\n<p>And actually when we look at a few examples of success, we see that anyway. Automattic, WordPress.com also WordPress.org. Arguably neither would be as successful without the other, but like combined, it means that where a centralized entity can be most impactful like, things can go down that route. Where there are opportunities to do stuff that a centralized organization simply can&#8217;t do the .org ecosystem can do it, it can innovate at the edges.</p>\n\n\n\n<p>So that&#8217;s, I think a very resonant example from the world we know. In crypto, there are some other examples as well. For example, there&#8217;s a crypto exchange called Binance. It&#8217;s a centralized, regulated KYC, AML, OFAC entity. You know it&#8217;s a financial organization and company that pays its taxes et cetera, but it also has a decentralized protocol called BSC Smart Chain which is plausibly decentralized and allows it to, allows innovation to happen around Binance whilst not being directly connected to it.</p>\n\n\n\n<p>And I think even sort of more traditional businesses like you know arguably what Elon has done with Tesla is to use the power of social media to build this decentralized community of fans around the business. And so one of the tools he uses to achieve his corporate regulated goals is this recruitment of, these people aren&#8217;t employee shareholders not necessarily even customers, but they&#8217;re fans and they&#8217;re motivated towards the same goals for whatever reason. And so it&#8217;s that combination that I think allows for, it just creates a wider, more fertile space for innovation to happen.</p>\n\n\n\n<p>[00:20:54] <strong>Nathan Wrigley:</strong> Yeah. It&#8217;s more of a more of a marriage and less of a war. Maybe both will coexist and we&#8217;ll figure out which bits work best over here and which bits work best over there as time goes on.</p>\n\n\n\n<p>[00:21:03] <strong>David Lockie:</strong> I also yeah, a hundred percent. I also think it&#8217;s about having checks and balances. Like for me before Bitcoin came along, there was really no, no non-destructive way to protest against the increasing centralization of power. There was nothing to prevent central banks doing whatever they wanted and, for governments to continue to exert pressure. Arguably with the genesis of Bitcoin and permissionless, public, decentralized protocols that can&#8217;t be stopped. If centralization goes too far, then people will flee to alternative currencies that are outside of government control.</p>\n\n\n\n<p>That&#8217;s really just my personal take on it. And it&#8217;s not one that everyone&#8217;s comfortable with, but I do think there&#8217;s a sort of, I think it&#8217;s healthy for the, there to be a balancing factor whenever we&#8217;ve got like an axis that&#8217;s out of control, it&#8217;s helpful to balance that out.</p>\n\n\n\n<p>[00:21:52] <strong>Nathan Wrigley:</strong> Are states able to disable their citizens from accessing this I&#8217;m thinking of China. Is it the case that if you were a citizen of China, you would be enabled to use the very things that you are describing or have they legislated against?</p>\n\n\n\n<p>[00:22:09] <strong>David Lockie:</strong> It&#8217;s an arms race, isn&#8217;t it? They could block the protocol. But it&#8217;d be very difficult and there would be innovation around it. And the fact that they haven&#8217;t is also kind of interesting.</p>\n\n\n\n<p>[00:22:18] <strong>Nathan Wrigley:</strong> Yeah. Okay. This isn&#8217;t going away. People are very excited about it. And Automattic have jumped on the bandwagon. Here you are. This is now job. Tell us what the remit of that is in Automattic. Now maybe there&#8217;s a direct connection with WordPress, wordpress.org, wordpress.com. I don&#8217;t know, but just outline what you&#8217;ve been tasked to well either work on already or figure out what you&#8217;re going to work on.</p>\n\n\n\n<p>[00:22:39] <strong>David Lockie:</strong> Sure. And I should mention at this point the conversation that we are having today represents my personal views. Like I&#8217;m still working on the work that I&#8217;m doing within Automattic, and Automattic&#8217;s policy and position on stuff may well, not entirely align with mine. When I approached Automattic about the role, my thesis was that if WordPress and web three will forever remain separate we should understand why that is the case more deeply than just oh, we don&#8217;t like it, it&#8217;s a scam. It&#8217;s whatever.</p>\n\n\n\n<p>There were potential touchpoints for the creators that use our platform, the merchants that sell on our platform, the technologies that we integrate, decentralized storage, for example. There are potentially competitors that are gonna emerge in the space.</p>\n\n\n\n<p>I think there were just so many potential points of disruption for the WordPress community and ecosystem that I love, that I felt I could add some value to the whole ecosystem by increasing awareness, increasing understanding, and trying to bring some more nuance and balance to the dialogue that happens.</p>\n\n\n\n<p>So it could well be that Automattic does nothing at all with web three, but at least we&#8217;ll understand in a sophisticated way why that&#8217;s the case, why we&#8217;ve made those decisions. My guess is that isn&#8217;t going to happen. In my talk later today, I&#8217;m gonna talk about a couple of use cases that I feel are sort of inevitable.</p>\n\n\n\n<p>One is around crypto payments. So if we have the four freedoms of GPL, then arguably web three gives us the freedom to transact, the freedom to trade, and that&#8217;s a very ancient historical human trait, to trade to transact. Part of my argument is that&#8217;s what changed us from being hunting, gathering, tribal to societies and civilization, is the ability to trade and transact at increasing scales and over increasing timelines.</p>\n\n\n\n<p>So allowing people to not only publish, and sell online, but to transact freely as well, just feels like an obvious thing to do. Why would we not let merchants who don&#8217;t enjoy the financial stability of the US or the UK or whatever, to be able to accept a currency that they wanna accept? It seems like a, like I don&#8217;t see very many valid reasons not to let that happen.</p>\n\n\n\n<p>As long as we&#8217;re clear about the importance for merchants to do their own research to understand their own risks and to proceed with caution, essentially. To understand what they&#8217;re doing. And that&#8217;s part of my role as well, is to help make sure if we do stuff, then we are trying to educate and inform and raise awareness at the same time.</p>\n\n\n\n<p>The other one, I think, seems really interesting is NFTs. You know we&#8217;ve seen the weekly active wallet count go from pretty much zero a year ago to like a quarter of a million active wallets every week trading NFTs right now. They are an incredible way for creators to assert their rights and to monetize their content.</p>\n\n\n\n<p>And the most important people in the WordPress ecosystem for me, are the creators that use it. The people who have sites that run WordPress, the merchants who sell through WordPress and WooCommerce. Without them there are no agencies because nobody wants the sites. There&#8217;s no Automattic to provide services out to that ecosystem.</p>\n\n\n\n<p>So it&#8217;s about serving our users. And if creators of all types, writers, photographers, podcasters, musicians, videographers can generate a better fairer, a more durable living by using NFTs and royalties and the rights that it protects than by posting stuff to YouTube and getting 50% of the fees they make from advertising.</p>\n\n\n\n<p>For example, then I think that&#8217;s something that the WordPress community is, it&#8217;s innately supportive of because we support the open web. We support creators. Like we want to give people the freedom to publish and to sell online. And this for me is just an extension of that. People are most free to publish and sell online when they can do that with financial resilience and the ability to protect their income.</p>\n\n\n\n<p>[00:26:42] <strong>Nathan Wrigley:</strong> One of the pieces that I would imagine most people using WordPress are using is just the published button. They&#8217;re not producing videos. They&#8217;re not writing music or creating NFTs. They&#8217;re literally putting out written content and maybe there&#8217;s some images in there, what have you. And I think a curious, maybe underexplored, maybe it&#8217;ll happen, I don&#8217;t know, possibly it has, the idea of being able to prove definitively, that thing is mine. And I wrote it on that date and I can prove it forever. And I think that might be a curious, there&#8217;s no real financial benefit to that, but it&#8217;s a nice, almost legal.</p>\n\n\n\n<p>[00:27:13] <strong>David Lockie:</strong> There&#8217;s a company, WordProof who do exactly this, right. And there are a couple of really interesting use cases there. To speak to the sort of monetization bit, a lot of money is made through search engine ranking. And content theft and plagiarism, like are all problems for publishers, real problems. So if we can find a way to help search engines, parse who definitively created this bit of content, then that will protect the original content creators to some extent. There&#8217;s a lot of complexity with that.</p>\n\n\n\n<p>Another one is around trust. So if you&#8217;re a merchant and you&#8217;ve got like a shipping policy, a refund policy, general terms, and you timestamp them and you transparently show that something has changed and when it changed, then that builds trust with your consumer.</p>\n\n\n\n<p>As a consumer, I trust that this store isn&#8217;t gonna change its refund policy and leave me high and dry if like the refund period has changed since I bought it, how can I prove that definitively? So there are some direct monetization opportunities, but also some indirect ones as well.</p>\n\n\n\n<p>[00:28:12] <strong>Nathan Wrigley:</strong> Unfortunately we&#8217;re running out of time. So I&#8217;m just gonna ask one final question. If people are interested to find out more generically or it might be via you, what would be one or two of the quickest places to swot up on this topic?</p>\n\n\n\n<p>[00:28:24] <strong>David Lockie:</strong> So there&#8217;s a web three educational community called Kernel that I would recommend to anyone. It&#8217;s a very holistic and quite philosophical look at this technology. And if I can remember the link correctly, it&#8217;s bit.ly, so B I T dot L Y forward slash all caps, W P K B 7. So that&#8217;s whiskey papa kilo bravo seven.</p>\n\n\n\n<p>There&#8217;s also a bunch of learn to earn platforms out there. A good one to start with is rabbit hole, dot gg. rabbithole.gg. And there you can earn small amounts of crypto for learning to use a digital wallet or a decentralized exchange, or any of these other decentralized applications. So that&#8217;s a good, more guided, more practical way to start experiencing these technologies. And I think that experiencing it, whether you&#8217;re buying like $10 of crypto, whether you are signing up to a web three platform, actually just using this stuff is the best way to learn.</p>\n\n\n\n<p>It&#8217;s very immersive and there&#8217;s a lot to get your head around. Just reading stuff. You&#8217;ll be reading for years and you might still not get it.</p>\n\n\n\n<p>[00:29:31] <strong>Nathan Wrigley:</strong> David Lockie. Thanks for chatting to us today.</p>\n\n\n\n<p>[00:29:33] <strong>David Lockie:</strong> Thanks for your time, Nathan.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 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: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:99:\"Do The Woo Community: devlife_snippet: Pricing Your WooCommerce Extension for Your WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72239\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://dothewoo.io/devlife_snippet-pricing-your-woocommerce-extension-for-your-wordpress-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:467:\"<p>Here is a real life experience of the thought process for pricing a WooCommerce extension for your WordPress plugin.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/devlife_snippet-pricing-your-woocommerce-extension-for-your-wordpress-plugin/\">devlife_snippet: Pricing Your WooCommerce Extension for Your WordPress Plugin</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 06 Jul 2022 10:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:97:\"WPTavern: Envato to Shut Down Envato Studio on Short Notice, Jilting Longtime Service Providers \";s:7:\"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=135888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/envato-to-shut-down-envato-studio-on-short-notice-jilting-longtime-service-providers\";s: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:5563:\"<p>Envato, the Australia-based digital assets company, <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413\">announced</a> it is shutting down <a href=\"https://studio.envato.com/\">Envato Studio</a>, its community freelance platform, and <a href=\"https://www.twenty20.com/\">Twenty20</a>, a stock photo website. The company continues to tighten its belt and focus on newer products after it <a href=\"https://www.afr.com/technology/rich-listers-envato-lays-off-100-staff-and-rejigs-product-focus-20220605-p5ar5o\">laid off 100 of its 700 employees</a>, citing global conflicts and inflation.</p>\n\n\n\n<p>“We were spread too thin across all of these products we’d established,” Envato CEO Hichame Assi told told&nbsp;The Australian Financial Review.</p>\n\n\n\n<p>“They’re all creative products, but some are older with legacy platforms, whereas some are newer and going really well. We wanted to sharpen focus on our future products that are going really well.”</p>\n\n\n\n<p>The company&#8217;s most recent <a href=\"https://www.envato.com/blog/envato-continues-its-creative-evolution/\">update</a> indicated Envato is shifting to focus on <a href=\"https://www.envato.com/blog/envato-ranked-marketplace-100/\">Envato Market</a>, <a href=\"https://elements.envato.com/\">Envato Elements</a>, and <a href=\"https://placeit.net/\">Placeit</a>, a tool for creating branding and marketing assets, while phasing out other products. This week the Envato community found out that these legacy platforms include Envato Studio and Twenty20.</p>\n\n\n\n<p>Many Envato Studio service providers, who have completed more than 230,000 jobs since it launched in 2014, were surprised to learn that Envato is giving them under two months notice before it shutters the service on August 21. Providers have built their profiles with positive reviews for their work on creative projects &#8211; everything from logo design to WordPress customization. </p>\n\n\n\n<p>&#8220;It is not just bad news &#8211; it is a shocking news for me and to all who consider Envato Studio as a main earning source,&#8221; express customization provider WonderArt <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/5\">said</a>.</p>\n\n\n\n<p>&#8220;How I run my family now, it will take a long time to restart my marketplace earning again. You know how hard is to approve the item now and sales are not guaranteed. I am very much disappointed by this decision.&#8221;</p>\n\n\n\n<p>Some saw the writing on the wall after Envato stopped investing in the platform and new clients and orders were dwindling. Others, for whom Envato Studio was their main source of income, are shocked and scrambling to find a new way to support themselves on short notice.</p>\n\n\n\n<p>&#8220;Many of us rely on the steady income from express services to make a living, so really in my case such an abrupt and inconsiderate closure affects me greatly and hits me very hard, especially as I have two young children and a family to continue to support, plus bills that will keep coming in,&#8221; user touringxx <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/31\">said</a>.</p>\n\n\n\n<p>&#8220;With thousands of jobs done on my part (1733+) and 100% buyer satisfaction, I have put a lot of effort and patience into building and maintaining that reputation over the years, to now see it simply disappear as if it were worthless.&#8221;</p>\n\n\n\n<p>After investing so many years building their profiles and serving clients, multiple longtime Envato Studio service providers begged for more time before closing the platform.</p>\n\n\n\n<p>&#8220;This is not a good and fair decision in the middle of an economic crisis, we have spent our time here for 8-9 years and more, you should give more time before closing the platform,&#8221; one user Nofomsok <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/11\">said.</a> &#8220;It&#8217;s just not fair.&#8221;</p>\n\n\n\n<p>With under two months notice on the platform shutting down, many participants in the discussion said they felt the transition was too abrupt. They suggested six months to prepare for the shift, as well as creating a static, read-only version of the platform where clients can browse through service providers and send them messages through their profiles.</p>\n\n\n\n<p>&#8220;It is incredible how Envato doesn’t at least comment on this matter, we are waiting to hear from them is this the treatment we deserve for so many hardworking years?&#8221; @jassdesigngroup said.</p>\n\n\n\n<p>&#8220;We are real people with families, not just numbers.&#8221;</p>\n\n\n\n<p>Envato eventually did respond, indicating they are listening to feedback but did not mention an extension of the timeline for shutting down the platform.</p>\n\n\n\n<p>&#8220;We are in the process of creating a solution that will hopefully help with your Studio reviews,&#8221; an Envato representative commented.</p>\n\n\n\n<p>These additional considerations may be too late for those who had all their eggs in one basket.</p>\n\n\n\n<p>&#8220;It’s a business decision that is up to you,&#8221; hibiscustechno <a href=\"https://forums.envato.com/t/envato-studio-and-twenty20-to-close/421413/40\">commented</a>. &#8220;But this transition is passing a big message to the creative members in ThemeForest, &#8216;Hey guys, Today we burned all together, You authors have the time to save yourselves by selling your products using your own website rather than giving $$ commission to a platform and keep the clients with you.\'&#8221;</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, 06 Jul 2022 01:23:59 +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: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:82:\"WPTavern: WordPress Performance Team Proposes Developing a New Plugin Checker Tool\";s:7:\"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=135665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/wordpress-performance-team-proposes-developing-a-new-plugin-checker-tool\";s: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:4893:\"<p>WordPress&#8217; Performance team is kickstarting a <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/\">proposal</a> for developing a plugin checker tool similar to the <a href=\"https://github.com/WordPress/theme-check\">theme check plugin</a>, which ensures themes are meeting the latest standards and best practices.</p>\n\n\n\n<p>In 2021, WordPress&#8217; Meta team <a href=\"https://make.wordpress.org/meta/2021/02/19/reducing-the-plugin-review-teams-workload-through-automation/\">built a code scanner</a> that detects potential security risks, such as unescaped SQL queries in plugin code, with the goal of reducing the Plugin Team&#8217;s load through automation. That particular tool wasn&#8217;t developed to encourage best practices but rather to ensure plugins entering the directory meet the bare minimum standards necessary for security.</p>\n\n\n\n<p>The Performance team is proposing building a different kind of plugin that would flag any violations of the plugin development requirements and suggest best practices with errors or warnings.</p>\n\n\n\n<p>&#8220;It should cover various aspects of plugin development, from basic requirements like correct usage of internationalization functions to&nbsp;accessibility, performance, and security best practices,&#8221; Google-sponsored contributor Felix Arntz said. He identified three main goals for the plugin: </p>\n\n\n\n<ul><li>Provide plugin developers with feedback on requirements and best practices during development.</li><li>Provide the&nbsp;wordpress.org&nbsp;plugin review team with an additional automated tool to identify certain problems or weaknesses in a plugin ahead of a manual review.</li><li>Provide technical site owners with a tool to assess plugins based on those requirements and best practices.</li></ul>\n\n\n\n<p>The Performance team recommends the plugin also work from the command line (using WP-CLI) and that it go beyond static code analysis to include runtime checks that execute code.</p>\n\n\n\n<p>The proposal has received mixed feedback so far. Several participants in the discussion welcome development on such a tool and would be eager to use it with their own plugins. Others are worried about the checks becoming too heavy-handed and negatively impacting the plugin ecosystem.</p>\n\n\n\n<p>&#8220;Having a&nbsp;plugin&nbsp;to automate these checks sounds great,&#8221; WordPress developer Michael Nelson <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/#comment-44070\">said</a>. &#8220;I worry though that eventually this will mean WP plugin author devs will need to adopt WP’s code style too, which would be pretty annoying.&#8221;</p>\n\n\n\n<p>WordPress developer Josh Pollock <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/#comment-44071\">commented</a> that he shares these concerns and is worried about how these standards may be applied towards plugins that were not created to support PHP5, use composer for dependency management and automation, and share PHP code with other frameworks.</p>\n\n\n\n<p>&#8220;If this HELPS&nbsp;plugin&nbsp;developers, then fine, but if it is used as a weapon to insist on standards, then I suspect it will be a nail in WP’s coffin,&#8221; plugin developer Robin W <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/#comment-44072\">said</a>. </p>\n\n\n\n<p>&#8220;If you want to insist on stuff that is not security critical, then the current documentation is far from useful to rookies.</p>\n\n\n\n<p>&#8220;Now if the tool rewrote the code to standard, so the dev got a ‘this is a better version’ then I would be on board.</p>\n\n\n\n<p>&#8220;But one that just says ‘you are not escaping your code correctly’ and then makes the plugin dev try and find what and where it is wrong will just drive less innovation.&#8221;</p>\n\n\n\n<p>The Performance team is requesting feedback from the community, particularly plugin developers, plugin reviewers, and the meta team. If they are able to reach a consensus, Arntz said the next step is to design the infrastructure for the plugin checker in a GitHub repository.</p>\n\n\n\n<p>&#8220;The performance team would be excited to take the lead on this project, but it is vital that additional contributors from other teams help with its development, especially when it comes to defining and implementing the different checks,&#8221; Arntz said. </p>\n\n\n\n<p>&#8220;This is certainly an ambitious project, and it is not the first time that a plugin checker has come up. It also needs to be clarified that it will likely take a few months at least to get to a first version. However, we are optimistic that with a solid foundation and collaboration from the start, we can create a tool that will meet the requirements for reliable automated plugin checks.&#8221;</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, 05 Jul 2022 20:52:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:83:\"Do The Woo Community: The Future of Payment with David Mainayar and Robert Windisch\";s:7:\"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:28:\"https://dothewoo.io/?p=72220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://dothewoo.io/future-of-payments-woocommerce/\";s: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:372:\"<p>David and Robert have a lively discussion around payments, hosting and WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-of-payments-woocommerce/\">The Future of Payment with David Mainayar and Robert Windisch</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jul 2022 09:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Gutenberg Times: Classic Widgets in FSE, 3D Cut-out Image, Open-Source Theme Designs and more – Weekend Edition 221\";s:7:\"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=21446\";s:7:\"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:122:\"https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/\";s: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:19934:\"<p>Howdy, </p>\n\n\n\n<p>Some great Block themes resources are now available. And if you haven&#8217;t yet, consider joining the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\"><em>Full-Site-Editing Outreach program</em></a> channel on WordPress Slack. Anne McCarthy always invites members to new conversations with other theme developers as well as Gutenberg developers. You also will be the first to know about new initiatives for User testing. </p>\n\n\n\n<p>82 is the number of the week! In 82 minutes all tickets for WordCamp US were sold. If you didn&#8217;t get one, don&#8217;t despair yet: I have the feeling some people bught tickets with a just-in-case mind, <a href=\"https://twitter.com/bgardner/status/1542567290373283842\"><em>like Brian Gardner</em></a> notes on Twitter. <a href=\"https://us.wordcamp.org/2022/tickets/\">Bookmark the tickets page</a> to check back regurlarily.  You can also <a href=\"https://us.wordcamp.org/2022/subscribe/\">subscribe to their notification service</a>. </p>\n\n\n\n<p>Speaking of FOMO (fear of missing out), the <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">WordPress Europe team is uploading recordings</a> from talks, workshops and interviews to WordPress.tv. Below, you&#8217;ll find the list of talks releated to Blocks and Gutenberg. </p>\n\n\n\n<p>That&#8217;s it from me today, have a great weekend! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: <strong>Monday July 4 at 9 am EDT / 13:00 UTC</strong>, I will again on the livestream: <a href=\"https://wpbuilds.com/live/\"><strong>This week in WordPress #215</strong></a> with host Nathan Wrigley. The other guests will be Remkus de Vries, and Mark Westguard. </p>\n\n\n\n<p>PPS: Don&#8217;t forget to <a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">reserve your seat for the upcoming Gutenber Live Q &amp; A.</a> I can hardly wait to talk about the cool block things happening at Pew Research Center! </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">A Block-First Approach at Pew Research Center</a></strong> with lead developer Seth Rubenstein, head of digital strategy, Michael Piccorossi and co-host Anne McCarthy on <strong>July 22, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<p></p>\n\n\n\n\n<div class=\"wp-container-1 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-conten-creation-with-block-editor-and-nocode-site-building\">Content Creation with Block editor and #nocode Site building. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#wceutv\">WordCamp Europe Talks on WordPressTV</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-building-themes-for-fse\">Building Themes for FSE </a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Developing with Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-events\">WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#2-social-learning-spaces\">Social Learning Spaces</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-meetups\">Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-conten-creation-with-block-editor-and-nocode-site-building\">Content Creation with Block editor and #nocode Site building. </h2>\n\n\n\n<p>The WordPress Block News! This weeks video, <strong>Jamie Marsland</strong> introduces you to <a href=\"https://www.youtube.com/watch?v=PrrMbnRxNMI\"><strong>Block Themes, Block Generators, and Block Widgets.</strong></a> Marsland shows of Tabor&#8217;s Wei Theme, the legacy widget plugin and the create block theme plugin. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The <a href=\"https://block-museum.com\">Museum of Block Art</a> lists quite some interesting art work built as Block Patterns. How many blocks did <strong>Rich Tabor</strong> use to create this gradient square, called <a href=\"https://block-museum.com/2022/01/18/rich-tabor-2/\"><strong>Progress</strong></a>? Are you experimenting with Block patterns, too? <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\"><em>Consider submitting your creations to the Block Museum, too. </em></a></p>\n\n\n\n<a href=\"https://twitter.com/richard_tabor/status/1542916011804053505\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kama</strong>l has been consistently publishing  tutorials on how to use his EditorPlus plugin and create cool stuff. That latest show you how to create a <a href=\"https://www.youtube.com/watch?v=K7kJi539nmE\"><strong>3D Cutout Image Card Hover Effect in WordPress Using CSS</strong></a>. Subscribe to the <a href=\"https://www.youtube.com/GutenbergHub\"><em>Gutenberg Hub channel</em></a> to never miss any of these amazing ideas. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Recently, <strong>Justin Tadlock</strong> spent time in the support forums and learn that not being able to use 3rd party widgets in Theme templates was a real pain point. Not anymore, as he just released a plugin in the repository, that allows you to use any classic widget in the Site editor and add it to your template, or headers or footers. I am also thrilled that he blogged about it here on the Gutenberg Times. <a href=\"https://gutenbergtimes.com/using-classic-widgets-with-blocked-based-themes-introducing-the-legacy-widget-block-plugin/\"><strong>Using Classic Widgets with Blocked-Based Themes: Introducing the Legacy Widget Block Plugin</strong></a></p>\n\n\n\n<h2 id=\"wceutv\">WordCamp Europe Talks on WordPressTV</h2>\n\n\n\n<p>Over the last couple of week, organizer of WordCamp Europe uploaded the video from the talks to WordPress.tv. Here are the block related, I found so far. </p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/06/27/sean-blakeley-the-block-pattern-revolution/\"><strong>Sean Blakeley: The block pattern revolution</strong></a> &#8211; You will find out how Blocks Patterns have revolutionized the approach to WordPress site design and you&#8217;ll see some recent experiments and learn more about tools.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.tv/2022/06/26/greg-ziolkowski-level-up-block-building-skills/\"><strong>Greg Ziolkowski: Level Up Block Building Skills </strong></a>&#8211; Ziolkowski wrote in his description: &#8220;This year we witnessed the most groundbreaking WordPress release ever. It’s finally possible to create themes entirely composed of blocks. Users can use a single functionality to change every aspect of the website. I will present a wide range of ways to enrich the block editing experience with custom blocks. From no-code solutions practical for everyone to advanced development techniques that help programmers submit a new plugin to the Block Directory.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.tv/2022/06/23/a-glimpse-into-the-future-of-wordpress-from-a-frontend-point-of-view/\"><strong>Pablo Postigo: A glimpse into the future of WordPress from a frontend point of&nbsp;view</strong></a> Postigo wrote in the session description: &#8220;In this talk, Pablo will share his experience as an industry leader building modern JavaScript tooling for WordPress and also his vision on the future of web development using WordPress.&#8221;</p>\n\n\n\n<p><em>More talks from Porto are available at <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">WordPressTV: WordCamp Europe</a></em></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</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 id=\"1-building-themes-for-fse\">Building Themes for FSE </h2>\n\n\n\n<p><strong>Nathan Wrigley</strong> interviewed <strong>Daisy Olsen</strong> at WordCamp Europe and you&#8217;ll learn in this <a href=\"https://wptavern.com/podcast/32-daisy-olsen-on-why-you-should-try-out-block-themes\"><strong>WPTavern Jukebox episode Why you should try out block themes</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ben Dwyer, </strong>from the WordPress themes team, wrote more about the new Create Block Theme plugin, I mentioned a couple weeks ago. In his post, <strong><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">Create Block Theme</a>,</strong> you learn who should use the plugin, how you can use it and how yo can contribute to it. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Beatriz Fiahlo</strong>, from the WordPress Design team and designer of the WordPress News theme, just posted about the <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\"><strong>Open Sourcing Theme Designs</strong></a> initiative. &#8220;As of July 1st, a number of themes authored by WordPress core and other theme developers have been added to the WordPress Figma. Users can now explore the designs for popular themes such as Stewart, Archeo or Pendant and add their own theme designs that have been submitted to the WordPress repository.&#8221; The WordPress Figma space makes it easy for all to view and duplicate files. <a href=\"https://make.wordpress.org/design/handbook/get-involved/tools-figma/\"><em>Learn more about WordPress Figma and how to access it.</em></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> reports on <a href=\"https://wptavern.com/wordpress-contributors-propose-improving-block-themes-visibility-in-the-directory\"><strong>WordPress Contributors Propose Improving Block Themes’ Visibility in the Directory</strong></a> &#8211; a discussion on Meta trac to modify the WordPress Theme directory for better discoverability of Themes build for Full-site Editing. Right now the only way to see all FSE themes in one search is to use the advanced feature to use a tag filter for a list. <a href=\"https://meta.trac.wordpress.org/ticket/6330\"><em>Chime on the discussion</em></a>&#8230;.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>There are  <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">87 FSE themes available in the directory</a>. The newest theme is called <a href=\"https://wordpress.org/themes/the-evolution/\"><strong>The Evolution</strong></a> by <strong><a href=\"https://twitter.com/matheusmisumoto\">Matheus Misumoto</a></strong>, a front-end developer from Santos,Brazil. This is his first ever Theme in the repository. Misomoto described this theme as &#8220;a minimalistic multi-purpose block theme. From single page website to complex navigations, it&#8217;s a great theme to publish stories, tutorials, documentations, etc&#8221;. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> published a summary of this week&#8217;s <a href=\"https://make.wordpress.org/test/2022/06/30/hallway-hangout-discussion-on-full-site-editing-visions-and-plans-30-june/\"><strong>Hallway Hangout: Discussion on Full Site Editing visions and plans (30 June)</strong></a> where &#8220;a few community members from the Full Site Editing Outreach program joined a call to talk about various short and very long term thoughts around future full site editing plans.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/SaxonFletcher\">Saxon Fletcher</a></strong> posted on GitHub <a href=\"https://github.com/WordPress/gutenberg/issues/41717\"><strong>The great unification</strong></a> and found &#8221; It’s time we look at simplifying our mental models and establishing a stronger foundation for these concepts to thrive on.&#8221; In a series of videos and text, he lays out midterm plans and goals. It&#8217;s an interesting discussion between Fletcher and Matias Ventura. It&#8217;s also quite long. Something to read on a quiet Sunday afternoon, with a big glass off your favorite adult beverage.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/get_dave\">Dave Smith</a></strong> published a video to walk theme developers through the newest features: <a href=\"https://www.youtube.com/watch?v=XikXzLLojhk\"><strong>Setting Hover &amp; Focus States in Theme JSON and Global Styles!</strong></a> <em>&#8220;I demo the recent advancements in the Gutenberg Plugin that allow Theme developers to define interactivity states (aka &#8220;psuedo classes&#8221;) from theme.json. I also cover work underway to allow users to set these states in the Global Styles UI.</em>&#8221; Smith wrote. He also shared the PRs that have been merged and are now available via the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly</a> or </p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/41786\">Support pseudo selectors on <code>elements</code> in theme json</a> (Gutenberg 13.6 release 7/6)</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/41976/\">Add link element <code>:hover</code> interactivity control to global styles UI</a> (Gutenberg 13.7 release 7/20)</li></ul>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Developing with Blocks</h2>\n\n\n\n<p>While we wait for <strong>Daisy Olsen</strong>&#8216;s workshop at WordCamp Europe to go online, WordCamp Greece just released the recording of her presentation on  <a href=\"https://wordpress.tv/2022/07/01/daisy-olsen-extending-the-wordpress-block-editor/\"><strong>Extending the WordPress Block Editor</strong></a>. The description states: &#8220;Learn three ways to do more with existing core blocks using block styles, block variations, and block patterns. Find out how and when to use each. Build real-world examples of how you can incorporate these powerful tools in your WordPress projects.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/jon_bossenger\">Jonathan Bossenger</a></strong> <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">published a request for comment on what should be on the Roadmap for Content Creation</a> that is more developer centered for Learn.WordPress. He also added a great link list to existing developer documentation. July 15th, 2022 is the deadline for any suggestions you might have.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal</strong> is a  block builder since 2017, creator of EditorPlus and maintainer of the EditorKit plugins and prolific educator in all things Gutenberg. He just published his in-depth developer tutorial on <a href=\"https://gutenberghub.com/gutenberg-background-shape-generator/#extending-the-gutenberg-cover-block\"><strong>How to create a Gutenberg background shape generate</strong></a>. You will learn how create a background shape generator for Gutenberg, that specifically works on the core Gutenberg Cover block.</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <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 id=\"1-word-press-events\">WordPress Events</h2>\n\n\n\n<p><strong>October 10 &#8211; 14, 2022 </strong><br /><strong><a href=\"https://woosesh.com/\">WooSesh </a></strong>is a &#8216;virtual conference for WooCommerce store builders that will help grow your business.&#8217; Event host, Brain Richards, is currently looking for speakers for pre-recorded 25-minutes sessions. <a href=\"https://woosesh.com/speak/\"> Apply to speak</a>.</p>\n\n\n\n<h3 id=\"2-social-learning-spaces\">Social Learning Spaces</h3>\n\n\n\n<p>July 4, 2022 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286558681/\"><strong>Using Block Patterns</strong></a> with Wes Theron</p>\n\n\n\n<p>July 7, 2022 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286760345/\"><strong>WordPress for Writers: Launching your Writer Website</strong></a> with Destiny Kanno</p>\n\n\n\n<p>July 11, 2022 3 pm EDT / 19:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286854020/\"><strong>Your First Ecommerce Website</strong></a> with Chris Badgett and Destiny Kanno</p>\n\n\n\n<p>July 12, 2022, 5 pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286603818/\">Explore the Block Directory</a></strong> with Wes Theron</p>\n\n\n\n<p>July 19 5pm EDT / 21:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286862262/\"><strong>Explore the Template Editor</strong></a> with Wes Theron</p>\n\n\n\n<h3 id=\"3-meetups\">Meetups</h3>\n\n\n\n<p><strong>July 20, 2022 7pm EDT / 23:00 UTC</strong><br /><a href=\"https://www.meetup.com/the-ottawa-wordpress-group/events/282146170/\"><strong>Gutenberg Blocks for Devs &#8211; Part 2</strong></a> with Rick Radko Ottawa Meetup</p>\n\n\n\n<p><strong>July 21, 2022 6 pm  EDT / 22:00</strong> <br /><a href=\"https://www.meetup.com/west-orlando-wordpress-meetup/events/286850309/\"><strong>What&#8217;s in WordPress 6.0 and in the works for WordPress 6.1</strong></a> with Birgit Pauli-Haack at West Orlando WordPress meetup </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <em>Comilla, Bangladesh by Tanvir Rahman Hridoy from the WordPress Photo Directory</em></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity 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, 02 Jul 2022 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:63:\"WPTavern: Software Freedom Conservancy Calls for GitHub Boycott\";s:7:\"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=135851\";s:7:\"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://wptavern.com/software-freedom-conservancy-calls-for-github-boycott\";s: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:6092:\"<p>The <a href=\"https://sfconservancy.org/\">Software Freedom Conservancy</a> (SFC),  a non-profit that provides infrastructure support for free and open source software projects, is urging developers to <a href=\"https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/\">stop using GitHub</a> and move their projects to other platforms. The organization has historically had a number of public grievances with GitHub, which it outlines on its <a href=\"https://giveupgithub.org/\">Give Up On GitHub site</a>. GitHub&#8217;s public <a href=\"https://wptavern.com/github-makes-copilot-available-to-the-public-for-10-month-free-for-students-and-open-source-project-maintainers\">launch of Copilot</a> last week was the final straw for SFC.</p>\n\n\n\n<p>&#8220;We are ending all our own uses of GitHub, and announcing a long-term plan to assist FOSS projects to migrate away from GitHub,&#8221; SFC Policy Fellow Bradley M. Kuhn said. &#8220;While we will not mandate our existing member projects to move at this time, we will no longer accept new member projects that do not have a long-term plan to migrate away from GitHub.&#8221;</p>\n\n\n\n<p>The SFC&#8217;s member projects include BusyBox, Git, Homebrew, OpenWrt, Buildbot, Houdini, and phpMyAdmin, to name a few. The organization is financially supported by Google, Mozilla, and Redhat, among others.</p>\n\n\n\n<p>Kuhn said the SFC has been actively communicating with Microsoft and GitHub for a year about concerns regarding Copilot. He claims GitHub ignored invitations to <a href=\"https://lists.copyleft.org/mailman/listinfo/ai-assist\">discussions</a> on <a href=\"https://sfconservancy.org/news/2022/feb/23/committee-ai-assisted-software-github-copilot/\">the moral implications of AI-assisted software</a>, and neglected to answer the SFC&#8217;s questions.</p>\n\n\n\n<p>&#8220;Launching a for-profit product that disrespects the FOSS community in the way Copilot does simply makes the weight of GitHub&#8217;s bad behavior too much to bear,&#8221; Kuhn said.</p>\n\n\n\n<p>Specifically, the SFC is demanding GitHub cite legal precedent for its former CEO&#8217;s claims that <a href=\"https://twitter.com/natfriedman/status/1409914420579344385\">“(1) training ML systems on public data is fair use, (2) the output belongs to the operator, just like with a compiler.”</a></p>\n\n\n\n<p>The two other questions the SFC could not obtain answers for are as follows:</p>\n\n\n\n<ul><li>If it is, as you claim, permissible to train the model (and allow users to generate code based on that model) on any code whatsoever and not be bound by any licensing terms, why did you choose to <strong>only</strong> train Copilot&#8217;s model on FOSS? For example, why are your Microsoft Windows and Office codebases not in your training set?</li><li>Can you provide a list of licenses, including names of copyright holders and/or names of Git repositories, that were in the training set used for Copilot? If not, why are you withholding this information from the community?</li></ul>\n\n\n\n<p>The SFC contends that Microsoft and GitHub are exploiting FOSS for profit and that its behavior, relative to its peers (Amazon, Atlassian, and GitLab), is markedly worse when it comes to supporting FOSS.</p>\n\n\n\n<p>&#8220;GitHub also has a record of ignoring, dismissing and/or belittling community complaints on so many issues, that we must urge all FOSS developers to leave GitHub as soon as they can,&#8221; Kuhn said.</p>\n\n\n\n<p>The SFC formed a committee earlier this year to <a href=\"https://sfconservancy.org/news/2022/feb/23/committee-ai-assisted-software-github-copilot/\">investigate copyleft implications of AI-assisted programming</a>. They are exploring a preliminary finding that <a href=\"https://lists.copyleft.org/pipermail/ai-assist/2022-June/000015.html\">AI-assisted software development can be done in a way that respects FOSS licenses</a>. </p>\n\n\n\n<p>&#8220;While Microsoft&#8217;s GitHub was the first mover in this area, by way of comparison, early reports suggest that Amazon&#8217;s new CodeWhisperer system <a href=\"https://www.theregister.com/2022/06/23/amazon_codewhisperer/\">(also launched last week)</a> seeks to provide proper attribution and licensing information for code suggestions,&#8221; Kuhn said.</p>\n\n\n\n<p>So far SFC&#8217;s call for action has received a tepid response. Although Copilot remains a controversial tool to many, its use of open source code is perceived differently by those who have embraced it as a utility.</p>\n\n\n\n<p>&#8220;It’s been really useful in beta when I had to make some config files in Ruby, which I rarely use and often forget,&#8221; software engineer Joe Mattiello <a href=\"https://twitter.com/JoeMattiello/status/1542920701887348737?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1542920701887348737%7Ctwgr%5E%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwptavern.com%2Fwp-admin%2Fpost.php%3Fpost%3D135851action%3Dedit\">said</a>.  &#8220;FOSS is give and take. The point of open-source is to be open. Though any projects that use non-commercial licenses shouldn’t be included if it’s a paid project.&#8221;</p>\n\n\n\n<p>Another prevailing opinion is that GitHub didn&#8217;t misuse open source software in training its AI on OSS projects but rather allowed AI to read the source code and learn from it. In this context, the SFC&#8217;s fervent crusade against GitHub for using shared code appears more absurd.</p>\n\n\n\n<p>For the time being, it appears the SFC is content to continue research with the help of its committee, but part of the organization&#8217;s work is to assist member projects in enforcing the terms of FLOSS licenses, <a href=\"https://wptavern.com/software-freedom-conservancy-receives-court-ruling-affirming-gpl-as-both-copyright-license-and-contractual-agreement\">including through litigation</a>. Its heavy focus on <a href=\"https://sfconservancy.org/copyleft-compliance/\">copyleft compliance</a>, including enforcement of the GPL, may come to bear on Copilot in the future, as the SFC&#8217;s committee learns more about the copyleft implications of AI-assisted programming.</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, 01 Jul 2022 22:23:12 +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: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:73:\"WPTavern: WordPress Performance Team Revises Proposal for WebP by Default\";s:7:\"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=135677\";s:7:\"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:84:\"https://wptavern.com/wordpress-performance-team-revises-proposal-for-webp-by-default\";s: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:7198:\"<p>One year ago, WordPress 5.8 introduced support for WebP, allowing users to upload and use WebP images in their content.&nbsp;In March 2022, the Performance Team moved to expand core support for the image format by <a href=\"https://wptavern.com/performance-team-proposes-enabling-webp-by-default-in-wordpress-6-0\">proposing WordPress enable WebP by default</a>. This would include generating WebP images for new JPEG uploads and using WebP images for website content. In April the controversial proposal was <a href=\"https://wptavern.com/wordpress-performance-team-puts-controversial-webp-by-default-proposal-on-hold-after-critical-feedback\">put on hold</a> after significant critical feedback.</p>\n\n\n\n<p>After months of research, the team has<a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\"> reassessed its approach</a> and summarized its findings. The concern about WebP compatibility doesn&#8217;t seem warranted, as <a href=\"https://github.com/WordPress/performance/issues/290\">research</a> shows more than 97% of web browsers are compatible, as are more than 97% of email clients. </p>\n\n\n\n<p>Mobile apps have strong compatibility with  iOS 14+ supporting WebP (older versions will be served JPEGs) and Android supporting WebP natively from Android 4.0. The team found all the top RSS readers support WebP. The only outlier in compatibility is Open Graph consumers, which have mixed support.</p>\n\n\n\n<p>One of the chief concerns from prior feedback was that the proposal has the potential to double the amount of disk space used for images, as it would generate WebP thumbnails in addition to the JPEG sub sizes. Performance team contributor Adam Silverstein shared the team&#8217;s findings after surveying hosting companies:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>To assess the overall&nbsp;<a href=\"https://github.com/WordPress/performance/issues/289\">impact of generating WebP images on site storage</a>, the team surveyed hosting providers. With a total of 17 responses, the&nbsp;<a href=\"https://docs.google.com/document/d/1_si5UPkjC9R5yPPL6FPWfx7jahB8GPb2lrxGpdigYDM/edit?usp=sharing\">results</a>&nbsp;show that the number of stored files is generally not an issue for most hosts/sites, although storage space could become an issue for some users over time. Still, for large hosts (with 1,000 or more hosted sites), the vast majority of sites (&gt; 86%) would be unaffected, even if their storage requirements doubled. We also learned that some lower-end hosting plans with limited storage also lack WebP support in their hosting stack, which means they won’t get extra image generation anyway.</p></blockquote>\n\n\n\n<p>There may be a few assumptions baked into the statement that &#8220;the number of stored files is generally not an issue for most hosts/sites.&#8221; Responses to the team&#8217;s survey indicated that 58% of users would be unaffected by a doubling of their storage requirements. Only 17 hosts were surveyed and the names of the companies were not included in the data. Even with an estimated 14% of sites at risk of being near capacity, this has the potential to impact millions of WordPress sites.</p>\n\n\n\n<p>The Performance team is proposing a few notable changes to address concerns, including <a href=\"https://github.com/WordPress/performance/issues/341\">providing a JavaScript snippet</a> that detects browsers that lack WebP support and loads JPEGs instead. Additional WebP by default revisions include the following:</p>\n\n\n\n<ul><li><strong>Automatically generating WebP versions of&nbsp;<em>only&nbsp;</em>core image sizes in 6.1 by default.</strong>&nbsp;Custom image sizes will initially have to opt in to receive automatically generated WebP versions, or opt out if they are exclusively used for special cases where WebP is not beneficial or supported.</li><li>Keeping secondary (WebP) sub-sizes&nbsp;<em>only</em>&nbsp;if they are smaller than the primary MIME type.</li><li>Only generating WebP images for image sizes that are intended for use in user-facing front-end content. This avoids wasting storage space for WebP images that will never be used.</li><li>Introducing a&nbsp;filter&nbsp;to control the generation of additional MIME types based on image sub-sizes. This enables developers to exclude certain image sizes, such as those that are not used in front-end content.&nbsp;</li></ul>\n\n\n\n<p>The proposal for WebP by default will only affect new images uploaded after its inclusion in core. It would not automatically generate WebP images for existing uploads. Users who want to convert past uploads would need to use&nbsp;WP-CLI&nbsp;or a&nbsp;plugin&nbsp;like Regenerate Thumbnails.</p>\n\n\n\n<p>Revisions to the proposal have so far received mixed feedback. Some are strongly in favor of the new approach and others encouraged the team to consider some of the practical implications for users who may be impacted.</p>\n\n\n\n<p>&#8220;One can’t simply say it’s OK because &#8216;the vast majority of sites (&gt; 86%) would be unaffected,\'&#8221; WordPress developer Jon Brown <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/#comment-43278\">said</a>. &#8220;First, 14% is terms of WordPress is a lot. We somehow need to keep supporting the 2.8% of sites still running&nbsp;PHP&nbsp;5.6, but 14% isn’t significant?</p>\n\n\n\n<p>&#8220;One needs to consider here not just IF, but HOW this 14% of sites will be affected, and not just today, but in the future as well. Will sites just have to smoothly upgrade storage, or will they run out of disk space and crash? Or backups suddenly start failing?&#8221;</p>\n\n\n\n<p>Multiple participants in the comments suggested WordPress look at adopting the more modern AVIF format, which has better quality and compression when compared to WebP.</p>\n\n\n\n<p>&#8220;Since this initiative is essentially a progressive&nbsp;enhancement, wouldn’t it make more sense to support next-gen formats like AVIF instead while gracefully falling back?&#8221; JavaScript developer Kevin Batdorf said. &#8220;Then browsers will fall into place as they add support over time.</p>\n\n\n\n<p>&#8220;Moving to WebP support feels like when WordPress added the&nbsp;REST API&nbsp;while everyone was starting to shift to GraphQL. REST is great, as is WebP, but it’s current gen tech and will feel stale fast.&#8221;</p>\n\n\n\n<p>Performance team contributor Bethany Chobanian Lang <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/#comment-43290\">said</a> AVIF is <a href=\"https://github.com/WordPress/performance/issues/11\">on their radar</a>, but its browser support is still lacking at less than 70% of the web. </p>\n\n\n\n<p>The conversation continues in the comments of the <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">update</a> and Silverstein also encouraged participation on the <a href=\"https://core.trac.wordpress.org/ticket/55443\">Trac ticket</a> for the revised approach. Performance team contributors aim to merge this change early in the 6.1 release cycle&nbsp;to get more testing.</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, 01 Jul 2022 19:35: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: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:54:\"Post Status: Open Secrets: Forced Updates 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:32:\"https://poststatus.com/?p=100202\";s:7:\"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:64:\"https://poststatus.com/open-secrets-forced-updates-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"We\'ve seen forced updates become increasingly common and less controversial over time. But who decides, and how is that decision made? Are there unofficial channels and processes, like a decision tree, for escalating to a forced 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jul 2022 14:56:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:73:\"Do The Woo Community: WooBits: WooCommerce Tutorials and an End of an Era\";s:7:\"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:28:\"https://dothewoo.io/?p=72192\";s:7:\"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://dothewoo.io/woobits-woocommerce-tutorials-and-an-end-of-an-era/\";s: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:431:\"<p>Awhile back I made the decision to not write anymore tutorials. Now I have taken that a step further and deleted all past tutorials.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woobits-woocommerce-tutorials-and-an-end-of-an-era/\">WooBits: WooCommerce Tutorials and an End of an Era</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Jul 2022 09:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"Post Status: Coping With Downward Market Trends\";s:7:\"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://poststatus.com/?p=100168\";s:7:\"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:58:\"https://poststatus.com/coping-with-downward-market-trends/\";s: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:134:\"Post Status members discuss declining revenue — and how to offset it. How will the market slump affect acquisitions and sale prices?\";s: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, 01 Jul 2022 09:01: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:10:\"Dan Knauss\";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:87:\"Post Status: Post Status Excerpt (No. 61) — Empathy, Understanding, And Being An Ally\";s:7:\"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=97715\";s:7:\"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://poststatus.com/empathy-understanding-and-being-an-ally/\";s: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:136:\"Why is it hard to help underrepresented people get their footing in the WordPress community? How can our interactions support inclusion?\";s: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, 01 Jul 2022 07:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:77:\"WPTavern: WordPress Themes Team Releases New Plugin for Creating 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=135780\";s:7:\"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:88:\"https://wptavern.com/wordpress-themes-team-releases-new-plugin-for-creating-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:3985:\"<img />photo credit: <a href=\"https://stocksnap.io/photo/paint-tube-YQBJGLGPPQ\">Artsy Crafty</a>\n\n\n\n<p>Two weeks ago, WordPress theme author Rich Tabor <a href=\"https://twitter.com/richard_tabor/status/1537397192549441536\">tweeted</a>, &#8220;Even with my theme developer hat on, I’m finding it easier and easier to create block themes ~ within ~ WordPress. I’m positive one day (soon) this will be the norm.&#8221; </p>\n\n\n\n<p>It looks like that day has arrived sooner than expected, as Automattic has had a team working on this capability for awhile. Today, a group of eight full-time sponsored Themes Team contributors <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">released</a> a plugin called <a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> that can create standalone block themes and child themes inside the WordPress admin.</p>\n\n\n\n<p>The idea is that users can design their own themes using full-site editing features and then export their finished creation as a theme that can be installed on any other WordPress site. Ben Dwyer shared a video called <a href=\"https://automattic.design/2022/03/15/designing-a-theme-in-the-wordpress-editor/\">Designing a theme in the WordPress Editor</a> where designer Beatriz Fialho demonstrated the possibilities. She created a unique new theme using full-site editing features in just a couple of hours.</p>\n\n\n\n<p>The plugin offers a variety of exports for different use cases. Users can export their work in the following ways: </p>\n\n\n\n<ul><li>Export the active theme with user changes included</li><li>Export a child theme with the active theme as the parent theme</li><li>Export a clone a new theme based on the active theme with user changes</li><li>Overwrite the theme files to include the user changes as part of the theme</li><li>Export a blank theme into the site&#8217;s themes directory</li></ul>\n\n\n\n<p>All of these export options are available under <strong>Appearance &gt;&gt; Create Block Theme</strong>.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;This plugin is aimed at theme builders – both designers and developers,&#8221; Dwyer said in the announcement. &#8220;It is useful for sharing your designs between multiple sites or users. If you’re just building a site for yourself you probably don’t need it.&#8221;</p>\n\n\n\n<p>I tested the plugin with the child theme option and it worked as expected. I was able to install it on another site with its unique name and template changes instantly applied. The export screen allows users to give the theme a name, description, and author information, which is saved to the new theme&#8217;s style.css file.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;At the moment the UI of this plugin is totally separate from Gutenberg,&#8221; Dwyer said. &#8220;In time we expect more integration with the Site Editor UI, to make it easier to access these features.</p>\n\n\n\n<p>It would be helpful if the theme creation options allowed users to upload a unique screenshot that would be packaged with the theme download. I added this as an <a href=\"https://github.com/WordPress/create-block-theme/issues/74\">issue</a> on the plugin&#8217;s <a href=\"https://github.com/WordPress/create-block-theme\">GitHub repository</a>, where anyone is welcome to contribute.</p>\n\n\n\n<p>The Create Block Theme plugin makes designing and authoring a WordPress theme more approachable than ever before. It has the potential to rapidly increase the number of block themes available, if designers understand how to use it and submit their works to the Themes Directory. The Training Team is currently working on a course for <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> that will teach people how to create block themes using this plugin.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/create-block-theme/\">Create Block Theme</a> was released under the WordPress.org plugins account and can be installed by searching for the plugin&#8217;s name in quotes.</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, 01 Jul 2022 00:39:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:118:\"Post Status: Exiting — and Reentry, Block Themes, GitHub Actions, and Assessing the Pandemic’s Impact on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=100001\";s:7:\"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:119:\"https://poststatus.com/exiting-and-reentry-block-themes-github-actions-and-assessing-the-pandemics-impact-on-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:488:\"The Post Status podcast picks of the week include two takes on selling businesses, going back to work for someone else, and then... Chris Coyier and Corey Maas tell their stories. • Daisy Olson has the lowdown on block themes. • <strong>Raquel Landefeld</strong> on the power of community. • <strong>Press the Issue</strong> launches a solidly journalistic WordPress podcast with <strong>Allie Nimmons</strong> investigating the pandemic\'s impact on WordCamps for the first episode.\";s: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, 01 Jul 2022 00:33: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:10:\"Dan Knauss\";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:61:\"Post Status: Journaling Techniques That Will Change Your Life\";s:7:\"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=99902\";s:7:\"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:72:\"https://poststatus.com/journaling-techniques-that-will-change-your-life/\";s: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:133:\"Kristen Wright, creator of “The Transformation Year” and two books on journaling explains how this practice can be life-changing.\";s: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, 30 Jun 2022 23:30: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:13:\"Olivia 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: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:108:\"Gutenberg Times: Using Classic Widgets with Blocked-Based Themes: Introducing the Legacy Widget 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:35:\"https://gutenbergtimes.com/?p=21463\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://gutenbergtimes.com/using-classic-widgets-with-blocked-based-themes-introducing-the-legacy-widget-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:3869:\"<p><em>What happens when a user activates a block theme while still relying on a widget from a third-party plugin?</em></p>\n\n\n\n<p>The answer is simple: the user no longer has access to that widget.</p>\n\n\n\n<p>That seemed to be a particular pain point in a <a href=\"https://wordpress.org/support/topic/not-widget-aware/\">one-star review of Twenty Twenty-Two</a>, WordPress&#8217; flagship theme for the year. The primary complaint was that it did not have built-in widget support. For those of us building with WordPress every day, this was the expected result. The theme is, after all, a block theme. It represents a new era that firmly splits itself from the old, shedding the weight of years of legacy baggage that existed with previous versions of WordPress. And, widgets are very much a part of that baggage.</p>\n\n\n\n<p>While I am often a fan of the &#8220;out with the old, in with the new&#8221; mantra, that is simply not the reality for the average WordPress users. Rebuilding their entire site is not something most do on a whim.</p>\n\n\n\n<p>My first thought while reading the review was that WordPress had a built-in Legacy Widget block. <em>Why not just use that?</em> Unbeknown to me at the time, or at least until I ran a quick test, this was never shipped outside of the block-based widgets editor. An earlier, pre-FSE <a href=\"https://github.com/WordPress/gutenberg/issues/24900\">decision scaled it back</a>. There are legitimate reasons to not include it by default in the other editing interfaces. Loading the extra widgets code does come at some performance cost. There are also no guarantees that all third-party widgets will play nicely within the block editor.</p>\n\n\n\n<p>At the time of the decision, the site editor did not exist, and widgets were never meant for use within post/page content. Perhaps we should reconsider the decision for the site editor if it becomes too much of a problem.</p>\n\n\n\n<p>In the meantime, I built a solution: <a href=\"https://wordpress.org/plugins/x3p0-legacy-widget/\">a plugin that enables the Legacy Widget block</a>.</p>\n\n\n\n<img />Adding the core Archives widget via the Legacy Widget block.\n\n\n\n<p>When I say I &#8220;built a solution,&#8221; what I really mean is that I copied the code from <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/widgets/legacy-widget-block/#using-the-legacy-widget-block-in-other-block-editors-advanced\">existing documentation in the Developer Handbook</a> and turned it into a plugin. Thank you to whoever wrote the original snippets. All I needed to do was put a bit of custom CSS on top of things to smooth out some of the rougher parts of the UI. In particular, there was no clear separation of the widget options and the front-end output.</p>\n\n\n\n<p>I primarily tested the core widgets and those from old plugins of my own. However, it should work with most classic widgets. There are likely some exceptions where a specific widget has custom JavaScript that does not jive with the editor.</p>\n\n\n\n<p>The experience is not ideal. To work in an editor context, the Legacy Widget block is loaded via an iframe. Instead of widget options appearing in the editor toolbar or block inspector, they sit above the widget output, at least while the block is selected.</p>\n\n\n\n<p>Overall, this is more of a stopgap solution than a permanent one. The goal is for plugin authors to build block equivalents of their classic widgets (and shortcodes) as this new era of block themes arises.</p>\n\n\n\n<p>Unfortunately, I do not know if I helped the original user/reviewer. After a productive conversation that led to a potential fix for his issue, most of the topic replies were &#8220;archived&#8221; by one of the WordPress forum moderators. I can only hope that the user saw that the fix was live before that happened. If nothing else, maybe it helps someone else along the way.</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, 30 Jun 2022 20:43: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: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:72:\"WPTavern: WordCamp US 2022 Tickets Now On Sale: Limited to 650 Attendees\";s:7:\"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=135786\";s:7:\"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:82:\"https://wptavern.com/wordcamp-us-2022-tickets-now-on-sale-limited-to-650-attendees\";s: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:1805:\"<p><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a> will be hosting its first in-person event since 2019 in San Diego this year. The three-day event will run from September 9-11 at <a href=\"https://us.wordcamp.org/2022/town-and-country-san-deigo-to-host-wcus/\">Town and Country Resort</a>.</p>\n\n\n\n<p>Tickets went on sale today and are still available but likely to sell out soon. Unlike previous years, which had attendees number in the thousands, WCUS 2022 will be capped at 650 tickets sold. Organizers said this is to allow for adequate social distancing and to give the team better flexibility in case changes are necessary.</p>\n\n\n\n<p>Tickets will include lunch on Friday and Saturday as well as entry to Contributor Day on Sunday. It also includes admittance to the Saturday night after party and a commemorative t-shirt. WCUS will feature more than 30 speaker presentations and six workshops. Attendees will have the opportunity to network with fellow WordPress enthusiasts and approximately three dozen sponsors.</p>\n\n\n\n<p>WordCamp US 2022 is requiring all attendees to be vaccinated or test negative within 24 hours of the event. Masks will be required indoors and organizers have hired a company to enforce proper mask wearing and verify vaccination and testing.</p>\n\n\n\n<p>WCUS has negotiated a hotel block with a reduced rate ($199/night) at the Town and Country Resort. A reservation link will be published July 7.</p>\n\n\n\n<p>There were only <a href=\"https://us.wordcamp.org/2022/tickets/\">50 tickets remaining</a> at the time of publishing. Speakers have not yet been announced. Volunteers and speakers will receive a free ticket but are advised to buy one just in case and will be able to receive a full refund. Sponsors and organizers do not need to purchase a ticket.</p>\n\n\n\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 17:58:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:50:\"WordPress.org blog: People of WordPress: Leo Gopal\";s:7:\"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=13020\";s:7:\"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:65:\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s: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:9565:\"<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" />\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo&#8217;s story, and have mapped with his WordPress journey.&nbsp;</p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. &nbsp;</p>\n\n\n\n<h2>It all began with WordPress 1.2 &#8216;Mingus&#8217;</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" />\n\n\n\n<p>As Leo&#8217;s confidence grew through expressing himself in writing, he was determined that his stutter would &#8216;no longer hold power over him&#8217;. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on &#8216;Customising WordPress&#8217; and &#8216;Making WordPress your own&#8217;.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.”&nbsp;</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone.&nbsp;&nbsp;</p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this.&nbsp;</p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" /><em>Leo speaking at a WordCamp</em> Cape Town, 2016\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed.&nbsp;&nbsp;</p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 &#8211; 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low &#8211; start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns.&nbsp;&nbsp;</p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" /><em>Leo speaking at a WordCamp</em> Cape Town, 2019\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the &#8216;right&#8217; circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>), Chloe Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\"https://profiles.wordpress.org/leogopal/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>leogopal</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\"><img width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</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:\"Thu, 30 Jun 2022 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:10:\"Meher Bala\";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:80:\"Do The Woo Community: Hosting and WooCommerce Perspectives with Daugirdas Jankus\";s:7:\"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:28:\"https://dothewoo.io/?p=72121\";s:7:\"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://dothewoo.io/hosting-and-woocommerce-perspectives-with-daugirdas-jankus/\";s: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:440:\"<p>Daugirdas Jankus from Hostinger shares a bit of hosting history, thoughts on WooCommerce and the challenges that come with it.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/hosting-and-woocommerce-perspectives-with-daugirdas-jankus/\">Hosting and WooCommerce Perspectives with Daugirdas Jankus</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 09:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:146:\"Post Status: Feedback Requested: Proposed Rollback Feature in 6.1, Performance Team Hosting Stats, and Recording Five for the Future Contributions\";s:7:\"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=99938\";s:7:\"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:154:\"https://poststatus.com/feedback-requested-proposed-rollback-feature-in-6-1-performance-team-hosting-stats-and-recording-five-for-the-future-contributions/\";s: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:198:\"Get the scoop on planning for the WordPress 6.1 release, and help test its proposed plugin Rollback feature. There are also many calls for feedback from the Performance team and Five for the Future.\";s: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, 29 Jun 2022 22:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";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:94:\"WPTavern: WordPress Contributors Propose Improving Block Themes’ Visibility in the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135690\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/wordpress-contributors-propose-improving-block-themes-visibility-in-the-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5609:\"<p>WordPress theme authors and contributors from the Themes team are exploring ways to make block themes more prominent on the official directory. These are themes that are specifically tagged with <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">support for full-site editing</a>. Despite WordPress having a block theme for its most recent default theme, authors have been slow to create more. There are currently only 86 themes that support the full range of WordPress site editing capabilities. </p>\n\n\n\n<p>A meta trac <a href=\"https://meta.trac.wordpress.org/ticket/6330\">ticket</a> opened five weeks ago proposes giving block themes priority in the directory. Themes Team contributor Sandilya Kafle kicked off the discussion with two ideas:</p>\n\n\n\n<ul><li>Add a new tab in the theme repository ( Popular, Latest, Block)</li><li>Change the popular themes algorithm and add 1 block theme in 1 out of 10 popular themes.</li></ul>\n\n\n\n<img />Proposal to add Block to the menu on the Themes Directory\n\n\n\n<p>&#8220;There might be some other way to encourage block theme authors to contribute more,&#8221; Kafle said.</p>\n\n\n\n<p>&#8220;We don&#8217;t need this always, but we can try this for at least one year and see how it will go. Block themes need some attention and encouragement. Only very few FSE themes are maintained properly.&#8221;</p>\n\n\n\n<p>The idea received immediate pushback from WordPress contributor Joy Reynolds.</p>\n\n\n\n<p>&#8220;If block themes are the future and are better and easier, they&nbsp;<strong>don&#8217;t</strong>&nbsp;need any extra promotion,&#8221; Reynolds said. &#8220;Since the WP software handles both, it is very disrespectful to the authors that followed all the rules to build up their placement in the repository, for WP to suddenly give the new type an advantage. (The site editor still has a &#8220;beta&#8221; label.) All themes should be treated equally.&#8221;</p>\n\n\n\n<p>Automattic-sponsored Themes Team contributor Sarah Norris was more amenable to the idea, <a href=\"https://meta.trac.wordpress.org/ticket/6330#comment:2\">noting</a> that block themes are &#8220;a different type of theme from classic themes and enable so many different features.&#8221; She said putting &#8216;Block&#8217; in the Themes Directory menu next to &#8216;Latest&#8217; would be &#8220;a good, small first step.&#8221;</p>\n\n\n\n<p>WordPress theme author Rich Tabor addressed the criticism of the proposal and reframed it to be more about improving the visibility of block themes.</p>\n\n\n\n<p>&#8220;I don&#8217;t think that <em>priority</em> is quite the correct context,&#8221; Tabor contended. &#8220;Block themes are categorically different than &#8216;classic&#8217; themes, because of the nature of the theme, the Site Editor experience, and Global Styles.</p>\n\n\n\n<p>&#8220;It&#8217;s not that we should prioritize block themes, but rather indicate that these are a new class of themes that diverge from the classic theme WordPress experience. If someone unknowingly switches from a block theme (like the default Twenty Twenty-Two theme) to a classic theme, they will lose the core WordPress functionality that they may be familiar with/reliant on.&#8221;</p>\n\n\n\n<p>Currently, the list of FSE themes is buried three clicks deep. These are the themes that work with all the latest capabilities of WordPress and they should not be this difficult to find. Users have to know to go to the &#8216;features filter&#8217; menu item, select &#8216;full-site editing,&#8217; and then click &#8216;apply.&#8217; Not everyone who uses the Themes Directory will understand the limitations of legacy themes when selecting a theme.</p>\n\n\n\n<p>&#8220;Last week in the FSE hangout, we also discussed the issue of block themes not getting featured in the theme repository,&#8221; theme and block developer Ellen Bauer <a href=\"https://meta.trac.wordpress.org/ticket/6330#comment:5\">commented</a> on the ticket. &#8220;As a result, users simply don&#8217;t know that WordPress is introducing these new themes along with Full Site Editing features. I don&#8217;t think this is beneficial for WordPress.&#8221;</p>\n\n\n\n<p>Bauer proposed an even more bold approach to featuring FSE themes, which mirrors the design in the Plugins Directory. This approach would prominently display block themes above classic themes at the top of the page.</p>\n\n\n\n<p>&#8220;We can add a similar second section on the theme page in the same fashion as on the plugin page with &#8216;Block-Enabled Plugins&#8217;,&#8221; she proposed. &#8220;So we could add &#8216;Block Themes&#8217; or &#8216;Full Site Editing-enabled Themes&#8217; above the regular theme list. This would add to a consistent experience between searching for plugins and themes, which make sense to me.&#8221; </p>\n\n\n\n<p>WordPress lead developer Dion Hulse weighed in on the technical challenges of the solutions proposed and concluded that re-doing the front page of the directory would likely be the best way to solve the needs communicated in the ticket. He updated the headers for the <a href=\"https://github.com/WordPress/theme-directory-env\">WordPress Theme Directory &#8211; Local development environment</a> and <a href=\"https://github.com/WordPress/theme-directory-env/blob/trunk/README.md#development\">added development notes to the readme</a> for getting started, if contributors want to work on the project.</p>\n\n\n\n<p>The <a href=\"https://meta.trac.wordpress.org/ticket/6330\">ticket</a> is still open for discussion for anyone who wants to add feedback or jump in on contributing to this improvement to the Themes Directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2022 21:16: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: #32 – Daisy Olsen on Why You Should Try Out Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=135658\";s:7:\"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:82:\"https://wptavern.com/podcast/32-daisy-olsen-on-why-you-should-try-out-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:37650:\"<p>On the podcast today we have <a href=\"https://daisyonwp.com/\">Daisy Olsen</a>.</p>\n\n\n\n<p>Daisy works for Automattic as a Developer Relations contributor on the WordPress Project. She’s been working with WordPress since 2007 and during that time has worn many hats, including speaking at WordCamps in New York City, Boston and Chicago, as well as helping to organise the first WordCamp Boston in 2010.</p>\n\n\n\n<p>I met up with Daisy at the recent WordCamp Europe to discuss the newly arrived block themes. She was giving a workshop there in which she taught attendees how to create a block theme from scratch. As you’ll hear in the podcast, it was a great success.</p>\n\n\n\n<p>We talk about what a block theme is and how it differs from the ‘classic’ themes that have been used in WordPress in recent years. What are the advantages of moving over to block themes, and what additional features and functionality do they present for WordPress websites?</p>\n\n\n\n<p>As block themes are new, we get into how there’s still a lot of work to be done to make the experience of working with them as easy as it might be, and where those improvements are most needed.</p>\n\n\n\n<p>We round off by talking about the new technologies that need to be learned, and whether or not you need new tools to get up and running with block themes.</p>\n\n\n\n<p>Typically, when we record the podcast, there’s not a lot of background noise, but that’s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air-conditioning. Whilst the podcasts are more than listenable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://daisyonwp.com/\">Daisy&#8217;s website</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/\">Block Editor Handbook</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/themes/\">Theme Handbook</a></p>\n\n\n\n<p><a href=\"https://fullsiteediting.com/\">Full Site Editing website</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Juke box is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the community, and in this case block-based themes.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you. And hopefully get you or your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox, and fill out the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Daisy Olsen. Daisy works for Automattic as a developer relations contributor on the WordPress project. She&#8217;s been working with WordPress since 2007. And during that time has worn many hats, including speaking at WordCamps in New York City, Boston and Chicago, as well as helping to organize the first WordCamp Boston in 2010.</p>\n\n\n\n<p>I met up with Daisy at the recent WordCamp Europe to discuss the newly arrived block themes. She was giving a workshop there in which she was teaching how to create a block theme from scratch. As you&#8217;ll hear in the podcast, it was a great success. We talk about what a block theme is and how it differs from classic themes that have been used in WordPress&#8217;s recent past.</p>\n\n\n\n<p>What are the advantages of moving over to block themes and what additional features and functionality do they present for WordPress websites? As block themes are new, we get into how there&#8217;s still a lot of work to be done to make the experience of using them as easy as it might be. And where those improvements are most needed.</p>\n\n\n\n<p>We round off by talking about the new technologies that need to be learned and whether or not you need new tools to get up and running with block themes.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise. But that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against crowds and the air conditioning, and whilst the podcasts are certainly more than listable. I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. And there you&#8217;ll find all the other episodes as well. And so without further delay, I bring you Daisy Olsen.</p>\n\n\n\n<p>I am joined on the podcast today by Daisy Olson. Hello Daisy.</p>\n\n\n\n<p>[00:03:19] <strong>Daisy Olsen:</strong> Hello. So nice to be here with you today.</p>\n\n\n\n<p>[00:03:21] <strong>Nathan Wrigley:</strong> Thank you so much. Joining us in the Super Bock Arena, we&#8217;re actually at WordCamp EU 2022, and you&#8217;ve had a workshop or have?</p>\n\n\n\n<p>[00:03:32] <strong>Daisy Olsen:</strong> I had it yesterday, yes. Watch for that video to be made available at some point on WordPress TV.</p>\n\n\n\n<p>So I took a group of about 80 people that signed up for this workshop through the process of creating a very simple block theme from nothing. We created it from scratch.</p>\n\n\n\n<p>[00:03:52] <strong>Nathan Wrigley:</strong> Did you get some interesting insights?</p>\n\n\n\n<p>[00:03:54] <strong>Daisy Olsen:</strong> A few, yes. There are things yet to be worked out as far as making the process smooth. But we did indeed actually manage to get a working theme activated and installed on a site, in two hours.</p>\n\n\n\n<p>[00:04:09] <strong>Nathan Wrigley:</strong> Yeah, I wondered if it was a two way process. In other words, you were obviously trying to educate the audience, but also maybe there&#8217;s the reverse process where their failure or lack of failure, their success, that&#8217;s a better word, indicates to you that either things are working or need to be looked at in the future and you can feed back that to the relevant teams.</p>\n\n\n\n<p>[00:04:26] <strong>Daisy Olsen:</strong> Absolutely, and that&#8217;s a big part of my role is to, as a developer relations, and a developer advocate in the community is to work with the developers and also bring that feedback to the development team so that they can make it actionable.</p>\n\n\n\n<p>So if we find the same problem is coming up again and again, a pain point or maybe a workflow issue or a UI issue where people getting stuck, then that&#8217;s something that I can then bring back and figure out what&#8217;s next.</p>\n\n\n\n<p>[00:04:57] <strong>Nathan Wrigley:</strong> Eighty people as well. You must have been pleased with that.</p>\n\n\n\n<p>[00:05:00] <strong>Daisy Olsen:</strong> It sold out very quickly. I think a lot of attendees are quite interested in the topic.</p>\n\n\n\n<p>[00:05:04] <strong>Nathan Wrigley:</strong> Okay, so I&#8217;m imagining the reason for that is for the longest time, themes have been themes have been themes. There&#8217;s just been themes, variety of different themes, but they&#8217;ve all behaved in similar ways. Until very recently when a new theme type came on the horizon and we&#8217;ve got now a block based theme.</p>\n\n\n\n<p>I&#8217;m imagining that most of the people that are listening to this podcast have not come into contact with it. I could be wrong about that, but the listenership is fairly broad. So I think we need to do a job of saying what a block based theme is. So I&#8217;m gonna hand that over to you. What is a block based theme?</p>\n\n\n\n<p>[00:05:39] <strong>Daisy Olsen:</strong> All right, so you&#8217;re right, the themes, as we know them have stayed the same since around, I think it was 2005 that the themeing engine was introduced to WordPress. And before that we had, it was just a template effectively. Like you could hack it, and you could change the CSS, but it was effectively changing Core files.</p>\n\n\n\n<p>So we introduced the theme engine, which has remained basically the same ever since. So we have hooks and filters and actions and all of the things that we&#8217;re used to working with the PHP for WordPress. And you can take that first default theme that came with, it was called, I think it&#8217;s just called default, often referred to as Kubrick. You can still install it today and it&#8217;ll still work.</p>\n\n\n\n<p>So we have a long history of backward compatibility, but now we&#8217;re introducing this new way of considering themes as being blocks. So we work with blocks in our content and we&#8217;ve grown accustomed to that over the last five years, four years, something like that. And now we&#8217;re starting to move out of just the content area into the other parts of the site. So you hear a lot about full site editing. Block themes are in addition to that.</p>\n\n\n\n<p>So full site editing allows us to work within WordPress as our development tool to build the entire site, not only the content area. And this is really it&#8217;s really exciting, but it can also cause some nerves because it&#8217;s such a different paradigm from what we&#8217;ve had in the past. So instead of having a header and a footer file, well, now we will have something called template parts.</p>\n\n\n\n<p>we have had template parts, but they were an unofficial thing that was used frequently in theming. Now it&#8217;s really integral to the theme engine. If you want to have a sidebar, instead of having a sidebar that you register, as we have done in the past, now you would just have another template part that you would place in a sidebar or wherever else you wanted it to be.</p>\n\n\n\n<p>[00:07:38] <strong>Nathan Wrigley:</strong> Yeah. it&#8217;s quite a big change and whilst it&#8217;s not irreversible, it is toggleable. And what I mean by that is, if you go down the route of block themes, then you are gonna be using a block theme during the time you&#8217;ve got it switched on. There isn&#8217;t a, we&#8217;re gonna use the term classic theme. You can&#8217;t mix and match classic themes on the same site at the same time, but you certainly can use classic themes on a site and use the new block based themes, but you have to choose one or the other at any particular moment.</p>\n\n\n\n<p>[00:08:09] <strong>Daisy Olsen:</strong> Well, yes, however you can have what&#8217;s called a hybrid theme that will include both elements of the classic theme engine and also the block theme engine. So if you have a site that you wanted to adopt block theming gradually, there&#8217;s a mechanism to come in more slowly. You can do as little as adding a theme dot json file to activate the template editor, and then you can create full site templates for your site. So you, it&#8217;s a new way of creating custom pages.</p>\n\n\n\n<p>Or you can activate the site editor with a directory in your theme that&#8217;s called templates and then an index.html. The gotcha there, of course, is that you are then replacing your index dot PHP file with blocks. So that would be the first thing that you would convert. But all of your other PHP templates would remain intact until you replace them with an HTML file.</p>\n\n\n\n<p>So what it means is you can not have to go all in.</p>\n\n\n\n<p>[00:09:05] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:09:05] <strong>Daisy Olsen:</strong> You can adopt it gradually, which I think is a huge win because it&#8217;s hard to change your tooling and not all of your clients, if you&#8217;re working in an agency setting are going to be ready for a full redesign, but they might be ready to start to move in that direction.</p>\n\n\n\n<p>[00:09:20] <strong>Nathan Wrigley:</strong> So just to be clear, there is still, and there, as far as I&#8217;m aware, there always will be backwards compatibility. The theme that you&#8217;ve got last year will always work. So the sky is not falling in. Don&#8217;t worry.</p>\n\n\n\n<p>[00:09:32] <strong>Daisy Olsen:</strong> No, there is no plan to fully deprecate the existing theme engine.</p>\n\n\n\n<p>[00:09:37] <strong>Nathan Wrigley:</strong> So we can still use Kubrick? That&#8217;s all I needed to know. So, on a high level, give us the one or two advantages, which you&#8217;ve perceived over the last few years, not years, months, about going to block based themes. In other words, if I&#8217;m a regular WordPress user, I&#8217;ve got a theme it&#8217;s being updated. I&#8217;m happy with it. It&#8217;s secure. What are the compelling reasons why you would say, at least go and have a look, go and explore block based themes. Sell it to us.</p>\n\n\n\n<p>[00:10:02] <strong>Daisy Olsen:</strong> So I think the number one benefit would be rapid development. You can start really quickly. If you understand how to use the block editor in WordPress, you&#8217;re probably gonna be okay creating a theme because the majority of the work is actually done within WordPress. There is some other work still that you do manually in, theme dot json, and you may still end up using custom styles because you can&#8217;t do everything from a configuration file.</p>\n\n\n\n<p>But the majority of it is just creating your blocks. Not creating blocks, like the block would already exist on your site, but to use the blocks that are available to you in your site. And a big question often is, do I need to know React in order to do this? And you absolutely don&#8217;t If you&#8217;re going to work on Core WordPress and you&#8217;re gonna help create WordPress itself, then React is pretty useful. But you can actually do a lot without very much or any React knowledge, especially in the theming area.</p>\n\n\n\n<p>[00:11:01] <strong>Nathan Wrigley:</strong> You touched earlier upon the parts of a WordPress theme, classically, you mentioned the header and the footer, and whilst for developers, those are very much in play for most users., I imagine it was just a case of you picked a menu item and the theme chose where that would go and so on and so forth.</p>\n\n\n\n<p>Yeah. That&#8217;s all up for grabs now, because it&#8217;s block based, you can put it literally in the middle of the content, if you want. So you can put anything, anywhere and surround it by anything. You could put buttons above the menu, below the menu. Text here, there, and everywhere. In other words, it&#8217;s completely up to you, what you do with it.</p>\n\n\n\n<p>I don&#8217;t know if that point ever got through to me until I started playing with it. But just the idea that you could literally build your header with any block, put anything, anywhere. I mean, images in the header, who knows why, but you could do all of that.</p>\n\n\n\n<p>[00:11:48] <strong>Daisy Olsen:</strong> Yeah, in fact, so the theme we created yesterday was the 2010 theme. And it does have an image in the header. You can change it, but it is there. And. I don&#8217;t know, some people might like to have an image in their header.</p>\n\n\n\n<p>[00:12:02] <strong>Nathan Wrigley:</strong> Yeah. Yeah. Why not? But the point being that image could be anything else. Just imagine the array of blocks, which every time you open the block inserter, all of those can be into play, and I guess traditionally, you&#8217;re just gonna be going for something like a navigation block.</p>\n\n\n\n<p>Let&#8217;s talk about the UI. Where we&#8217;re at the moment. Because when I last played with block based themes, I was caught a little bit short by the way it was set up. Because we are very much used to the appearance menu item in the WordPress admin area. All that&#8217;s gone. Now we just have the option to edit the theme. We are left with all of those things that we&#8217;re familiar with, selecting menus and things like that. All gone.</p>\n\n\n\n<p>You now do it inside of the block editor. How do you feel all of that&#8217;s going? How do you feel that the UI for all of that is progressing? I know it&#8217;s a work in play. Today it will be different from next week, probably by the time this podcast goes out, there&#8217;ll have been changes made, but it feels like at the minute, almost like a more difficult thing to use than what we&#8217;ve got at the moment.</p>\n\n\n\n<p>[00:12:59] <strong>Daisy Olsen:</strong> I think that there are some benefits. I think that it&#8217;s coming a long way very quickly. There are some things that it takes a minute to figure out exactly how to work with it. Sometimes there&#8217;s a little frustration. It&#8217;s new. Anytime you have a new user interface, it&#8217;s going to take a little while to get used to it. And honestly, the design teams on the project are always working to make it more intuitive. To remove as much friction as possible.</p>\n\n\n\n<p>And I think that it&#8217;s come a long way. An example of that is if you&#8217;re not using this, you definitely should. The list view on any block editor screen to open that, and you can get a, like a tree view of where all of the blocks in your editor. And this is available in content areas. It&#8217;s available in the template editor. It&#8217;s available in the site editor. I use it always. It is how I select my blocks before I start working with them, so.</p>\n\n\n\n<p>[00:13:52] <strong>Nathan Wrigley:</strong> The muscle memory has now kicked in for me so that&#8217;s never closed. It just seems pointless not having it there. I guess the only constraint would be the width of the view that you&#8217;ve got at that particular moment. Cause it does consume, a fifth of a typical monitor or something.</p>\n\n\n\n<p>[00:14:05] <strong>Daisy Olsen:</strong> Yes, it does. It is fairly wide. And then if you also have the block side bar open then that takes up another bit of space.</p>\n\n\n\n<p>[00:14:12] <strong>Nathan Wrigley:</strong> So you build out things like the header. Let&#8217;s just describe the way that looks. Let&#8217;s go for the navigation block. If you drop the navigation block in, to enable the sitewide navigation, where you decide to put it, doesn&#8217;t really matter, but we&#8217;ve got it somewhere in the top. Let&#8217;s say it&#8217;s in the header. How do you actually construct what&#8217;s in the menu?</p>\n\n\n\n<p>[00:14:29] <strong>Daisy Olsen:</strong> You can add more blocks inside the navigation block. So what we have is if you&#8217;re familiar with group blocks or columns block, you can add more blocks inside of blocks. And that is basically the mechanism that we can use when working with the block editor to create really complex designs.</p>\n\n\n\n<p>Once you&#8217;re familiar with what&#8217;s available to you, you can do a lot with it. But there is a learning curve. You start to learn like when you should use a row block or a column block or a stack block, or just a group. And what controls are available to you to make it the design that you want. And then it&#8217;s all built with some responsivity built into it. So it will usually gracefully collapse down into a mobile view.</p>\n\n\n\n<p>[00:15:15] <strong>Nathan Wrigley:</strong> Have you noticed over time, I know that there&#8217;s a lot of flux and a lot of change. Do any of these blocks, have they changed periodically in ways which have broken things? In other words you&#8217;ve got a site today which is working and you view it a little bit later, things have updated, the block has updated now it&#8217;s not working in the theme in the way that you&#8217;d anticipated.</p>\n\n\n\n<p>[00:15:34] <strong>Daisy Olsen:</strong> Yeah. The correct way to change a block&#8217;s markup is to deprecate the markup from that block. So it still will translate into its new version and not give you errors.</p>\n\n\n\n<p>However, it is possible that a class has changed or something has changed that maybe a theme has tagged onto that could change the way that it appears. But theoretically, if the blocks are being modified in the correct way, and this is for both Core blocks and custom blocks, then they shouldn&#8217;t break on an update, but they might change an appearance a little bit if that sort of change happens. But for Core blocks, at least they make a really big effort to avoid that as much as possible.</p>\n\n\n\n<p>[00:16:14] <strong>Nathan Wrigley:</strong> Yeah, that was another thought on my radar was the idea of proprietary blocks, which are not Core whether or not that might disrupt things. There&#8217;s no oversight into how they will behave over time. Maybe you&#8217;ll need to be contacting their support to figure out if they break things.</p>\n\n\n\n<p>[00:16:28] <strong>Daisy Olsen:</strong> That is always a possibility. We do have best practices, but there&#8217;s nothing to say that they&#8217;re going to be followed.</p>\n\n\n\n<p>[00:16:33] <strong>Nathan Wrigley:</strong> Okay. So yesterday you mentioned these 80 people, did you get all of them up and running?</p>\n\n\n\n<p>[00:16:39] <strong>Daisy Olsen:</strong> I can&#8217;t say for sure. We didn&#8217;t exactly go around and check.</p>\n\n\n\n<p>[00:16:42] <strong>Nathan Wrigley:</strong> It felt good though?</p>\n\n\n\n<p>[00:16:43] <strong>Daisy Olsen:</strong> It felt good. Yeah. Yeah.</p>\n\n\n\n<p>[00:16:45] <strong>Nathan Wrigley:</strong> Okay, so the next question here is the 80 people in there are probably not the typical users, because they&#8217;ve turned up to WordCamp Europe. They&#8217;re fairly into WordPress. Let&#8217;s put it that way. Do you get any sort of feedback as to how this is going for the more typical user?</p>\n\n\n\n<p>And when I say the more typical user, what I actually mean is the non-technical user. The user who literally wants to log in, create a post, click publish, log out. It&#8217;s a business website. It&#8217;s something that they need to do, but they&#8217;re not necessarily interested in WordPress at all.</p>\n\n\n\n<p>[00:17:14] <strong>Daisy Olsen:</strong> Sure. So I think that the bar is lowered for that type of a user to then be able to adjust things in their site that they never would&#8217;ve been able to before. Now, there&#8217;s maybe sometimes when you don&#8217;t want to give that type of user that control. If you&#8217;re the one that created a beautiful website for a client, you might not want them to be able to edit the design. But if you are working with, we could maybe call them a power user. As far as content creation goes, I would say that they would be able then to go into their header and make a change and not have to contact a developer for that.</p>\n\n\n\n<p>But I think that most of the, like the ones that really want to just do their content, just write a blog post, they&#8217;re mostly using paragraph blocks and image blocks. They&#8217;re probably still gonna go back to their developer for a lot of those kinds of changes.</p>\n\n\n\n<p>[00:18:05] <strong>Nathan Wrigley:</strong> If people were keen to learn, do you communicate with the Learn team? Are there resources being made or resources in the pipeline to help with all of this?</p>\n\n\n\n<p>[00:18:13] <strong>Daisy Olsen:</strong> Absolutely. So there are a number of courses, workshops, videos, text based tutorials in the works. They are time consuming to create but they are in process.</p>\n\n\n\n<p>[00:18:24] <strong>Nathan Wrigley:</strong> And I&#8217;m guessing that&#8217;s completely in flux. That they need to be revisited fairly regularly.</p>\n\n\n\n<p>[00:18:28] <strong>Daisy Olsen:</strong> Yeah, things change. The Gutenberg plugin, which is what ultimately feeds into Core, updates every two weeks. So we have changes to things very frequently at that point. In Core, it changes every version, just like it always has, but it changes in batches in Core. So we see a lot of change all at once, but if you&#8217;ve been familiar with using the plugin, then you would see those changes more frequently and gradually.</p>\n\n\n\n<p>[00:18:53] <strong>Nathan Wrigley:</strong> Now you mentioned that a typical user doesn&#8217;t need to modify any tooling. There&#8217;s nothing complicated here. You don&#8217;t need to get your head into React and all of that kind of stuff. But let&#8217;s say that you are a themer who isn&#8217;t yet to explore all of this, and you really wanna push the boundaries. Are there any new things that need to be learned in order to really make it your own and to really modify things and make it unique, and, well, let&#8217;s say commercial.</p>\n\n\n\n<p>[00:19:17] <strong>Daisy Olsen:</strong> So if you really want to get started quickly and you could go and create all your files manually. It doesn&#8217;t actually take that many files to do it, but you need to know where to start. But if you&#8217;d like to get a little jumpstart on it, Carolina Nymark has created a tool to generate a theme. It&#8217;s pretty neat. And I believe that it&#8217;s at the um, URLs fullsiteediting.com.</p>\n\n\n\n<p>And you fill in a form and then it creates the theme for you. You download it. So then you can have a starting point. And, you know, you work from the files that it gives you, you get a feel for what makes it tick. And you can make it your own.</p>\n\n\n\n<p>[00:19:56] <strong>Nathan Wrigley:</strong> I&#8217;m guessing that you are in touch with the theming community pretty closely.</p>\n\n\n\n<p>[00:20:00] <strong>Daisy Olsen:</strong> Yes. Yeah.</p>\n\n\n\n<p>[00:20:01] <strong>Nathan Wrigley:</strong> So, how&#8217;s the feedback? Is there general excitement? Are we at that point where half of them are not sure half of them are excited? Where are we at now? I imagine a few months ago it was different. And a few months before that it was different and maybe the tide is going in one direction. I don&#8217;t know.</p>\n\n\n\n<p>[00:20:15] <strong>Daisy Olsen:</strong> Yeah. So I think they&#8217;re all trying to figure out where they need to be. Obviously if you&#8217;re in the commercial theme market, you&#8217;re trying to make sure that you&#8217;re gonna be where you need to be when things change. And so I have talked to a few people that have been like, should we do this now? I have a hundred themes commercially available.</p>\n\n\n\n<p>Should I be adopting block themes now? And my advice probably right now is to start working with them. Get familiar. It might not be quite ready to jump all in on it, but definitely be moving in that direction and you&#8217;ll be in good shape for when the tooling is a little more mature.</p>\n\n\n\n<p>[00:20:53] <strong>Nathan Wrigley:</strong> So why is that? Is it because their users are not yet at the point where they&#8217;re happy to do that? Or is it just too experimental?</p>\n\n\n\n<p>[00:21:01] <strong>Daisy Olsen:</strong> I would say that, so there is some effort being made into locking things down so that you are only giving access to the things that you want to give access to. This is particularly useful for agency work, where you might not want them to be able to go and do certain things. Like you might not want to allow them to use the color picker, for example. Or you might only want to give them access to certain colors in certain spaces. We can lock that. You might have block patterns, which are very cool. And if you don&#8217;t know about them, you should learn.</p>\n\n\n\n<p>And you can lock the position of the blocks so that they maybe can&#8217;t be moved or they can&#8217;t be removed from the pattern, once it&#8217;s been inserted. So there is a lot of really interesting things coming and, it&#8217;s a good time to get familiar and then try to keep up with it as it changes. you can build a block theme now and it would work perfectly fine.</p>\n\n\n\n<p>[00:21:56] <strong>Nathan Wrigley:</strong> How&#8217;s the theme directory shaping up with the new block themes. I know the numbers were very small and then more got added. I haven&#8217;t looked at it for weeks and weeks, so maybe it&#8217;s positive.</p>\n\n\n\n<p>[00:22:05] <strong>Daisy Olsen:</strong> I don&#8217;t actually know the current number, but it has definitely grown. And we&#8217;re seeing some prominent figures in the community start to add themes.</p>\n\n\n\n<p>[00:22:13] <strong>Nathan Wrigley:</strong> Yeah</p>\n\n\n\n<p>[00:22:13] <strong>Daisy Olsen:</strong> Which is pretty exciting to see.</p>\n\n\n\n<p>[00:22:16] <strong>Nathan Wrigley:</strong> What was your take on the default theme for WordPress? I think it was 5.9 becoming a block based theme. Some sort of pushback in the community. Suddenly there was this theme and if you installed a new version of WordPress, obviously the new default theme becomes the theme and that cognitive dissonance of logging into a website for the first time and, hang on where have all the items gone.</p>\n\n\n\n<p>Where&#8217;s all the bits and pieces. I guess, at some point that needed to occur, but there seemed to be some sort of outcry of couldn&#8217;t we have just had this as a choice, as opposed to a every version of WordPress by default from now on will be block based.</p>\n\n\n\n<p>[00:22:47] <strong>Daisy Olsen:</strong> I guess the choice is that you either drag it out or you just start. And they landed at just start. And I think there&#8217;s a lot to learn. I think that the theme that is default for WordPress is there in order to be a a learning tool. I mean, you can obviously use it as your design, but a lot of it is about demonstrating what can be done with your theme, almost like a playground.</p>\n\n\n\n<p>So you can open up the files and see what makes it work. I learned some things from the 2022 theme that I would never have come up with on my own, but it was a creative solution to a problem.</p>\n\n\n\n<p>[00:23:24] <strong>Nathan Wrigley:</strong> That&#8217;s a beautiful theme.</p>\n\n\n\n<p>[00:23:25] <strong>Daisy Olsen:</strong> It is beautiful. I love the birds and black, very nice. And there are some other color schemes in there. And the other thing is that with 6.0, we added some new features. And they were integrated into the default theme. So now it still looks the same, basically behaves the same, but maybe some of the mechanism used to do some of the work have shifted into the newer version. So it has already even been updated.</p>\n\n\n\n<p>[00:23:51] <strong>Nathan Wrigley:</strong> A little while ago, you talked about patterns and your eyes lit up. And the idea of patterns and themes is not one that necessarily occurred to me before. I&#8217;m thinking of, I ought to be throwing in just individual blocks and building on it myself. But of course the patterns could encompass all of the bits, preconfigured that you would need for a header say.</p>\n\n\n\n<p>And I&#8217;m guessing that&#8217;s a space, which is gonna mature and people are gonna come up with header patterns and footer patterns and typical use patterns, which might fit beautifully inside of a theme.</p>\n\n\n\n<p>[00:24:18] <strong>Daisy Olsen:</strong> Yes, so we have a pattern directory. That&#8217;s part of the wordpress.org network of sites. And these are users submitted patterns. You can create it using a block editor right on that site. They&#8217;re moderated, so we keep inappropriate content out of the system. And then others can use these patterns and it&#8217;s only Core blocks at this time. But if they want to use this pattern that someone else created, it&#8217;s very easy to pull it into their site.</p>\n\n\n\n<p>And you can actually use the block inserter, right from your own site to pull in any of the patterns that have been shared in this directory.</p>\n\n\n\n<p>[00:24:54] <strong>Nathan Wrigley:</strong> Yeah. I think that&#8217;s just a unique byproduct of the way I typically do things. I start with the blank canvas, and build it up myself, but the idea of short circuiting, that process. There&#8217;s a pattern looks good. Let&#8217;s try it out. Click the button. Nope. Next one. Try that. And you&#8217;ve just made a lot less work for yourself.</p>\n\n\n\n<p>[00:25:09] <strong>Daisy Olsen:</strong> Sure. And then if you find something that comes close.</p>\n\n\n\n<p>[00:25:12] <strong>Nathan Wrigley:</strong> Yep.</p>\n\n\n\n<p>[00:25:12] <strong>Daisy Olsen:</strong> You pull it in and you modify it a little bit because it&#8217;s yours at that point.</p>\n\n\n\n<p>[00:25:16] <strong>Nathan Wrigley:</strong> So the reason for using Core blocks is just so that everything is open, easy to use. I think in saying that any imagery as well is now gonna be coming from Openverse, so even that is admissible on a site, you don&#8217;t even have to think about, okay, let&#8217;s remove that and swap it out for something else.</p>\n\n\n\n<p>[00:25:28] <strong>Daisy Olsen:</strong> Right? Yeah. The imagery has traditionally been a big problem for demo content to make sure that you have something that was both visually appealing and also legal to use.</p>\n\n\n\n<p>[00:25:38] <strong>Nathan Wrigley:</strong> And just for the benefit of people listening to this, if you want to go and submit your photos, you can do that, at Openverse, I&#8217;m going to be submitting lots of pictures of WordCamp Europe.</p>\n\n\n\n<p>[00:25:46] <strong>Daisy Olsen:</strong> I&#8217;d I love to hear that. That&#8217;s wonderful.</p>\n\n\n\n<p>[00:25:49] <strong>Nathan Wrigley:</strong> Rich Tabor, who is a, he has been a very prominent themer over the years. He&#8217;s created some terrific work. He came up with this idea not so long ago of wouldn&#8217;t it be an interesting experiment? Would it be a good idea to just have one theme in the theme directory and he called it a base theme. The idea being that well, if there&#8217;s just a base theme, and everybody knows the base theme inside out, back to front.</p>\n\n\n\n<p>Everybody understands what it can do, how it works, and then patterns drop in for everything in the way that we&#8217;ve been describing. And it occurred to me on some level that was quite a good idea, just a very light framework and everything then that drops in is patterns. And there could be a pattern for literally everything. What are your thoughts on that idea?</p>\n\n\n\n<p>[00:26:36] <strong>Daisy Olsen:</strong> I have not had a great deal of time to think this through, but my hot take would be that in a way we are already doing that to some extent. Where the majority of our markup is being created by WordPress. So you could maybe think about it from the perspective that WordPress is creating that base theme.</p>\n\n\n\n<p>And we are just building a version of it in our block theme. So you are setting up defaults and settings and presets in your theme dot json file. You are creating HTML files to build out your templates and your headers and your footers, your template parts is what we refer to them as. And then you might be creating patterns in a patterns directory.</p>\n\n\n\n<p>Those are PHP files, but they&#8217;re quite simple, really to create. Most of it is actually HTML, but we still pull them in as PHP. Now we have a mechanism to actually register a block pattern from some header information in the file, and you don&#8217;t have to, it&#8217;s a simpler process. It&#8217;s more automated now.</p>\n\n\n\n<p>But I think one of the beauties of block themes is the ability to create very specific niche, websites and themes and designs. And be very targeted in how you would market that design. So when I worked in the theme world, the number one question that always came out in our support forums was, you have all these themes, which themes should I use for this site?</p>\n\n\n\n<p>And we always said well, you can use any theme because you make it your own, you add your own content and your own imagery and then it&#8217;s yours. But it was really not what people wanted to hear. They wanted to hear that this is the perfect theme.</p>\n\n\n\n<p>[00:28:20] <strong>Nathan Wrigley:</strong> Yeah. That theme&#8217;s got pictures of houses on it. So it must be for real estate.</p>\n\n\n\n<p>[00:28:24] <strong>Daisy Olsen:</strong> Exactly. So you can very easily market a theme, two different verticals pretty easily just by making a few changes, but having variations of that theme that might at its core, be the same one across the board, you&#8217;ve just changed the imagery, so it looks right for that market.</p>\n\n\n\n<p>[00:28:45] <strong>Nathan Wrigley:</strong> You&#8217;ve sold it to me. It&#8217;s an exciting time. I&#8217;m guessing that you would like as many people as possible to get in there and create their own themes and possibly even contact you and find out what you&#8217;re doing. What is the best way to discover about these new block themes? Where would you point them one or maybe two URLs?</p>\n\n\n\n<p>[00:29:04] <strong>Daisy Olsen:</strong> So I would start at the block editor handbook, and there are a couple of pages there about block themes as well as in the theme handbook. And these are all at developer.wordpress.org. These are a good place to get a primer.</p>\n\n\n\n<p>I would also greatly encourage going to the full site editing dot com site, where Carolina has created some really great instructional content for stepping through the process of creating one of these themes.</p>\n\n\n\n<p>[00:29:35] <strong>Nathan Wrigley:</strong> Thank you very much. It&#8217;s always nice to be at the beginning of something, seeing something starting and maturing over time. And, uh, you never know, maybe in sort of 10 years time, we&#8217;ll have a Kubrick moment when we move on to something else, but for now block based themes is the future. Thank you very much.</p>\n\n\n\n<p>[00:29:48] <strong>Daisy Olsen:</strong> Absolutely.</p>\n\n\n\n<p>[00:29:48] <strong>Nathan Wrigley:</strong> Thank you Daisy, for chatting to me today.</p>\n\n\n\n<p>[00:29:50] <strong>Daisy Olsen:</strong> Thank you so much.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2022 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: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:87:\"Do The Woo Community: WordCamps Moving Forward with Robert Windisch and Milan Ivanović\";s:7:\"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:28:\"https://dothewoo.io/?p=72115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://dothewoo.io/future-of-wordcamps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"<p>Robert and Milan sit down for a friendly chat about WordCamp Europe and the future of WordCamps.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-of-wordcamps/\">WordCamps Moving Forward with Robert Windisch and Milan Ivanović</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 29 Jun 2022 09:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: Wei: A Free Minimalist WordPress Theme from Rich Tabor\";s:7:\"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=135668\";s:7:\"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://wptavern.com/wei-a-free-minimalist-wordpress-theme-from-rich-tabor\";s: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:3943:\"<p>Rich Tabor&#8217;s new <a href=\"https://wordpress.org/themes/wei/\">Wei theme</a> is one of the most well-designed contributions to hit WordPress.org&#8217;s free themes directory this month. Wei is a minimalist block theme that keeps things simple while offering users a range of artfully selected accent color combinations. It also includes support for full-site editing and Global Styles for a wider range of site customizations.</p>\n\n\n\n<img />\n\n\n\n<p>Wei joins WordPress.org&#8217;s collection of <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">86 full-site editing themes</a>.  The number of FSE themes is growing but it is a far sight behind the <a href=\"https://wptavern.com/wordpress-ramps-up-social-learning-events-on-full-site-editing-project-aims-for-500-block-themes-in-2022\">goal of 500 for 2022</a>, which WordPress Executive Director Josepha Haden Chomphosy set for the community. While the Themes Team <a href=\"https://wordpress.slack.com/archives/C02RP4Y3K/p1656428655757039\">discusses </a> ideas for making block theming easier for theme authors, a few trailblazers like Tabor are pushing forward with contagious enthusiasm and creative works that show what is possible in <a href=\"https://richtabor.com/a-new-era/\">the new era of block themes</a>.</p>\n\n\n\n<p>Wei is a follow-up to Tabor&#8217;s popular <a href=\"https://wptavern.com/unearthing-hidden-treasures-in-the-wabi-wordpress-block-theme\">Wabi theme</a>. The name was selected to highlight its simplicity as a supporting tool in the user&#8217;s publishing workflow.</p>\n\n\n\n<p>&#8220;It’s derived from &#8216;Wu wei,&#8217; which has a lot of meanings, but I lean towards the &#8216;effortless/actionless&#8217; bit,&#8221; he said. &#8220;I wanted to build a theme that lets you effortlessly publish — and looks really creative/inspiring as well.&#8221;</p>\n\n\n\n<p>Tabor said Wei took him less time to make than any traditional legacy theme he created in the past.</p>\n\n\n\n<p>&#8220;I started, and nearly finished, Wei on the flight back from WordCamp Europe,&#8221; he said. &#8220;A couple years ago, this would have taken weeks — at least.&#8221; </p>\n\n\n\n<p>Tabor&#8217;s expert curation of dynamic accent colors is the highlight of this theme. Since most people are not designers, Wei offers four different overall styles that users can browse inside the Site Editor and enable with one click.</p>\n\n\n\n<img />\n\n\n\n<p>Depending on what theme style you select in the Site Editor, the post editor will display a different set of accent colors. These options are unique to each style and all of them are aesthetically pleasing combinations that can be set based on the mood of each individual post. </p>\n\n\n\n<img />\n\n\n\n<p>Tabor&#8217;s Wei theme <a href=\"https://richtabor.com/wei/\">announcement post</a> includes an image with all the style variations included. He selected colors that are AAA contrasting for all available styles.</p>\n\n\n\n<img />\n\n\n\n<p>One of the most magical things Wei does is seamlessly blend the background with the featured image on the single post template. The template includes a Cover block that fetches the post&#8217;s featured image and applies the duotone from the color scheme assigned to the post. This just works in the background and users don&#8217;t have to do anything to enable it.</p>\n\n\n\n<img />\n\n\n\n<p>Wei does not include any custom patterns, but everything in the theme is a block and can be easily manipulated. Users can change the headers, footers, change the layout on single post templates, add blocks to the homepage, edit template parts, and anything else supported by the latest full-site editing features.</p>\n\n\n\n<p>Check out the <a href=\"https://kaxije.us3.instawp.xyz/\">demo</a> to see the theme in action with different color schemes assigned to each post. <a href=\"https://wordpress.org/themes/wei/\">Wei is available for free</a> on WordPress.org and requires WordPress version 6.0 or later.</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, 28 Jun 2022 21:22: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: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:88:\"Do The Woo Community: CI/CD, Continuous Integration and Deployment with Maciek Palmowski\";s:7:\"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:28:\"https://dothewoo.io/?p=72084\";s:7:\"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:58:\"https://dothewoo.io/continuous-integration-and-deployment/\";s: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:394:\"<p>Integration, testing and deployment. An in-depth developer chat on WordPress and WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/continuous-integration-and-deployment/\">CI/CD, Continuous Integration and Deployment with Maciek Palmowski</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jun 2022 08:24:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s: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: ClassicPress On the Rocks: Directors Resign, New Leadership Installed\";s:7:\"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=135633\";s:7:\"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:88:\"https://wptavern.com/classicpress-on-the-rocks-directors-resign-new-leadership-installed\";s: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:4890:\"<p>Recent turbulence in the <a href=\"https://www.classicpress.net/\">ClassicPress</a> community has resulted in the directors resigning and new leadership installed. The WordPress fork is run under a non-profit organization called the ClassicPress Initiative. It supports work on a pared back version of WordPress, based on version 4.9, that uses the TinyMCE classic editor as the default option with no block editor.</p>\n\n\n\n<p>The project appeared to be on the rocks a week ago when its directors <a href=\"https://forums.classicpress.net/t/next-steps-for-classicpress/4163\">published</a> their resignation with a call for replacements.</p>\n\n\n\n<p>&#8220;Over the last few days it has become crystal clear that the community feels that the Directors of the ClassicPress Initiative are now hindering the progress of the ClassicPress Project,&#8221; former director Wade Striebel said.</p>\n\n\n\n<p>&#8220;As such, Michelle and I have decided to resign our positions as part of the non-profit organization that oversees the ClassicPress community, the ClassicPress Initiative. This will allow others to step in and move the ClassicPress Project forward.</p>\n\n\n\n<p>&#8220;Both Michelle and I have been here since the beginning of ClassicPress, back almost four years ago. While it is sad to be leaving the community we saw grow and evolve over time to be the most successful fork of WordPress in years, it is time for a new direction under new governance.&#8221;</p>\n\n\n\n<p>ClassicPress&#8217; monthly costs in 2021 averaged $99.74 USD with donations averaging $10.34 per month. When the directors announced their intention to resign, there was $352 in the bank account. The project published its <a href=\"https://forums.classicpress.net/uploads/short-url/sTCePzqcRAAUyc9sCZmIb1gwFTS.pdf\">2021 profit/loss statement from its 2021 taxes</a>.</p>\n\n\n\n<p>Over the weekend Striebel identified Viktor Nagornyy, William Patton, and Tim Kaye as the initiative&#8217;s new directors.</p>\n\n\n\n<p>Community financial support for the project does not seem strong, but the prospect of getting people to do the work of maintaining the fork in addition to managing its administrative overhead has been a greater challenge.</p>\n\n\n\n<p>&#8220;We’ve had committees with elected members, we had team leads, and we ended up here because they failed to work, people failed to do the work they said they would, and disappeared,&#8221; new diretor Nagornyy <a href=\"https://forums.classicpress.net/t/follow-up-on-next-steps/4188/6\">said</a>. &#8220;We reached this point after grueling four years, including pandemic.</p>\n\n\n\n<p>&#8220;If we do the same thing again, we will end up with the same results. Nobody wants that. We want CP to succeed, so we need to make changes with community’s support and input. We don’t want to do it alone, we need community’s support. It’s a community project.&#8221;</p>\n\n\n\n<p>Nagornyy <a href=\"https://forums.classicpress.net/t/classicpress-initiative-and-project-plan/4195\">published a new project plan</a> today, confirming that the Classic Press Initiative will continue to be the owner of the project infrastructure. </p>\n\n\n\n<p>&#8220;This ownership model eliminates any one individual from being in charge and prevents egos from getting in the way,&#8221; he said. &#8220;This model also provides limited liability to everyone involved.&#8221;</p>\n\n\n\n<p>As the project is barely scraping by financially, Nagornyy identified fundraising as its top priority, along with cutting expenses, and simplifying server infrastructure. He was also adamant about not having the full responsibility of running the project fall on the directors again.</p>\n\n\n\n<p>&#8220;We are not in favor of having a rigid committee (or &#8216;council) structure,&#8221; Nagornyy said. &#8220;ClassicPress did try the &#8216;committee&#8217; approach between 2018-2020. Unfortunately, it did not work out as expected and caused frequent disagreements between the members. Voting on issues became divisive and was one of the primary reasons for project stalling.</p>\n\n\n\n<p>&#8220;As members left or became less active with the pandemic in full swing, the committees were dissolved, and directors took on the responsibilities no one wanted to keep the project alive.&#8221;</p>\n\n\n\n<p>ClassicPress appears to be in a tenuous position as its new directors assume responsibility for the organization. The project is struggling to get people to contribute and will need to hit its fundraising goals fairly aggressively to ensure individual members do not become financially responsible for its support.</p>\n\n\n\n<p>&#8220;History should not repeat itself, and we must learn from it,&#8221; Nagornyy said. &#8220;Making decisions is worthless if those decisions cannot or are not acted upon. It is instead much more important that we focus on encouraging and facilitating people to actually contribute.&#8221;</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, 27 Jun 2022 21:21: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: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: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:85:\"WPTavern: Help Test the Rollback Update Failure Feature Plugin Ahead of WordPress 6.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135614\";s:7:\"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:96:\"https://wptavern.com/help-test-the-rollback-update-failure-feature-plugin-ahead-of-wordpress-6-1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<img />&#8220;<a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/25031723@N06/9334224981\" target=\"_blank\">Life-buoy in harbour</a>&#8221; by <a rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/25031723@N06\" target=\"_blank\">Ashley Coates</a> is licensed under <a rel=\"noreferrer noopener\" href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\">CC BY-NC-SA 2.0</a>.\n\n\n\n<p>The developers of the <a href=\"https://wordpress.org/plugins/rollback-update-failure/\">Rollback Update Failure</a> feature plugin put out a <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">call for testing</a> over the weekend, with the aim of getting it included in WordPress 6.1. The goal of the plugin is to offer a safety mechanism in core for when updates or auto-updates fail. Instead of leaving the user&#8217;s site in a broken state, the rollback update failure feature will restore the site to a usable state.</p>\n\n\n\n<p>Successful updates are the default experience for most WordPress users. The auto-updates team embraced the challenge of creating a fallback for users who experience the most common issues with updates, which include having a plugin folder&#8217;s content be get deleted and the plugin being no longer active, along with the scenario where a plugin cannot completely update, resulting in a PHP fatal message or &#8220;white screen of death.&#8221;</p>\n\n\n\n<p>For the past 19 months, Andy Fragen, Colin Stewart, and Paul Biron have been leading development and testing. They settled on a solution that is awaiting feedback from core committers. </p>\n\n\n\n<p>&#8220;It was determined that copying the current plugin to an alternate location and in the event of an update failure, copying it back into <code>wp-content/plugins</code>, would be the least resource intensive method,&#8221; Fragen said. &#8220;This does require one additional plugin copying operation and two if there is a update failure.&#8221;</p>\n\n\n\n<p>The auto-updates team needs broad testing and feedback from people using different hosting companies at all price ranges. The process involves setting up a test environment with the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin set to <em>Bleeding edge</em> and <em>Nightlies</em>, and the Rollback Update Failure plugin installed. Testers will then download old versions of a bunch of plugins and test single and bulk updates. A filter is available for forcing an update failure. Testers will be asked to record the time required to perform plugin updates.</p>\n\n\n\n<p>More testing details and instructions are available in the <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">call for testing post</a>, with a few example results in the comments for reference. If the feature plugin gets enough broad testing, it may finally have the right timing and momentum to be committed for WordPress 6.1.</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, 27 Jun 2022 19:31: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: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:69:\"WordPress.org blog: WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s:7:\"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=13013\";s:7:\"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:70:\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\";s: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:8518:\"<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</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://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it&#8217;s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because,&nbsp; as most of you know, WordPress never sleeps. Y&#8217;all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn&#8217;t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br /></p>\n\n\n\n<p>So if you&#8217;ve never contributed to a major release of WordPress before, and you&#8217;re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you&#8217;re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11]&nbsp;</p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we&#8217;re seeing in track, a schedule, the whole kit, and caboodle. It&#8217;s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start.&nbsp;</p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we&#8217;re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23]&nbsp;</p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it&#8217;ll be okay. We&#8217;ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that&#8217;s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress&#8217; overall success.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19]&nbsp;</p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can&#8217;t quite commit to grabbing an oar today, that&#8217;s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is.&nbsp;</p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what&#8217;s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14]&nbsp;</p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That&#8217;s taking place on September 24th and 25th. Uh, it&#8217;s happening over Zoom, so location or travel shouldn&#8217;t really be an obstacle for you. I&#8217;m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that.&nbsp;</p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07]&nbsp;</p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It&#8217;s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\";s: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, 27 Jun 2022 15:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";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:95:\"Do The Woo Community: An SEO Chat at WordCamp Europe with Ronald Gijsel and Marieke van de Radt\";s:7:\"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:28:\"https://dothewoo.io/?p=72078\";s:7:\"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:94:\"https://dothewoo.io/an-seo-chat-at-wordcamp-europe-with-ronald-gijsel-and-marieke-van-de-radt/\";s: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:486:\"<p>Ronald was able to have a short chat with Marieke about some Woo SEO and a bit of an inside look at how Yoast keeps things running internally.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/an-seo-chat-at-wordcamp-europe-with-ronald-gijsel-and-marieke-van-de-radt/\">An SEO Chat at WordCamp Europe with Ronald Gijsel and Marieke van de Radt</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 27 Jun 2022 09:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"Gutenberg Times: WordPress 6.1 Planning, FSE Studio and more — Weekend Edition 220\";s:7:\"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=21398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://gutenbergtimes.com/wordpress-6-1-planning-fse-studio-and-more-weekend-edition-220/\";s: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:13339:\"<p>Howdy, </p>\n\n\n\n<p>It&#8217;s good to be home again. As much as I enjoyed spending time with WordPressers in Porto, and with my family and long-time friends in Germany, it&#8217;s good to be back, too. It&#8217;s easier to work when there are less distractions. </p>\n\n\n\n<p>Isn&#8217;t it an odd way of putting things? We are trying to find the sweet spot between working remotely from anywhere in the world, be it the home town where parents live or a new city, like Porto. There are always temptations and more fun things to do, or people to see, that make it hard to focus on work. If you work remotely, how are you dealing with it? </p>\n\n\n\n<p>Anyway, speaking of distractions, there were some rumblings in the WordPress space, that took away some focus from WordPress 6.1, Gutenberg and the block editor and other cool things that are happening around the open-source project. You can read all about it on the <a href=\"https://wptavern.com\">WPTavern </a>or this week&#8217;s issue of <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE0OSwiYWYyMTVmNTBmNTBiIiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3IiwzMTQsMF0\">The Repository</a>.</p>\n\n\n\n<p>Back to the usual programming &#8230; </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: Don&#8217;t forget to <a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">reserve your seat for the upcoming Gutenber Live Q &amp; A.</a> I can hardly wait to talk about the cool block things happening at Pew Research Center! </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">A Block-First Approach at Pew Research Center</a></strong> with lead developer Seth Rubenstein and head of digital strategy, Michael Piccorossi <br />on July 22, at 11am EDT / 15:00 UTC</p>\n\n\n\n\n<div class=\"wp-container-2 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">WordPress Release Information</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-13-5\">Gutenberg 13.5 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">WordPress 6.0.1 and 6.1 scheduled</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Themes for FSE and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">WordPress Social Learning Spaces</a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">WordPress Release Information</h2>\n\n\n\n<h3 id=\"1-gutenberg-13-5\">Gutenberg 13.5 </h3>\n\n\n\n<p><strong>Anne McCarthy</strong> was the lead for this week&#8217;s Gutenberg plugin release and in her post <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>What’s new in Gutenberg 13.5?</strong></a> she highlighted: &#8220;The 13.5 release comes with 12 enhancements and 15&nbsp;bug&nbsp;fixes, with an improved&nbsp;featured image&nbsp;UX, expanded design tools for the Post Navigation Link&nbsp;block, a few solid&nbsp;accessibility&nbsp;fixes, and some nice quality of life improvements.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> over at WPTavern has more detail in her article <a href=\"https://wptavern.com/gutenberg-13-5-adds-featured-image-placeholder-support-for-cover-block-cleaner-pasting-to-other-apps\"><strong>Gutenberg 13.5 Adds Featured Image Placeholder Support for Cover Block, Cleaner Pasting to Other Apps</strong></a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><em>Mary Job and I will bundle the changelog of Gutenberg 13.5 and 13.6 together in our next episode of Gutenberg Changelog</em>, which will be recorded around July 7th, 2022. If you have questions for us or  Gutenberg developer send us an email to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>.</p>\n\n\n\n<div class=\"wp-container-3 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-68-wordcamp-europe-gutenberg-13-4-and-wordpress-6-1/\">Gutenberg Changelog #68 –  WordCamp Europe, Gutenberg 13.4 and WordPress 6.1</a> with Birgit Pauli-Haack and Mary Job, and special guest: Dave Smith </p>\n</div></div>\n\n\n\n<h3 id=\"2-word-press-6-0-1-and-6-1-scheduled\">WordPress 6.0.1 and 6.1 scheduled</h3>\n\n\n\n<p>The core team identified the team for the minor release 6.0.1 and proposed to schedule the RC for July 5th, 2022 and the final release a week later on July 12th,2022. <strong>Sergey Biryukov</strong> and <strong>Adam Zielinsky</strong> will coordinate the release. Anne McCarthy posted more details on tickets and PRs in her post <a href=\"https://make.wordpress.org/core/2022/06/25/wordpress-6-0-x-release-team-and-6-0-1-schedule/\"><strong>WordPress 6.0.x release team and 6.0.1 schedule</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hector Prieto</strong> shared in his post <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>WordPress 6.1 Planning Roundup</strong></a> the proposal schedule for the next major WordPress release, 6.1 and added a call for contributors to join the release team. If you are intested, leave a comment on the post. Proposed Release date is October 25, 2022 with Feature Freeze and first Beta on September 20, 2022. ICYMI, <strong>Matias Ventura</strong> posted a the <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">Roadmap for 6.1 (block editor edition)</a> a few weeks ago. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</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 id=\"3-building-themes-for-fse-and-word-press\">Building Themes for FSE and WordPress</h2>\n\n\n\n<p>On WordPress TV, the <a href=\"https://wordpress.tv/2022/06/23/anatomy-of-a-block-theme/\">Anatomy of a Block Theme</a> was published. &#8220;You quickly learn the key components of what makes up a block theme.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ramon James Dodd</strong>, Contributor to Gutenberg, posted an update on <a href=\"https://make.wordpress.org/core/2022/06/24/block-editor-styles-initiatives-and-goals/\"><strong>initiatives and goals around Block editor styles</strong></a>. &#8220;The purpose of this post is to highlight ongoing initiatives targeted at addressing these issues, and to outline longer-term ambitions to output more readable, efficient and extensible frontend styles.&#8221; </p>\n\n\n\n<p>Dodd divided his post into three sections: First he highlights the recurring challenges for theme developers to style blocks, then he offers a three part strategy to tackle those challenges, and then he outlines how the contributors could get there, admitting: &#8220;Style nirvana might well be out there, however the path comprises individual stepping stones, discovering how individual parts contribute to the whole, and balancing compatibility and stability with innovation.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, <strong>Mike McAlister</strong>, creator of Atomic Blocks in the early days, and now product designer and principal software enginieer at WPEngine announced on Twitter the<a href=\"https://twitter.com/mikemcalister/status/1539622809390956544\"> <strong>alpha phase of FSE Studio</strong></a>, a &#8220;developer tool to make building full-site editing themes faster and easier to manage.&#8221; McAlister and Phil Johnston also shared a YouTube video of a first <a href=\"https://www.youtube.com/watch?v=LmvPkQkjq9I\"><strong>FSE Studio walk-through</strong></a>. It reminds me a little bit of Carolina Nymark&#8217;s Theme Generator and of David Gwyers ThemeGen App, both have a different goal in mind.  From little I saw of the FSE Studio in the video, I like the one page list to check or uncheck the various design tools for users, and I am also intriged by the built in pattern creation tool. It promises &#8220;to streamline the theme building process and make theme management a breeze&#8221;. Can&#8217;t wait to see the alpha version. You can do, as they are looking for alpha testers. <em><a href=\"https://twitter.com/mikemcalister/status/1539622813933469696\">Connect  with Mike McAlister via Twitter DM</a> </em></p>\n\n\n\n<p>If you can&#8217;t wait for the tool to go public, I wrote about four other block theme generators  before. </p>\n\n\n\n<ul><li>In Weekend edition 215 <a href=\"https://gutenbergtimes.com/three-block-theme-generators-gutenberg-13-2-coupons-with-blocks-and-more-weekend-edition-215/#0-block-theme-generators\">we listed <strong>three generators</strong></a>, </li><li>Last week in #219, you learned about the  <a href=\"https://wordpress.org/plugins/create-block-theme/\"><strong>Create-Block Theme</strong></a> plugin.</li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Also this week, the <strong>WPWatercooler</strong> gang hosted Brian Gardner, creator for the theme Frost and developer advocate at WPEngine in their show about Full Site editing and Block Theme. Listen in on <strong><a href=\"https://wpwatercooler.com/wpwatercooler/ep422-wordpress-themes-block-it-like-its-hot/\">WordPress Themes Block It Like Its Hot</a></strong>. Brian Gardner also talked about his new theme <a href=\"https://twitter.com/bgardner/status/1540145921714946056\">he just announced via Twitter</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <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 id=\"5-s\">WordPress Social Learning Spaces</h2>\n\n\n\n<p>June 27, 2022 &#8211; 1 pm EDT /  17:00 UTC<br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286560368/\">Hello Blocks! Coding a custom block</a></strong> with Ryan Welcher</p>\n\n\n\n<p>June 30, 2022 &#8211; 5:00 PM EDT / 21:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286759294/\"><strong>My First Recipe Blog</strong></a> with Destiny Kanno </p>\n\n\n\n<p>July 4, 2022 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286558681/\"><strong>Using Block Patterns</strong></a> with Wes Theron</p>\n\n\n\n<p>July 12, 2022, 5 pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286603818/\">Explore the Block Directory</a></strong> with Wes Theron</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a href=\"https://wordpress.org/photos/photo/334623ab09/\">Technology old circuit boards </a>by Jennifer Bourn via WordPress Photos</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity 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, 25 Jun 2022 22:30:09 +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: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:49:\"BuddyPress: BP Rewrites 1.3.0 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=325126\";s:7:\"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://buddypress.org/2022/06/bp-rewrites-1-3-0-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:931:\"<p>Immediately available is&nbsp;<a href=\"https://downloads.wordpress.org/plugin/bp-rewrites.1.3.0.zip\">BP Rewrites 1.3.0</a>. This maintenance release fixes two bugs and brings BP Rewrites compatibility to <a href=\"https://bbpress.org\">bbPress</a>. For details on the changes, please read the&nbsp;<a href=\"https://github.com/buddypress/bp-rewrites/blob/trunk/CHANGELOG.md#130\">1.3.0 release notes</a>.</p>\n\n\n\n<p>Update to BP Rewrites 1.3.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/bp-rewrites/\">downloading from the WordPress.org plugin repository</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 id=\"many-thanks-to-1-2-0-contributors\">Many thanks to 1.3.0 contributors&nbsp;<span class=\"dashicons dashicons-heart\"></span></h2>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/shawfactor\">shawfactor</a>&nbsp;&amp;&nbsp;<a href=\"https://profiles.wordpress.org/imath/\">imath</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, 25 Jun 2022 08:51: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: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: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:88:\"WPTavern: GoDaddy Responds to Mullenweg’s Accusations: “We All Have the Same Goal”\";s:7:\"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=135585\";s:7:\"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:89:\"https://wptavern.com/godaddy-responds-to-mullenwegs-accusations-we-all-have-the-same-goal\";s: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:7234:\"<p>In a recent Twitter storm, Matt Mullenweg characterized GoDaddy as &#8220;a parasitic company,&#8221; that is &#8220;<a href=\"https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future\">an existential threat to WordPress&#8217; future.</a>&#8221; In a series of tweets that were subsequently deleted, Mullenweg contended that GoDaddy is lacking support for WordPress and WooCommerce, relative to how much the company is benefiting from the projects. He also said the company&#8217;s investment in proprietary website and store products is at odds with how much it gives back to WordPress.org.</p>\n\n\n\n<p>This sparked a heated discussion across Twitter, the Advanced WordPress Facebook group, blog comments, and Post Status Slack. The most outspoken people were those who felt Mullenweg was arbitrarily disparaging one company&#8217;s contributions while commending another. There was also a significant group of people who vehemently agreed with his assessment.</p>\n\n\n\n<p>&#8220;I think parasitic is the right word to apply to GoDaddy,&#8221; Boulder WordPress Meetup organizer Angela Bowman <a href=\"https://twitter.com/askwpgirl/status/1540337003589316608?t=F2XDzEXKwtQzgc6r-qFJxA&s=09\">tweeted</a>. &#8220;Taking something that is free and leveraging it for maximum profits by undercutting the very thing you are selling out of existence. Capitalism at its best, most ruthless, and short sighted.&#8221;</p>\n\n\n\n<p>Bowman distilled it into a more <a href=\"https://twitter.com/askwpgirl/status/1540343397210128385\">succinct example</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>GD:</strong> Why buy the cow when you can get the milk for free? </p><p><strong>MM:</strong> Well, we need to feed and house the cow. Provide medication when needed. Or the cow dies. </p><p><strong>GD:</strong> How long before it dies? How much $$$ can we make until it does?</p></blockquote>\n\n\n\n<p>I contacted GoDaddy to find out how many people the company sponsors and how much they spend on sponsoring events. </p>\n\n\n\n<p>&#8220;Our company contributes to open-source in a variety of ways, including through dedicated employee roles, specific projects on which these employees work, and many employees who have a passion for the WordPress community and give back whenever possible,&#8221; GoDaddy Director of Public Relations Nick Fuller said.</p>\n\n\n\n<p>The company declined to comment on specifics but pointed to its <a href=\"https://wordpress.org/five-for-the-future/pledge/godaddy/\">Five for the Future pledge page</a>, which shows that GoDaddy sponsors 34 contributors for a total of 217 hours per week across 15 teams. With 9,000 employees, this amounts to a relatively small number of hours compared to other hosting and product companies, like Automattic (4098 hrs/week) and Yoast (250 hrs/week). </p>\n\n\n\n<p>Compared to the other economy hosts listed on WordPress.org&#8217;s <a href=\"https://wordpress.org/hosting/\">recommended hosting</a> page, GoDaddy&#8217;s contributions are much smaller relative to its size:</p>\n\n\n\n<ul><li><strong>Bluehost</strong> (750 employees) sponsors <strong>6 contributors</strong> for a total of <strong>102 hours</strong> per week across <strong>4 teams</strong>.</li><li><strong>SiteGround</strong> (500 employees) sponsors <strong>12 contributors</strong> for a total of <strong>58 hours</strong> per week across <strong>7 teams</strong>.</li><li><strong>DreamHost</strong> (200 employees) sponsors <strong>3 contributors</strong> for a total of <strong>30 hours</strong> per week across <strong>4 teams</strong>.</li></ul>\n\n\n\n<p>While GoDaddy&#8217;s contributions may be smaller in terms of work hours, the company allocates hundreds of thousands of dollars for sponsoring WordCamps and related events. After another successful WordCamp Europe in the books, many attendees agreed that the value of these events cannot be overstated. Without corporate sponsors, WordCamps would not happen on the scale that they currently do.</p>\n\n\n\n<p>&#8220;Beyond contributions to open-source projects, GoDaddy is extremely active at various WordPress events,&#8221; Fuller said. &#8220;In 2022, our plan is to spend hundreds of thousands of dollars on WordCamp and other related events such as WordSesh and WordFest. Many of our employees will be active participants in these community events.&#8221;</p>\n\n\n\n<p>When asked to comment on the accusations of being a &#8220;parasitic company&#8221; and &#8220;an existential threat to WordPress&#8217; future,&#8221; Fuller would not address the complaints directly.</p>\n\n\n\n<p>&#8220;We all have the same goal, to make WordPress better each and every day,&#8221; he said. &#8220;Our team is passionate about making WordPress better, both for the community and for our customers, and we greatly appreciate the support expressed by many in the WordPress community in recent days.&#8221;</p>\n\n\n\n<p>Matt Mullenweg took to Post Status Slack today to clarify some of the opinions he voiced on Twitter yesterday. He hinted at strategies behind the scenes that even employees may not know about.</p>\n\n\n\n<p>&#8220;Keep in mind that people might not be aware of actions happening in other parts of the company, for example the pressure from their new activist investors,&#8221; Mullenweg said. &#8220;As an example: I 100% believe the good intentions of the Google folks who were working on AMP, and of course we learned later it was part of a larger strategy <em>they were unaware of</em> that, after being disclosed in litigation discovery, appears malicious.&#8221;</p>\n\n\n\n<p>Mullenweg also referenced the <a href=\"https://en.wikipedia.org/wiki/Free-rider_problem\">free-rider problem</a>, a type of market failure where those who benefit  from public goods do not pay or under-pay, which leads to over-consumption. This is similar to the <a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of Commons</a> situation he mentioned in the past as a fate that WordPress is tying to avoid with its Five for the Future program.</p>\n\n\n\n<p>&#8220;Failed open source projects usually succumb to the free rider trap — the parasites kill the host, which ultimately hurts the parasites as well but they can&#8217;t think beyond short-term,&#8221; Mullenweg said. &#8220;Successful open source projects escape the free rider problem, as WordPress has so far, largely because of awareness of it and people voting where to invest their talent and their dollars in organizations that contribute to the shared resource in a way that keeps it sustainable.&#8221;</p>\n\n\n\n<p>If looking solely at the definition of Five for the Future contributions, GoDaddy may constitute a free rider. They are not conforming to what the project has requested from companies in order to keep WordPress sustainable for generations to come. However, highlighting GoDaddy in this fashion may not be the best way to extract more contributions or inspire others to be part of this initiative. WordPress needs to find a better means of dealing with what it deems to be under-performing contributors, because many well-meaning individuals can get trampled underneath the heavy tread of social sanctioning.</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, 25 Jun 2022 00:33:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"WPTavern: Awesome Motive Acquires WP Charitable 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=135506\";s:7:\"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:65:\"https://wptavern.com/awesome-motive-acquires-wp-charitable-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:4458:\"<p>Awesome Motive, makers of popular plugins like OptinMonster, WPForms, and MonsterInsights, <a href=\"https://www.wpbeginner.com/news/welcome-wp-charitable-to-the-wpbeginner-family-of-products/\">acquired WP Charitable</a> this week. The<a href=\"https://wordpress.org/plugins/charitable/\"> plugin</a> is used by more than 10,000 non-profits for creating fundraising campaigns and collecting online donations. It does not charge any transaction fees and currently has a 4.9/5-star average rating on WordPress.org.</p>\n\n\n\n<p>&#8220;Wes and I launched Charitable in 2015 because we were tired of seeing non-profits use hosted fundraising platforms that charge hefty fees and strip them of the ability to brand and control their donation pages,&#8221; WP Charitable co-founder Eric Daams said in his <a href=\"https://www.wpcharitable.com/charitable-is-joining-the-awesome-motive-family/\">farewell post</a>.</p>\n\n\n\n<p>&#8220;After being a small team splitting our time on the product as well as our agency business for the last 7 years, we are ready to pass the reins to someone who shares the same passion and has the resources to make Charitable even better than it is today.&#8221;</p>\n\n\n\n<p>Awesome Motive CEO Syed Balkhi said the company&#8217;s non-profit users had long been requesting a beginner-friendly donations plugin. They could either acquire one or build one from scratch. WP Charitable&#8217;s timing to sell coincided with Awesome Motive&#8217;s next move on expanding tools for non-profit customers.</p>\n\n\n\n<p>&#8220;As you know, at Awesome Motive, our mission is to help small businesses grow and compete with the big guys,&#8221; Balkhi said. &#8220;Our software today powers over 20 million websites and helps shape the web for billions worldwide.</p>\n\n\n\n<p>&#8220;Along with our core mission, we believe that companies should be forces for good.</p>\n\n\n\n<p>&#8220;The WP Charitable plugin allows us to use our knowledge, experience, and resources to empower those who are changing the world for good.&#8221;</p>\n\n\n\n<p>WP Charitable&#8217;s chief competitor is <a href=\"https://wordpress.org/plugins/give/\">GiveWP</a>, a donation plugin and fundraising platform with more than 100,00 users. While WP Charitable doesn&#8217;t collect any transaction fees whatsoever, one of the big differences with GiveWP is that it collects a 2% fee on Stripe donations taken via the company&#8217;s free Stripe integration with GiveWP core. There are no fees for GiveWP&#8217;s commercial Stripe add-on.</p>\n\n\n\n<p> Demonstrating one of the more endearing aspects of the WordPress ecosystem where competitors often support each other, GiveWP co-founder Matt Cromwell congratulated WP Charitable on the acquisition. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">6 years ago I gave a shout-out to the makers of <a href=\"https://twitter.com/wpcharitable?ref_src=twsrc%5Etfw\">@wpcharitable</a> for their 1st year of success. <br /><br />Today <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /> on the acquisition by <a href=\"https://twitter.com/wpbeginner?ref_src=twsrc%5Etfw\">@wpbeginner</a>!<br /><br />BONUS: I have a new nemesis for GOOD in <a href=\"https://twitter.com/dimensionmedia?ref_src=twsrc%5Etfw\">@dimensionmedia</a> <br /><br />Here\'s to doing more GOOD than we can accomplish alone. <a href=\"https://t.co/dYtTLunq3P\">https://t.co/dYtTLunq3P</a> <a href=\"https://t.co/GFNdt4oejO\">pic.twitter.com/GFNdt4oejO</a></p>&mdash; :Cromwell: <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/262e.png\" alt=\"☮\" class=\"wp-smiley\" /> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f6b8.png\" alt=\"🚸\" class=\"wp-smiley\" />Do Something (@learnwithmattc) <a href=\"https://twitter.com/learnwithmattc/status/1539611643012939777?ref_src=twsrc%5Etfw\">June 22, 2022</a></blockquote>\n</div>\n\n\n\n<p>WP Charitable co-founders said current users can expect &#8220;business as usual&#8221; without any interruptions. They will be helping the transition process but moving on to their own new endeavors. David Bisset will be leading product development moving forward with Awesome Motive. Balkhi said he has an &#8220;an extensive list of ideas and a feature roadmap&#8221; that the company will begin working on with the plugin&#8217;s new team.</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, 24 Jun 2022 15:48: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Do The Woo Community: WooBits: Pondering a WooCommerce Conference IRL\";s:7:\"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:28:\"https://dothewoo.io/?p=72057\";s:7:\"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:50:\"https://dothewoo.io/future-woocommerce-conference/\";s: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:414:\"<p>It\'s been several years since WooCommerce had their last WooConf, aside from the fact of Covid. Is it time again? What would that look like?</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-woocommerce-conference/\">WooBits: Pondering a WooCommerce Conference IRL</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jun 2022 09:24:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"Post Status: WordPress Podcast and Video Picks for the Week of June 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=99453\";s:7:\"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://poststatus.com/wordpress-podcast-and-video-picks-for-the-week-of-june-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:189:\"A chat with Matt at WCEU • Glam That Plugin • BlackPress Slack meetup • SSG vs. WordPress for landing pages • The Web Designer\'s Tech Stack • A Medeiros rant on the WordPress vibe\";s: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, 24 Jun 2022 05: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: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: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:127:\"WPTavern: Matt Mullenweg Identifies GoDaddy as a “Parasitic Company” and an “Existential Threat to WordPress’ Future”\";s:7:\"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=135548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future\";s: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:4959:\"<p>On Thursday Matt Mullenweg responded to an inquiry on Twitter from Jeff Matson, a Pagely employee, about whether Automattic&#8217;s <a href=\"https://newspack.pub/\">Newspack</a> platform had all open open source components or some proprietary elements. In his response, he formally identified GoDaddy as &#8220;an existential threat to WordPress&#8217; future.&#8221; </p>\n\n\n\n<img />\n\n\n\n<p>The response raised more than a few eyebrows on Twitter as it seemed unrelated to the topic of discussion, which was Amazon&#8217;s expansion of its proprietary digital publishing technology. </p>\n\n\n\n<p>The conversation following this statement grew more heated and escalated, as GoDaddy employees felt this statement <a href=\"https://twitter.com/scottkclark/status/1540048404683931650\">disparaged their contributions</a> and careers dedicated to WordPress.</p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Working for a company where I\'m trying to do good and advocate for open source &#8212; that is actively getting hostility from prominent people in WP who I really respect and have supported me in the past is really hard. <a href=\"https://t.co/cRFR3bNBkM\">https://t.co/cRFR3bNBkM</a></p>&mdash; SKC <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3f3-fe0f-200d-1f308.png\" alt=\"🏳️‍🌈\" class=\"wp-smiley\" /> (@scottkclark) <a href=\"https://twitter.com/scottkclark/status/1540048402737774593?ref_src=twsrc%5Etfw\">June 23, 2022</a></blockquote>\n</div>\n\n\n\n<p>Mullenweg elaborated on why he sees GoDaddy as an existential threat in a series of tweets that have now been deleted but were preserved in screenshots below. He urged GoDaddy employees to examine how many people are contributing to WordPress and WooCommerce, two open source projects from which the company makes what he estimates to be hundreds of millions of dollars, versus  the company&#8217;s investment in proprietary website and store products. &#8220;How much did GoDaddy put back into .org vs spend on cPanel licenses?&#8221; he asked. </p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>In response to a <a href=\"https://twitter.com/allie_nimmons/status/1540050387759239169\">tweet</a> from WordPress digital producer Allie Nimmons, Mullenweg said that although GoDaddy employs some great people, they are &#8220;unfortunately overshadowed by massive corporate actions made many levels above them.&#8221; </p>\n\n\n\n<p>&#8220;Those who care about the future of WordPress should spend their dollars with less parasitic companies,&#8221; Mullenweg said.</p>\n\n\n\n<p>He commended Bluehost for its support of WordPress and its ecosystem since 2003.</p>\n\n\n\n<p>Citing GoDaddy&#8217;s market dominance, revenue estimates, and 25% of its commerce customers using GoDaddy Payments, the concern seemed more strongly aimed at  preserving WooCommerce and the its ability to benefit the rest of the ecosystem. </p>\n\n\n\n<p>Some speculated that GoDaddy is more likely an existential threat to WooCommerce and WordPress.com than it is to the WordPress project. </p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Would WooCommerce cease to exist? No. Would it damage it if GoDaddy managed to have 100% of all WooCommerce sites on its platform using their payment solution that circumvents Woo’s deals with Stripe/PayPal/etc.? Absolutely.</p>&mdash; Carl Hancock <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f680.png\" alt=\"🚀\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1f7.png\" alt=\"🇨🇷\" class=\"wp-smiley\" /> (@carlhancock) <a href=\"https://twitter.com/carlhancock/status/1540109413083582464?ref_src=twsrc%5Etfw\">June 23, 2022</a></blockquote>\n</div>\n\n\n\n<p>&#8220;What I&#8217;m worried about is the future of WordPress if GoDaddy succeeds and suffocates the rest of the ecosystem,&#8221; Mullenweg said.</p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>In a strange turn of events that would have been unimaginable years ago, many in the WordPress community took to Twitter to defend GoDaddy, even though the company has historically been criticized for its poor performance and predatory sales practices. GoDaddy has been working to improve its tarnished reputation  by sponsoring open source contributors and events. Representatives from GoDaddy have not yet responded to a request for comment.</p>\n\n\n\n<p>&#8220;People have contributed some really great work to the WordPress ecosystem over the years while employed by Godaddy,&#8221; Mullenweg told the Tavern. &#8220;I wish the company great success and many happy returns.&#8221;</p>\n\n\n\n<p>Although the tweets were ultimately deleted, fragmenting the resulting conversation, it is clear that Mullenweg perceives GoDaddy as lacking support for the WordPress project and WooCommerce, relative to how much the hosting company is benefiting in revenue. He also sees GoDaddy&#8217;s support for proprietary solutions at grave odds with its purported support for 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:\"Fri, 24 Jun 2022 04:57: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: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: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:44:\"Post Status: An Operating System for the Web\";s:7:\"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=98871\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/an-operating-system-for-the-web/\";s: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:285:\"What if WordPress, growing as an operating system for the web, spawns distributions and spins, like Linux? What do nine years of Jetpack teach us about Automattic and WordPress — the project and the dot-com? Rethinking how we think about SaaS, hosting, and the WordPress ecosystem...\";s: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, 24 Jun 2022 03:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";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:111:\"WPTavern: Gutenberg 13.5 Adds Featured Image Placeholder Support for Cover Block, Cleaner Pasting to Other Apps\";s:7:\"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=135515\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/gutenberg-13-5-adds-featured-image-placeholder-support-for-cover-block-cleaner-pasting-to-other-apps\";s: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:4048:\"<p><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">Gutenberg 13.5</a> is now available. The release comes two weeks after the plugin introduced support for button elements in theme.json, axial spacing in the Gallery block, and a redesigned Publish popover in <a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\">13.4.</a> The latest release includes 12 enhancements and 15&nbsp;bug&nbsp;fixes with the most notable changes landing in the Cover block. </p>\n\n\n\n<p>Prior to 13.5, the Cover block&#8217;s support for using a featured image had a more confusing UI with&nbsp;a separate button in the block toolbar. The featured image toggle has now been <a href=\"https://github.com/WordPress/gutenberg/pull/41476\">relocated to the media replace flow</a>. The Cover block has also been updated to <a href=\"https://github.com/WordPress/gutenberg/pull/41460\">display a placeholder</a> when the featured image in use.</p>\n\n\n\n<img />image source: <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">Gutenberg 13.5 release post</a>\n\n\n\n<p>The Cover block&#8217;s overlay color and opacity controls have been <a href=\"https://github.com/WordPress/gutenberg/pull/41102\">moved into the inspector controls sidebar&#8217;s Color panel</a> for consistency to match the UI for other blocks.</p>\n\n\n\n<p>Gutenberg 13.5 also expands the design tools available to the Post Navigation block. Users can now set the link color and font family. This is one of those situations where contributors <a href=\"https://github.com/WordPress/gutenberg/pull/41378\">discussed</a> how much design control makes sense for users in this context. Automattic-sponsored contributor Jeff Ong made the case for instances where users may want to have post navigation use the heading font, instead of the body font.</p>\n\n\n\n<img />image credit: Jeff Ong &#8211; <a href=\"https://github.com/WordPress/gutenberg/pull/41378\">Gutenberg PR #41378</a>\n\n\n\n<p>One small update to the Publish date picker is that it now highlights today&#8217;s date, expanding on the <a href=\"https://github.com/WordPress/gutenberg/pull/41097\">popover design update</a> introduced in 13.4. </p>\n\n\n\n<p>Gutenberg users who frequently copy and paste between other writing apps may be pleased to learn that version 13.5 introduces a change that <a href=\"https://github.com/WordPress/gutenberg/pull/41366\">strips the HTML from copied block markup</a> for the text/plain version of the clipboard. Gutenberg engineer Andrei Draganescu explained the reasoning behind the change:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Pasting into plain text editors should only paste the text we see on screen not the whole underlying markup.</p><p>This is an improvement in the experience of writing in a different app rather than in the WordPress editor itself, and then bringing over the content. Since one could move text content back and forth a few times, pasting block markup is annoying if not even prone to introducing problems.</p></blockquote>\n\n\n\n<p>Prior to this change, pasting from Gutenberg into another app looked something like this:</p>\n\n\n\n<img />\n\n\n\n<p>Stripping the HTML out of serialized data in the copy handler before placing it in the&nbsp;<code>text/plain</code>&nbsp;version results in a cleaner paste, as Draganescu demonstrated in a video:</p>\n\n\n\nVideo Source: <a href=\"https://github.com/WordPress/gutenberg/pull/41366\">Gutenberg PR #41366</a>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">release post</a> for a full list of changes in 13.5. If you don&#8217;t have the Gutenberg plugin installed, you will have to wait until the next major WordPress release to take advantage of these fixes and enhancements. WordPress 6.1&#8217;s release date was <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">announced</a> today as October 25, 2022, following a long alpha and two short beta periods.</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, 23 Jun 2022 20:36: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Do The Woo Community: Woo BizChat Hits WordCamp Europe with Vito Peleg and Robert Windisch\";s:7:\"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:28:\"https://dothewoo.io/?p=72050\";s:7:\"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:52:\"https://dothewoo.io/wceu-vito-peleg-robert-windisch/\";s: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:424:\"<p>Another in the series of recordings we did at WordCamp Europe. A great conversation that brings you IRL to the camp experience.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wceu-vito-peleg-robert-windisch/\">Woo BizChat Hits WordCamp Europe with Vito Peleg and Robert Windisch</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jun 2022 09:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WPTavern: WordPress Appears In NYT Crossword\";s:7:\"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=135473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wptavern.com/wordpress-appears-in-nyt-crossword\";s: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:4627:\"<p>At the risk of spoiling the answer to a clue included in the image below, WordPress made an appearance in the New York Times crossword puzzle today. Likely nobody reading this post would struggle to answer the clue &#8220;popular blogging platform&#8221; with nine letters. New York-based digital consultant and media co-founder Matt DeSiena <a href=\"https://twitter.com/theinstantwin/status/1539635386741399552\">tweeted</a> a screenshot with the caption, &#8220;You know it&#8217;s a good day when WordPress makes an appearance in the NYT Crossword.&#8221;</p>\n\n\n\n<img />\n\n\n\n<p>Despite the software powering <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">43% of websites</a>, many of us working in the world of WordPress still cannot adequately explain what we do to some of our friends and family. The rare pop culture reference still gives an exciting and affirming jolt of recognition to WordPress&#8217; fondest fans. </p>\n\n\n\n<p>One of the more obscure and unforgettable WordPress references happened 12 years ago when the code was used to guide missiles. WordPress lead developer Dion Hulse spotted the project&#8217;s <a href=\"https://core.trac.wordpress.org/browser/trunk/wp-admin/js/post.dev.js?rev=15239\">post.js</a> code in episode 5 of the British mini-series <a rel=\"noreferrer noopener\" href=\"http://en.wikipedia.org/wiki/Strike_Back_%28TV_series%29\" target=\"_blank\">Strike Back</a> as part of a weapons guidance system. Mark Jaquith then <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/changeset/15239\" target=\"_blank\">ported those changes back to core</a>, giving props to Left Bank Pictures.</p>\n\n\n\n<img />photo credit: Alex Mills <a href=\"http://www.viper007bond.com/2010/06/12/so-apparently-wordpress-can-guide-missiles/\">&#8220;So Apparently WordPress Can Guide Missiles&#8221;</a>\n\n\n\n<p>The software was also mentioned in Lily Allen’s “<a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=lDlofPAOZy0\" target=\"_blank\">URL Badman</a>” released in 2014, and briefly mentioned on the popular Netflix original series <a rel=\"noreferrer noopener\" href=\"https://www.netflix.com/title/70242311\" target=\"_blank\">Orange is the New Black</a> in 2015.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">pahahaha, I captured <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> on <a href=\"https://twitter.com/hashtag/oitnb?src=hash&ref_src=twsrc%5Etfw\">#oitnb</a>. too real, if I had a nickel for every time I got an inquiry like this&#8230; <a href=\"http://t.co/XCfo5jtpZU\">pic.twitter.com/XCfo5jtpZU</a></p>&mdash; Megan Gray (@HouseofGrays) <a href=\"https://twitter.com/HouseofGrays/status/610669209144721408?ref_src=twsrc%5Etfw\">June 16, 2015</a></blockquote>\n</div>\n\n\n\n<p>WordPress.com has also twice been featured on Jeopardy, an American television game show. In 2014, the platform was included in a clue under the category &#8220;dot-com&#8221; with the answer &#8220;What are blogs?&#8221;</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/wordpressdotcom?ref_src=twsrc%5Etfw\">@wordpressdotcom</a> was featured on today\'s episode of <a href=\"https://twitter.com/Jeopardy?ref_src=twsrc%5Etfw\">@Jeopardy</a>! So cool! Photo by my co-worker Brian. <a href=\"http://t.co/cYwSKRlBbB\">pic.twitter.com/cYwSKRlBbB</a></p>&mdash; Alex Mills (@Viper007Bond) <a href=\"https://twitter.com/Viper007Bond/status/440625114803994625?ref_src=twsrc%5Etfw\">March 3, 2014</a></blockquote>\n</div>\n\n\n\n<p>More recently, in 2020, WordPress.com was featured in a Jeopardy clue that read like an advertisement. The  answer, &#8220;What are blogs?&#8221;, echoed the previous Jeopardy reference. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Good question. What ARE blogs in 2020? <a href=\"https://twitter.com/hashtag/whatareblogs?src=hash&ref_src=twsrc%5Etfw\">#whatareblogs</a><br /><br />Thanks for featuring us on tonight\'s episode, <a href=\"https://twitter.com/Jeopardy?ref_src=twsrc%5Etfw\">@Jeopardy</a>! <a href=\"https://t.co/XR9th5bt2r\">pic.twitter.com/XR9th5bt2r</a></p>&mdash; WordPress.com (@wordpressdotcom) <a href=\"https://twitter.com/wordpressdotcom/status/1223044290386907137?ref_src=twsrc%5Etfw\">January 31, 2020</a></blockquote>\n</div>\n\n\n\n<p>There are probably many more references that have gone unnoticed, as WordPress is becoming more of a household name these days. Where have you seen it mentioned in the wild recently?</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, 22 Jun 2022 21:31:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:123:\"WPTavern: GitHub Makes Copilot Available to the Public for $10/month, Free for Students and Open Source Project Maintainers\";s:7:\"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=135448\";s:7:\"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:132:\"https://wptavern.com/github-makes-copilot-available-to-the-public-for-10-month-free-for-students-and-open-source-project-maintainers\";s: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:3577:\"<p>GitHub has <a href=\"https://github.blog/2022-06-21-github-copilot-is-generally-available-to-all-developers/\">announced</a> that Copilot, its new AI pair programming assistant, is now available to developers for $10/month or $100/year. Verified students and maintainers of open source projects will have free access to Copilot. The assistant is available as an extension for popular code editors, including Neovim, JetBrains IDEs, Visual Studio, and Visual Studio Code.</p>\n\n\n\n<p>Copilot was trained on billions of lines of public code in order to offer real-time code suggestions inside the editor. GitHub claims it is capable of suggesting complete methods, boilerplate code, whole unit tests, and complex algorithms. </p>\n\n\n\n<p>&#8220;With GitHub Copilot, for the first time in the history of software, AI can be broadly harnessed by developers to write and complete code,&#8221; GitHub CEO Thomas Dohmke said. &#8220;Just like the rise of compilers and open source, we believe AI-assisted coding will fundamentally change the nature of software development, giving developers a new tool to write code easier and faster so they can be happier in their lives.&#8221;</p>\n\n\n\n<p>Despite its many claims to improve developer efficiency, Copilot is still a controversial tool. Opponents object to the tool&#8217;s creators training the AI on open source code hosted on GitHub, generating code without attribution, and then charging users monthly to use Copilot. It has also been criticized for <a href=\"https://arxiv.org/pdf/2108.09293.pdf\">producing insecure code</a> and <a href=\"https://news.ycombinator.com/item?id=27710287\">copying large chunks of code</a> <a href=\"https://www.theinsaneapp.com/2021/07/github-copilot-ai-facing-criticism.html\">verbatim</a>.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">GitHub charging $10/month for an A.I. feature trained on open source code hosted on their service is the software developer version of if you’re not paying for the product then you are the product.<a href=\"https://t.co/pdHcZPJauk\">https://t.co/pdHcZPJauk</a></p>&mdash; Dare Obasanjo (@Carnage4Life) <a href=\"https://twitter.com/Carnage4Life/status/1539330297057095680?ref_src=twsrc%5Etfw\">June 21, 2022</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">github copilot is incredible. it just sells code other people wrote, but because it\'s an \"AI\" it is apparently allowed to launder that code without it being a \"derivative work\". lol. lmao. what an amazing grift.</p>&mdash; Senior Oops Engineer (@ReinH) <a href=\"https://twitter.com/ReinH/status/1539626662274269185?ref_src=twsrc%5Etfw\">June 22, 2022</a></blockquote>\n</div>\n\n\n\n<p>Evan after 12 months in technical preview, Copilot <a href=\"https://twitter.com/wesbos/status/1539614060236443649\">remains generally polarizing</a> at its public launch. Developers either seem to be impressed by its capabilities or offended by its ethical ambiguities. GitHub had more than 1.2 million developers in its technical preview and reports that those who started using Copilot quickly found it &#8220;an indispensable part of their daily workflows.&#8221;</p>\n\n\n\n<p>&#8220;In files where it’s enabled, nearly 40% of code is being written by GitHub Copilot in popular coding languages, like Python—and we expect that to increase,&#8221; Dohmke said. &#8220;That’s creating more time and space for developers to focus on solving bigger problems and building even better software.&#8221;</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, 22 Jun 2022 19:42:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:96:\"Post Status: Promoting WordCamps, GDPR and Google Fonts, Invalid Reviews, 5FTF, and the Admin UX\";s:7:\"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=99475\";s:7:\"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:48:\"https://poststatus.com/make-wordpress-6-22-2022/\";s: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:312:\"How should WordCamps be promoted on official WordPress channels? • How to comply with the GDPR when you\'re using Google Fonts. • What\'s the deal with invalid plugin/theme reviews? Mika Epstein explains. • Important decisions in The Five for the Future GitHub repo. • Thinking through the Admin UX. <br />\";s: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, 22 Jun 2022 18:13: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:18:\"Courtney Robertson\";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:78:\"WPTavern: #31 – Milan Ivanovic on the Importance of Real World Versus Online\";s:7:\"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=135351\";s:7:\"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:92:\"https://wptavern.com/podcast/31-milan-ivanovic-on-the-importance-of-real-world-versus-online\";s: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:35995:\"<p>On the podcast today we have <a href=\"https://twitter.com/lanche86\">Milan Ivanovic</a>.</p>\n\n\n\n<p>Milan is a WordPress Developer at <a href=\"https://www.valet.io/\">Valet.io</a>, and is a WordCamp volunteer, speaker, and organizer.</p>\n\n\n\n<p>He’s the WordPress.org global translation editor, WordPress Serbia lead, and is now part of the WordCamp Europe alumni.</p>\n\n\n\n<p>As if that weren’t enough, Milan is one of the lecturers of the WordPress Academy in Serbia, where he has given talks and WordPress Workshops. He’s also a member of the Theme Review and Community Get Involved Teams.</p>\n\n\n\n<p>It’s pretty clear to see that WordPress and WordPress events play a major role in Milan’s life, and that’s what this podcast is about.</p>\n\n\n\n<p>We’re drilling down on why the community which surrounds WordPress is a key part in the success of the whole project.</p>\n\n\n\n<p>The recent hiatus of in-person events has meant that all the events moved online. Whilst this was a good stop gap, Milan, as you will hear, is pleased that real world events are back.</p>\n\n\n\n<p>We talk about the importance of the WordPress community as a whole, as well as exploring what the situation is like in Milan’s home country of Serbia.</p>\n\n\n\n<p>We discuss how Milan got started as a community member and the different roles that events like WordCamps can offer people wishing to dip their toes in the community waters.</p>\n\n\n\n<p>We also get into the subject of diversity and how Europe as a continent might face diversity challenges which differ from other parts of the world.</p>\n\n\n\n<p>Milan is an enthusiastic speaker and I’m sure that you’ll get a fresh perspective from listening to the podcast.</p>\n\n\n\nTranscription<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, the importance of real world WordPress events.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, well, I&#8217;m more than keen to hear from you and hopefully get you, or your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox. And use the contact form there.</p>\n\n\n\n<p>So on the podcast today, we have Milan Ivanovic. Milan is a WordPress developer at valet.io. And is a WordCamp volunteer, speaker, and organizer. He&#8217;s the wordpress.org global translation editor, WordPress Serbia lead, and is now part of the WordCamp Europe alumni. As if that weren&#8217;t enough, Milan is one of the lecturers of the WordPress academy in Serbia, where he has given talks and WordPress workshops. He&#8217;s also a member of the Theme Review and Community Gets Involved teams.</p>\n\n\n\n<p>It&#8217;s pretty clear to see that WordPress and WordPress events play a major role in Milan&#8217;s life. And that&#8217;s what this podcast is about. We&#8217;re drilling down on why the community which surrounds WordPress is a key part in the success of the whole project.</p>\n\n\n\n<p>The recent hiatus of in-person events has meant that all the events moved online. Whilst this was a good stop gap, Milan, as you will hear, is pleased that real world events are back.</p>\n\n\n\n<p>We talk about the importance of the WordPress community as a whole, as well as exploring what the situation is like in Milan&#8217;s home country of Serbia.</p>\n\n\n\n<p>We discussed how Milan got started as a community member, and the different roles that events like WordCamp offer people wishing to dip their toes in the WordPress waters.</p>\n\n\n\n<p>We also get into the subject of diversity and how Europe as a continent might face diversity challenges which differ from other parts of the world.</p>\n\n\n\n<p>Milan is an enthusiastic speaker. And I&#8217;m sure that you&#8217;ll get some new perspectives from listening to the podcast.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll also find all the other episodes.</p>\n\n\n\n<p>And so without further delay, I bring you Milan Ivanovic.</p>\n\n\n\n<p>I am joined on the podcast today by Milan Ivanovic. Hello.</p>\n\n\n\n<p>[00:03:34] <strong>Milan Ivanovic:</strong> Hello.</p>\n\n\n\n<p>[00:03:34] <strong>Nathan Wrigley:</strong> Very nice to have you with us. We&#8217;re gonna be talking about WordCamp Europe, and WordCamps and community in general. First of all, Milan, would you like to just spend a moment introducing yourself? What&#8217;s your background in WordPress?</p>\n\n\n\n<p>[00:03:45] <strong>Milan Ivanovic:</strong> Yeah, would love to. I started really early with WordPress and just like looking for community back in Serbia. We, I didn&#8217;t know that if you are looking for community there isn&#8217;t one, like maybe you can start it. So 2013, I moved to Norway and then all of a sudden they already had the meetups in place. So I helped organize those meetups. You know, just being there as a speaker, as one of the organizers. So I moved back to Serbia in 2014 and I was like, you know what? They already had one meetup and nothing happened from it. And then I just started a little bit with no expectations, like how many people would show up, how many people will jump in.</p>\n\n\n\n<p>Just like start it and see how it goes. 2014 was the first official WordPress Serbia meetup. And now we have 16 different cities with meetups across Serbia.</p>\n\n\n\n<p>[00:04:33] <strong>Nathan Wrigley:</strong> Wow. That&#8217;s that is really impressive. From everything that I&#8217;ve seen, and obviously I don&#8217;t really know intimate details about your life, but from everything I&#8217;ve seen, you are really committed to the community. Like more so than almost anybody, it feels like.</p>\n\n\n\n<p>[00:04:47] <strong>Milan Ivanovic:</strong> Pretty much. I got hooked up, like the first WordCamp for me was WorkCamp Europe, in Leiden 2013. I immediately knew that I need to help organize. I need, I saw volunteers dedicating their time. They&#8217;re passionate. I&#8217;m like, yeah. How can I help?</p>\n\n\n\n<p>So they explained next year, follow the website, we are gonna open the call for volunteers, and then you can sign up. I think that it passed like one millisecond before I saw it. I&#8217;m like, yep, yep. Filling in the form already. So my first volunteering, official volunteering experience was 2014 already, just like, yeah. I was at the registration desk letters A and B. The happiest person at the registration, that&#8217;s me just like smiling all over the face. Like, hello, welcome WordCamp Europe.</p>\n\n\n\n<p>[00:05:29] <strong>Nathan Wrigley:</strong> But you&#8217;ve really taken it to heart. And you&#8217;ve committed an awful lot of time and been involved in some of the biggest events that WordCamp, in particular has to offer. WordCamp Europes, and you were really influential in all of that taking off.</p>\n\n\n\n<p>[00:05:41] <strong>Milan Ivanovic:</strong> I like bringing people. Like, I, believe in like that all of us, together we could like push mountains. And when you see these guys, like they come to the conference and all of a sudden you have like bunch of amateurs, like in organizing the event, but they give it all.</p>\n\n\n\n<p>Organizing doing like all of a sudden, you see someone, you know, in charge for TVs, like, workshops, pushing tables and stuff. Everyone is giving what they have. But if you collect hundred of those, like different people willing to make this event happen, the best way possible, that was like heart touching for me, like in the beginning.</p>\n\n\n\n<p>So yeah, I&#8217;ve been involved like into organizing. Started really slow, and low, you know, just like being the foot soldier. Working at the doors, or like happened with the registration. Then, you know, my involvement grew over the years. So in 2015 was in charge like for a small registration desk.</p>\n\n\n\n<p>And then immediately we knew that we need to make this happen. In 2015, we had the first WordCamp in Serbia, WordCamp Belgrade, almost 200 people. And they were like, yeah, wow, this can really be a thing. Then we started with more meetups, more people got involved, more people willing to help, in Serbia. Expressly we had the growth, like in WordCamp Europe. You see the Seville, Vienna when Vienna happened in 2016, we had like 2000 people. I&#8217;m like, whoa, this was a big thing.</p>\n\n\n\n<p>[00:07:04] <strong>Nathan Wrigley:</strong> The listenership, for the podcast is pretty broad because there&#8217;s so many people, of all different walks of life consuming WP Tavern content. Just give us an insight into the kind of things that you could do if you volunteered. And the reason I ask that is I know for a fact that many of the people that I now have as very good friends in the WordPress community, they tell the story of, I didn&#8217;t know. I didn&#8217;t know there was a thing.</p>\n\n\n\n<p>I used the software because it was free and I enjoyed it. But no way. What, how could there be a community about software? That&#8217;s just not normal and yet here it is. I mean maybe some of the top 10 things that you&#8217;ve enjoyed or the jobs that you might find yourself in, if you come to an event like WordCamp Europe, and get involved.</p>\n\n\n\n<p>[00:07:45] <strong>Milan Ivanovic:</strong> So I heard I&#8217;m not a hundred percent sure about the data, but looks like that we have like around 60% of first timers at this WordCamp Europe. Uh, we haven&#8217;t had like in person events three years now for WordCamp Europe. The last one was in Berlin, 2019. I think the power of this whole thing is our community. Just like people being here, being present, and then the networking simply happens.</p>\n\n\n\n<p>Uh, you will see because of that diversity and knowledge and background, different backgrounds. The more diverse we are, the stronger we are. That&#8217;s why you end up with, someone sitting next to and chatting with someone who actually put the code in the core of WordPress. And then you see someone who just like installed it and they are simply using it. Not having a clue what&#8217;s behind it. Like who put up the code what&#8217;s there and then you see those two, the person&#8217;s just chatting.</p>\n\n\n\n<p>Hey, what would you like to improve? Like, I think that&#8217;s the power of this whole mess that we are into. Yeah. So, uh, networking and just like being present. That&#8217;s what I think is the power of our community. If you do see like all those after movies or short interviews, when just someone goes, takes a camera and goes around and say like, Hey, what is the only thing that you, that you like here?</p>\n\n\n\n<p>I think nine out of 10, we say community, community because of community, we are here because of community, and we are so supportive. We are highly opinionated community about everything, but we are so supportive.</p>\n\n\n\n<p>[00:09:15] <strong>Nathan Wrigley:</strong> I strongly get that impression as well. That&#8217;s lovely. This particular event, everybody&#8217;s wearing a black t-shirt. And there are black t-shirts everywhere. I mean really everywhere, just in the corridor outside, where we&#8217;re recording this, I think there&#8217;s three people wearing black t-shirts. These are the people who volunteered their time for free. So there&#8217;s people assisting you to find me so that we can have this interview.</p>\n\n\n\n<p>There&#8217;s people publishing the little lanyards that we wear around our neck. There&#8217;s people that are putting up signage. There&#8217;s basically people doing all sorts of hidden roles. You know all of this stuff intimately. There must be hundreds of different things, and if I was somebody that had never come across the community, I think there&#8217;s a chance that I would think, I don&#8217;t code, I shouldn&#8217;t go. But that&#8217;s not the case. There&#8217;s a job for everybody. So give us some of the, sort of the things that you might encourage people to do if they volunteer for a WordCamp, that first time.</p>\n\n\n\n<p>[00:10:05] <strong>Milan Ivanovic:</strong> I got involved into volunteering because I want to make this event happen. when you see that your small role doesn&#8217;t matter, like how small it is, makes a difference. It&#8217;s amazing. Even if you&#8217;re a mic runner. Imagine that someone is expecting that mic and you like, feel so powerful, I brought that mic, like here is the mic. You can ask your question. Those small bits that we had, like in Seville I think we had around 70 to 80 volunteers plus the organizing team.</p>\n\n\n\n<p>In Vienna we had 160. It&#8217;s an army of people wearing the same coloured t-shirts, This year we, I think they have, 70 to 80 organizers, and then 200 volunteers. That&#8217;s why there&#8217;s as many black t-shirts because everyone is having their shifts. Everyone is, you know, have a purpose. Everyone is just like enjoying the event and you see that all like happy or smiling, everyone willing to help.</p>\n\n\n\n<p>I think like in the beginning, when we started the whole army of volunteers. You get to the event, and you don&#8217;t know where the registration is. You don&#8217;t know what to do after registration. You get the lanyard, like, how is it going? Like, should I just say my name? You say your name and you get a lanyard, you get a small goodie bag.</p>\n\n\n\n<p>Everyone is happy, but all the volunteers like guiding you, like, Hey, welcome to event. Here&#8217;s the coffee. Here are some sessions, and there is something for everyone, if they&#8217;re willing to help. If you say that, I want to help with, I wanna be in a room or I would like to be at the registration, or I would like to help carrying boxes, there is job for everyone.</p>\n\n\n\n<p>[00:11:41] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:11:42] <strong>Milan Ivanovic:</strong> And that&#8217;s a good thing.</p>\n\n\n\n<p>[00:11:43] <strong>Nathan Wrigley:</strong> You basically don&#8217;t need to be into the code. You can, like you said, you can carry boxes, you can print lanyards, you can guide people, you can put up signage. There&#8217;s just so many things. If I was on the organizing team at the level that you were in Berlin in 2019, in other words, you were really responsible for that event.</p>\n\n\n\n<p>How long before the door opened on the first day, how long before did you begin that planning process? And I&#8217;m just trying to get a measure of how many hours go into that, and how it trickles down and you know, how you disseminate that and discover the volunteers and basically how does it all fit together?</p>\n\n\n\n<p>[00:12:13] <strong>Milan Ivanovic:</strong> Oh, it&#8217;s a, it&#8217;s a long process. It&#8217;s a long process because, selecting the future city, every year WordCamp Europe changes country. For WordCamp Europe 2018 in Belgrade, me and the local team, we worked on it from September 2015. To make it happen in June 2018. Because it&#8217;s a long process. You need to prepare your local team because it&#8217;s was a team around 10 of us. You are just investing so much time. The first thing you need to work on is the application, because we have that application process where you submit your application and it&#8217;s usually like three to four cities, you know, fully prepared to organize the event.</p>\n\n\n\n<p>Then, previous organizers, foundation WordPress foundation. Uh, we go on a meeting and then we talk about, we&#8217;ll look at those applications and then we decide which city is that going to be? So, for Belgrade, it was a long, long period because we had to prepare our local community as well, to start with local meetups and just to educate people what actually WordCamp Europe is.</p>\n\n\n\n<p>We had the same, like everywhere else. Like people haven&#8217;t had idea that you can, all of a sudden, you can have a conference with like 2, 3000 people. That&#8217;s creme de la creme of WordPress communities going to be there. we had to like go educate people, do the meetups, do the all kinds of stuff just to prepare it.</p>\n\n\n\n<p>For Berlin, their team, like I&#8217;m talking about the local team for Berlin. It was again long process for them as well, because they worked on the application. Then they submitted application, they got approved. And then you want that team, future team to be on this year&#8217;s team. Because you want them to see how it goes, And yeah, just to educate them by watching and just like being involved. You need to have them in, involved, like you need to educate them. So, is a long process.</p>\n\n\n\n<p>[00:14:12] <strong>Nathan Wrigley:</strong> And presumably you mentioned that you worked a lot. That&#8217;s gotta be something that if you volunteer you have to allocate time. It&#8217;s not a just show up and do a little bit here and there, maybe depending on where you step into that hierarchy.</p>\n\n\n\n<p>[00:14:24] <strong>Milan Ivanovic:</strong> All the WordCamps where we are going, or I&#8217;m talking about the WordCamp Europe, wherever you&#8217;re going, like the local team is the basically most important team. I knew that in Belgrade, like the last, I call like photo finish, last couple of weeks, or like couple of months, just like where all the work kept on piling up.</p>\n\n\n\n<p>I was getting up like super early, to make it like through all the meetings with the venue. To go through all the notes. Connect all the bits and pieces. And then because all of us, we have the day jobs. Some of us being supported by the companies, some are not. So involvement of the people change through time, and because it&#8217;s a long process and specifically for WordCamp Europe, you don&#8217;t have all the teams.</p>\n\n\n\n<p>All the different teams. We had like 10 different teams working all together. Like at the same time, like the, the high level. You&#8217;ll see, like in the beginning you have a huge impact on sponsors because they need to put up a call for sponsors. They need to sell all those packages. They need to see with the venue, how big is going to be expo area.</p>\n\n\n\n<p>There are just like so many things, yeah. Volunteers that they are coming into late, like volunteers, team. Communications. Communications team. It&#8217;s one that has been hit hardest. And the longest, because they like keep on putting all the things to the event because yeah, we had to like increase the number of organizers, but it is challenging.</p>\n\n\n\n<p>[00:15:52] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:15:52] <strong>Milan Ivanovic:</strong> Yeah, as I said many times already, like it&#8217;s a long process, but it&#8217;s an amazing process.</p>\n\n\n\n<p>[00:15:57] <strong>Nathan Wrigley:</strong> I&#8217;ve had a really interesting slight window into what is involved at this event, just because of the location of where we&#8217;re at and seeing all the sort of backstage stuff. Really fascinating, and just as an example, the attention to detail to allow us to be in this room at this exact moment. The coordination that goes on there, you know, great big spreadsheets. And, and although I knew that on some level that was happening, that&#8217;s a tiny part of a tiny part of a tiny part of the bigger event. And yet, somebody&#8217;s had to deal with that and take care of it. And it&#8217;s absolutely amazing.</p>\n\n\n\n<p>[00:16:27] <strong>Milan Ivanovic:</strong> Through the years we learned, we from our mistakes. I&#8217;ll call it mistakes. I&#8217;m doing the air quotes Because how the number of attendees grew, our problems grew as well. In Seville all of a sudden we had an amazing, amazing thing. People bringing their kids. We&#8217;re like, oh, we need to provide childcare service for the event. So we have, since 2016, we have the free childcare service for every WordCamp Europe. Then all of a sudden you have like more volunteers.</p>\n\n\n\n<p>You want more bigger exposure like in media. So you need to organize one room. Then all of a sudden that room is too small, then organized two rooms. Then you need to be like, Hey, the venue is quite big. We need someone guiding. It&#8217;s like, okay. So we need dedicated volunteer who will take speaker or whoever to the stage. Will take to media room and how the number of attendees grew, our problems went.</p>\n\n\n\n<p>[00:17:25] <strong>Nathan Wrigley:</strong> Genuinely in awe of the amount of things that are going on. Really remarkable. We&#8217;re very lucky though to be back. 2022, we&#8217;ve had a couple of years where, well, that hasn&#8217;t been the case for the reason that everybody knows. We&#8217;re all delighted that we&#8217;re back, but we&#8217;ve had a real moment where everything got a bit shaky, the community, every community, not just WordPress, but every community forced online.</p>\n\n\n\n<p>And I just wondered what your thoughts were about the impact of that. Fatigue of zoom calls and whether or not local events have kind of taken a hit in numbers. Certainly I think where I live, the interest in turning up monthly or whatever it might be to these meetups, when it&#8217;s been online month after month after month, it seems like the interest is sort of slowly waning.</p>\n\n\n\n<p>So maybe we&#8217;re an inflection point where it will begin to pick up again. But yeah, just interested in your thoughts on that.</p>\n\n\n\n<p>[00:18:12] <strong>Milan Ivanovic:</strong> Oh yeah. When we started, I was so glad when we switched to online. I was in Bangkok, waiting on the WordCamp Asia. And it was like, Hey, it&#8217;s gonna happen. And then the team made the best decision ever that will turn out to be like the best decision ever not to have it. Even though everyone, we like super sad. We were like in Thailand, you know, just like waiting for that conference, and it&#8217;s been in the making for so long and the local team and everyone involved wanted so badly that conference to happen.</p>\n\n\n\n<p>And then when we were there and someone said like, well maybe, maybe just, maybe we are not going to have it. And then they canceled. I&#8217;m like, yeah, what are we gonna do? So we stayed in Thailand, came back. Then when online happened, every day I have two meetings. It&#8217;s a Zoom meetings, I&#8217;m like, I&#8217;m not doing this.</p>\n\n\n\n<p>Again, like a conference. I can&#8217;t do it. And then I was so happy, like, when it happened that I, again get to see all the people involved. I was amazed by the number of people who signed up. Like, I think 2020, 8, 9,000 people signed up. The good thing is that you have way more people being able to attend.</p>\n\n\n\n<p>To just join the event. But I was super sad after it ended.</p>\n\n\n\n<p>[00:19:28] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:19:28] <strong>Milan Ivanovic:</strong> Because, being involved so many years back, to see all those people hug everyone, talk to everyone. When it ended, I was like, whoa, no. It felt so empty. I&#8217;m like, no, no, this is not happening.</p>\n\n\n\n<p>Yeah. I was glad that this was happening online, also for, for us in Serbia. Couple of guys decided like, Hey, we are not gonna go with online, but couple did. And I was so glad that it did because it kept something happening throughout the years. We are now in the limbo between those online events, someone wants to, someone is waiting on the in person events, like to start happening all over again, meetups with the restrictions over.</p>\n\n\n\n<p>But yeah, in Serbia as well, you are going to a few now online, but yesterday on contributors day, as a part of the community team, we formed a plan that we gonna contact all the meetup organizers asking how their involvement is now, because it&#8217;s been so long, two or three years that, no in person meetup happened.</p>\n\n\n\n<p>So we&#8217;re just gonna remind them, ask them about the help, how we, as a community can help them. People change jobs, a lot of things happen. In the meantime during COVID I got married, I got kid, but I&#8217;m still gonna be involved and see how we can help. So now the focus is on community to revamp and to see just like, Hey, how we can do with the meetups in person.</p>\n\n\n\n<p>Is it possible? Are those organizers who are like organizing those meetups, they gonna do it, or we need to look for someone else from that meetup group?</p>\n\n\n\n<p>[00:21:03] <strong>Nathan Wrigley:</strong> It&#8217;s a kind of reevaluation, where you&#8217;re gonna start again and see where we&#8217;re at right now? Yeah, it does feel like the involvement has gone down, but curiously, as you said at the top, 60% of the people who showed up to this event are new to the community. So there&#8217;s clearly some hanking for it. And so maybe when those events get rebooted with whoever they are, then maybe it&#8217;ll be the same, you know, 60% in the meetups will be new people, and that&#8217;s very encouraging.</p>\n\n\n\n<p>[00:21:27] <strong>Milan Ivanovic:</strong> starting the day after tomorrow, we are gonna see so many new meetups and like so interested.</p>\n\n\n\n<p>[00:21:32] <strong>Nathan Wrigley:</strong> Yeah. We&#8217;ll see, see where we are next year. Let&#8217;s just change focus a little bit. You mentioned a, a moment ago about the fact that you&#8217;re based in Serbia. And Europe is a, is an interesting continent. Lots and lots of countries, some big, some very small. Lots and lots of languages, so that the barrier literally may be impenetrable. For example, if you are in Serbia, that may be the only way that you can engage.</p>\n\n\n\n<p>A few months ago, there was some sort of coverage about diversity and whether or not the community organizing the team for WordCamp Europe had addressed that well enough. We actually did a podcast episode in which we aired those thoughts. So there is that to listen to. But the whole diversity debate, isn&#8217;t quite as straightforward, is it in Europe as it may be elsewhere, because, it&#8217;s not about the same things. Diversity might be language diversity, or it might be which country you&#8217;ve come from, or what have you. So, let&#8217;s just get into that.</p>\n\n\n\n<p>[00:22:21] <strong>Milan Ivanovic:</strong> Europe is a strange place. Europe is a strange place. Every year we try so hard. I know even when I was involved, and we as a community, we just need to keep on, keeping on about diversity.</p>\n\n\n\n<p>We need to educate people. I know that I had to educate myself first. I had to go for all the meetups. So when we start the meetup I&#8217;m doing, the first talk I&#8217;m doing, is about diversity. Is about code of conduct . And then yet again, people need to be reminded about it. I&#8217;m sure like this year as well, organizing team did a great job.</p>\n\n\n\n<p>But there&#8217;s always, like every year, there&#8217;s a, just a little bit of that sense that we could do a bit more, every year. And I&#8217;ve been haunted, you know, when you are like selecting teams, you&#8217;ve been involved in some decisions.</p>\n\n\n\n<p>I always had, just a a little bit like, maybe we could do more. When you see the organizing team, when you see event happening, I was like, yeah, well just maybe if we started early or maybe if we change this, or maybe if we put up a blog post, or maybe if we did something, something will be better.</p>\n\n\n\n<p>But what we are not noticing that is getting better, it&#8217;s never going to be perfect. But as long as we are talking and we are constantly repeating and like wanting to change, sooner or later, like we gonna be so close to that perfect. So yeah, I know the difficulties. I heard about. Uh, wasn&#8217;t involved, but heard about difficulties, this year organizing team, and like, just that limbo of that is it going to happen? You know, so they organized like local team for Portugal. They organized in 2019, for 2020 and then like, yeah, it&#8217;s not happening. Online.</p>\n\n\n\n<p>Then should we do like this year? Then, you know, some, some people from organizing team dropped off because life happened the meantime. So 2021, you kind of lost the momentum. Like 2022, you need to just like, Hey, this year is actually happening. You know, when you do like two tries and you fail, I&#8217;m doing the air quotes again. You fail, like you just need to pick everyone up. You need to form a team because as I said, like, this is a long event.</p>\n\n\n\n<p>Now we need someone ready who will dedicate a time. Who will dedicate a passion. Who will be willing to help. But yeah, I&#8217;m totally supporting the organized team and all the decisions they made. So happy for them. Again, we are not gonna reach that perfect, but as long as we are like longing for that, we&#8217;ll be good.</p>\n\n\n\n<p>[00:24:52] <strong>Nathan Wrigley:</strong> A couple of follow up questions from that. The first one is, do you, on a personal level, when you sort of hear these, criticisms from people, does it get you on a personal level or can you differentiate? Okay, that&#8217;s what somebody thinks over there. That&#8217;s fine. Okay. We&#8217;ll try our best next time. You&#8217;re giving up a lot of free time here.</p>\n\n\n\n<p>[00:25:08] <strong>Milan Ivanovic:</strong> Yeah. So in the beginning it was harder. You know, in the beginning it was harder because, you know how much you give yourself into, you know, organizing and, you know that we all have different backgrounds. And you know the what&#8217;s the backstory of organizer being, or the organizing team.</p>\n\n\n\n<p>And you know that people are sacrificing their time, sacrificing their families, relationship with friends. They can&#8217;t be with their friends, families. And then you hear that someone says like, Hey, well, maybe that. team, they could change this, and you&#8217;ll be like, because you know the both sides of the story. You can&#8217;t be like, no, like that&#8217;s not, but yet you can&#8217;t get into argue.</p>\n\n\n\n<p>I was couple times being part of the WP drama. And I realized that because of the language barrier, because we all different that, defending yourself, you&#8217;re only going deeper. Like deeper into the problem. So I always try to talk to that person. Hey, there are things that you are not aware something. But, yeah, as I said, like highly opinionated community about everything. That&#8217;s what I love about, and that&#8217;s what I hate a little bit.</p>\n\n\n\n<p>[00:26:19] <strong>Nathan Wrigley:</strong> When this event is over, presumably there&#8217;s a process of going, okay, let&#8217;s figure out what we did. What we did well. What could have been improved.</p>\n\n\n\n<p>Is there a thing like that? And can people like attendees, somebody like me, for example, can I put my opinion forward about, okay, next time, less of this and more of this.</p>\n\n\n\n<p>[00:26:36] <strong>Milan Ivanovic:</strong> Yeah.</p>\n\n\n\n<p>[00:26:36] <strong>Nathan Wrigley:</strong> Yeah. There&#8217;s a process for that?</p>\n\n\n\n<p>[00:26:38] <strong>Milan Ivanovic:</strong> Yeah, yeah, yeah. That&#8217;s a process in place that you put up the form. Hey, give us the feedback. My personal opinion is that like you are not reading the, you know, the worst possible things. Luckily, we never had those and you&#8217;re not reading all those, the best things ever, like best WordCamp ever. You are looking, at least I am looking, for something that was constructive criticism. Yeah. You go through there and you know that you failed. I don&#8217;t know with food could be better or something could be better.</p>\n\n\n\n<p>You are aware, but you&#8217;re looking for the constructive criticism. And we always like, till now, like waited for about two weeks because two weeks is, um, a period of time that people need to just think about everything. Because if you give like today, if you give that form to attendees and be like, oh my God, it&#8217;s so crazy.</p>\n\n\n\n<p>If you give that form to me, I just won the hat on the claw machine, but is going to be like the best WordCamp ever, because I just won. We are waiting about two weeks just for people to breathe in, decompress, you know, sell their thoughts and then you&#8217;ll give the attendees a survey to fill in.</p>\n\n\n\n<p>We did that every year and it turned out to be an amazing thing for the future reference. Team will also put up the handbook. They will put up the handbook of all the things that they&#8217;ve learned, challenges that they faced. What could be better, what could be improved? Because we have the internal P2 for organizers, for teams to communicate. So yeah, that&#8217;s their life, probably at next month. They would just like decompress and just all the thoughts put together in one place for the future organisers.</p>\n\n\n\n<p>[00:28:21] <strong>Nathan Wrigley:</strong> Are you here as an attendee this year? Or do you have any?</p>\n\n\n\n<p>[00:28:25] <strong>Milan Ivanovic:</strong> Yeah, well, I&#8217;m, I&#8217;m speaking, I&#8217;m speaking because, we started that and I love that rule actually. Whoever was like the global lead for the previous year, you&#8217;ll be like the keynote, speaker for the next WordCamp Europe. Like on track one, you&#8217;ll do the talk. My talk was about community and I knew that it&#8217;s going to be emotional.</p>\n\n\n\n<p>But I never knew it&#8217;s going to be this emotional. Yeah. So yeah, I had, I had tears, but I&#8217;m proud of those. It was emotional talk because those are all the things that I&#8217;m super passionate about. I&#8217;m super passionate about diversity. I&#8217;m super passionate about community in general. I&#8217;m super passionate about changing myself first and then helping change community for better.</p>\n\n\n\n<p>So many times, so many stories that I&#8217;ve heard about people just like attending one single meetup, and then they realize that, you know what, this is good. This is a solid foundation for the career change or changing life. I had one guy in Serbia attended our meetups. He was a hairdresser and I knew his face.</p>\n\n\n\n<p>He was constantly attending our meetups, but he was always super silent. He&#8217;s like, no, no, no. All good. I&#8217;m just like listening to talks. But he&#8217;s a good guy. So after two years he switched roles and he said like, finally, I&#8217;m doing the front end work. I got my first job. Thank you so much.</p>\n\n\n\n<p>Thanks to community. It changed me in so many levels. So I did this talk and I completely stopped because all those images flashed in front of my eyes. I have slide that how many, uh, how much this community and being involved, this whole involvement changed me as a person. I had all these images just like flashing because I&#8217;ve been through some like tough times, like everyone.</p>\n\n\n\n<p>And then I knew how much this whole community&#8217;s been listening and helping, supportive. And I basically stopped just like froze at the stage. I&#8217;m like, oh my God, I&#8217;m gonna cry. You&#8217;re not gonna cry. You&#8217;re gonna continue. I got the applause and just like, and that&#8217;s the support I&#8217;m talking about, and I continued, but really personal talk for me and I loved it. I loved the subject that I was sharing and, people say that I&#8217;m quite passionate and that can, I can make something happen.</p>\n\n\n\n<p>[00:30:47] <strong>Nathan Wrigley:</strong> Final question. And it&#8217;s a quick one. Will you be back next year?</p>\n\n\n\n<p>[00:30:52] <strong>Milan Ivanovic:</strong> Oh yeah. Oh yeah.</p>\n\n\n\n<p>[00:30:54] <strong>Nathan Wrigley:</strong> Milan. Thank you for chatting to me today.</p>\n\n\n\n<p>[00:30:56] <strong>Milan Ivanovic:</strong> Thanks so much Nathan for having me.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jun 2022 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: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:61:\"Do The Woo Community: Meet Silvana Pop, First-Time WordCamper\";s:7:\"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:28:\"https://dothewoo.io/?p=72037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://dothewoo.io/meet-silvana-pop-first-time-wordcamper/\";s: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:392:\"<p>There is always that first WordCamp experience. In this short BuilderByte, meet Silvana who attended WordCamp Europe.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/meet-silvana-pop-first-time-wordcamper/\">Meet Silvana Pop, First-Time WordCamper</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 22 Jun 2022 10:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"Do The Woo Community: Building Data Driven Content Personas for WooCommerce Builders\";s:7:\"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:28:\"https://dothewoo.io/?p=72015\";s:7:\"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:58:\"https://dothewoo.io/building-data-driven-content-personas/\";s: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:390:\"<p>Even developers, freelancers and agencies need to create their content persona the right way.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/building-data-driven-content-personas/\">Building Data Driven Content Personas for WooCommerce Builders</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</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, 22 Jun 2022 09:15:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}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:\"Thu, 07 Jul 2022 13:44:08 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 07 Jul 2022 13:30:12 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20220304203022\";}','no'),(115697,'_site_transient_timeout_community-events-f43ed2fc506b37f712fce4b3145ca657','1657244647','no'),(115698,'_site_transient_community-events-f43ed2fc506b37f712fce4b3145ca657','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"64.187.128.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"All Levels: Online Ask Me Anything WordPress!\";s:3:\"url\";s:69:\"https://www.meetup.com/the-baltimore-wordpress-group/events/285172019\";s:6:\"meetup\";s:29:\"The Baltimore WordPress Group\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/The-Baltimore-WordPress-Group/\";s:4:\"date\";s:19:\"2022-09-07 19:00:00\";s:8:\"end_date\";s:19:\"2022-09-07 20:00:00\";s:20:\"start_unix_timestamp\";i:1662591600;s:18:\"end_unix_timestamp\";i:1662595200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.31000000000000227373675443232059478759765625;s:9:\"longitude\";d:-76.5799999999999982946974341757595539093017578125;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"All Levels: Online Ask Me Anything WordPress!\";s:3:\"url\";s:69:\"https://www.meetup.com/the-baltimore-wordpress-group/events/285172031\";s:6:\"meetup\";s:29:\"The Baltimore WordPress Group\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/The-Baltimore-WordPress-Group/\";s:4:\"date\";s:19:\"2022-11-10 19:00:00\";s:8:\"end_date\";s:19:\"2022-11-10 20:00:00\";s:20:\"start_unix_timestamp\";i:1668124800;s:18:\"end_unix_timestamp\";i:1668128400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.31000000000000227373675443232059478759765625;s:9:\"longitude\";d:-76.5799999999999982946974341757595539093017578125;}}}}','no'),(113905,'_transient_timeout_boldgrid_backup_system_zip_test','1657222627','no'),(6849,'_transient_health-check-site-status-result','{\"good\":\"18\",\"recommended\":\"2\",\"critical\":\"1\"}','yes'),(61817,'_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-6.0.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-6.0.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.0-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.0\";s:7:\"version\";s:3:\"6.0\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1657201968;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(7855,'auto_update_plugins','a:0:{}','no'),(7976,'auto_update_themes','a:0:{}','yes'),(196,'boldgrid_asset','a:3:{s:6:\"plugin\";a:0:{}s:5:\"theme\";a:0:{}s:5:\"image\";a:17:{i:0;a:16:{s:8:\"asset_id\";s:6:\"789476\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:111;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:1;a:17:{s:8:\"asset_id\";s:6:\"851989\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:100:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/f887dd50-ca4a1125-goodluz110900317.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:112;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"10626255\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;s:15:\"checked_in_cart\";b:0;}i:2;a:17:{s:8:\"asset_id\";s:6:\"852071\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/495e2588-23e4182d-fizkes151200039.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:113;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"49643337\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;s:15:\"checked_in_cart\";b:0;}i:3;a:17:{s:8:\"asset_id\";s:6:\"851994\";s:9:\"coin_cost\";s:1:\"1\";s:4:\"name\";s:99:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/917f105d-0e9345b2-fizkes150800140.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";N;s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:114;s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";s:17:\"image_provider_id\";s:1:\"5\";s:16:\"id_from_provider\";s:8:\"44416159\";s:11:\"orientation\";N;s:10:\"image_size\";s:4:\"blog\";s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;s:15:\"checked_in_cart\";b:0;}i:4;a:16:{s:8:\"asset_id\";s:6:\"780386\";s:9:\"coin_cost\";N;s:4:\"name\";s:155:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";s:159:\"{\"license\":\"10\",\"author_username\":\"Alex wong\",\"author_url\":\"http:\\/\\/unsplash.com\\/@killerfvith\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/-rWjydNhATw\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:115;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:5;a:16:{s:8:\"asset_id\";s:6:\"780387\";s:9:\"coin_cost\";N;s:4:\"name\";s:155:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";s:158:\"{\"license\":\"10\",\"author_username\":\"Scott Webb\",\"author_url\":\"http:\\/\\/unsplash.com\\/@scottwebb\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/_PdZdW7fiDc\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:116;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:6;a:16:{s:8:\"asset_id\";s:6:\"780388\";s:9:\"coin_cost\";N;s:4:\"name\";s:155:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";s:160:\"{\"license\":\"10\",\"author_username\":\"Maja Petric\",\"author_url\":\"http:\\/\\/unsplash.com\\/@majapetric\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/vGQ49l9I4EE\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:117;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:7;a:16:{s:8:\"asset_id\";s:6:\"780395\";s:9:\"coin_cost\";N;s:4:\"name\";s:155:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:00\";s:11:\"attribution\";s:164:\"{\"license\":\"10\",\"author_username\":\"Samuel Zeller\",\"author_url\":\"http:\\/\\/unsplash.com\\/@samuelzeller\",\"image_homepage\":\"http:\\/\\/unsplash.com\\/photos\\/NvV8-qFUV4I\"}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:118;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:8;a:16:{s:8:\"asset_id\";s:6:\"695398\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:119;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:9;a:16:{s:8:\"asset_id\";s:6:\"695399\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:120;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:10;a:16:{s:8:\"asset_id\";s:6:\"695400\";s:9:\"coin_cost\";N;s:4:\"name\";s:103:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:121;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:11;a:16:{s:8:\"asset_id\";s:6:\"695401\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:122;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:12;a:16:{s:8:\"asset_id\";s:6:\"695402\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:123;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:13;a:16:{s:8:\"asset_id\";s:6:\"695403\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:124;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:14;a:16:{s:8:\"asset_id\";s:6:\"695404\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:125;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:15;a:16:{s:8:\"asset_id\";s:6:\"695405\";s:9:\"coin_cost\";N;s:4:\"name\";s:104:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:126;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;}i:16;a:17:{s:8:\"asset_id\";s:7:\"1175055\";s:9:\"coin_cost\";N;s:4:\"name\";s:102:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\";s:13:\"purchase_date\";s:0:\"\";s:13:\"download_date\";s:19:\"2022-02-23 19:51:01\";s:11:\"attribution\";s:2:\"{}\";s:19:\"attribution_license\";N;s:13:\"attachment_id\";i:127;s:5:\"width\";s:3:\"234\";s:6:\"height\";s:3:\"234\";s:17:\"image_provider_id\";N;s:16:\"id_from_provider\";N;s:11:\"orientation\";N;s:10:\"image_size\";N;s:19:\"transaction_item_id\";N;s:14:\"transaction_id\";N;s:5:\"crops\";a:1:{i:0;a:2:{s:11:\"cropDetails\";a:8:{s:2:\"x1\";s:3:\"NaN\";s:2:\"y1\";s:3:\"NaN\";s:2:\"x2\";s:3:\"NaN\";s:2:\"y2\";s:3:\"NaN\";s:5:\"width\";s:3:\"NaN\";s:6:\"height\";s:3:\"NaN\";s:9:\"dst_width\";s:3:\"NaN\";s:10:\"dst_height\";s:3:\"NaN\";}s:4:\"path\";s:110:\"/home/ndd6915/Naplesirrigation.com/wp-content/uploads/2022/02/cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\";}}}}}','yes'),(198,'boldgrid_mobile_ratio','0:16','no'),(234,'finished_updating_comment_type','1','yes'),(161,'boldgrid_site_hash','7ec84b1fdd8a61f80617ef26816af641','no'),(110562,'boldgrid_reseller','a:11:{s:19:\"reseller_identifier\";s:3:\"IMH\";s:14:\"reseller_title\";s:16:\"InMotion Hosting\";s:17:\"reseller_logo_url\";s:78:\"./wp-content/plugins/boldgrid-inspirations/assets/images/wordpressinmotion.png\";s:20:\"reseller_website_url\";s:32:\"https://www.inmotionhosting.com/\";s:20:\"reseller_support_url\";s:52:\"http://www.inmotionhosting.com/support/edu/boldgrid/\";s:16:\"reseller_amp_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:14:\"reseller_email\";s:27:\"support@inmotionhosting.com\";s:14:\"reseller_phone\";s:14:\"1-888-321-4678\";s:16:\"reseller_css_url\";s:71:\"/wp-content/plugins/boldgrid-inspirations/assets/css/boldgrid-login.css\";s:17:\"reseller_coin_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:20:\"reseller_brand_login\";b:1;}','no'),(115555,'_site_transient_timeout_bgcriop_version_data','1657225947','no'),(115556,'_site_transient_bgcriop_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:12:\"Crio Premium\";s:7:\"version\";s:5:\"1.6.1\";s:8:\"asset_id\";i:1250299;s:12:\"release_date\";s:19:\"2022-04-28 12:10:44\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.9\";s:8:\"sections\";s:4432:\"{\"description\":\"<p>Premium features extension for the BoldGrid Crio Theme.<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP 5.4 or higher<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire crio-premium folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.6.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix: Resolved get<em>query<\\/em>var() fatal error resulting from $wp_query not being defined due to 3rd party plugin conflicts.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.0<\\/h4>\\n\\n<ul>\\n<li>New Feature: Add Preview to Custom Page Headers &amp; Footers before Updating <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/57\\\">#57<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<ul>\\n<li>Improvement: Minor changes made to accomadate new Crio and PPB features.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>Bug Fix: Allow CPT\'s to override page header template <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/pull\\/82\\\">#82<\\/a><\\/li>\\n<li>Bug Fix: adds admin check for get<em>current<\\/em>screen <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/pull\\/84\\\">#84<\\/a><\\/li>\\n<li>Bug Fix: hide libxml internal errors<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>Bug Fix: update site-title h* in template samples.<\\/li>\\n<li>Bug Fix: Fix php notices on Inspirations Page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix: Custom Header gets applied to footer <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/77\\\">#77<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.5.0<\\/h4>\\n\\n<ul>\\n<li>New Feature: Sticky Header Templates using the same builder as the Custom Page Headers<a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/64\\\">$64<\\/a><\\/li>\\n<li>New Feature: Footer Templates using the same builder as the Custom Page Headers<a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/65\\\">$65<\\/a><\\/li>\\n<li>New Feature: Sticky Header Template and Footer Template selection in the customizer allows users to choose to hide their footer and sticky headers on specified pages \\/ posts.<\\/li>\\n<li>Bug Fix: Add Revisions to Custom Page Headers <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/49\\\">#49<\\/a><\\/li>\\n<li>Bug Fix: Add validation when saving a Custom Page Header <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/43\\\">#43<\\/a><\\/li>\\n<li>Bug Fix: Custom Page Headers &amp; dropdown menus <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/45\\\">#45<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0<\\/h4>\\n\\n<ul>\\n<li>Bug Fix: Custom Page Headers - Blog Page - Background Image override does not work <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/46\\\">#46<\\/a><\\/li>\\n<li>Bug Fix: Sticky Header Logo is squished <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/47\\\">#47<\\/a><\\/li>\\n<li>Bug Fix: Custom Page Headers - individual page background image breaks Easy SEO <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/crio-premium\\/issues\\/44\\\">#44<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0<\\/h4>\\n\\n<ul>\\n<li>New Feature: New Feature: Customizer Edit Buttons v2.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.0<\\/h4>\\n\\n<ul>\\n<li>New Feature: Sticky Header layout presets.<\\/li>\\n<li>Update: Changed Custom Page Header sample layouts to reflect new starter content.<\\/li>\\n<li>Bug Fix: Sticky header not refreshing properly in customizer.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Update: Changed location of top-level \'Crio\' menu to match the newest version ( 2.6.0 ) of Crio.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0<\\/h4>\\n\\n<ul>\\n<li>New Feature: Custom Page Headers added.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>Handle the value selected by user for attribution link on frontend properly.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>Removed broken activation link from notice in certain situations.<\\/li>\\n<li>Fixed PHP errors when other BG themes are used and crio license is purchased but crio isn\'t used.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Fixing tabs for regular\\/sticky header displaying under controls.<\\/li>\\n<li>Attribution controls should no longer be missing in the customizer.<\\/li>\\n<li>Sticky\\/fixed header should no longer be selected in customizer when activating plugin by default.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<ul>\\n<li>Initial release.<\\/li>\\n<\\/ul>\\n\"}\";s:7:\"siteurl\";s:28:\"http://www.boldgrid.com/crio\";s:13:\"compatibility\";s:21336:\"{\"5.9\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.8.4\":{\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.8.1\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.8\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.7.6\":{\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.7.5\":{\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.7.4\":{\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.7.3\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.7.2\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.7.1\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.7\":{\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.8\":{\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.7\":{\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.6\":{\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.5\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.4\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.3\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.2\":{\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6.1\":{\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.9\":{\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.8\":{\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.7\":{\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.6\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.5\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.4\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.3\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.2\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5.1\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.5\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.9\":{\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.8\":{\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.7\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.6\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.5\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.4\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.3\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.2\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4.1\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.4\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.9\":{\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.8\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.7\":{\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.5\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.4\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.3\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.2\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3.1\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.3\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.9\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.8\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.7\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.5\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.4\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.3\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.2\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2.1\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1.8\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1.7\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1.6\":{\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1.4\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1.3\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1.2\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1.1\":{\"0.1.0\":[100,12],\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.1\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.8\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.7\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.6\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.5\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.4\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.3\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0.1\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"5.0\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.9\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.8\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.7\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.6\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.5\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.4\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.3\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.13\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.12\":{\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.11\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.10\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9.1\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.9\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.9\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.8\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.7\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.6\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.5\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.4\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.3\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.2\":{\"1.0.0\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]},\"4.8.10\":{\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.2.0\":[100,95],\"1.3.0\":[100,95],\"1.4.0\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:37:\"{\"boldgrid\":\"Boldgrid\",\"crio\":\"Crio\"}\";s:7:\"banners\";s:141:\"{\"low\":\"//repo.boldgrid.com/assets/banner-staging-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-staging-banner-1544x500.png\"}\";}}s:7:\"updated\";i:1657197147;}','no'),(115684,'_site_transient_timeout_boldgrid_available','1657202095','no'),(115685,'_site_transient_boldgrid_available','1','no'),(115686,'_site_transient_timeout_boldgrid_plugins','1657229821','no'),(115687,'_site_transient_boldgrid_plugins','O:8:\"stdClass\":2:{s:21:\"boldgrid-inspirations\";O:8:\"stdClass\":24:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"2.6.5\";s:8:\"asset_id\";i:1237200;s:12:\"release_date\";s:19:\"2022-01-25 16:12:57\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.8\";s:8:\"sections\";a:4:{s:11:\"description\";s:377:\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.</p>\n<p>The first phase is Inspiration; the guided tool creates your base website. If you already have a website, then you can skip this step.</p>\n<p>The second phase is Customization; tools to transform your website into your vision.</p>\n\";s:12:\"installation\";s:283:\"<ol>\n<li><p>Upload the entire boldgrid-inspirations folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n<li><p>You will find the Inspirations menu in your WordPress Dashboard / admin panel.</p></li>\n</ol>\n\";s:9:\"changelog\";s:42359:\"<h4>2.6.5</h4>\n<p>Release date: January 25th, 2022</p>\n<ul>\n<li>Update: Several php8 fixes.</li>\n<li>Update: Automated tests run against php 5.6, 7.4, and 8.0</li>\n</ul>\n<h4>2.6.4</h4>\n<p>Release date: October 18th, 2021</p>\n<ul>\n<li>Update: Add filters to allow dev installs of Crio and Crio Premium.</li>\n</ul>\n<h4>2.6.3</h4>\n<p>Release date: June 10th, 2021</p>\n<ul>\n<li>Update: Updated the way blogs are installed via Inspirations.</li>\n<li>Update: Updated the My Inspirations page with links to theme support.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.6.2</h4>\n<p>Release date: April 14th, 2021</p>\n<ul>\n<li>Update: Add support for footer-menu locations</li>\n</ul>\n<h4>2.6.1</h4>\n<p>Release date: February 16th, 2021</p>\n<ul>\n<li>Update: Disable custom menu by default.</li>\n<li>Bug fix: Add \"My Inspirations\" link in case js does not redirect.</li>\n</ul>\n<h4>2.6.0</h4>\n<p>Release date: January 25th, 2021</p>\n<ul>\n<li>New feature: Theme deployments can now include theme specific plugins.</li>\n</ul>\n<h4>2.5.2</h4>\n<p>Release date: December 8th, 2020</p>\n<ul>\n<li>Bug fix: Fixed Gutenberg detection, avoid errors when adding media.</li>\n<li>Bug fix: Avoid js errors when editor screens have no ability to add media.</li>\n</ul>\n<h4>2.5.1</h4>\n<p>Release date: October 23rd, 2020</p>\n<ul>\n<li>Bug fix: Fixed \"Only variables should be passed by reference\" in class-boldgrid-inspirations-purchase-for-publish.php.</li>\n</ul>\n<h4>2.5.0</h4>\n<p>Release date: October 17th, 2020</p>\n<ul>\n<li>New feature: Invoicing and Caching options added as Inspirations features.</li>\n</ul>\n<h4>2.4.4</h4>\n<p>Release date: September 22nd, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.3</h4>\n<p>Release date: August 11th, 2020</p>\n<ul>\n<li>Bug fix: WordPress 5.5 compatibility changes.</li>\n<li>Update: Optimized usage of set<em>staging</em>installed.</li>\n<li>Update: Optimized \"get total coin cost\".</li>\n<li>Update: Updated links in login footer</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.2</h4>\n<p>Release date: June 15th, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.1</h4>\n<p>Release date: May 29th, 2020</p>\n<ul>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.4.0</h4>\n<p>Release date: May 18th, 2020</p>\n<ul>\n<li>Update: Changes needed for Crio.</li>\n<li>Bug fix: Attribution page will not show excpert.</li>\n<li>Bug fix: Fixed display / position of BoldGrid Connect image search results.</li>\n</ul>\n<h4>2.3.1</h4>\n<p>Release date: March 12th, 2020</p>\n<ul>\n<li>Bug fix: Unable to click button on email confirmation page.</li>\n<li>Update: Removed \"Add new from GridBlocks\" feature.</li>\n</ul>\n<h4>2.3.0</h4>\n<p>Release date: December 17th, 2019</p>\n<ul>\n<li>Bug fix: Added noindex to the attribution page.</li>\n<li>Update: Changed the form plugin from WPForms to weForms.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.2.2</h4>\n<p>Release date: November 22st, 2019</p>\n<ul>\n<li>Update: BoldGrid Backup is now Total Upkeep - updating references.</li>\n<li>Update: Updated dependency boldgrid/library to 2.10.6.</li>\n</ul>\n<h4>2.2.1</h4>\n<p>Release date: October 15th, 2019</p>\n<ul>\n<li>Update: Updated dependency boldgrid/library to 2.10.4.</li>\n</ul>\n<h4>2.2.0</h4>\n<p>Release date: September 17th, 2019</p>\n<ul>\n<li>New feature: Recommend the BoldGrid Backup plugin for users needing to transfer a site.</li>\n<li>Update: Updating dependencies</li>\n</ul>\n<h4>2.1.1</h4>\n<p>Release date: September 5th, 2019</p>\n<ul>\n<li>Update: Updating dependencies</li>\n</ul>\n<h4>2.1.0</h4>\n<p>Release date: August 29th, 2019</p>\n<ul>\n<li>Update: Removed the \"Welcome to BoldGrid\" dashboard widget.</li>\n<li>Update: Add notice to dashboard widget.</li>\n<li>Update: Remove news widget from dashboard.</li>\n</ul>\n<h4>2.0.7</h4>\n<p>Release date: August 16, 2019</p>\n<ul>\n<li>Bug fix: Fixing compact warnings</li>\n</ul>\n<h4>2.0.6</h4>\n<p>Release date: August 1st, 2019</p>\n<ul>\n<li>Update: Updated dependencies</li>\n</ul>\n<h4>2.0.5</h4>\n<p>Release date: July 25th, 2019</p>\n<ul>\n<li>Update: Added a switch for toggling branding of the login page.</li>\n<li>Update: Cleaned up logic on purchase coins page.</li>\n<li>Update: Updated dependencies</li>\n</ul>\n<h4>2.0.4</h4>\n<p>Release date: July 2nd, 2019</p>\n<ul>\n<li>Update: Replaced the BoldGrid RSS feed widget on the dashboard with one in the updated library package.</li>\n<li>Update: Updated dependencies.</li>\n</ul>\n<h4>2.0.3</h4>\n<p>Release date: May 21st, 2019</p>\n<ul>\n<li>Bug fix: Fixing \"Call to undefined method getAttribute\" error.</li>\n<li>Bug fix: Replacing deprecated filter on login: login<em>headertitle / login</em>headertext.</li>\n</ul>\n<h4>2.0.2</h4>\n<p>Release date: Apr 23nd, 2019</p>\n<ul>\n<li>Bug fix: Fixing usage of php\'s empty function for php < 5.5</li>\n</ul>\n<h4>2.0.1</h4>\n<p>Release date: Apr 19th, 2019</p>\n<ul>\n<li>Bug fix: Fixing class property declaration for php < 5.6</li>\n</ul>\n<h4>2.0.0</h4>\n<p>Release date: Apr 16th, 2019</p>\n<ul>\n<li>Update: Made translation ready. Text domain is boldgrid-inspirations.</li>\n<li>Update: Inspirations process with full screen mode and design updates.</li>\n<li>New feature: Inspirations dashboard.</li>\n<li>New feature: German translations added - de_DE.</li>\n</ul>\n<h4>1.6.5</h4>\n<p>Release date: Jan 29th, 2019</p>\n<ul>\n<li>Bug fix: Pages fail to install on Pages > Add New.</li>\n</ul>\n<h4>1.6.4</h4>\n<p>Release date: Dec 5th, 2018</p>\n<ul>\n<li>Bug fix: Unable to save \"boldgrid<em>menu</em>option\" on settings page.</li>\n<li>Bug fix: Fixed updating plugin via ajax.</li>\n</ul>\n<h4>1.6.3</h4>\n<p>Release date: Dec 4th, 2018</p>\n<ul>\n<li>Bug fix: Coin Budget help was not toggling when clicked.</li>\n</ul>\n<h4>1.6.2</h4>\n<p>Release date: Nov 26th, 2018</p>\n<ul>\n<li>Bug fix: JIRA BGINSP-33 Fixed missing build for library dependencies; Updated production build process to use composer post-autoload-dump hook.</li>\n</ul>\n<h4>1.6.1</h4>\n<p>Release date: Nov 20th, 2018</p>\n<ul>\n<li>Update: JIRA BGCONN-20 Removed update settings; have been moved to the BoldGrid Library packages.</li>\n<li>Bug fix: JIRA BGTHEME-558 Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.</li>\n<li>Bug fix: BoldGrid Connect Search / WP 5.0 fix.</li>\n<li>Bug fix: Attribution page not being rebuilt / WP 5.0 fix.</li>\n<li>Bug fix: BoldGrid Connect Search in the Customizer / WP 5.0 fix.</li>\n<li>Bug fix: Recommended image sizes not working as expected.</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Update: Updated BoldGrid library to version 2.4.2.</li>\n<li>New feature: JIRA BGINSP-24 Log data when there may be a connection or Ajax error.</li>\n</ul>\n<h4>1.5.8</h4>\n<ul>\n<li>Bug fix: JIRA BGINSP-16 Warnings and notices within inspiration w/ Crio theme</li>\n<li>Bug fix: JIRA BGINSP-23 Fixed issue: Connect Search may load with connection notice.</li>\n</ul>\n<h4>1.5.7</h4>\n<ul>\n<li>Update: Updated to library version 2.3.5.</li>\n</ul>\n<h4>1.5.6</h4>\n<ul>\n<li>Bug fix: JIRA BGINSP-14 Fatal in PHP >=7.1.0 when creating internal preview builds.</li>\n<li>Bug fix: JIRA WPB-3767 Prevent invalid API calls for check-version.</li>\n<li>Update: JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.</li>\n<li>Update: JIRA WPB-3730 Updated library dependency to ^2.0.0.</li>\n<li>Update: JIRA BGINSP-3 Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.</li>\n<li>Update: JIRA WPB-3684 Updated composer.json, due to package changes.</li>\n<li>New feature: JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.</li>\n</ul>\n<h4>1.5.5</h4>\n<ul>\n<li>Bug fix: JIRA BGSTAGE-32 Fixed staging plugin install.</li>\n</ul>\n<h4>1.5.4</h4>\n<ul>\n<li>Update: JIRA BGINSP-4 Removed admin notice recommending plugin installations.</li>\n</ul>\n<h4>1.5.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3643 Ensure that deployment does not install new wporg plugins if old ones are installed.</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3587 Menu assignment after deployment broken in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3570 Inspirations Select button misplaced in WP 4.9.</li>\n<li>Bug fix: JIRA WPB-3593 Changes require to help Staging support new Customizer scheduler.</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Update: Updates to library.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.11</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3336 All and Default categories do not align.</li>\n<li>Bug fix: JIRA WPB-3337 On a fresh install, Pages - New From GridBlocks fails.</li>\n<li>Bug fix: JIRA WPB-3333 Image search only searching one provider instead of all.</li>\n<li>Bug fix: JIRA WPB-3346 Edit Image button not working for attachment.</li>\n<li>Bug fix: JIRA WPB-3387 Loading GridBlocks just spins.</li>\n<li>Update: JIRA WPB-3352 Purchase coins through BoldGrid Central.</li>\n<li>Update: JIRA WPB-3355 Add data-image-url attribute.</li>\n<li>Update: JIRA WPB-3382 More descriptive creative commons icon.</li>\n<li>Update: JIRA WPB-3384 Add License details to attachment details.</li>\n<li>Update: JIRA WPB-3383 Filter out boldgrid-gridblock-set-preview-page.</li>\n</ul>\n<h4>1.4.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3318 When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.</li>\n<li>Bug fix: JIRA WPB-3312 Ensure activation of preferred form plugin. Added filter for preferred slug.</li>\n<li>Bug fix: JIRA WPB-3317 New page from GridBlocks not working.</li>\n<li>Update: JIRA WPB-3252 Disable \'default\' category and configure \'showcase\'.</li>\n<li>Bug fix: JIRA WPB-3332 New from gridblocks button not showing.</li>\n</ul>\n<h4>1.4.8</h4>\n<ul>\n<li>New feature: JIRA WPB-3200 Added WPForms support.</li>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n<li>Update: JIRA WPB-3296 Add Inspirations as first menu item child.</li>\n<li>Bug Fix: JIRA WPB-3274 Plugins > Add New Updates fail in modals.</li>\n<li>New feature: JIRA WPB-3293 Resize images during deployment vs imgr server.</li>\n</ul>\n<h4>1.4.7</h4>\n<ul>\n<li>Update: JIRA WPB-3243 Change feedback admin notice display frequency.</li>\n<li>Update: JIRA WPB-3264 Adding twitch social media option.</li>\n<li>New Feature: Added BoldGrid Library to plugin.</li>\n</ul>\n<h4>1.4.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3179 Gradient style being lost during normal deployment.</li>\n<li>Bug fix: JIRA WPB-3180 Open WordPress/BoldGrid links in attribution page in new tab.</li>\n</ul>\n<h4>1.4.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n<li>Bug fix: JIRA WPB-3162 Fixed issue creating .htaccess file in deployment.</li>\n<li>Bug fix: JIRA WPB-3171 As an author, when installing a site I do not want background images to be processed.</li>\n<li>Bug fix: JIRA WPB-3176 Background gradient / url bug during deplyment.</li>\n</ul>\n<h4>1.4.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Bug fix: JIRA WPB-3141 Fixed invalid updates for BoldGrid Prime theme.</li>\n<li>Bug fix: JIRA WPB-3158 Deployment\'s gallery updates are not saved.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>New feature: JIRA WPB-3106 As an Author, I can set background images for elements.</li>\n<li>New feature: JIRA WPB-3095 Update generic builds to display per theme channel.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2745 Fixed upgrade notices displaying when activation version was not recorded.</li>\n<li>Update: JIRA WPB-3019 Updating attribution link creation.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>New feature: JIRA WPB-3044 Automatically get Unsplash attribution.</li>\n<li>Update: JIRA WPB-3043 Updating plugin description.</li>\n</ul>\n<h4>1.4.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3232 Deploy Staging menu item missing.</li>\n<li>Bug fix: JIRA WPB-3233 BoldGrid Connect Search missing from new image widget.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Update: JIRA WPB-2936 Updating YouTube videos for BoldGrid Dashboard\'s new release.</li>\n<li>Bug fix: JIRA WPB-2927 Social media menu disappears.</li>\n<li>Update: JIRA WPB-2949 Configure blog using categories.</li>\n<li>Bug fix: JIRA WPB-2950 Added max height for reseller logos on login page.</li>\n<li>Bug fix: JIRA WPB-2925 Sidebar widgets don\'t match between preview and installed site.</li>\n<li>Bug fix: JIRA WPB-2951 Images in staging posts not being downloaded.</li>\n<li>Bug fix: JIRA WPB-2955 Backwards compatibility - maps taking up 200px empty space.</li>\n<li>Bug fix: JIRA WPB-2984 Attribution page 404.</li>\n</ul>\n<h4>1.3.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n<li>Bug fix: JIRA WPB-2916 Inspirations deploy fatal error if an old forked plugin had the original installed.</li>\n<li>Bug fix: JIRA WPB-2905 If installing via Author, do not update pages with survey data.</li>\n<li>Bug fix: JIRA WPB-2910 Unterminated entity reference bug.</li>\n<li>Update: JIRA WPB-2913 Validate email address in survey.</li>\n<li>Bug fix: JIRA WPB-2404 iframe timeout in step 2 of Inspirations.</li>\n<li>Bug fix: JIRA WPB-2173 Error deleting image and redownloading.</li>\n<li>Bug fix: JIRA WPB-2635 Start over staging affecting active site.</li>\n<li>Bug fix: JIRA WPB-2493 Publish private posts during staging deployment.</li>\n<li>Bug fix: JIRA WPB-2796 Social media urls end in /username, go to 404s.</li>\n</ul>\n<h4>1.3.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Update: JIRA WPB-2900 Update verbiage of build coin cost.</li>\n<li>Bug fix: JIRA WPB-2901 Scroll bars not visible on preview iframe in Chrome.</li>\n<li>Bug fix: Removing CTA hooks.</li>\n</ul>\n<h4>1.3.7</h4>\n<ul>\n<li>Update: JIRA WPB-2819 Use switch instead of checkbox for Demo.</li>\n<li>Bug fix: JIRA WPB-2780 Theme screenshots opening directly, rather than within gallery.</li>\n<li>Update: JIRA WPB-2825 Adjust do not display formatting.</li>\n<li>Update: JIRA WPB-2829 Updating hook to resolve BoldGrid SEO plugin conflicts.</li>\n<li>Update: JIRA WPB-2837 Remove loading image after selecting theme in Gallery.</li>\n<li>Update: JIRA WPB-2839 Minor verbiage change for Add a blog.</li>\n<li>Update: JIRA WPB-2785 Entering words with apostrophe in it for Site title displays with a Backslash.</li>\n<li>Bug fix: JIRA WPB-2848 Customize link takes users back to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2527 \'New from GridBlocks\' preview page appearing in cart.</li>\n<li>Bug fix: JIRA WPB-2862 Survey, invalid argument supplied for foreach.</li>\n<li>Bug fix: JIRA WPB-2601 Inspirations Internet Explorer/ Stuck on loading themes.</li>\n<li>Bug fix: JIRA WPB-2854 Downloading Image spinner never stops spinning.</li>\n</ul>\n<h4>1.3.6</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2772 PHP warnings on deploy in WordPress 4.3.7.</li>\n<li>Bug fix: JIRA WPB-2766 Plesk and WP-CLI were not getting private repo updates.</li>\n<li>Update: JIRA WPB-2763 Update email and address on Contact Us page.</li>\n<li>Update: JIRA WPB-2764 Remove option to add a map.</li>\n<li>Update: JIRA WPB-2765 Allow iframes for preview builds.</li>\n<li>New feature: JIRA WPB-2771 Update footer-company-details widget with survey data.</li>\n<li>New feature: JIRA WPB-2777 Add an Install sample blog checkbox.</li>\n<li>New feature: JIRA WPB-2778 Setup a blog during deployment.</li>\n<li>Bug fix: JIRA WPB-2792 Staged posts (private posts) are trashed when starting over active site.</li>\n<li>Update: JIRA WPB-2800 Ensure \'Install a blog\' works with Staging.</li>\n<li>Update: JIRA WPB-2801 Remove milestones classes.</li>\n<li>Bug fix: JIRA WPB-2779 Survey not working with Staging.</li>\n<li>Update: JIRA WPB-2805 Preview builds w & w/o blogs.</li>\n<li>New feature: JIRA WPB-2806 Add filter for Inspirations configs.</li>\n<li>Bug fix: JIRA WPB-2808 Do not request generic builds when requesting blog as well.</li>\n</ul>\n<h4>1.3.5</h4>\n<ul>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Update: JIRA WPB-2376 Filter the bgtfw contact blocks.</li>\n<li>Update: JIRA WPB-2476 Update case of Company name.</li>\n<li>Update: JIRA WPB-2747 Update Add a map verbiage.</li>\n<li>Update: JIRA WPB-2749 Add a map to my Contact page.</li>\n<li>Bug fix: JIRA WPB-2658 Fix spacing issues atop Inspirations.</li>\n<li>Bug fix: JIRA WPB-2751 Show all in the smaller view of inspirations doesn\'t work anymore.</li>\n<li>Bug fix: JIRA WPB-2757 Apostrophe and other strange characters installed via Inspirations.</li>\n<li>Bug fix: JIRA WPB-2759 DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.</li>\n</ul>\n<h4>1.3.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2696 Remove placeholders from survey.</li>\n<li>New feature: JIRA WPB-2697 Update phone numbers in widgets.</li>\n<li>New feature: JIRA WPB-2699 Use phone number entered during survey.</li>\n<li>Update: JIRA WPB-2704 Adjust format of how social media icons are saved.</li>\n<li>New feature: JIRA WPB-2705 Use survey social media items when creating menu.</li>\n<li>Update: JIRA WPB-2711 Show optional message in survey.</li>\n<li>Update: JIRA WPB-2712 Have plus sign toggle more social icons.</li>\n<li>Update: JIRA WPB-2723 Update phone in pages.</li>\n</ul>\n<h4>1.3.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2627 Back / next buttons should not be clickable.</li>\n<li>Bug fix: JIRA WPB-2625 Behavior of last image\'s next button in Inspirations.</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Update: JIRA WPB-2582 Always show arrows in Inspirations gallery.</li>\n<li>Update: JIRA WPB-2583 Ensure first letter in theme\'s title attribute is capitalized.</li>\n<li>Update: JIRA WPB-2599 Add placeholder for 4th step to Inspirations.</li>\n<li>Update: JIRA WPB-2551 Duplicate images.</li>\n<li>New feature: JIRA WPB-2603 Add initial version of survey.</li>\n<li>Bug fix: JIRA WPB-2622 Inspirations - Step 4 - Go back button installs site.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n<li>Bug fix: JIRA WPB-2539 Fix possible duplicate connection issue notice from ajax.js call.</li>\n<li>Bug fix: JIRA WPB-2558 Don\'t display feedback widget if user hasn\'t entered their key.</li>\n<li>Bug fix: JIRA WPB-2559 Don\'t allow widgets to drag into welcome box area.</li>\n<li>Bug fix: JIRA WPB-2555 Images in search results flicker.</li>\n<li>Update: JIRA WPB-2563 Convert Attribution page to use custom post type.</li>\n<li>Update: JIRA WPB-2568 Added fancybox and large previews to Inspirations.</li>\n<li>Update: JIRA WPB-2570 Milestone blogname change.</li>\n<li>Update: JIRA WPB-2574 Milestone Social Media Change.</li>\n<li>Update: JIRA WPB-2578 Milestone Contact Info Footer Change.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2544 Disable \'Install\' button after clicking it.</li>\n</ul>\n<h4>1.2.13</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2531 Javascript error checking needed for mine count.</li>\n</ul>\n<h4>1.2.12</h4>\n<ul>\n<li>Update: JIRA WPB-2472 Added update notice for 1.3.</li>\n<li>Bug fix: JIRA WPB-2486 Incorrect page count on All Pages.</li>\n<li>Bug fix: JIRA WPB-2467 With staging disabled, Customize goes to \"Change Themes\".</li>\n<li>Update: JIRA WPB-2488 Remove \'Permanently delete pages instead of sending to trash\'.</li>\n<li>Update: JIRA WPB-2490 Move default option to \'install as staging\'.</li>\n<li>Update: JIRA WPB-2491 Add \'Customize > Active Theme\' navigation to Inspirations.</li>\n<li>Bug fix: JIRA WPB-2496 Require comment text in feedback form.</li>\n<li>Update: JIRA WPB-2229 Update error reporting when purchasing images.</li>\n<li>Update: JIRA WPB-2498 Change \'Company Name\' to theme name.</li>\n<li>Update: JIRA WPB-2497 Add new dashboard videos.</li>\n<li>Bug fix: JIRA WPB-2376 \'No search results\' method is not cleared in BGCS.</li>\n</ul>\n<h4>1.2.11</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2468 Switching between boldgrid admin menu and standard wp menu no longer works.</li>\n<li>Bug fix: JIRA WPB-2477 If you have an existing site non BG, no route for staging exists.</li>\n</ul>\n<h4>1.2.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2446 Fixed missing build id passed on site install.</li>\n<li>Bug fix: JIRA WPB-2426 Insert Gridblock button is missing.</li>\n<li>Bug fix: JIRA WPB-2443 When starting over, I get a blank page.</li>\n<li>Bug fix: JIRA WBP-2445 Inspirations is not fetching cached themes.</li>\n<li>Update: JIRA WPB-2458 Update \'Recommended\' verbiage in last step of Inspirations.</li>\n</ul>\n<h4>1.2.9</h4>\n<ul>\n<li>Misc: JIRA WPB-2420 Added EOF line breaks.</li>\n<li>Bug fix: JIRA WPB-2387 Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.</li>\n<li>Bug fix: JIRA WPB-2324 Attribution should not show in 404 sitemap.</li>\n<li>Bug fix: JIRA WPB-2403 No plugins recommended still showing notice.</li>\n<li>Update: JIRA WPB-2416 Text changes for confirmation section of Inspirations.</li>\n<li>Update: JIRA WPB-2417 Add additional text to deployment success page for staging.</li>\n<li>Bug fix: JIRA WPB-2421 Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...</li>\n<li>Bug fix: JIRA WPB-2112 BoldGrid Connect Search missing for galleries.</li>\n<li>Bug fix: JIRA WPB-2422 Fixed CSS Loading graphic animation in chrome to display properly.</li>\n<li>Bug fix: JIRA WPB-2401 Gallery not displaying correctly in Chrome && FF.</li>\n<li>Bug fix: JIRA WPB-2423 Trying to get property of non-object in ...stock-photography.php.</li>\n</ul>\n<h4>1.2.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2398 Error requesting free key.</li>\n<li>Bug fix: JIRA WPB-2399 Only show feedback widget to admins.</li>\n</ul>\n<h4>1.2.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2389 Fixed saving BoldGrid Settings.</li>\n<li>Bug fix: JIRA WPB-2388 Removed duplicate boldgrid_activate().</li>\n<li>Update: JIRA WPB-2390 Update verbiage for inspirations install success.</li>\n<li>Bug fix: JIRA WPB-2391 Hide BoldGrid Welcome Panel if key isn\'t entered yet.</li>\n<li>Bug fix: JIRA WPB-2392 If key is less than 32 char don\'t make call to validate.</li>\n<li>Bug fix: JIRA WPB-2393 Error messages should be removed when resubmitting keys.</li>\n<li>Bug fix: JIRA WPB-2394 Cursor for show/hide log should be a pointer.</li>\n<li>Update: JIRA WPB-2395 Update login page styling.</li>\n<li>Bug fix: JIRA WPB-2396 Remove staging from recommended plugin notices.</li>\n<li>Bug fix: JIRA WPB-2327 Check if framework is handling plugin recommendations before recommending.</li>\n</ul>\n<h4>1.2.6</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Bug fix: JIRA WPB-2248 Removed \'New From GridBlocks\' button on edit submission page.</li>\n<li>Bug fix: JIRA WPB-2332 Reset scroll position on step 2 of Inspirations to top.</li>\n<li>Bug fix: JIRA WPB-2339 Remove notices from Inspirations page.</li>\n<li>Update: JIRA WPB-2208 Removed tutorials from Inspirations.</li>\n<li>Update: JIRA WPB-2359 Order \'Category Filter\' by category display order.</li>\n<li>Update: JIRA WPB-2360 Sort themes by category and then order within category.</li>\n<li>Update: JIRA WPB-2368 Read version constant from plugin file.</li>\n<li>Update: JIRA WPB-2361 Add BoldGrid Connect Search to Editor\'s background image tool.</li>\n<li>Update: JIRA WPB-2354 Preview button needs to always be visible in mobile view.</li>\n<li>Update: JIRA WPB-2355 Remove extraneous \'Preview\' button.</li>\n<li>Bug fix: JIRA WPB-2364 Inspirations not respecting theme release channel.</li>\n<li>Bug fix: JIRA WPB-2370 Color in screenshot does not match preview.</li>\n<li>Bug fix: JIRA WPB-2373 Duplicate themes in Inspirations.</li>\n<li>Bug fix: JIRA WPB-2379 Wrong budget passed when going form step 2 to step 1.</li>\n<li>Update: JIRA WPB-2380 Remove references to tutorials in deployment congrats message.</li>\n<li>Bug fix: JIRA WPB-2383 Image Search tab appears when clicking \'Add GridBlock\'.</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2325 Added wrapper to handle mb<em>convert</em>encoding() if mbstring is not loaded.</li>\n<li>Bug fix: JIRA WPB-2313 Disabled GridBlocks in network admin pages.</li>\n<li>New feature: JIRA WPB-2268 Changed to resized preview screenshots for Inspirations Design First concept.</li>\n<li>New feature: JIRA WPB-2287 Adjust device preview buttons in step 2 to behave like those in editor.</li>\n<li>New feature: JIRA WPB-2291 Auto install staging in final step if user chooses staging.</li>\n<li>Update: JIRA WPB-2290 Changed \'Install\' button to \'Next\'.</li>\n<li>Bug fix: JIRA WPB-2289 Continuously clicking category in step 1 shuffles themes.</li>\n<li>Update: JIRA WPB-2267 Added message to Inspirations when no generic themes are available.</li>\n<li>Update: JIRA WPB-2315 Added error handling for malformed ajax results for call to /api/build/get-generic.</li>\n<li>Update: JIRA WPB-2316 Add error handling for failures to fetch categories.</li>\n<li>Update: JIRA WPB-2317 Add error handling for failures to fetch pagesets.</li>\n<li>Update: JIRA WPB-2319 Check user capabilities before prompting for api key.</li>\n<li>Update: JIRA WPB-2320 Ensure user has permission to edit page before allowing download<em>and</em>insert<em>into</em>page.</li>\n<li>Update: JIRA WPB-2322 Sanitize user feedback before adding to options table.</li>\n<li>Update: JIRA WPB-2323 Allow admin notices to be dismissed per user.</li>\n<li>Update: JIRA WPB-2326 Update \'update\' class to utilize Admin Notices class.</li>\n<li>Update: JIRA WPB-2327 Check user capabilities before showing admin notices.</li>\n<li>Update: JIRA WPB-2331 Update confirmation messages.</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2269 Typo fix in Boldgrid<em>Inspirations</em>Dependency<em>Plugins::print</em>uninstalled_plugins().</li>\n<li>Bug fix: JIRA WPB-2270 New From GridBlocks became unavailable.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>New feature: JIRA WPB-2172 For preview generic builds, added an option for identification for purges, etc.</li>\n<li>Bug fix: JIRA WPB-2263 For preview sites under multisite, set the admin email address using the network admin email address.</li>\n<li>Bug fix: JIRA WPB-2223 Reworked API key validation and connection issue notices, formatting.</li>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-2150 Moved API methods to a new class, formatting, and phpcs rework.</li>\n<li>Bug fix: JIRA WPB-2224 Hide the email address field when widget is loaded.</li>\n<li>Bug fix: JIRA WPB-2225 Fixed jQuery Migrate deprecated warning.</li>\n<li>Update: JIRA WPB-2245 Changed feed to pull from dashboard tag on blog.</li>\n<li>Bug fix: JIRA WPB-2265 Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.</li>\n<li>Bug fix: JIRA WBP-2236 Errors everywhere when logging in as an Editor.</li>\n<li>Bug fix: JIRA WPB-2234 Add current<em>user</em>can checks to Boldgrid<em>Inspirations->set</em>api<em>key</em>callback().</li>\n<li>Bug fix: JIRA WPB-2237 Limit ajax requests by user.</li>\n<li>Bug fix: JIRA WPB-2240 Limit printing of configs in head.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to the tutorials page.</li>\n<li>Bug fix: JIRA WPB-2184 In PHP 5.2, deactivate and die properly.</li>\n<li>New feature: Added BoldGrid news widget to dashboard.</li>\n<li>Bug fix: JIRA WPB-1994 Fixed issue with WP Theme Editor not being available.</li>\n<li>New feature: Added BoldGrid Feedback widget.</li>\n<li>Bug fix: JIRA WPB-2169 Connect Search defaults to smallest image size when no recommended sizes available.</li>\n<li>Bug fix: JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2160 New From GridBlocks, multiple pages are installed.</li>\n<li>Update: Changed text of getting and entering connect keys.</li>\n<li>Security: JIRA WPB-2151 Disabled autocomplete for API key entry fields.</li>\n<li>Bug fix: JIRA WPB-2145 Fixing issue with theme screenshots on Chrome Ubuntu.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2119 For asset downloads, when Imagick is loaded, set the thread limit to 1.</li>\n<li>Bug fix: JIRA WPB-2125 Fixing issue where theme was overwritten without version change.</li>\n<li>Bug fix: JIRA WPB-2104 Go back button hides all themes (Inspirations > Add Theme).</li>\n<li>Bug fix: JIRA WPB-2107 BoldGrid Connect Search overlapping footer (Dashboard > Media).</li>\n<li>Bug fix: JIRA WPB-2109 Session issues when starting over and importing active site.</li>\n<li>Bug fix: JIRA WPB-2116 Changes to the order of images in a gallery are not saving.</li>\n<li>Bug fix: JIRA WPB-2134 Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.</li>\n<li>Bug fix: JIRA WPB-2135 Image not replaced in Page & Post Editor after using Connect Search.</li>\n</ul>\n<h4>1.1.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2058 Added wrap class to Inspirations, so admin notices are displayed at the top.</li>\n<li>Bug fix: JIRA WPB-2041 Fixed BoldGrid theme update check in WordPress 4.6.</li>\n<li>Testing: JIRA WPB-2046 Tested on WordPress 4.5.3.</li>\n<li>New feature: JIRA WPB-599 Added options for plugin and theme auto-updates via WordPress autoupdater.</li>\n<li>Update: JIRA WPB-2008 Deploy class updated to allow for is_generic flag.</li>\n<li>Bug fix: JIRA WPB-1950 Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.</li>\n</ul>\n<h4>1.1.7</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2032 Fixed issue when activating key. Added nonce to api key form.</li>\n<li>Rework: JIRA WPB-2030 Updated the \"I don\'t have an API key\" section.</li>\n<li>New feature: JIRA WPB-2029 Added TOS box to API key submission form.</li>\n<li>New feature: JIRA WPB-1905 Added capability for auto-updates of boldgrid-inspirations by API response.</li>\n<li>Bug fix: JIRA WPB-2002 Fixed theme update issue where upgrader says is up to date at times.</li>\n<li>Bug fix: JIRA WPB-2006 Pdes and Homepage not installing correctly on Inpirations Theme Only installs.</li>\n</ul>\n<h4>1.1.6</h4>\n<ul>\n<li>New feature: JIRA WPB-1839 Users can now change their theme release channel.</li>\n<li>Security fix: JIRA WPB-1977 Validate nonce for feedback form diagnostic data callback and form submit.</li>\n<li>Bug fix: JIRA WPB-1955 Fatal error: Class \'Boldgrid<em>Staging</em>Plugin\' not found.</li>\n</ul>\n<h4>1.1.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1914 Staged image used on Active page not showing in cart.</li>\n</ul>\n<h4>1.1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1886 Fixed feedback notice being displayed too often (more than a week after submitting).</li>\n<li>New feature: JIRA WPB-1183 Refresh the Library Tab after downloading an image.</li>\n<li>Update: JIRA WPB-1865 Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.</li>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1855 Do not display feedback notice on update or setting pages.</li>\n<li>Bug fix: JIRA WPB-1860 Fixed horizontal line through screenshot in step 2.</li>\n<li>Bug fix: JIRA WPB-1863 Cart does not look for watermarked images used within staged pages.</li>\n<li>Bug fix: JIRA WPB-1891 View / Download of images within receipts not working for images purchased via Staging.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n<li>Bug fix: JIRA WPB-1900 Attribution shows in menu when menu generated using wp<em>page</em>menu.</li>\n</ul>\n<h4>1.1.3</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1824 Fixed order of plugin deactivation and uninstall in Start Over process.</li>\n<li>Bug fix: JIRA WPB-1814 Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.</li>\n<li>Bug fix: JIRA WPB-1823 Fixed display of \"Themes\" H1 and the additional themes bar when choosing active or staging before installing a theme.</li>\n<li>Bug fix: JIRA WPB-1840 Fixing thumbnail presentation in inspirations and add new theme.</li>\n</ul>\n<h4>1.1.2.3</h4>\n<ul>\n<li>Update: Sync version. See version 1.1.1.1.</li>\n</ul>\n<h4>1.1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1833 Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).</li>\n</ul>\n<h4>1.1.2.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1817 BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.</li>\n<li>Rework: JIRA WPB-1541 Removed feedback form bug report diagnostic report items.</li>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n<li>Rework: JIRA WPB-1541 Reworked admin feedback notice.</li>\n<li>Rework: JIRA WPB-1751 Removed analysis processing and optional logging capabilities. Added support for XHProf.</li>\n<li>Bug fix: JIRA WPB-1805 Now adds theme update info on the Customizer Themes page.</li>\n<li>Rework: JIRA WPB-1785 Enabled and reworked image caching for the preview server.</li>\n<li>Rework: JIRA WPB-1751 Reworked analysis processing.</li>\n<li>Update: JIRA WPB-1658 Storing more reliable install data through inspirations.</li>\n<li>Bug fix: JIRA WPB-1787 When not using BoldGrid menu, cart does not dynamically update total page price.</li>\n<li>Update: JIRA WPB-1754 Remove attribution page from search results.</li>\n<li>Bug fix: JIRA WPB-1788 webkit css missing from \'new from gridblocks\'.</li>\n<li>New feature: JIRA WPB-1806 Add \'BoldGrid search\' tab when replacing an image.</li>\n</ul>\n<h4>1.1.1.1</h4>\n<ul>\n<li>Bug Fix: Fixing logo display on login screen.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Bug fix: Fixed analysis include for preview server.</li>\n<li>Bug fix: New From GridBlocks: Asset download issues.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1751 Added analysis processing and optional logging capabilities.</li>\n<li>Bug fix: JIRA WPB-1781 Removed boldgrid<em>dismissed</em>admin_notices from Start Over cleanup.</li>\n<li>New feature: JIRA WPB-1541 Added feedback notice.</li>\n<li>Bug fix: JIRA WPB-1747 New From GridBlocks: For non BoldGrid themes, only load grid css.</li>\n<li>Bug fix: JIRA WPB-1760 New From GridBlocks: Ensure page title shows on preview page.</li>\n<li>Update: JIRA WPB-1779 New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.</li>\n</ul>\n<h4>1.0.12.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1710 Fixed missing device preview tabs on Add New Theme preview modal.</li>\n<li>Bug fix: JIRA WPB-1710 Fixed notice dismissal checking.</li>\n<li>Bug fix: JIRA WPB-1749 On start over, staging menus are not deleted.</li>\n<li>Bug fix: JIRA WPB-1755 Gallery images not showing in cart.</li>\n</ul>\n<h4>1.0.12</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1740 Fixed \"In Menu\" messages in editor when staging plugin is not active, and fixed saving menu selections.</li>\n<li>New feature: JIRA WPB-1726 Added optional feedback for GridBlock Add Page.</li>\n<li>Removed Ft: JIRA WPB-1710 Removed Inspirations Add Pages; replaced by GridBlocks.</li>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>New feature: Don\'t assign footer contact widget if using base pagesets.</li>\n<li>Bug Fix: JIRA WPB-1732 Fixing css issues on login screen (firefox).</li>\n<li>Bug Fix: JIRA WPB-1687 Image search: Title, Caption, Alt Text and Description do not display on new pages.</li>\n</ul>\n<h4>1.0.11</h4>\n<ul>\n<li>New feature: JIRA WPB-1699 Added optional feedback for theme activation.</li>\n<li>New feature: JIRA WPB-1690 Adding BoldGrid themes to All themes install menu.</li>\n<li>Bug fix: JIRA WPB-1686 Limited items loaded in network admin pages.</li>\n<li>Improvement: JIRA WPB-1604 Added a \"Cancel\" link to the \"In Menu\" section.</li>\n<li>Improvement: JIRA WPB-1603 Display menu locations in the editor \"In Menu\" section.</li>\n<li>Bug fix: JIRA WPB-1602 Corrected capitalization of \"None\" under \"In menu\" in the editor.</li>\n<li>Improvement: JIRA WPB-1664 Gets api<em>key and site</em>hash from configs instead of get_option.</li>\n<li>Bug fix: JIRA WPB-1597 Fixing indefined index error</li>\n<li>New feature: JIRA WPB-1649 Added reporting of PHP version and mobile ratio.</li>\n<li>Bug fix: JIRA WPB-1598 \'Mine\' count on \'all pages\' is incorrect.</li>\n<li>Bug fix: JIRA WPB-1647 JS error with easy-attachment-preview-size.js.</li>\n<li>Bug fix: JIRA WPB-1651 When the BG menu is turned off, Appearance link should take you to themes.</li>\n</ul>\n<h4>1.0.10</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1632 Fixed handling of subcategory<em>id in deploy</em>page_sets.</li>\n<li>New feature: JIRA WPB-1510 Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations</em>Utility).</li>\n<li>Rework: JIRA WPB-1553 Updated require and include statements for standards.</li>\n<li>Bug fix: JIRA WPB-1563 Updated pages in which wp<em>iframe-media</em>upload.css is loaded.</li>\n<li>Bug fix: JIRA WPB-1549 Resolve attribution page missing attribution for several images.png.</li>\n</ul>\n<h4>1.0.9.2</h4>\n<ul>\n<li>Bug fix: Add GridBlock Sets feature disabled.</li>\n</ul>\n<h4>1.0.9.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed support for PHP 5.2 to deactivate plugin.</li>\n<li>Bug fix: Prevent click of links in add<em>new</em>page_selection previews.</li>\n<li>Bug fix: JIRA WPB-1554 Fixed undefined JavaScript variable pagenow for customizer link.</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1554 Fixed theme link in network dashboard nav menu.</li>\n<li>Bug fix: JIRA WPB-1590 Fixed JavaScript error for undefined screen info in network dashboard.</li>\n<li>Bug fix: JIRA WPB-1535 Fixed theme deployment issues.</li>\n<li>New feature: JIRA WPB-1584 Added an opt-out feedback payload delivery system.</li>\n<li>New feature: JIRA WPB-1580 Added optional feedback for customizer_start.</li>\n<li>Bug fix: JIRA WPB-1571 Removed plugin dependency admin notice when editing an attachment (image).</li>\n<li>New feature: JIRA WPB-1579 Added feedback opt-out in BoldGrid Settings, hidden for now.</li>\n<li>Bug fix: JIRA WPB-1575 Addressed an issue causing mismatch color palettes on cached previews</li>\n<li>New feature: JIRA WPB-1514 Add new pages offers page templates to choose from.</li>\n</ul>\n<h4>1.0.8.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Fixed PHP version check condition (<5.3).</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1561 Fixed missing get<em>plugin</em>data on update calls.</li>\n<li>New feature: JIRA WPB-1511 Added dependency plugin notice on editor pages.</li>\n<li>Bug fix: JIRA WPB-1553 Added support for <strong>DIR</strong> in PHP <=5.2.</li>\n<li>Bug fix: JIRA WPB-1371 JSON encoded image data for media download requests.</li>\n<li>New feature: JIRA WPB-1332 Swapping loading GIF to CSS loading image.</li>\n<li>New feature: JIRA WPB-1072 Storing static pages on install</li>\n<li>New feature: JIRA WPB-1539 When deleting a page, remove it from any applicable menus as well.</li>\n<li>New feature JIRA WPB-1542 Manage menu assignment within editor.</li>\n<li>New feature JIRA WPB-1555 Add wp-image-## class to images during deployment.</li>\n<li>New feature JIRA WPB-1557 Add wp-image-## class to images when adding gridblocks.</li>\n<li>Bug fix: JIRA WPB-1506 Theme naming missing in preview.</li>\n<li>Bug fix: JIRA WPB-1443 Extra page listed under \'Mine\'.</li>\n<li>Bug fix: JIRA WPB-1560 Install options not available on preview server</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Rework: JIRA WPB-1533 Ensured activation data is sent after first login.</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Rework: JIRA WPB-1411 Added more output to the deploy log.</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1462 Fixed position of dependency plugins admin notice. Also limited to Dashboard and plugins page.</li>\n<li>Bug fix: JIRA WPB-1290 Fixing issues with galleries leaving empty spaces</li>\n<li>Bug fix: JIRA WPB-1471 Made deployment plugin installation respect release channel.</li>\n<li>Rework: JIRA WPB-1452 Remove unneeded call to \'boldgrid<em>activate</em>framework\' during deployment.</li>\n<li>Bug fix: JIRA WPB-946 Fixed margin bug on step 2 additional themes.</li>\n<li>Bug fix: JIRA WPB-1384 Increase width of select input on image search modal.</li>\n<li>Bug fix: JIRA WPB-1508 BoldGrid Image search box size is inconsistent.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1442 Fixing inspiration border styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1461 Updating login button styles for wordpress 4.4</li>\n<li>Bug fix: JIRA WPB-1411 Added initialization and checks for empty image queues in deployment.</li>\n<li>Bug fix: JIRA WPB-1406 Attribution page still showing in \'All Pages\'.</li>\n<li>Bug fix: JIRA WPB-1451 Active images are showing in Staging attribution page.</li>\n<li>Bug fix: JIRA WPB-1466 Tabs on tutorials page too small at 1035px - 1482px.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n<li>New feature: JIRA WPB-1389 When starting over theme mods are saved with a flag to recompile sass</li>\n<li>Bug fix: JIRA WPB-1420 Content of Attribution page is overwriting page saves.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1395 Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.</li>\n<li>Rework JIRA WPB-1374 Updated activation timestamp to use GMT/UTC.</li>\n<li>Bug fix: JIRA WPB-1377 Reseller option is now set on first call to either the front end or wp_login.</li>\n<li>Bug fix: Adjusted handling for image purchases when errors occur.</li>\n<li>Bug fix: JIRA WPB-1365 Purchase link on editing a page goes to wrong link.</li>\n<li>Bug fix: JIRA WPB-1368 Inspirations step 0 text refers to nonexisting help tabs.</li>\n<li>Rework: JIRA WPB-1378 Adjusted formatting of footer in Dashboard.</li>\n<li>Rework: JIRA WPB-1369 Update minus signs on \'Transaction History\'.</li>\n<li>New feature: JIRA WPB-1379 On the transactions page, show the reseller that processed the credits.</li>\n<li>Bug fix: Count of \'All\' pages inaccurate on \'All pages\'.</li>\n<li>Bug fix: JIRA WPB-1367 Updated link for \'Lost your BoldGrid Connect Key?\'.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1374 Updated activation timestamp to include timezone in UTC.</li>\n<li>Bug fix: Attribution page shows style tags.</li>\n<li>Bug fix: Strict Standards fix for wp<em>kses</em>allowed_html.</li>\n<li>Bug fix: Fixed incorrect link.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:311:\"<h4>1.3</h4>\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https://www.boldgrid.com/boldgrid-1-3-released/ .</p>\n<h4>1.0.2</h4>\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.</p>\n\";}s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:78227:\"{\"5.8\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7.5\":{\"2.6.5\":[100,95]},\"5.7.4\":{\"2.6.5\":[100,95]},\"5.7.3\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7.2\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7.1\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.7\":{\"2.6.5\":[100,95]},\"5.6.6\":{\"2.6.5\":[100,95]},\"5.6.5\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.3\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.2\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.1\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6\":{\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.8\":{\"2.6.5\":[100,95]},\"5.5.7\":{\"2.6.5\":[100,95]},\"5.5.6\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.3\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.2\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.1\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.9\":{\"2.6.5\":[100,95]},\"5.4.8\":{\"2.6.5\":[100,95]},\"5.4.7\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.6\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.4\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.3\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.2\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.1\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.9\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.8\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.6\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.5\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.4\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.9\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.7\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.5\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.4\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.2\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.1\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.7\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.6\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.4\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.3\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.2\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.1\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1\":{\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.8\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.7\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.6\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.5\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.4\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.3\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.2\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.10\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.1\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.9\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.8\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.6\":{\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.5\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.13\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.12\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.11\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.10\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.9\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.8\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.10\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.13\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.12\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.11\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.12\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:5:{s:11:\"inspiration\";s:11:\"Inspiration\";s:13:\"customization\";s:13:\"Customization\";s:5:\"build\";s:5:\"Build\";s:6:\"create\";s:6:\"Create\";s:6:\"design\";s:6:\"Design\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\";s:4:\"high\";s:66:\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\";}s:11:\"new_version\";s:5:\"2.6.5\";s:4:\"name\";s:21:\"BoldGrid Inspirations\";s:4:\"slug\";s:21:\"boldgrid-inspirations\";s:17:\"short_description\";s:135:\"BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.\";s:12:\"last_updated\";s:19:\"2022-01-25 16:12:57\";s:6:\"author\";s:65:\"<a href=\"https://www.boldgrid.com/\" target=\"_blank\">BoldGrid </a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.png\";s:2:\"2x\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-256x256.png\";s:3:\"svg\";s:71:\"https://repo.boldgrid.com/assets/icon-boldgrid-inspirations-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:25:\"https://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:146:\"https://api.boldgrid.com/api/open/getAsset?key=4762ce765a2d3112d71e13670e9b83d6&id=1237200&installed_plugin_version=2.6.3&installed_wp_version=6.0\";}s:16:\"boldgrid-gallery\";O:8:\"stdClass\":24:{s:5:\"title\";s:16:\"BoldGrid Gallery\";s:7:\"version\";s:5:\"1.5.1\";s:8:\"asset_id\";i:1118061;s:12:\"release_date\";s:19:\"2020-07-27 20:25:23\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.8\";s:8:\"sections\";a:4:{s:11:\"description\";s:82:\"<p>BoldGrid Gallery is a standalone plugin used for slideshows and galleries.</p>\n\";s:12:\"installation\";s:183:\"<ol>\n<li><p>Upload the entire boldgrid-gallery folder to the /wp-content/plugins/ directory.</p></li>\n<li><p>Activate the plugin through the Plugins menu in WordPress.</p></li>\n</ol>\n\";s:9:\"changelog\";s:3079:\"<h4>1.5.1</h4>\n<ul>\n<li>Bug fix: Fix update class.</li>\n<li>Bug fix: Trying to access array offset on value of type bool.</li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Update: Bump version.</li>\n</ul>\n<h4>1.4.3</h4>\n<ul>\n<li>Update: JIRA WPB-3292 Updated plugin URI.</li>\n</ul>\n<h4>1.4.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3161 Fixed auto plugin update.</li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-3151 Added check and load before using get<em>plugin</em>data() for updates.</li>\n<li>Update: JIRA WPB-3112 Updated wc-gallery: 1.52 => 1.55.</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2912 Fixed issue when installing plugins from the Tools Import page.</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2892 Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).</li>\n<li>Testing: JIRA WPB-2744 Tested on WordPress 4.7.</li>\n<li>Misc: JIRA WPB-2503 Added plugin requirements to readme.txt file.</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Update: Bump Version.</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Misc: JIRA WPB-2344 Updated readme.txt for Tested up to 4.6.1.</li>\n<li>Bug fix: JIRA WPB-2336 Load BoldGrid settings from the correct WP option (site/blog).</li>\n<li>Update: JIRA WPB-2368 Version constant is now set from plugin file.</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2310 Removed broken plugin Settings link. Pending review on WPB-2309.</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Misc: JIRA WPB-2256 Updated readme.txt for Tested up to: 4.6.</li>\n<li>Rework: JIRA WPB-1825 Formatting.</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-2114 Fixed gallery displaying in editor on wordpress 4.6.</li>\n<li>Bug fix: JIRA WPB-2114 Fixing ordering of gallery items.</li>\n</ul>\n<h4>1.1.2</h4>\n<ul>\n<li>New feature: JIRA WPB-2037 Added capability for auto-updates by BoldGrid API response.</li>\n<li>Update: JIRA WPB-2024 Updated wc-gallery: 1.48 => 1.52.</li>\n<li>Misc: Updated editor.js to pass JSHint.</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Update: JIRA WPB-1884 Passed WordPress 4.5.1 testing.</li>\n<li>Bug fix: JIRA WPB-1893 JS errors in console when viewing attachments.</li>\n</ul>\n<h4>1.1.0.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1816 Fixed update class interference with the Add Plugins page.</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1809 Fixed undefined index \"action\" for some scenarios. Optimized update class and addressed CodeSniffer items.</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Misc: JIRA WPB-1361 Added license file.</li>\n<li>Bug Fix: JIRA WPB-1646 Fixing Issues where masonry gallery was not WYSIWYG.</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Update: JIRA WPB-1611 Updated wc-gallery: 1.40 => 1.48.</li>\n<li>Rework: JIRA WPB-1617 Updated require and include statements for standards.</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Bug fix: JIRA WPB-1553 Changed <strong>DIR</strong> to dirname( <strong>FILE</strong> ) for PHP <=5.2.</li>\n<li>Misc JIRA WPB-1468 Updated readme.txt for Tested up to: 4.4.1</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>New feature: JIRA WPB-1363 Updated readme.txt for WordPress standards.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial public release.</li>\n</ul>\n\";s:14:\"upgrade_notice\";s:1:\"\n\";}s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:2163:\"{\"5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.4\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.3\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.2\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5.1\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.9\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.8\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.7\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.6\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.5\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.4.10\":{\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]},\"4.3.1\":{\"0.4\":[100,12],\"1.0\":[100,12],\"1.0.1\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.1.0.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.3\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";a:4:{s:7:\"gallery\";s:7:\"Gallery\";s:6:\"slider\";s:6:\"Slider\";s:9:\"slideshow\";s:9:\"Slideshow\";s:7:\"masonry\";s:7:\"Masonry\";}s:7:\"banners\";a:2:{s:3:\"low\";s:53:\"//repo.boldgrid.com/assets/banner-gallery-772x250.png\";s:4:\"high\";s:54:\"//repo.boldgrid.com/assets/banner-gallery-1544x500.png\";}s:11:\"new_version\";s:5:\"1.5.1\";s:4:\"name\";s:16:\"BoldGrid Gallery\";s:4:\"slug\";s:16:\"boldgrid-gallery\";s:17:\"short_description\";s:74:\"BoldGrid Gallery is a standalone plugin used for slideshows and galleries.\";s:12:\"last_updated\";s:19:\"2020-07-27 20:25:23\";s:6:\"author\";s:67:\"<a href=\"http://www.boldgrid.com/\" target=\"_blank\">BoldGrid.com</a>\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.png\";s:2:\"2x\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-256x256.png\";s:3:\"svg\";s:66:\"https://repo.boldgrid.com/assets/icon-boldgrid-gallery-128x128.svg\";}s:5:\"added\";s:10:\"2015-03-19\";s:3:\"url\";s:24:\"http://www.boldgrid.com/\";s:15:\"active_installs\";b:1;s:13:\"download_link\";s:115:\"https://api.boldgrid.com/api/open/getAsset?key=4762ce765a2d3112d71e13670e9b83d6&id=1118061&installed_wp_version=6.0\";}}','no'),(189,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"marie@aiinst.com\";s:7:\"version\";s:3:\"6.0\";s:9:\"timestamp\";i:1653546847;}','no'),(170,'current_theme','Crio','yes'),(171,'theme_switched','','yes'),(172,'boldgrid_backup_history','a:23:{i:0;a:3:{s:7:\"user_id\";i:0;s:9:\"timestamp\";i:1645644680;s:7:\"message\";s:50:\"Twenty Twenty-One theme (version 1.3) deactivated.\";}i:1;a:3:{s:7:\"user_id\";i:0;s:9:\"timestamp\";i:1645644680;s:7:\"message\";s:43:\"Grid One theme (version 1.25.10) activated.\";}i:2;a:3:{s:7:\"user_id\";s:7:\"WP Cron\";s:9:\"timestamp\";i:1645644747;s:7:\"message\";s:35:\"WordPress updated to version 5.7.5.\";}i:3;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1645645852;s:7:\"message\";s:45:\"Grid One theme (version 1.25.10) deactivated.\";}i:4;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1645645852;s:7:\"message\";s:38:\"Crio theme (version 2.12.0) activated.\";}i:5;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1645645854;s:7:\"message\";s:46:\"Crio Premium plugin (version 1.5.2) activated.\";}i:6;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1645645857;s:7:\"message\";s:42:\"weForms plugin (version 1.6.12) activated.\";}i:7;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1645645863;s:7:\"message\";s:52:\"BoldGrid Easy SEO plugin (version 1.6.10) activated.\";}i:8;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1645646019;s:7:\"message\";s:141:\"Backup file created: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com_bg_naplesirrigation.com-23761a18-20220223-195307.zip.\";}i:9;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1645646051;s:7:\"message\";s:141:\"Backup file created: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com_bg_naplesirrigation.com-23761a18-20220223-195344.zip.\";}i:10;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1646082343;s:7:\"message\";s:60:\"A copy of the following file was saved: wp-content/index.php\";}i:11;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1646082343;s:7:\"message\";s:193:\"A copy of wp-content/index.php has been restored from this archive file: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com_bg_naplesirrigation.com-23761a18-20220223-193113.zip.\";}i:12;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649094867;s:7:\"message\";s:141:\"Backup file created: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com_bg_naplesirrigation.com-23761a18-20220404-175310.zip.\";}i:13;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649094897;s:7:\"message\";s:180:\"Due to retention settings, the following backup was deleted: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com_bg_naplesirrigation.com-23761a18-20220223-193113.zip\";}i:14;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649446779;s:7:\"message\";s:117:\"Backup file created: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com-23761a18-20220408-193821.zip.\";}i:15;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649446809;s:7:\"message\";s:180:\"Due to retention settings, the following backup was deleted: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com_bg_naplesirrigation.com-23761a18-20220223-195344.zip\";}i:16;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649446833;s:7:\"message\";s:51:\"Akismet Anti-Spam plugin (version 4.1.9) activated.\";}i:17;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649447094;s:7:\"message\";s:53:\"Akismet Anti-Spam plugin (version 4.1.9) deactivated.\";}i:18;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649447280;s:7:\"message\";s:51:\"Akismet Anti-Spam plugin upgraded to version 4.2.2.\";}i:19;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1649447491;s:7:\"message\";s:30:\"Total Upkeep settings updated.\";}i:20;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1657136329;s:7:\"message\";s:117:\"Backup file created: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com-23761a18-20220706-193712.zip.\";}i:21;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1657136376;s:7:\"message\";s:180:\"Due to retention settings, the following backup was deleted: /home/ndd6915/boldgrid_backup/boldgrid-backup-naplesirrigation.com_bg_naplesirrigation.com-23761a18-20220319-013931.zip\";}i:22;a:3:{s:7:\"user_id\";i:1;s:9:\"timestamp\";i:1657201968;s:7:\"message\";s:51:\"Akismet Anti-Spam plugin upgraded to version 4.2.4.\";}}','no'),(173,'theme_mods_boldgrid-gridone','a:8:{s:13:\"bgtfw_version\";s:6:\"1.7.11\";s:20:\"force_scss_recompile\";a:2:{s:6:\"active\";b:0;s:7:\"staging\";b:1;}s:18:\"nav_menu_locations\";a:1:{s:6:\"social\";i:2;}s:22:\"boldgrid_color_palette\";s:222:\"{\"state\":{\"active-palette\":\"palette-primary\",\"active-palette-id\":\"c39ca97b4cb5fdb12184c552c4e254cf\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"#333333\",\"#337ab7\",\"#ffffff\"]}},\"saved_palettes\":[]}}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:21:\"boldgrid_compiled_css\";s:8946:\".color1-text-default{color:#fff}.color-1-text-contrast{color:#fff ! important}.color-1-text-contrast-hover:hover,.color-1-text-contrast-hover:focus{color:#fff ! important}.color2-text-default{color:#fff}.color-2-text-contrast{color:#fff ! important}.color-2-text-contrast-hover:hover,.color-2-text-contrast-hover:focus{color:#fff ! important}.color3-text-default{color:#333}.color-3-text-contrast,.color-3-text-contrast-hover:hover{color:#333 ! important}.color1-color{color:#333 ! important}.color1-color-hover:focus,.color1-color-hover:hover{color:#333 ! important}.color2-color{color:#337ab7 ! important}.color2-color-hover:focus,.color2-color-hover:hover{color:#337ab7 ! important}.color3-color{color:#fff ! important}.color3-color-hover:focus,.color3-color-hover:hover{color:#fff ! important}.color1-background{background:#333 ! important}.color1-background-hover:focus,.color1-background-hover:hover{background:#333 ! important}.color2-background{background:#337ab7 ! important}.color2-background-hover:focus,.color2-background-hover:hover{background:#337ab7 ! important}.color3-background{background:#fff ! important}.color3-background-hover:focus,.color3-background-hover:hover{background:#fff ! important}.color1-background-color{background-color:#333 ! important}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#333 ! important}.color2-background-color{background-color:#337ab7 ! important}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#337ab7 ! important}.color3-background-color{background-color:#fff ! important}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#fff ! important}.color1-border-color{border-color:#333 ! important}.color1-border-color-hover:focus,.color1-border-color-hover:hover{border-color:#333 ! important}.color2-border-color{border-color:#337ab7 ! important}.color2-border-color-hover:focus,.color2-border-color-hover:hover{border-color:#337ab7 ! important}.color3-border-color{border-color:#fff ! important}.color3-border-color-hover:focus,.color3-border-color-hover:hover{border-color:#fff ! important}.breadcrumb li a.filler{background:#337ab7;color:#fff}.breadcrumb li a.filler:after{border-left-color:#337ab7}.breadcrumb li a:not(.filler){color:#fff}.breadcrumb li a:not(.filler):after{border-left-color:#333 !important}.breadcrumb li a:not(.filler):hover,.breadcrumb li a:not(.filler):focus{background:#337ab7;color:#fff}.breadcrumb li a:not(.filler):hover:after,.breadcrumb li a:not(.filler):focus:after{border-left-color:#337ab7 !important;color:#fff}.woocommerce div.product .stock,.woocommerce div.product span.price,.woocommerce div.product p.price{color:#333}.wc-image-links .gallery-caption,.wc-gallery-captions-show .gallery-caption,.wc-gallery-captions-onhover .gallery-caption,.wc-gallery-captions-showon .gallery-caption{background-color:#fff;color:#333}.wc-image-links .gallery-caption > *,.wc-gallery-captions-show .gallery-caption > *,.wc-gallery-captions-onhover .gallery-caption > *,.wc-gallery-captions-showon .gallery-caption > *{color:#333}.btn-color-1,.btn-color-1-flat{background-color:#333;border-color:#333;color:#fff !important}.btn-color-1:visited,.btn-color-1-flat:visited{color:#fff}.btn-color-1:hover,.btn-color-1-flat:hover,.btn-color-1:focus,.btn-color-1-flat:focus{background-color:#4d4d4d;border-color:#4d4d4d;color:#fff !important}.btn-color-1:active,.btn-color-1-flat:active,.btn-color-1.active,.btn-color-1-flat.active,.btn-color-1.is-active,.btn-color-1-flat.is-active{background-color:#333;border-color:#333;color:#1a1a1a !important}.btn-color-2,.btn-color-2-flat{background-color:#337ab7;border-color:#337ab7;color:#fff !important}.btn-color-2:visited,.btn-color-2-flat:visited{color:#fff}.btn-color-2:hover,.btn-color-2-flat:hover,.btn-color-2:focus,.btn-color-2-flat:focus{background-color:#4f93ce;border-color:#4f93ce;color:#fff !important}.btn-color-2:active,.btn-color-2-flat:active,.btn-color-2.active,.btn-color-2-flat.active,.btn-color-2.is-active,.btn-color-2-flat.is-active{background-color:#3f79ab;border-color:#3f79ab;color:#285f8f !important}.btn-color-3,.btn-color-3-flat{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:#333}.btn-color-3:hover,.btn-color-3-flat:hover,.btn-color-3:focus,.btn-color-3-flat:focus{background-color:#fff;border-color:#fff;color:#333 !important}.btn-color-3:active,.btn-color-3-flat:active,.btn-color-3.active,.btn-color-3-flat.active,.btn-color-3.is-active,.btn-color-3-flat.is-active{background-color:#fff;border-color:#fff;color:#e6e6e6 !important}.palette-primary{background:#fff;color:#333;}.palette-primary .button-primary,.palette-primary .widget .table-striped > tbody > tr:nth-child(2n+1) > td,.palette-primary .pager li > a{background:#333;border:1px solid #333;color:#fff}.palette-primary .button-secondary{background:#337ab7;border:1px solid #337ab7;color:#fff}.palette-primary .button-primary:hover,.palette-primary .button-primary:active,.palette-primary .pager li > a:hover,.palette-primary .pager li > a:focus{background:#337ab7;border:1px solid #337ab7;color:#fff}.palette-primary .button-secondary:hover,.palette-primary .button-secondary:active{background:none;border:1px solid #333;color:#333}.palette-primary h1,.palette-primary h2,.palette-primary h3,.palette-primary h4,.palette-primary h5,.palette-primary h6,.palette-primary caption,.palette-primary .widget .nav > li > a:hover,.palette-primary .widget .nav > li > a:focus,.palette-primary #footer-center-menu .current-menu-item a{color:#333}.palette-primary .title-main{border-bottom:1px solid #333;border-top:1px solid #333;color:#333}.palette-primary hr{background:#333}.palette-primary .mod-blockquote,.palette-primary blockquote{border-left:7px solid #333}.palette-primary .mod-icon-circle i{border:2px solid #333;color:#333}.palette-primary .mod-divider{border-top:1px solid #333}.palette-primary .entry-title:before{border-top:1px solid #333}.palette-primary a,.palette-primary .heading-alt,.palette-primary #menu-social li a:hover,.palette-primary #menu-social li a:focus,.palette-primary #secondary-menu a:hover,.palette-primary #secondary-menu a:focus,.palette-primary #tertiary-menu a:hover,.palette-primary #tertiary-menu a:focus,.palette-primary .navbar-default .navbar-nav > li > a:hover,.palette-primary .navbar-default .navbar-nav > li > a:focus,.palette-primary .navbar-default .navbar-nav > .active > a,.palette-primary .navbar-default .navbar-nav > .active > a:hover,.palette-primary .navbar-default .navbar-nav > .active > a:focus,.palette-primary .palette-primary.disabled-footer .site-footer a,.palette-primary .widget.well a,.palette-primary .navbar-default .navbar-nav > .current-menu-parent > a{color:#337ab7}.palette-primary .navbar-default .navbar-nav > .open > a,.palette-primary .navbar-default .navbar-nav > .open > a:hover,.palette-primary .navbar-default .navbar-nav > .open > a:focus,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,.palette-primary .mark,.palette-primary mark{background:#337ab7;color:#fff}.palette-primary #secondary-menu .current-menu-item a,.palette-primary #tertiary-menu .current-menu-item a{color:#337ab7}.palette-primary .navbar-default .navbar-toggle:hover .icon-bar,.palette-primary .navbar-default .navbar-toggle:focus .icon-bar,.palette-primary .navbar-default .navbar-toggle .icon-bar{background-color:#337ab7}.palette-primary .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#333}.palette-primary .navbar-default .navbar-nav .dropdown-menu{background:#fff}.palette-primary .navbar-default .navbar-nav > .dropdown.active.open > a,.palette-primary .navbar-default .navbar-nav > li.dropdown.active.open > a:hover,.palette-primary .navbar-default .navbar-nav > li.dropdown.active.open > a:focus,.palette-primary .navbar-default .navbar-nav > .dropdown.active.open > a:hover{color:#fff}.palette-primary .palette-primary.disabled-footer .site-footer,.palette-primary .entry-title a{background-color:#fff}.palette-primary .mod-divider i,.palette-primary .mod-divider a{background:#fff}.palette-primary .site-title a,.palette-primary #secondary-menu a,.palette-primary #tertiary-menu a,.palette-primary #menu-social a,.palette-primary .comments-area .comment-content p,.palette-primary .navbar-default .dropdown-menu > li > a,.palette-primary .widget.well{color:#333}.palette-primary .navbar-default .navbar-toggle{border-color:#fff}.palette-primary .navbar-default .navbar-toggle:hover,.palette-primary .navbar-default .navbar-toggle:focus{background-color:#fff}.palette-primary .panel-default > .panel-heading,.palette-primary .panel-body,.palette-primary .panel-footer{background:#fff;color:#333}.palette-primary #reviews #comments ol.commentlist li .meta{color:#333}\";s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1645645852;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:17:\"boldgrid-widget-3\";a:1:{i:0;s:22:\"black-studio-tinymce-0\";}}}}','yes'),(174,'widget_black-studio-tinymce','a:2:{s:12:\"_multiwidget\";i:1;i:0;a:5:{s:5:\"title\";s:12:\"Contact Info\";s:4:\"text\";s:150:\"	&copy; 2022 WordPress Site | 202 Grid Blvd. Agloe, NY 12776 | <span class=\"phone-number\">777-765-4321</span> | <a href=\"mailto:\">info@example.com</a>\";s:4:\"type\";s:6:\"visual\";s:6:\"filter\";i:1;s:5:\"label\";s:20:\"black-studio-tinymce\";}}','yes'),(175,'boldgrid_widgets_created','a:1:{s:12:\"contact_info\";s:22:\"black-studio-tinymce-0\";}','yes'),(180,'bglib_activity','a:2:{s:15:\"boldgrid-backup\";a:2:{s:18:\"any_backup_created\";i:8;s:25:\"download_to_local_machine\";i:1;}s:5:\"bgppb\";a:1:{s:13:\"block_install\";i:2;}}','yes'),(176,'boldgrid_backup_last_backup','1657136329','no'),(177,'boldgrid_menus_created','a:2:{i:2;s:6:\"social\";s:14:\"option_version\";i:2;}','yes'),(178,'boldgrid_framework_init','1','yes'),(212,'db_upgraded','','yes'),(210,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(211,'wp_force_deactivated_plugins','a:0:{}','yes'),(257,'weforms_settings','a:4:{s:13:\"email_gateway\";s:9:\"wordpress\";s:6:\"credit\";b:0;s:12:\"email_footer\";b:1;s:9:\"recaptcha\";a:3:{s:3:\"key\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:4:\"type\";s:2:\"v2\";}}','yes'),(258,'weforms_installed','1645645857','yes'),(263,'weforms_version','1.6.12','yes'),(202,'boldgrid_inspirations_current_version','2.6.3','no'),(203,'boldgrid_pointers','a:4:{i:0;a:6:{s:2:\"id\";s:37:\"boldgrid_image_search_internal_only_8\";s:6:\"screen\";s:4:\"page\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"<em>This search function</em> helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the <strong>BoldGrid Connect Search</strong> tab in the top menu.\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:1;a:6:{s:2:\"id\";s:49:\"boldgrid_media_library_image_search_internal_only\";s:6:\"screen\";s:6:\"upload\";s:6:\"target\";s:19:\"#media-search-input\";s:5:\"title\";s:12:\"Image search\";s:7:\"content\";s:222:\"<em>This search function</em> helps you find images you\'ve already uploaded to your Media Library. If you would like to search the web for new images, click the <strong>BoldGrid Connect Search</strong> tab in the top menu.\";s:8:\"position\";a:3:{s:4:\"edge\";s:3:\"top\";s:5:\"align\";s:6:\"middle\";s:17:\"open_on_page_load\";b:0;}}i:2;a:6:{s:2:\"id\";s:38:\"boldgrid_image_size_do_you_need_help_8\";s:6:\"screen\";s:12:\"media-upload\";s:6:\"target\";s:11:\"#image_size\";s:5:\"title\";s:10:\"Image size\";s:7:\"content\";s:33:\"Need help choosing an image size?\";s:8:\"position\";a:2:{s:4:\"edge\";s:5:\"right\";s:5:\"align\";s:6:\"middle\";}}i:3;a:6:{s:2:\"id\";s:29:\"boldgrid_customization_widget\";s:6:\"screen\";s:9:\"dashboard\";s:6:\"target\";s:21:\"#customization_widget\";s:5:\"title\";s:35:\"Begin customizing your new website!\";s:7:\"content\";s:130:\"Congratulations, you&#039;ve just installed your new website! Below you&#039;ll find tips to help you begin customizing your site.\";s:8:\"position\";a:2:{s:4:\"edge\";s:6:\"bottom\";s:5:\"align\";s:6:\"middle\";}}}','yes'),(204,'boldgrid_inspirations_redirect','1645645841','yes'),(267,'boldgrid_installed_pages_metadata','a:3:{i:103;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:105;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}i:107;a:3:{s:11:\"is_readonly\";s:1:\"0\";s:9:\"post_type\";s:4:\"page\";s:11:\"post_status\";s:7:\"publish\";}}','yes'),(241,'boldgrid_theme_revision_Crio','20210215114326','yes'),(242,'allowedthemes','a:1:{s:4:\"crio\";b:1;}','no'),(243,'theme_mods_crio','a:169:{s:18:\"_boldgrid_theme_id\";i:61;s:18:\"nav_menu_locations\";a:5:{s:13:\"footer-social\";i:3;s:6:\"social\";i:0;s:4:\"main\";i:4;s:11:\"sticky-main\";i:4;s:13:\"sticky-social\";i:3;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1613409498;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:9:\"search-81\";i:1;s:15:\"recent-posts-81\";i:2;s:11:\"archives-79\";i:3;s:13:\"categories-79\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:23:\"boldgrid-editor-sidebar\";a:0:{}s:17:\"boldgrid-widget-3\";a:0:{}s:15:\"primary-sidebar\";a:2:{i:0;s:14:\"recent-posts-7\";i:1;s:8:\"search-7\";}s:17:\"boldgrid-widget-1\";a:0:{}}}s:22:\"boldgrid_color_palette\";s:1016:\"{\"state\":{\"active-palette\":\"palette-primary\",\"active-palette-id\":\"2987e84c05e3e05d026d2c4987d09396\",\"palettes\":{\"palette-primary\":{\"format\":\"palette-primary\",\"colors\":[\"rgb(67, 146, 241)\",\"rgb(1, 31, 63)\",\"rgb(220, 235, 247)\",\"rgb(249, 249, 249)\",\"rgb(1, 31, 63)\"],\"neutral-color\":\"rgb(249, 249, 249)\"}},\"saved_palettes\":[{\"format\":\"palette-primary\",\"colors\":[\"rgb(163, 71, 255)\",\"rgb(26, 26, 26)\",\"rgb(217, 217, 217)\",\"rgb(255, 255, 255)\",\"rgb(26, 26, 26)\"],\"neutral-color\":\"rgb(255, 255, 255)\"},{\"format\":\"palette-primary\",\"colors\":[\"rgb(237, 97, 54)\",\"rgb(0, 3, 56)\",\"rgb(125, 17, 40)\",\"rgb(249, 249, 249)\",\"rgb(0, 3, 56)\"],\"neutral-color\":\"rgb(249, 249, 249)\"},{\"format\":\"palette-primary\",\"colors\":[\"rgb(225, 122, 165)\",\"rgb(31, 42, 48)\",\"rgb(214, 214, 214)\",\"rgb(255, 255, 255)\",\"rgb(31, 42, 48)\"],\"neutral-color\":\"rgb(255, 255, 255)\"},{\"format\":\"palette-primary\",\"colors\":[\"rgb(67, 146, 241)\",\"rgb(1, 31, 63)\",\"rgb(220, 235, 247)\",\"rgb(249, 249, 249)\",\"rgb(1, 31, 63)\"],\"neutral-color\":\"rgb(249, 249, 249)\"}]}}\";s:21:\"boldgrid_compiled_css\";s:361594:\".sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#4392f1 ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#011f3f ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#dcebf7 ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#f9f9f9 ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#011f3f ! important}.color1-background.color-1-link-color a{color:#4392f1}.color1-background.color-1-link-color a:hover,.color1-background.color-1-link-color a:focus,.color1-background.color-1-link-color a:active,.color1-background.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background.sidebar.color-1-link-color a{color:#4392f1}.color1-background.sidebar.color-1-link-color a:hover,.color1-background.sidebar.color-1-link-color a:focus,.color1-background.sidebar.color-1-link-color a:active,.color1-background.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background.sm.color-1-link-color li.btn a,.color1-background.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color1-background.sm.color-1-link-color li.button-primary a,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.button a,.color1-background.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background.sm.color-1-link-color li.button-secondary a,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.alt.button a{color:inherit}.color1-background.sm.color-1-link-color li.btn a:hover,.color1-background.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background.sm.color-1-link-color li.button-primary a:hover,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.button a:hover,.color1-background.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background.sm.color-1-link-color li.button-secondary a:hover,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.alt.button a:hover,.color1-background.sm.color-1-link-color li.btn a:focus,.color1-background.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background.sm.color-1-link-color li.button-primary a:focus,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.button a:focus,.color1-background.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background.sm.color-1-link-color li.button-secondary a:focus,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.alt.button a:focus,.color1-background.sm.color-1-link-color li.btn a:active,.color1-background.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background.sm.color-1-link-color li.button-primary a:active,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.button a:active,.color1-background.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background.sm.color-1-link-color li.button-secondary a:active,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.alt.button a:active,.color1-background.sm.color-1-link-color li.btn a.highlighted,.color1-background.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background.sm.color-1-link-color li.button-primary a.highlighted,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.button a.highlighted,.color1-background.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background.sm.color-1-link-color li.button-secondary a.highlighted,.color1-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color1-background.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color1-background.sm.color-1-link-color li:not(.btn) a:hover,.color1-background.sm.color-1-link-color li:not(.btn) a:focus,.color1-background.sm.color-1-link-color li:not(.btn) a:active,.color1-background.sm.color-1-link-color li:not(.btn) a.highlighted{color:#0e5fc0}.color1-background.color-2-link-color a{color:#011f3f}.color1-background.color-2-link-color a:hover,.color1-background.color-2-link-color a:focus,.color1-background.color-2-link-color a:active,.color1-background.color-2-link-color a.highlighted{color:#0350a3}.color1-background.sidebar.color-2-link-color a{color:#011f3f}.color1-background.sidebar.color-2-link-color a:hover,.color1-background.sidebar.color-2-link-color a:focus,.color1-background.sidebar.color-2-link-color a:active,.color1-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color1-background.sm.color-2-link-color li.btn a,.color1-background.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color1-background.sm.color-2-link-color li.button-primary a,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.button a,.color1-background.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background.sm.color-2-link-color li.button-secondary a,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.alt.button a{color:inherit}.color1-background.sm.color-2-link-color li.btn a:hover,.color1-background.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background.sm.color-2-link-color li.button-primary a:hover,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.button a:hover,.color1-background.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background.sm.color-2-link-color li.button-secondary a:hover,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.alt.button a:hover,.color1-background.sm.color-2-link-color li.btn a:focus,.color1-background.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background.sm.color-2-link-color li.button-primary a:focus,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.button a:focus,.color1-background.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background.sm.color-2-link-color li.button-secondary a:focus,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.alt.button a:focus,.color1-background.sm.color-2-link-color li.btn a:active,.color1-background.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background.sm.color-2-link-color li.button-primary a:active,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.button a:active,.color1-background.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background.sm.color-2-link-color li.button-secondary a:active,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.alt.button a:active,.color1-background.sm.color-2-link-color li.btn a.highlighted,.color1-background.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background.sm.color-2-link-color li.button-primary a.highlighted,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.button a.highlighted,.color1-background.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background.sm.color-2-link-color li.button-secondary a.highlighted,.color1-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color1-background.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color1-background.sm.color-2-link-color li:not(.btn) a:hover,.color1-background.sm.color-2-link-color li:not(.btn) a:focus,.color1-background.sm.color-2-link-color li:not(.btn) a:active,.color1-background.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color1-background.color-3-link-color a{color:#dcebf7}.color1-background.color-3-link-color a:hover,.color1-background.color-3-link-color a:focus,.color1-background.color-3-link-color a:active,.color1-background.color-3-link-color a.highlighted{color:#89bce4}.color1-background.sidebar.color-3-link-color a{color:#dcebf7}.color1-background.sidebar.color-3-link-color a:hover,.color1-background.sidebar.color-3-link-color a:focus,.color1-background.sidebar.color-3-link-color a:active,.color1-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color1-background.sm.color-3-link-color li.btn a,.color1-background.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color1-background.sm.color-3-link-color li.button-primary a,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.button a,.color1-background.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background.sm.color-3-link-color li.button-secondary a,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.alt.button a{color:inherit}.color1-background.sm.color-3-link-color li.btn a:hover,.color1-background.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background.sm.color-3-link-color li.button-primary a:hover,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.button a:hover,.color1-background.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background.sm.color-3-link-color li.button-secondary a:hover,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.alt.button a:hover,.color1-background.sm.color-3-link-color li.btn a:focus,.color1-background.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background.sm.color-3-link-color li.button-primary a:focus,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.button a:focus,.color1-background.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background.sm.color-3-link-color li.button-secondary a:focus,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.alt.button a:focus,.color1-background.sm.color-3-link-color li.btn a:active,.color1-background.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background.sm.color-3-link-color li.button-primary a:active,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.button a:active,.color1-background.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background.sm.color-3-link-color li.button-secondary a:active,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.alt.button a:active,.color1-background.sm.color-3-link-color li.btn a.highlighted,.color1-background.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background.sm.color-3-link-color li.button-primary a.highlighted,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.button a.highlighted,.color1-background.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background.sm.color-3-link-color li.button-secondary a.highlighted,.color1-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color1-background.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color1-background.sm.color-3-link-color li:not(.btn) a:hover,.color1-background.sm.color-3-link-color li:not(.btn) a:focus,.color1-background.sm.color-3-link-color li:not(.btn) a:active,.color1-background.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color1-background.color-4-link-color a{color:#f9f9f9}.color1-background.color-4-link-color a:hover,.color1-background.color-4-link-color a:focus,.color1-background.color-4-link-color a:active,.color1-background.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background.sidebar.color-4-link-color a{color:#f9f9f9}.color1-background.sidebar.color-4-link-color a:hover,.color1-background.sidebar.color-4-link-color a:focus,.color1-background.sidebar.color-4-link-color a:active,.color1-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background.sm.color-4-link-color li.btn a,.color1-background.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color1-background.sm.color-4-link-color li.button-primary a,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.button a,.color1-background.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background.sm.color-4-link-color li.button-secondary a,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.alt.button a{color:inherit}.color1-background.sm.color-4-link-color li.btn a:hover,.color1-background.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background.sm.color-4-link-color li.button-primary a:hover,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.button a:hover,.color1-background.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background.sm.color-4-link-color li.button-secondary a:hover,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.alt.button a:hover,.color1-background.sm.color-4-link-color li.btn a:focus,.color1-background.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background.sm.color-4-link-color li.button-primary a:focus,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.button a:focus,.color1-background.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background.sm.color-4-link-color li.button-secondary a:focus,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.alt.button a:focus,.color1-background.sm.color-4-link-color li.btn a:active,.color1-background.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background.sm.color-4-link-color li.button-primary a:active,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.button a:active,.color1-background.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background.sm.color-4-link-color li.button-secondary a:active,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.alt.button a:active,.color1-background.sm.color-4-link-color li.btn a.highlighted,.color1-background.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background.sm.color-4-link-color li.button-primary a.highlighted,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.button a.highlighted,.color1-background.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background.sm.color-4-link-color li.button-secondary a.highlighted,.color1-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color1-background.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color1-background.sm.color-4-link-color li:not(.btn) a:hover,.color1-background.sm.color-4-link-color li:not(.btn) a:focus,.color1-background.sm.color-4-link-color li:not(.btn) a:active,.color1-background.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color1-background.color-5-link-color a{color:#011f3f}.color1-background.color-5-link-color a:hover,.color1-background.color-5-link-color a:focus,.color1-background.color-5-link-color a:active,.color1-background.color-5-link-color a.highlighted{color:#0350a3}.color1-background.sidebar.color-5-link-color a{color:#011f3f}.color1-background.sidebar.color-5-link-color a:hover,.color1-background.sidebar.color-5-link-color a:focus,.color1-background.sidebar.color-5-link-color a:active,.color1-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color1-background.sm.color-5-link-color li.btn a,.color1-background.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color1-background.sm.color-5-link-color li.button-primary a,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.button a,.color1-background.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background.sm.color-5-link-color li.button-secondary a,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.alt.button a{color:inherit}.color1-background.sm.color-5-link-color li.btn a:hover,.color1-background.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background.sm.color-5-link-color li.button-primary a:hover,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.button a:hover,.color1-background.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background.sm.color-5-link-color li.button-secondary a:hover,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.alt.button a:hover,.color1-background.sm.color-5-link-color li.btn a:focus,.color1-background.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background.sm.color-5-link-color li.button-primary a:focus,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.button a:focus,.color1-background.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background.sm.color-5-link-color li.button-secondary a:focus,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.alt.button a:focus,.color1-background.sm.color-5-link-color li.btn a:active,.color1-background.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background.sm.color-5-link-color li.button-primary a:active,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.button a:active,.color1-background.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background.sm.color-5-link-color li.button-secondary a:active,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.alt.button a:active,.color1-background.sm.color-5-link-color li.btn a.highlighted,.color1-background.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background.sm.color-5-link-color li.button-primary a.highlighted,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.button a.highlighted,.color1-background.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background.sm.color-5-link-color li.button-secondary a.highlighted,.color1-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color1-background.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color1-background.sm.color-5-link-color li:not(.btn) a:hover,.color1-background.sm.color-5-link-color li:not(.btn) a:focus,.color1-background.sm.color-5-link-color li:not(.btn) a:active,.color1-background.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color1-background.color-neutral-link-color a{color:#f9f9f9}.color1-background.color-neutral-link-color a:hover,.color1-background.color-neutral-link-color a:focus,.color1-background.color-neutral-link-color a:active,.color1-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color1-background-hover:focus,.color1-background-hover:hover{background:#4392f1 ! important}.color2-background.color-1-link-color a{color:#4392f1}.color2-background.color-1-link-color a:hover,.color2-background.color-1-link-color a:focus,.color2-background.color-1-link-color a:active,.color2-background.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background.sidebar.color-1-link-color a{color:#4392f1}.color2-background.sidebar.color-1-link-color a:hover,.color2-background.sidebar.color-1-link-color a:focus,.color2-background.sidebar.color-1-link-color a:active,.color2-background.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background.sm.color-1-link-color li.btn a,.color2-background.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color2-background.sm.color-1-link-color li.button-primary a,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.button a,.color2-background.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background.sm.color-1-link-color li.button-secondary a,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.alt.button a{color:inherit}.color2-background.sm.color-1-link-color li.btn a:hover,.color2-background.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background.sm.color-1-link-color li.button-primary a:hover,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.button a:hover,.color2-background.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background.sm.color-1-link-color li.button-secondary a:hover,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.alt.button a:hover,.color2-background.sm.color-1-link-color li.btn a:focus,.color2-background.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background.sm.color-1-link-color li.button-primary a:focus,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.button a:focus,.color2-background.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background.sm.color-1-link-color li.button-secondary a:focus,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.alt.button a:focus,.color2-background.sm.color-1-link-color li.btn a:active,.color2-background.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background.sm.color-1-link-color li.button-primary a:active,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.button a:active,.color2-background.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background.sm.color-1-link-color li.button-secondary a:active,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.alt.button a:active,.color2-background.sm.color-1-link-color li.btn a.highlighted,.color2-background.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background.sm.color-1-link-color li.button-primary a.highlighted,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.button a.highlighted,.color2-background.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background.sm.color-1-link-color li.button-secondary a.highlighted,.color2-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color2-background.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color2-background.sm.color-1-link-color li:not(.btn) a:hover,.color2-background.sm.color-1-link-color li:not(.btn) a:focus,.color2-background.sm.color-1-link-color li:not(.btn) a:active,.color2-background.sm.color-1-link-color li:not(.btn) a.highlighted{color:#a2c9f8}.color2-background.color-2-link-color a{color:#011f3f}.color2-background.color-2-link-color a:hover,.color2-background.color-2-link-color a:focus,.color2-background.color-2-link-color a:active,.color2-background.color-2-link-color a.highlighted{color:#0350a3}.color2-background.sidebar.color-2-link-color a{color:#011f3f}.color2-background.sidebar.color-2-link-color a:hover,.color2-background.sidebar.color-2-link-color a:focus,.color2-background.sidebar.color-2-link-color a:active,.color2-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color2-background.sm.color-2-link-color li.btn a,.color2-background.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color2-background.sm.color-2-link-color li.button-primary a,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.button a,.color2-background.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background.sm.color-2-link-color li.button-secondary a,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.alt.button a{color:inherit}.color2-background.sm.color-2-link-color li.btn a:hover,.color2-background.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background.sm.color-2-link-color li.button-primary a:hover,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.button a:hover,.color2-background.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background.sm.color-2-link-color li.button-secondary a:hover,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.alt.button a:hover,.color2-background.sm.color-2-link-color li.btn a:focus,.color2-background.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background.sm.color-2-link-color li.button-primary a:focus,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.button a:focus,.color2-background.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background.sm.color-2-link-color li.button-secondary a:focus,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.alt.button a:focus,.color2-background.sm.color-2-link-color li.btn a:active,.color2-background.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background.sm.color-2-link-color li.button-primary a:active,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.button a:active,.color2-background.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background.sm.color-2-link-color li.button-secondary a:active,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.alt.button a:active,.color2-background.sm.color-2-link-color li.btn a.highlighted,.color2-background.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background.sm.color-2-link-color li.button-primary a.highlighted,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.button a.highlighted,.color2-background.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background.sm.color-2-link-color li.button-secondary a.highlighted,.color2-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color2-background.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color2-background.sm.color-2-link-color li:not(.btn) a:hover,.color2-background.sm.color-2-link-color li:not(.btn) a:focus,.color2-background.sm.color-2-link-color li:not(.btn) a:active,.color2-background.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color2-background.color-3-link-color a{color:#dcebf7}.color2-background.color-3-link-color a:hover,.color2-background.color-3-link-color a:focus,.color2-background.color-3-link-color a:active,.color2-background.color-3-link-color a.highlighted{color:#89bce4}.color2-background.sidebar.color-3-link-color a{color:#dcebf7}.color2-background.sidebar.color-3-link-color a:hover,.color2-background.sidebar.color-3-link-color a:focus,.color2-background.sidebar.color-3-link-color a:active,.color2-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color2-background.sm.color-3-link-color li.btn a,.color2-background.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color2-background.sm.color-3-link-color li.button-primary a,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.button a,.color2-background.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background.sm.color-3-link-color li.button-secondary a,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.alt.button a{color:inherit}.color2-background.sm.color-3-link-color li.btn a:hover,.color2-background.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background.sm.color-3-link-color li.button-primary a:hover,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.button a:hover,.color2-background.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background.sm.color-3-link-color li.button-secondary a:hover,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.alt.button a:hover,.color2-background.sm.color-3-link-color li.btn a:focus,.color2-background.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background.sm.color-3-link-color li.button-primary a:focus,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.button a:focus,.color2-background.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background.sm.color-3-link-color li.button-secondary a:focus,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.alt.button a:focus,.color2-background.sm.color-3-link-color li.btn a:active,.color2-background.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background.sm.color-3-link-color li.button-primary a:active,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.button a:active,.color2-background.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background.sm.color-3-link-color li.button-secondary a:active,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.alt.button a:active,.color2-background.sm.color-3-link-color li.btn a.highlighted,.color2-background.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background.sm.color-3-link-color li.button-primary a.highlighted,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.button a.highlighted,.color2-background.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background.sm.color-3-link-color li.button-secondary a.highlighted,.color2-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color2-background.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color2-background.sm.color-3-link-color li:not(.btn) a:hover,.color2-background.sm.color-3-link-color li:not(.btn) a:focus,.color2-background.sm.color-3-link-color li:not(.btn) a:active,.color2-background.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color2-background.color-4-link-color a{color:#f9f9f9}.color2-background.color-4-link-color a:hover,.color2-background.color-4-link-color a:focus,.color2-background.color-4-link-color a:active,.color2-background.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background.sidebar.color-4-link-color a{color:#f9f9f9}.color2-background.sidebar.color-4-link-color a:hover,.color2-background.sidebar.color-4-link-color a:focus,.color2-background.sidebar.color-4-link-color a:active,.color2-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background.sm.color-4-link-color li.btn a,.color2-background.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color2-background.sm.color-4-link-color li.button-primary a,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.button a,.color2-background.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background.sm.color-4-link-color li.button-secondary a,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.alt.button a{color:inherit}.color2-background.sm.color-4-link-color li.btn a:hover,.color2-background.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background.sm.color-4-link-color li.button-primary a:hover,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.button a:hover,.color2-background.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background.sm.color-4-link-color li.button-secondary a:hover,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.alt.button a:hover,.color2-background.sm.color-4-link-color li.btn a:focus,.color2-background.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background.sm.color-4-link-color li.button-primary a:focus,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.button a:focus,.color2-background.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background.sm.color-4-link-color li.button-secondary a:focus,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.alt.button a:focus,.color2-background.sm.color-4-link-color li.btn a:active,.color2-background.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background.sm.color-4-link-color li.button-primary a:active,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.button a:active,.color2-background.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background.sm.color-4-link-color li.button-secondary a:active,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.alt.button a:active,.color2-background.sm.color-4-link-color li.btn a.highlighted,.color2-background.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background.sm.color-4-link-color li.button-primary a.highlighted,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.button a.highlighted,.color2-background.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background.sm.color-4-link-color li.button-secondary a.highlighted,.color2-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color2-background.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color2-background.sm.color-4-link-color li:not(.btn) a:hover,.color2-background.sm.color-4-link-color li:not(.btn) a:focus,.color2-background.sm.color-4-link-color li:not(.btn) a:active,.color2-background.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color2-background.color-5-link-color a{color:#011f3f}.color2-background.color-5-link-color a:hover,.color2-background.color-5-link-color a:focus,.color2-background.color-5-link-color a:active,.color2-background.color-5-link-color a.highlighted{color:#0350a3}.color2-background.sidebar.color-5-link-color a{color:#011f3f}.color2-background.sidebar.color-5-link-color a:hover,.color2-background.sidebar.color-5-link-color a:focus,.color2-background.sidebar.color-5-link-color a:active,.color2-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color2-background.sm.color-5-link-color li.btn a,.color2-background.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color2-background.sm.color-5-link-color li.button-primary a,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.button a,.color2-background.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background.sm.color-5-link-color li.button-secondary a,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.alt.button a{color:inherit}.color2-background.sm.color-5-link-color li.btn a:hover,.color2-background.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background.sm.color-5-link-color li.button-primary a:hover,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.button a:hover,.color2-background.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background.sm.color-5-link-color li.button-secondary a:hover,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.alt.button a:hover,.color2-background.sm.color-5-link-color li.btn a:focus,.color2-background.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background.sm.color-5-link-color li.button-primary a:focus,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.button a:focus,.color2-background.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background.sm.color-5-link-color li.button-secondary a:focus,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.alt.button a:focus,.color2-background.sm.color-5-link-color li.btn a:active,.color2-background.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background.sm.color-5-link-color li.button-primary a:active,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.button a:active,.color2-background.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background.sm.color-5-link-color li.button-secondary a:active,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.alt.button a:active,.color2-background.sm.color-5-link-color li.btn a.highlighted,.color2-background.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background.sm.color-5-link-color li.button-primary a.highlighted,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.button a.highlighted,.color2-background.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background.sm.color-5-link-color li.button-secondary a.highlighted,.color2-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color2-background.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color2-background.sm.color-5-link-color li:not(.btn) a:hover,.color2-background.sm.color-5-link-color li:not(.btn) a:focus,.color2-background.sm.color-5-link-color li:not(.btn) a:active,.color2-background.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color2-background.color-neutral-link-color a{color:#f9f9f9}.color2-background.color-neutral-link-color a:hover,.color2-background.color-neutral-link-color a:focus,.color2-background.color-neutral-link-color a:active,.color2-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color2-background-hover:focus,.color2-background-hover:hover{background:#011f3f ! important}.color3-background.color-1-link-color a{color:#4392f1}.color3-background.color-1-link-color a:hover,.color3-background.color-1-link-color a:focus,.color3-background.color-1-link-color a:active,.color3-background.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background.sidebar.color-1-link-color a{color:#4392f1}.color3-background.sidebar.color-1-link-color a:hover,.color3-background.sidebar.color-1-link-color a:focus,.color3-background.sidebar.color-1-link-color a:active,.color3-background.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background.sm.color-1-link-color li.btn a,.color3-background.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color3-background.sm.color-1-link-color li.button-primary a,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.button a,.color3-background.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background.sm.color-1-link-color li.button-secondary a,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.alt.button a{color:inherit}.color3-background.sm.color-1-link-color li.btn a:hover,.color3-background.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background.sm.color-1-link-color li.button-primary a:hover,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.button a:hover,.color3-background.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background.sm.color-1-link-color li.button-secondary a:hover,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.alt.button a:hover,.color3-background.sm.color-1-link-color li.btn a:focus,.color3-background.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background.sm.color-1-link-color li.button-primary a:focus,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.button a:focus,.color3-background.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background.sm.color-1-link-color li.button-secondary a:focus,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.alt.button a:focus,.color3-background.sm.color-1-link-color li.btn a:active,.color3-background.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background.sm.color-1-link-color li.button-primary a:active,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.button a:active,.color3-background.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background.sm.color-1-link-color li.button-secondary a:active,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.alt.button a:active,.color3-background.sm.color-1-link-color li.btn a.highlighted,.color3-background.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background.sm.color-1-link-color li.button-primary a.highlighted,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.button a.highlighted,.color3-background.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background.sm.color-1-link-color li.button-secondary a.highlighted,.color3-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color3-background.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color3-background.sm.color-1-link-color li:not(.btn) a:hover,.color3-background.sm.color-1-link-color li:not(.btn) a:focus,.color3-background.sm.color-1-link-color li:not(.btn) a:active,.color3-background.sm.color-1-link-color li:not(.btn) a.highlighted{color:#0e5fc0}.color3-background.color-2-link-color a{color:#011f3f}.color3-background.color-2-link-color a:hover,.color3-background.color-2-link-color a:focus,.color3-background.color-2-link-color a:active,.color3-background.color-2-link-color a.highlighted{color:#0350a3}.color3-background.sidebar.color-2-link-color a{color:#011f3f}.color3-background.sidebar.color-2-link-color a:hover,.color3-background.sidebar.color-2-link-color a:focus,.color3-background.sidebar.color-2-link-color a:active,.color3-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color3-background.sm.color-2-link-color li.btn a,.color3-background.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color3-background.sm.color-2-link-color li.button-primary a,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.button a,.color3-background.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background.sm.color-2-link-color li.button-secondary a,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.alt.button a{color:inherit}.color3-background.sm.color-2-link-color li.btn a:hover,.color3-background.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background.sm.color-2-link-color li.button-primary a:hover,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.button a:hover,.color3-background.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background.sm.color-2-link-color li.button-secondary a:hover,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.alt.button a:hover,.color3-background.sm.color-2-link-color li.btn a:focus,.color3-background.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background.sm.color-2-link-color li.button-primary a:focus,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.button a:focus,.color3-background.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background.sm.color-2-link-color li.button-secondary a:focus,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.alt.button a:focus,.color3-background.sm.color-2-link-color li.btn a:active,.color3-background.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background.sm.color-2-link-color li.button-primary a:active,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.button a:active,.color3-background.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background.sm.color-2-link-color li.button-secondary a:active,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.alt.button a:active,.color3-background.sm.color-2-link-color li.btn a.highlighted,.color3-background.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background.sm.color-2-link-color li.button-primary a.highlighted,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.button a.highlighted,.color3-background.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background.sm.color-2-link-color li.button-secondary a.highlighted,.color3-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color3-background.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color3-background.sm.color-2-link-color li:not(.btn) a:hover,.color3-background.sm.color-2-link-color li:not(.btn) a:focus,.color3-background.sm.color-2-link-color li:not(.btn) a:active,.color3-background.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color3-background.color-3-link-color a{color:#dcebf7}.color3-background.color-3-link-color a:hover,.color3-background.color-3-link-color a:focus,.color3-background.color-3-link-color a:active,.color3-background.color-3-link-color a.highlighted{color:#89bce4}.color3-background.sidebar.color-3-link-color a{color:#dcebf7}.color3-background.sidebar.color-3-link-color a:hover,.color3-background.sidebar.color-3-link-color a:focus,.color3-background.sidebar.color-3-link-color a:active,.color3-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color3-background.sm.color-3-link-color li.btn a,.color3-background.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color3-background.sm.color-3-link-color li.button-primary a,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.button a,.color3-background.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background.sm.color-3-link-color li.button-secondary a,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.alt.button a{color:inherit}.color3-background.sm.color-3-link-color li.btn a:hover,.color3-background.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background.sm.color-3-link-color li.button-primary a:hover,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.button a:hover,.color3-background.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background.sm.color-3-link-color li.button-secondary a:hover,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.alt.button a:hover,.color3-background.sm.color-3-link-color li.btn a:focus,.color3-background.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background.sm.color-3-link-color li.button-primary a:focus,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.button a:focus,.color3-background.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background.sm.color-3-link-color li.button-secondary a:focus,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.alt.button a:focus,.color3-background.sm.color-3-link-color li.btn a:active,.color3-background.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background.sm.color-3-link-color li.button-primary a:active,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.button a:active,.color3-background.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background.sm.color-3-link-color li.button-secondary a:active,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.alt.button a:active,.color3-background.sm.color-3-link-color li.btn a.highlighted,.color3-background.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background.sm.color-3-link-color li.button-primary a.highlighted,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.button a.highlighted,.color3-background.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background.sm.color-3-link-color li.button-secondary a.highlighted,.color3-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color3-background.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color3-background.sm.color-3-link-color li:not(.btn) a:hover,.color3-background.sm.color-3-link-color li:not(.btn) a:focus,.color3-background.sm.color-3-link-color li:not(.btn) a:active,.color3-background.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color3-background.color-4-link-color a{color:#f9f9f9}.color3-background.color-4-link-color a:hover,.color3-background.color-4-link-color a:focus,.color3-background.color-4-link-color a:active,.color3-background.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background.sidebar.color-4-link-color a{color:#f9f9f9}.color3-background.sidebar.color-4-link-color a:hover,.color3-background.sidebar.color-4-link-color a:focus,.color3-background.sidebar.color-4-link-color a:active,.color3-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background.sm.color-4-link-color li.btn a,.color3-background.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color3-background.sm.color-4-link-color li.button-primary a,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.button a,.color3-background.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background.sm.color-4-link-color li.button-secondary a,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.alt.button a{color:inherit}.color3-background.sm.color-4-link-color li.btn a:hover,.color3-background.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background.sm.color-4-link-color li.button-primary a:hover,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.button a:hover,.color3-background.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background.sm.color-4-link-color li.button-secondary a:hover,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.alt.button a:hover,.color3-background.sm.color-4-link-color li.btn a:focus,.color3-background.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background.sm.color-4-link-color li.button-primary a:focus,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.button a:focus,.color3-background.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background.sm.color-4-link-color li.button-secondary a:focus,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.alt.button a:focus,.color3-background.sm.color-4-link-color li.btn a:active,.color3-background.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background.sm.color-4-link-color li.button-primary a:active,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.button a:active,.color3-background.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background.sm.color-4-link-color li.button-secondary a:active,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.alt.button a:active,.color3-background.sm.color-4-link-color li.btn a.highlighted,.color3-background.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background.sm.color-4-link-color li.button-primary a.highlighted,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.button a.highlighted,.color3-background.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background.sm.color-4-link-color li.button-secondary a.highlighted,.color3-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color3-background.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color3-background.sm.color-4-link-color li:not(.btn) a:hover,.color3-background.sm.color-4-link-color li:not(.btn) a:focus,.color3-background.sm.color-4-link-color li:not(.btn) a:active,.color3-background.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color3-background.color-5-link-color a{color:#011f3f}.color3-background.color-5-link-color a:hover,.color3-background.color-5-link-color a:focus,.color3-background.color-5-link-color a:active,.color3-background.color-5-link-color a.highlighted{color:#0350a3}.color3-background.sidebar.color-5-link-color a{color:#011f3f}.color3-background.sidebar.color-5-link-color a:hover,.color3-background.sidebar.color-5-link-color a:focus,.color3-background.sidebar.color-5-link-color a:active,.color3-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color3-background.sm.color-5-link-color li.btn a,.color3-background.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color3-background.sm.color-5-link-color li.button-primary a,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.button a,.color3-background.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background.sm.color-5-link-color li.button-secondary a,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.alt.button a{color:inherit}.color3-background.sm.color-5-link-color li.btn a:hover,.color3-background.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background.sm.color-5-link-color li.button-primary a:hover,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.button a:hover,.color3-background.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background.sm.color-5-link-color li.button-secondary a:hover,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.alt.button a:hover,.color3-background.sm.color-5-link-color li.btn a:focus,.color3-background.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background.sm.color-5-link-color li.button-primary a:focus,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.button a:focus,.color3-background.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background.sm.color-5-link-color li.button-secondary a:focus,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.alt.button a:focus,.color3-background.sm.color-5-link-color li.btn a:active,.color3-background.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background.sm.color-5-link-color li.button-primary a:active,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.button a:active,.color3-background.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background.sm.color-5-link-color li.button-secondary a:active,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.alt.button a:active,.color3-background.sm.color-5-link-color li.btn a.highlighted,.color3-background.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background.sm.color-5-link-color li.button-primary a.highlighted,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.button a.highlighted,.color3-background.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background.sm.color-5-link-color li.button-secondary a.highlighted,.color3-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color3-background.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color3-background.sm.color-5-link-color li:not(.btn) a:hover,.color3-background.sm.color-5-link-color li:not(.btn) a:focus,.color3-background.sm.color-5-link-color li:not(.btn) a:active,.color3-background.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color3-background.color-neutral-link-color a{color:#f9f9f9}.color3-background.color-neutral-link-color a:hover,.color3-background.color-neutral-link-color a:focus,.color3-background.color-neutral-link-color a:active,.color3-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color3-background-hover:focus,.color3-background-hover:hover{background:#dcebf7 ! important}.color4-background.color-1-link-color a{color:#4392f1}.color4-background.color-1-link-color a:hover,.color4-background.color-1-link-color a:focus,.color4-background.color-1-link-color a:active,.color4-background.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background.sidebar.color-1-link-color a{color:#4392f1}.color4-background.sidebar.color-1-link-color a:hover,.color4-background.sidebar.color-1-link-color a:focus,.color4-background.sidebar.color-1-link-color a:active,.color4-background.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background.sm.color-1-link-color li.btn a,.color4-background.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color4-background.sm.color-1-link-color li.button-primary a,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.button a,.color4-background.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background.sm.color-1-link-color li.button-secondary a,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.alt.button a{color:inherit}.color4-background.sm.color-1-link-color li.btn a:hover,.color4-background.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background.sm.color-1-link-color li.button-primary a:hover,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.button a:hover,.color4-background.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background.sm.color-1-link-color li.button-secondary a:hover,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.alt.button a:hover,.color4-background.sm.color-1-link-color li.btn a:focus,.color4-background.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background.sm.color-1-link-color li.button-primary a:focus,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.button a:focus,.color4-background.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background.sm.color-1-link-color li.button-secondary a:focus,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.alt.button a:focus,.color4-background.sm.color-1-link-color li.btn a:active,.color4-background.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background.sm.color-1-link-color li.button-primary a:active,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.button a:active,.color4-background.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background.sm.color-1-link-color li.button-secondary a:active,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.alt.button a:active,.color4-background.sm.color-1-link-color li.btn a.highlighted,.color4-background.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background.sm.color-1-link-color li.button-primary a.highlighted,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.button a.highlighted,.color4-background.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background.sm.color-1-link-color li.button-secondary a.highlighted,.color4-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color4-background.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color4-background.sm.color-1-link-color li:not(.btn) a:hover,.color4-background.sm.color-1-link-color li:not(.btn) a:focus,.color4-background.sm.color-1-link-color li:not(.btn) a:active,.color4-background.sm.color-1-link-color li:not(.btn) a.highlighted{color:#0e5fc0}.color4-background.color-2-link-color a{color:#011f3f}.color4-background.color-2-link-color a:hover,.color4-background.color-2-link-color a:focus,.color4-background.color-2-link-color a:active,.color4-background.color-2-link-color a.highlighted{color:#0350a3}.color4-background.sidebar.color-2-link-color a{color:#011f3f}.color4-background.sidebar.color-2-link-color a:hover,.color4-background.sidebar.color-2-link-color a:focus,.color4-background.sidebar.color-2-link-color a:active,.color4-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color4-background.sm.color-2-link-color li.btn a,.color4-background.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color4-background.sm.color-2-link-color li.button-primary a,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.button a,.color4-background.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background.sm.color-2-link-color li.button-secondary a,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.alt.button a{color:inherit}.color4-background.sm.color-2-link-color li.btn a:hover,.color4-background.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background.sm.color-2-link-color li.button-primary a:hover,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.button a:hover,.color4-background.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background.sm.color-2-link-color li.button-secondary a:hover,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.alt.button a:hover,.color4-background.sm.color-2-link-color li.btn a:focus,.color4-background.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background.sm.color-2-link-color li.button-primary a:focus,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.button a:focus,.color4-background.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background.sm.color-2-link-color li.button-secondary a:focus,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.alt.button a:focus,.color4-background.sm.color-2-link-color li.btn a:active,.color4-background.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background.sm.color-2-link-color li.button-primary a:active,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.button a:active,.color4-background.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background.sm.color-2-link-color li.button-secondary a:active,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.alt.button a:active,.color4-background.sm.color-2-link-color li.btn a.highlighted,.color4-background.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background.sm.color-2-link-color li.button-primary a.highlighted,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.button a.highlighted,.color4-background.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background.sm.color-2-link-color li.button-secondary a.highlighted,.color4-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color4-background.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color4-background.sm.color-2-link-color li:not(.btn) a:hover,.color4-background.sm.color-2-link-color li:not(.btn) a:focus,.color4-background.sm.color-2-link-color li:not(.btn) a:active,.color4-background.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color4-background.color-3-link-color a{color:#dcebf7}.color4-background.color-3-link-color a:hover,.color4-background.color-3-link-color a:focus,.color4-background.color-3-link-color a:active,.color4-background.color-3-link-color a.highlighted{color:#89bce4}.color4-background.sidebar.color-3-link-color a{color:#dcebf7}.color4-background.sidebar.color-3-link-color a:hover,.color4-background.sidebar.color-3-link-color a:focus,.color4-background.sidebar.color-3-link-color a:active,.color4-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color4-background.sm.color-3-link-color li.btn a,.color4-background.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color4-background.sm.color-3-link-color li.button-primary a,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.button a,.color4-background.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background.sm.color-3-link-color li.button-secondary a,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.alt.button a{color:inherit}.color4-background.sm.color-3-link-color li.btn a:hover,.color4-background.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background.sm.color-3-link-color li.button-primary a:hover,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.button a:hover,.color4-background.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background.sm.color-3-link-color li.button-secondary a:hover,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.alt.button a:hover,.color4-background.sm.color-3-link-color li.btn a:focus,.color4-background.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background.sm.color-3-link-color li.button-primary a:focus,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.button a:focus,.color4-background.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background.sm.color-3-link-color li.button-secondary a:focus,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.alt.button a:focus,.color4-background.sm.color-3-link-color li.btn a:active,.color4-background.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background.sm.color-3-link-color li.button-primary a:active,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.button a:active,.color4-background.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background.sm.color-3-link-color li.button-secondary a:active,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.alt.button a:active,.color4-background.sm.color-3-link-color li.btn a.highlighted,.color4-background.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background.sm.color-3-link-color li.button-primary a.highlighted,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.button a.highlighted,.color4-background.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background.sm.color-3-link-color li.button-secondary a.highlighted,.color4-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color4-background.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color4-background.sm.color-3-link-color li:not(.btn) a:hover,.color4-background.sm.color-3-link-color li:not(.btn) a:focus,.color4-background.sm.color-3-link-color li:not(.btn) a:active,.color4-background.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color4-background.color-4-link-color a{color:#f9f9f9}.color4-background.color-4-link-color a:hover,.color4-background.color-4-link-color a:focus,.color4-background.color-4-link-color a:active,.color4-background.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background.sidebar.color-4-link-color a{color:#f9f9f9}.color4-background.sidebar.color-4-link-color a:hover,.color4-background.sidebar.color-4-link-color a:focus,.color4-background.sidebar.color-4-link-color a:active,.color4-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background.sm.color-4-link-color li.btn a,.color4-background.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color4-background.sm.color-4-link-color li.button-primary a,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.button a,.color4-background.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background.sm.color-4-link-color li.button-secondary a,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.alt.button a{color:inherit}.color4-background.sm.color-4-link-color li.btn a:hover,.color4-background.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background.sm.color-4-link-color li.button-primary a:hover,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.button a:hover,.color4-background.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background.sm.color-4-link-color li.button-secondary a:hover,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.alt.button a:hover,.color4-background.sm.color-4-link-color li.btn a:focus,.color4-background.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background.sm.color-4-link-color li.button-primary a:focus,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.button a:focus,.color4-background.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background.sm.color-4-link-color li.button-secondary a:focus,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.alt.button a:focus,.color4-background.sm.color-4-link-color li.btn a:active,.color4-background.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background.sm.color-4-link-color li.button-primary a:active,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.button a:active,.color4-background.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background.sm.color-4-link-color li.button-secondary a:active,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.alt.button a:active,.color4-background.sm.color-4-link-color li.btn a.highlighted,.color4-background.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background.sm.color-4-link-color li.button-primary a.highlighted,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.button a.highlighted,.color4-background.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background.sm.color-4-link-color li.button-secondary a.highlighted,.color4-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color4-background.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color4-background.sm.color-4-link-color li:not(.btn) a:hover,.color4-background.sm.color-4-link-color li:not(.btn) a:focus,.color4-background.sm.color-4-link-color li:not(.btn) a:active,.color4-background.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color4-background.color-5-link-color a{color:#011f3f}.color4-background.color-5-link-color a:hover,.color4-background.color-5-link-color a:focus,.color4-background.color-5-link-color a:active,.color4-background.color-5-link-color a.highlighted{color:#0350a3}.color4-background.sidebar.color-5-link-color a{color:#011f3f}.color4-background.sidebar.color-5-link-color a:hover,.color4-background.sidebar.color-5-link-color a:focus,.color4-background.sidebar.color-5-link-color a:active,.color4-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color4-background.sm.color-5-link-color li.btn a,.color4-background.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color4-background.sm.color-5-link-color li.button-primary a,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.button a,.color4-background.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background.sm.color-5-link-color li.button-secondary a,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.alt.button a{color:inherit}.color4-background.sm.color-5-link-color li.btn a:hover,.color4-background.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background.sm.color-5-link-color li.button-primary a:hover,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.button a:hover,.color4-background.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background.sm.color-5-link-color li.button-secondary a:hover,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.alt.button a:hover,.color4-background.sm.color-5-link-color li.btn a:focus,.color4-background.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background.sm.color-5-link-color li.button-primary a:focus,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.button a:focus,.color4-background.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background.sm.color-5-link-color li.button-secondary a:focus,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.alt.button a:focus,.color4-background.sm.color-5-link-color li.btn a:active,.color4-background.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background.sm.color-5-link-color li.button-primary a:active,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.button a:active,.color4-background.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background.sm.color-5-link-color li.button-secondary a:active,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.alt.button a:active,.color4-background.sm.color-5-link-color li.btn a.highlighted,.color4-background.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background.sm.color-5-link-color li.button-primary a.highlighted,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.button a.highlighted,.color4-background.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background.sm.color-5-link-color li.button-secondary a.highlighted,.color4-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color4-background.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color4-background.sm.color-5-link-color li:not(.btn) a:hover,.color4-background.sm.color-5-link-color li:not(.btn) a:focus,.color4-background.sm.color-5-link-color li:not(.btn) a:active,.color4-background.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color4-background.color-neutral-link-color a{color:#f9f9f9}.color4-background.color-neutral-link-color a:hover,.color4-background.color-neutral-link-color a:focus,.color4-background.color-neutral-link-color a:active,.color4-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color4-background-hover:focus,.color4-background-hover:hover{background:#f9f9f9 ! important}.color5-background.color-1-link-color a{color:#4392f1}.color5-background.color-1-link-color a:hover,.color5-background.color-1-link-color a:focus,.color5-background.color-1-link-color a:active,.color5-background.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background.sidebar.color-1-link-color a{color:#4392f1}.color5-background.sidebar.color-1-link-color a:hover,.color5-background.sidebar.color-1-link-color a:focus,.color5-background.sidebar.color-1-link-color a:active,.color5-background.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background.sm.color-1-link-color li.btn a,.color5-background.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color5-background.sm.color-1-link-color li.button-primary a,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.button a,.color5-background.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background.sm.color-1-link-color li.button-secondary a,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.alt.button a{color:inherit}.color5-background.sm.color-1-link-color li.btn a:hover,.color5-background.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background.sm.color-1-link-color li.button-primary a:hover,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.button a:hover,.color5-background.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background.sm.color-1-link-color li.button-secondary a:hover,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.alt.button a:hover,.color5-background.sm.color-1-link-color li.btn a:focus,.color5-background.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background.sm.color-1-link-color li.button-primary a:focus,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.button a:focus,.color5-background.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background.sm.color-1-link-color li.button-secondary a:focus,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.alt.button a:focus,.color5-background.sm.color-1-link-color li.btn a:active,.color5-background.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background.sm.color-1-link-color li.button-primary a:active,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.button a:active,.color5-background.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background.sm.color-1-link-color li.button-secondary a:active,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.alt.button a:active,.color5-background.sm.color-1-link-color li.btn a.highlighted,.color5-background.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background.sm.color-1-link-color li.button-primary a.highlighted,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.button a.highlighted,.color5-background.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background.sm.color-1-link-color li.button-secondary a.highlighted,.color5-background.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color5-background.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color5-background.sm.color-1-link-color li:not(.btn) a:hover,.color5-background.sm.color-1-link-color li:not(.btn) a:focus,.color5-background.sm.color-1-link-color li:not(.btn) a:active,.color5-background.sm.color-1-link-color li:not(.btn) a.highlighted{color:#a2c9f8}.color5-background.color-2-link-color a{color:#011f3f}.color5-background.color-2-link-color a:hover,.color5-background.color-2-link-color a:focus,.color5-background.color-2-link-color a:active,.color5-background.color-2-link-color a.highlighted{color:#0350a3}.color5-background.sidebar.color-2-link-color a{color:#011f3f}.color5-background.sidebar.color-2-link-color a:hover,.color5-background.sidebar.color-2-link-color a:focus,.color5-background.sidebar.color-2-link-color a:active,.color5-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color5-background.sm.color-2-link-color li.btn a,.color5-background.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color5-background.sm.color-2-link-color li.button-primary a,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.button a,.color5-background.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background.sm.color-2-link-color li.button-secondary a,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.alt.button a{color:inherit}.color5-background.sm.color-2-link-color li.btn a:hover,.color5-background.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background.sm.color-2-link-color li.button-primary a:hover,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.button a:hover,.color5-background.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background.sm.color-2-link-color li.button-secondary a:hover,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.alt.button a:hover,.color5-background.sm.color-2-link-color li.btn a:focus,.color5-background.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background.sm.color-2-link-color li.button-primary a:focus,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.button a:focus,.color5-background.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background.sm.color-2-link-color li.button-secondary a:focus,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.alt.button a:focus,.color5-background.sm.color-2-link-color li.btn a:active,.color5-background.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background.sm.color-2-link-color li.button-primary a:active,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.button a:active,.color5-background.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background.sm.color-2-link-color li.button-secondary a:active,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.alt.button a:active,.color5-background.sm.color-2-link-color li.btn a.highlighted,.color5-background.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background.sm.color-2-link-color li.button-primary a.highlighted,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.button a.highlighted,.color5-background.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background.sm.color-2-link-color li.button-secondary a.highlighted,.color5-background.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color5-background.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color5-background.sm.color-2-link-color li:not(.btn) a:hover,.color5-background.sm.color-2-link-color li:not(.btn) a:focus,.color5-background.sm.color-2-link-color li:not(.btn) a:active,.color5-background.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color5-background.color-3-link-color a{color:#dcebf7}.color5-background.color-3-link-color a:hover,.color5-background.color-3-link-color a:focus,.color5-background.color-3-link-color a:active,.color5-background.color-3-link-color a.highlighted{color:#89bce4}.color5-background.sidebar.color-3-link-color a{color:#dcebf7}.color5-background.sidebar.color-3-link-color a:hover,.color5-background.sidebar.color-3-link-color a:focus,.color5-background.sidebar.color-3-link-color a:active,.color5-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color5-background.sm.color-3-link-color li.btn a,.color5-background.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color5-background.sm.color-3-link-color li.button-primary a,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.button a,.color5-background.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background.sm.color-3-link-color li.button-secondary a,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.alt.button a{color:inherit}.color5-background.sm.color-3-link-color li.btn a:hover,.color5-background.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background.sm.color-3-link-color li.button-primary a:hover,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.button a:hover,.color5-background.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background.sm.color-3-link-color li.button-secondary a:hover,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.alt.button a:hover,.color5-background.sm.color-3-link-color li.btn a:focus,.color5-background.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background.sm.color-3-link-color li.button-primary a:focus,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.button a:focus,.color5-background.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background.sm.color-3-link-color li.button-secondary a:focus,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.alt.button a:focus,.color5-background.sm.color-3-link-color li.btn a:active,.color5-background.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background.sm.color-3-link-color li.button-primary a:active,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.button a:active,.color5-background.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background.sm.color-3-link-color li.button-secondary a:active,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.alt.button a:active,.color5-background.sm.color-3-link-color li.btn a.highlighted,.color5-background.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background.sm.color-3-link-color li.button-primary a.highlighted,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.button a.highlighted,.color5-background.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background.sm.color-3-link-color li.button-secondary a.highlighted,.color5-background.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color5-background.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color5-background.sm.color-3-link-color li:not(.btn) a:hover,.color5-background.sm.color-3-link-color li:not(.btn) a:focus,.color5-background.sm.color-3-link-color li:not(.btn) a:active,.color5-background.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color5-background.color-4-link-color a{color:#f9f9f9}.color5-background.color-4-link-color a:hover,.color5-background.color-4-link-color a:focus,.color5-background.color-4-link-color a:active,.color5-background.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background.sidebar.color-4-link-color a{color:#f9f9f9}.color5-background.sidebar.color-4-link-color a:hover,.color5-background.sidebar.color-4-link-color a:focus,.color5-background.sidebar.color-4-link-color a:active,.color5-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background.sm.color-4-link-color li.btn a,.color5-background.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color5-background.sm.color-4-link-color li.button-primary a,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.button a,.color5-background.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background.sm.color-4-link-color li.button-secondary a,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.alt.button a{color:inherit}.color5-background.sm.color-4-link-color li.btn a:hover,.color5-background.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background.sm.color-4-link-color li.button-primary a:hover,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.button a:hover,.color5-background.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background.sm.color-4-link-color li.button-secondary a:hover,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.alt.button a:hover,.color5-background.sm.color-4-link-color li.btn a:focus,.color5-background.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background.sm.color-4-link-color li.button-primary a:focus,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.button a:focus,.color5-background.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background.sm.color-4-link-color li.button-secondary a:focus,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.alt.button a:focus,.color5-background.sm.color-4-link-color li.btn a:active,.color5-background.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background.sm.color-4-link-color li.button-primary a:active,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.button a:active,.color5-background.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background.sm.color-4-link-color li.button-secondary a:active,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.alt.button a:active,.color5-background.sm.color-4-link-color li.btn a.highlighted,.color5-background.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background.sm.color-4-link-color li.button-primary a.highlighted,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.button a.highlighted,.color5-background.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background.sm.color-4-link-color li.button-secondary a.highlighted,.color5-background.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color5-background.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color5-background.sm.color-4-link-color li:not(.btn) a:hover,.color5-background.sm.color-4-link-color li:not(.btn) a:focus,.color5-background.sm.color-4-link-color li:not(.btn) a:active,.color5-background.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color5-background.color-5-link-color a{color:#011f3f}.color5-background.color-5-link-color a:hover,.color5-background.color-5-link-color a:focus,.color5-background.color-5-link-color a:active,.color5-background.color-5-link-color a.highlighted{color:#0350a3}.color5-background.sidebar.color-5-link-color a{color:#011f3f}.color5-background.sidebar.color-5-link-color a:hover,.color5-background.sidebar.color-5-link-color a:focus,.color5-background.sidebar.color-5-link-color a:active,.color5-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color5-background.sm.color-5-link-color li.btn a,.color5-background.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color5-background.sm.color-5-link-color li.button-primary a,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.button a,.color5-background.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background.sm.color-5-link-color li.button-secondary a,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.alt.button a{color:inherit}.color5-background.sm.color-5-link-color li.btn a:hover,.color5-background.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background.sm.color-5-link-color li.button-primary a:hover,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.button a:hover,.color5-background.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background.sm.color-5-link-color li.button-secondary a:hover,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.alt.button a:hover,.color5-background.sm.color-5-link-color li.btn a:focus,.color5-background.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background.sm.color-5-link-color li.button-primary a:focus,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.button a:focus,.color5-background.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background.sm.color-5-link-color li.button-secondary a:focus,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.alt.button a:focus,.color5-background.sm.color-5-link-color li.btn a:active,.color5-background.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background.sm.color-5-link-color li.button-primary a:active,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.button a:active,.color5-background.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background.sm.color-5-link-color li.button-secondary a:active,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.alt.button a:active,.color5-background.sm.color-5-link-color li.btn a.highlighted,.color5-background.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background.sm.color-5-link-color li.button-primary a.highlighted,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.button a.highlighted,.color5-background.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background.sm.color-5-link-color li.button-secondary a.highlighted,.color5-background.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color5-background.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color5-background.sm.color-5-link-color li:not(.btn) a:hover,.color5-background.sm.color-5-link-color li:not(.btn) a:focus,.color5-background.sm.color-5-link-color li:not(.btn) a:active,.color5-background.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color5-background.color-neutral-link-color a{color:#f9f9f9}.color5-background.color-neutral-link-color a:hover,.color5-background.color-neutral-link-color a:focus,.color5-background.color-neutral-link-color a:active,.color5-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color5-background-hover:focus,.color5-background-hover:hover{background:#011f3f ! important}.color-neutral-background.color-1-link-color a{color:#4392f1}.color-neutral-background.color-1-link-color a:hover,.color-neutral-background.color-1-link-color a:focus,.color-neutral-background.color-1-link-color a:active,.color-neutral-background.color-1-link-color a.highlighted{color:#0e5fc0}.color-neutral-background.color-2-link-color a{color:#011f3f}.color-neutral-background.color-2-link-color a:hover,.color-neutral-background.color-2-link-color a:focus,.color-neutral-background.color-2-link-color a:active,.color-neutral-background.color-2-link-color a.highlighted{color:#0350a3}.color-neutral-background.color-3-link-color a{color:#dcebf7}.color-neutral-background.color-3-link-color a:hover,.color-neutral-background.color-3-link-color a:focus,.color-neutral-background.color-3-link-color a:active,.color-neutral-background.color-3-link-color a.highlighted{color:#89bce4}.color-neutral-background.color-4-link-color a{color:#f9f9f9}.color-neutral-background.color-4-link-color a:hover,.color-neutral-background.color-4-link-color a:focus,.color-neutral-background.color-4-link-color a:active,.color-neutral-background.color-4-link-color a.highlighted{color:#c6c6c6}.color-neutral-background.color-5-link-color a{color:#011f3f}.color-neutral-background.color-5-link-color a:hover,.color-neutral-background.color-5-link-color a:focus,.color-neutral-background.color-5-link-color a:active,.color-neutral-background.color-5-link-color a.highlighted{color:#0350a3}.color-neutral-background.color-neutral-link-color a{color:#f9f9f9}.color-neutral-background.color-neutral-link-color a:hover,.color-neutral-background.color-neutral-link-color a:focus,.color-neutral-background.color-neutral-link-color a:active,.color-neutral-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color1-background-color.color-1-link-color a{color:#4392f1}.color1-background-color.color-1-link-color a:hover,.color1-background-color.color-1-link-color a:focus,.color1-background-color.color-1-link-color a:active,.color1-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background-color.sidebar.color-1-link-color a{color:#4392f1}.color1-background-color.sidebar.color-1-link-color a:hover,.color1-background-color.sidebar.color-1-link-color a:focus,.color1-background-color.sidebar.color-1-link-color a:active,.color1-background-color.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background-color.sm.color-1-link-color li.btn a,.color1-background-color.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color1-background-color.sm.color-1-link-color li.button-primary a,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.button a,.color1-background-color.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background-color.sm.color-1-link-color li.button-secondary a,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.alt.button a{color:inherit}.color1-background-color.sm.color-1-link-color li.btn a:hover,.color1-background-color.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background-color.sm.color-1-link-color li.button-primary a:hover,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.button a:hover,.color1-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background-color.sm.color-1-link-color li.button-secondary a:hover,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.alt.button a:hover,.color1-background-color.sm.color-1-link-color li.btn a:focus,.color1-background-color.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background-color.sm.color-1-link-color li.button-primary a:focus,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.button a:focus,.color1-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background-color.sm.color-1-link-color li.button-secondary a:focus,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.alt.button a:focus,.color1-background-color.sm.color-1-link-color li.btn a:active,.color1-background-color.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background-color.sm.color-1-link-color li.button-primary a:active,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.button a:active,.color1-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background-color.sm.color-1-link-color li.button-secondary a:active,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.alt.button a:active,.color1-background-color.sm.color-1-link-color li.btn a.highlighted,.color1-background-color.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background-color.sm.color-1-link-color li.button-primary a.highlighted,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.button a.highlighted,.color1-background-color.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background-color.sm.color-1-link-color li.button-secondary a.highlighted,.color1-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color1-background-color.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color1-background-color.sm.color-1-link-color li:not(.btn) a:hover,.color1-background-color.sm.color-1-link-color li:not(.btn) a:focus,.color1-background-color.sm.color-1-link-color li:not(.btn) a:active,.color1-background-color.sm.color-1-link-color li:not(.btn) a.highlighted{color:#0e5fc0}.color1-background-color.color-2-link-color a{color:#011f3f}.color1-background-color.color-2-link-color a:hover,.color1-background-color.color-2-link-color a:focus,.color1-background-color.color-2-link-color a:active,.color1-background-color.color-2-link-color a.highlighted{color:#0350a3}.color1-background-color.sidebar.color-2-link-color a{color:#011f3f}.color1-background-color.sidebar.color-2-link-color a:hover,.color1-background-color.sidebar.color-2-link-color a:focus,.color1-background-color.sidebar.color-2-link-color a:active,.color1-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color1-background-color.sm.color-2-link-color li.btn a,.color1-background-color.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color1-background-color.sm.color-2-link-color li.button-primary a,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.button a,.color1-background-color.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background-color.sm.color-2-link-color li.button-secondary a,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.alt.button a{color:inherit}.color1-background-color.sm.color-2-link-color li.btn a:hover,.color1-background-color.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background-color.sm.color-2-link-color li.button-primary a:hover,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.button a:hover,.color1-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background-color.sm.color-2-link-color li.button-secondary a:hover,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.alt.button a:hover,.color1-background-color.sm.color-2-link-color li.btn a:focus,.color1-background-color.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background-color.sm.color-2-link-color li.button-primary a:focus,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.button a:focus,.color1-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background-color.sm.color-2-link-color li.button-secondary a:focus,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.alt.button a:focus,.color1-background-color.sm.color-2-link-color li.btn a:active,.color1-background-color.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background-color.sm.color-2-link-color li.button-primary a:active,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.button a:active,.color1-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background-color.sm.color-2-link-color li.button-secondary a:active,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.alt.button a:active,.color1-background-color.sm.color-2-link-color li.btn a.highlighted,.color1-background-color.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background-color.sm.color-2-link-color li.button-primary a.highlighted,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.button a.highlighted,.color1-background-color.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background-color.sm.color-2-link-color li.button-secondary a.highlighted,.color1-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color1-background-color.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color1-background-color.sm.color-2-link-color li:not(.btn) a:hover,.color1-background-color.sm.color-2-link-color li:not(.btn) a:focus,.color1-background-color.sm.color-2-link-color li:not(.btn) a:active,.color1-background-color.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color1-background-color.color-3-link-color a{color:#dcebf7}.color1-background-color.color-3-link-color a:hover,.color1-background-color.color-3-link-color a:focus,.color1-background-color.color-3-link-color a:active,.color1-background-color.color-3-link-color a.highlighted{color:#89bce4}.color1-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color1-background-color.sidebar.color-3-link-color a:hover,.color1-background-color.sidebar.color-3-link-color a:focus,.color1-background-color.sidebar.color-3-link-color a:active,.color1-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color1-background-color.sm.color-3-link-color li.btn a,.color1-background-color.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color1-background-color.sm.color-3-link-color li.button-primary a,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.button a,.color1-background-color.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background-color.sm.color-3-link-color li.button-secondary a,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.alt.button a{color:inherit}.color1-background-color.sm.color-3-link-color li.btn a:hover,.color1-background-color.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background-color.sm.color-3-link-color li.button-primary a:hover,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.button a:hover,.color1-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background-color.sm.color-3-link-color li.button-secondary a:hover,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.alt.button a:hover,.color1-background-color.sm.color-3-link-color li.btn a:focus,.color1-background-color.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background-color.sm.color-3-link-color li.button-primary a:focus,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.button a:focus,.color1-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background-color.sm.color-3-link-color li.button-secondary a:focus,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.alt.button a:focus,.color1-background-color.sm.color-3-link-color li.btn a:active,.color1-background-color.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background-color.sm.color-3-link-color li.button-primary a:active,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.button a:active,.color1-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background-color.sm.color-3-link-color li.button-secondary a:active,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.alt.button a:active,.color1-background-color.sm.color-3-link-color li.btn a.highlighted,.color1-background-color.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background-color.sm.color-3-link-color li.button-primary a.highlighted,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.button a.highlighted,.color1-background-color.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background-color.sm.color-3-link-color li.button-secondary a.highlighted,.color1-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color1-background-color.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color1-background-color.sm.color-3-link-color li:not(.btn) a:hover,.color1-background-color.sm.color-3-link-color li:not(.btn) a:focus,.color1-background-color.sm.color-3-link-color li:not(.btn) a:active,.color1-background-color.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color1-background-color.color-4-link-color a{color:#f9f9f9}.color1-background-color.color-4-link-color a:hover,.color1-background-color.color-4-link-color a:focus,.color1-background-color.color-4-link-color a:active,.color1-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color1-background-color.sidebar.color-4-link-color a:hover,.color1-background-color.sidebar.color-4-link-color a:focus,.color1-background-color.sidebar.color-4-link-color a:active,.color1-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background-color.sm.color-4-link-color li.btn a,.color1-background-color.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color1-background-color.sm.color-4-link-color li.button-primary a,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.button a,.color1-background-color.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background-color.sm.color-4-link-color li.button-secondary a,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.alt.button a{color:inherit}.color1-background-color.sm.color-4-link-color li.btn a:hover,.color1-background-color.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background-color.sm.color-4-link-color li.button-primary a:hover,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.button a:hover,.color1-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background-color.sm.color-4-link-color li.button-secondary a:hover,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.alt.button a:hover,.color1-background-color.sm.color-4-link-color li.btn a:focus,.color1-background-color.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background-color.sm.color-4-link-color li.button-primary a:focus,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.button a:focus,.color1-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background-color.sm.color-4-link-color li.button-secondary a:focus,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.alt.button a:focus,.color1-background-color.sm.color-4-link-color li.btn a:active,.color1-background-color.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background-color.sm.color-4-link-color li.button-primary a:active,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.button a:active,.color1-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background-color.sm.color-4-link-color li.button-secondary a:active,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.alt.button a:active,.color1-background-color.sm.color-4-link-color li.btn a.highlighted,.color1-background-color.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background-color.sm.color-4-link-color li.button-primary a.highlighted,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.button a.highlighted,.color1-background-color.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background-color.sm.color-4-link-color li.button-secondary a.highlighted,.color1-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color1-background-color.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color1-background-color.sm.color-4-link-color li:not(.btn) a:hover,.color1-background-color.sm.color-4-link-color li:not(.btn) a:focus,.color1-background-color.sm.color-4-link-color li:not(.btn) a:active,.color1-background-color.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color1-background-color.color-5-link-color a{color:#011f3f}.color1-background-color.color-5-link-color a:hover,.color1-background-color.color-5-link-color a:focus,.color1-background-color.color-5-link-color a:active,.color1-background-color.color-5-link-color a.highlighted{color:#0350a3}.color1-background-color.sidebar.color-5-link-color a{color:#011f3f}.color1-background-color.sidebar.color-5-link-color a:hover,.color1-background-color.sidebar.color-5-link-color a:focus,.color1-background-color.sidebar.color-5-link-color a:active,.color1-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color1-background-color.sm.color-5-link-color li.btn a,.color1-background-color.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color1-background-color.sm.color-5-link-color li.button-primary a,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.button a,.color1-background-color.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color1-background-color.sm.color-5-link-color li.button-secondary a,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.alt.button a{color:inherit}.color1-background-color.sm.color-5-link-color li.btn a:hover,.color1-background-color.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color1-background-color.sm.color-5-link-color li.button-primary a:hover,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.button a:hover,.color1-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color1-background-color.sm.color-5-link-color li.button-secondary a:hover,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.alt.button a:hover,.color1-background-color.sm.color-5-link-color li.btn a:focus,.color1-background-color.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color1-background-color.sm.color-5-link-color li.button-primary a:focus,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.button a:focus,.color1-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color1-background-color.sm.color-5-link-color li.button-secondary a:focus,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.alt.button a:focus,.color1-background-color.sm.color-5-link-color li.btn a:active,.color1-background-color.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color1-background-color.sm.color-5-link-color li.button-primary a:active,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.button a:active,.color1-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color1-background-color.sm.color-5-link-color li.button-secondary a:active,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.alt.button a:active,.color1-background-color.sm.color-5-link-color li.btn a.highlighted,.color1-background-color.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color1-background-color.sm.color-5-link-color li.button-primary a.highlighted,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.button a.highlighted,.color1-background-color.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color1-background-color.sm.color-5-link-color li.button-secondary a.highlighted,.color1-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color1-background-color.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color1-background-color.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color1-background-color.sm.color-5-link-color li:not(.btn) a:hover,.color1-background-color.sm.color-5-link-color li:not(.btn) a:focus,.color1-background-color.sm.color-5-link-color li:not(.btn) a:active,.color1-background-color.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color1-background-color.color-neutral-link-color a{color:#f9f9f9}.color1-background-color.color-neutral-link-color a:hover,.color1-background-color.color-neutral-link-color a:focus,.color1-background-color.color-neutral-link-color a:active,.color1-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#4392f1 ! important}.color2-background-color.color-1-link-color a{color:#4392f1}.color2-background-color.color-1-link-color a:hover,.color2-background-color.color-1-link-color a:focus,.color2-background-color.color-1-link-color a:active,.color2-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background-color.sidebar.color-1-link-color a{color:#4392f1}.color2-background-color.sidebar.color-1-link-color a:hover,.color2-background-color.sidebar.color-1-link-color a:focus,.color2-background-color.sidebar.color-1-link-color a:active,.color2-background-color.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background-color.sm.color-1-link-color li.btn a,.color2-background-color.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color2-background-color.sm.color-1-link-color li.button-primary a,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.button a,.color2-background-color.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background-color.sm.color-1-link-color li.button-secondary a,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.alt.button a{color:inherit}.color2-background-color.sm.color-1-link-color li.btn a:hover,.color2-background-color.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background-color.sm.color-1-link-color li.button-primary a:hover,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.button a:hover,.color2-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background-color.sm.color-1-link-color li.button-secondary a:hover,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.alt.button a:hover,.color2-background-color.sm.color-1-link-color li.btn a:focus,.color2-background-color.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background-color.sm.color-1-link-color li.button-primary a:focus,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.button a:focus,.color2-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background-color.sm.color-1-link-color li.button-secondary a:focus,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.alt.button a:focus,.color2-background-color.sm.color-1-link-color li.btn a:active,.color2-background-color.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background-color.sm.color-1-link-color li.button-primary a:active,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.button a:active,.color2-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background-color.sm.color-1-link-color li.button-secondary a:active,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.alt.button a:active,.color2-background-color.sm.color-1-link-color li.btn a.highlighted,.color2-background-color.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background-color.sm.color-1-link-color li.button-primary a.highlighted,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.button a.highlighted,.color2-background-color.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background-color.sm.color-1-link-color li.button-secondary a.highlighted,.color2-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color2-background-color.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color2-background-color.sm.color-1-link-color li:not(.btn) a:hover,.color2-background-color.sm.color-1-link-color li:not(.btn) a:focus,.color2-background-color.sm.color-1-link-color li:not(.btn) a:active,.color2-background-color.sm.color-1-link-color li:not(.btn) a.highlighted{color:#a2c9f8}.color2-background-color.color-2-link-color a{color:#011f3f}.color2-background-color.color-2-link-color a:hover,.color2-background-color.color-2-link-color a:focus,.color2-background-color.color-2-link-color a:active,.color2-background-color.color-2-link-color a.highlighted{color:#0350a3}.color2-background-color.sidebar.color-2-link-color a{color:#011f3f}.color2-background-color.sidebar.color-2-link-color a:hover,.color2-background-color.sidebar.color-2-link-color a:focus,.color2-background-color.sidebar.color-2-link-color a:active,.color2-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color2-background-color.sm.color-2-link-color li.btn a,.color2-background-color.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color2-background-color.sm.color-2-link-color li.button-primary a,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.button a,.color2-background-color.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background-color.sm.color-2-link-color li.button-secondary a,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.alt.button a{color:inherit}.color2-background-color.sm.color-2-link-color li.btn a:hover,.color2-background-color.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background-color.sm.color-2-link-color li.button-primary a:hover,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.button a:hover,.color2-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background-color.sm.color-2-link-color li.button-secondary a:hover,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.alt.button a:hover,.color2-background-color.sm.color-2-link-color li.btn a:focus,.color2-background-color.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background-color.sm.color-2-link-color li.button-primary a:focus,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.button a:focus,.color2-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background-color.sm.color-2-link-color li.button-secondary a:focus,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.alt.button a:focus,.color2-background-color.sm.color-2-link-color li.btn a:active,.color2-background-color.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background-color.sm.color-2-link-color li.button-primary a:active,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.button a:active,.color2-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background-color.sm.color-2-link-color li.button-secondary a:active,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.alt.button a:active,.color2-background-color.sm.color-2-link-color li.btn a.highlighted,.color2-background-color.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background-color.sm.color-2-link-color li.button-primary a.highlighted,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.button a.highlighted,.color2-background-color.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background-color.sm.color-2-link-color li.button-secondary a.highlighted,.color2-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color2-background-color.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color2-background-color.sm.color-2-link-color li:not(.btn) a:hover,.color2-background-color.sm.color-2-link-color li:not(.btn) a:focus,.color2-background-color.sm.color-2-link-color li:not(.btn) a:active,.color2-background-color.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color2-background-color.color-3-link-color a{color:#dcebf7}.color2-background-color.color-3-link-color a:hover,.color2-background-color.color-3-link-color a:focus,.color2-background-color.color-3-link-color a:active,.color2-background-color.color-3-link-color a.highlighted{color:#89bce4}.color2-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color2-background-color.sidebar.color-3-link-color a:hover,.color2-background-color.sidebar.color-3-link-color a:focus,.color2-background-color.sidebar.color-3-link-color a:active,.color2-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color2-background-color.sm.color-3-link-color li.btn a,.color2-background-color.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color2-background-color.sm.color-3-link-color li.button-primary a,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.button a,.color2-background-color.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background-color.sm.color-3-link-color li.button-secondary a,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.alt.button a{color:inherit}.color2-background-color.sm.color-3-link-color li.btn a:hover,.color2-background-color.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background-color.sm.color-3-link-color li.button-primary a:hover,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.button a:hover,.color2-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background-color.sm.color-3-link-color li.button-secondary a:hover,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.alt.button a:hover,.color2-background-color.sm.color-3-link-color li.btn a:focus,.color2-background-color.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background-color.sm.color-3-link-color li.button-primary a:focus,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.button a:focus,.color2-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background-color.sm.color-3-link-color li.button-secondary a:focus,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.alt.button a:focus,.color2-background-color.sm.color-3-link-color li.btn a:active,.color2-background-color.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background-color.sm.color-3-link-color li.button-primary a:active,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.button a:active,.color2-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background-color.sm.color-3-link-color li.button-secondary a:active,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.alt.button a:active,.color2-background-color.sm.color-3-link-color li.btn a.highlighted,.color2-background-color.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background-color.sm.color-3-link-color li.button-primary a.highlighted,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.button a.highlighted,.color2-background-color.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background-color.sm.color-3-link-color li.button-secondary a.highlighted,.color2-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color2-background-color.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color2-background-color.sm.color-3-link-color li:not(.btn) a:hover,.color2-background-color.sm.color-3-link-color li:not(.btn) a:focus,.color2-background-color.sm.color-3-link-color li:not(.btn) a:active,.color2-background-color.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color2-background-color.color-4-link-color a{color:#f9f9f9}.color2-background-color.color-4-link-color a:hover,.color2-background-color.color-4-link-color a:focus,.color2-background-color.color-4-link-color a:active,.color2-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color2-background-color.sidebar.color-4-link-color a:hover,.color2-background-color.sidebar.color-4-link-color a:focus,.color2-background-color.sidebar.color-4-link-color a:active,.color2-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background-color.sm.color-4-link-color li.btn a,.color2-background-color.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color2-background-color.sm.color-4-link-color li.button-primary a,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.button a,.color2-background-color.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background-color.sm.color-4-link-color li.button-secondary a,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.alt.button a{color:inherit}.color2-background-color.sm.color-4-link-color li.btn a:hover,.color2-background-color.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background-color.sm.color-4-link-color li.button-primary a:hover,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.button a:hover,.color2-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background-color.sm.color-4-link-color li.button-secondary a:hover,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.alt.button a:hover,.color2-background-color.sm.color-4-link-color li.btn a:focus,.color2-background-color.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background-color.sm.color-4-link-color li.button-primary a:focus,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.button a:focus,.color2-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background-color.sm.color-4-link-color li.button-secondary a:focus,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.alt.button a:focus,.color2-background-color.sm.color-4-link-color li.btn a:active,.color2-background-color.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background-color.sm.color-4-link-color li.button-primary a:active,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.button a:active,.color2-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background-color.sm.color-4-link-color li.button-secondary a:active,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.alt.button a:active,.color2-background-color.sm.color-4-link-color li.btn a.highlighted,.color2-background-color.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background-color.sm.color-4-link-color li.button-primary a.highlighted,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.button a.highlighted,.color2-background-color.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background-color.sm.color-4-link-color li.button-secondary a.highlighted,.color2-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color2-background-color.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color2-background-color.sm.color-4-link-color li:not(.btn) a:hover,.color2-background-color.sm.color-4-link-color li:not(.btn) a:focus,.color2-background-color.sm.color-4-link-color li:not(.btn) a:active,.color2-background-color.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color2-background-color.color-5-link-color a{color:#011f3f}.color2-background-color.color-5-link-color a:hover,.color2-background-color.color-5-link-color a:focus,.color2-background-color.color-5-link-color a:active,.color2-background-color.color-5-link-color a.highlighted{color:#0350a3}.color2-background-color.sidebar.color-5-link-color a{color:#011f3f}.color2-background-color.sidebar.color-5-link-color a:hover,.color2-background-color.sidebar.color-5-link-color a:focus,.color2-background-color.sidebar.color-5-link-color a:active,.color2-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color2-background-color.sm.color-5-link-color li.btn a,.color2-background-color.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color2-background-color.sm.color-5-link-color li.button-primary a,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.button a,.color2-background-color.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color2-background-color.sm.color-5-link-color li.button-secondary a,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.alt.button a{color:inherit}.color2-background-color.sm.color-5-link-color li.btn a:hover,.color2-background-color.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color2-background-color.sm.color-5-link-color li.button-primary a:hover,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.button a:hover,.color2-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color2-background-color.sm.color-5-link-color li.button-secondary a:hover,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.alt.button a:hover,.color2-background-color.sm.color-5-link-color li.btn a:focus,.color2-background-color.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color2-background-color.sm.color-5-link-color li.button-primary a:focus,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.button a:focus,.color2-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color2-background-color.sm.color-5-link-color li.button-secondary a:focus,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.alt.button a:focus,.color2-background-color.sm.color-5-link-color li.btn a:active,.color2-background-color.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color2-background-color.sm.color-5-link-color li.button-primary a:active,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.button a:active,.color2-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color2-background-color.sm.color-5-link-color li.button-secondary a:active,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.alt.button a:active,.color2-background-color.sm.color-5-link-color li.btn a.highlighted,.color2-background-color.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color2-background-color.sm.color-5-link-color li.button-primary a.highlighted,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.button a.highlighted,.color2-background-color.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color2-background-color.sm.color-5-link-color li.button-secondary a.highlighted,.color2-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color2-background-color.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color2-background-color.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color2-background-color.sm.color-5-link-color li:not(.btn) a:hover,.color2-background-color.sm.color-5-link-color li:not(.btn) a:focus,.color2-background-color.sm.color-5-link-color li:not(.btn) a:active,.color2-background-color.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color2-background-color.color-neutral-link-color a{color:#f9f9f9}.color2-background-color.color-neutral-link-color a:hover,.color2-background-color.color-neutral-link-color a:focus,.color2-background-color.color-neutral-link-color a:active,.color2-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#011f3f ! important}.color3-background-color.color-1-link-color a{color:#4392f1}.color3-background-color.color-1-link-color a:hover,.color3-background-color.color-1-link-color a:focus,.color3-background-color.color-1-link-color a:active,.color3-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background-color.sidebar.color-1-link-color a{color:#4392f1}.color3-background-color.sidebar.color-1-link-color a:hover,.color3-background-color.sidebar.color-1-link-color a:focus,.color3-background-color.sidebar.color-1-link-color a:active,.color3-background-color.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background-color.sm.color-1-link-color li.btn a,.color3-background-color.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color3-background-color.sm.color-1-link-color li.button-primary a,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.button a,.color3-background-color.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background-color.sm.color-1-link-color li.button-secondary a,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.alt.button a{color:inherit}.color3-background-color.sm.color-1-link-color li.btn a:hover,.color3-background-color.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background-color.sm.color-1-link-color li.button-primary a:hover,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.button a:hover,.color3-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background-color.sm.color-1-link-color li.button-secondary a:hover,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.alt.button a:hover,.color3-background-color.sm.color-1-link-color li.btn a:focus,.color3-background-color.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background-color.sm.color-1-link-color li.button-primary a:focus,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.button a:focus,.color3-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background-color.sm.color-1-link-color li.button-secondary a:focus,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.alt.button a:focus,.color3-background-color.sm.color-1-link-color li.btn a:active,.color3-background-color.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background-color.sm.color-1-link-color li.button-primary a:active,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.button a:active,.color3-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background-color.sm.color-1-link-color li.button-secondary a:active,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.alt.button a:active,.color3-background-color.sm.color-1-link-color li.btn a.highlighted,.color3-background-color.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background-color.sm.color-1-link-color li.button-primary a.highlighted,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.button a.highlighted,.color3-background-color.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background-color.sm.color-1-link-color li.button-secondary a.highlighted,.color3-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color3-background-color.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color3-background-color.sm.color-1-link-color li:not(.btn) a:hover,.color3-background-color.sm.color-1-link-color li:not(.btn) a:focus,.color3-background-color.sm.color-1-link-color li:not(.btn) a:active,.color3-background-color.sm.color-1-link-color li:not(.btn) a.highlighted{color:#0e5fc0}.color3-background-color.color-2-link-color a{color:#011f3f}.color3-background-color.color-2-link-color a:hover,.color3-background-color.color-2-link-color a:focus,.color3-background-color.color-2-link-color a:active,.color3-background-color.color-2-link-color a.highlighted{color:#0350a3}.color3-background-color.sidebar.color-2-link-color a{color:#011f3f}.color3-background-color.sidebar.color-2-link-color a:hover,.color3-background-color.sidebar.color-2-link-color a:focus,.color3-background-color.sidebar.color-2-link-color a:active,.color3-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color3-background-color.sm.color-2-link-color li.btn a,.color3-background-color.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color3-background-color.sm.color-2-link-color li.button-primary a,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.button a,.color3-background-color.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background-color.sm.color-2-link-color li.button-secondary a,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.alt.button a{color:inherit}.color3-background-color.sm.color-2-link-color li.btn a:hover,.color3-background-color.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background-color.sm.color-2-link-color li.button-primary a:hover,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.button a:hover,.color3-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background-color.sm.color-2-link-color li.button-secondary a:hover,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.alt.button a:hover,.color3-background-color.sm.color-2-link-color li.btn a:focus,.color3-background-color.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background-color.sm.color-2-link-color li.button-primary a:focus,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.button a:focus,.color3-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background-color.sm.color-2-link-color li.button-secondary a:focus,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.alt.button a:focus,.color3-background-color.sm.color-2-link-color li.btn a:active,.color3-background-color.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background-color.sm.color-2-link-color li.button-primary a:active,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.button a:active,.color3-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background-color.sm.color-2-link-color li.button-secondary a:active,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.alt.button a:active,.color3-background-color.sm.color-2-link-color li.btn a.highlighted,.color3-background-color.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background-color.sm.color-2-link-color li.button-primary a.highlighted,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.button a.highlighted,.color3-background-color.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background-color.sm.color-2-link-color li.button-secondary a.highlighted,.color3-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color3-background-color.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color3-background-color.sm.color-2-link-color li:not(.btn) a:hover,.color3-background-color.sm.color-2-link-color li:not(.btn) a:focus,.color3-background-color.sm.color-2-link-color li:not(.btn) a:active,.color3-background-color.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color3-background-color.color-3-link-color a{color:#dcebf7}.color3-background-color.color-3-link-color a:hover,.color3-background-color.color-3-link-color a:focus,.color3-background-color.color-3-link-color a:active,.color3-background-color.color-3-link-color a.highlighted{color:#89bce4}.color3-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color3-background-color.sidebar.color-3-link-color a:hover,.color3-background-color.sidebar.color-3-link-color a:focus,.color3-background-color.sidebar.color-3-link-color a:active,.color3-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color3-background-color.sm.color-3-link-color li.btn a,.color3-background-color.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color3-background-color.sm.color-3-link-color li.button-primary a,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.button a,.color3-background-color.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background-color.sm.color-3-link-color li.button-secondary a,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.alt.button a{color:inherit}.color3-background-color.sm.color-3-link-color li.btn a:hover,.color3-background-color.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background-color.sm.color-3-link-color li.button-primary a:hover,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.button a:hover,.color3-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background-color.sm.color-3-link-color li.button-secondary a:hover,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.alt.button a:hover,.color3-background-color.sm.color-3-link-color li.btn a:focus,.color3-background-color.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background-color.sm.color-3-link-color li.button-primary a:focus,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.button a:focus,.color3-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background-color.sm.color-3-link-color li.button-secondary a:focus,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.alt.button a:focus,.color3-background-color.sm.color-3-link-color li.btn a:active,.color3-background-color.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background-color.sm.color-3-link-color li.button-primary a:active,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.button a:active,.color3-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background-color.sm.color-3-link-color li.button-secondary a:active,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.alt.button a:active,.color3-background-color.sm.color-3-link-color li.btn a.highlighted,.color3-background-color.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background-color.sm.color-3-link-color li.button-primary a.highlighted,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.button a.highlighted,.color3-background-color.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background-color.sm.color-3-link-color li.button-secondary a.highlighted,.color3-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color3-background-color.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color3-background-color.sm.color-3-link-color li:not(.btn) a:hover,.color3-background-color.sm.color-3-link-color li:not(.btn) a:focus,.color3-background-color.sm.color-3-link-color li:not(.btn) a:active,.color3-background-color.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color3-background-color.color-4-link-color a{color:#f9f9f9}.color3-background-color.color-4-link-color a:hover,.color3-background-color.color-4-link-color a:focus,.color3-background-color.color-4-link-color a:active,.color3-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color3-background-color.sidebar.color-4-link-color a:hover,.color3-background-color.sidebar.color-4-link-color a:focus,.color3-background-color.sidebar.color-4-link-color a:active,.color3-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background-color.sm.color-4-link-color li.btn a,.color3-background-color.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color3-background-color.sm.color-4-link-color li.button-primary a,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.button a,.color3-background-color.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background-color.sm.color-4-link-color li.button-secondary a,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.alt.button a{color:inherit}.color3-background-color.sm.color-4-link-color li.btn a:hover,.color3-background-color.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background-color.sm.color-4-link-color li.button-primary a:hover,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.button a:hover,.color3-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background-color.sm.color-4-link-color li.button-secondary a:hover,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.alt.button a:hover,.color3-background-color.sm.color-4-link-color li.btn a:focus,.color3-background-color.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background-color.sm.color-4-link-color li.button-primary a:focus,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.button a:focus,.color3-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background-color.sm.color-4-link-color li.button-secondary a:focus,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.alt.button a:focus,.color3-background-color.sm.color-4-link-color li.btn a:active,.color3-background-color.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background-color.sm.color-4-link-color li.button-primary a:active,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.button a:active,.color3-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background-color.sm.color-4-link-color li.button-secondary a:active,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.alt.button a:active,.color3-background-color.sm.color-4-link-color li.btn a.highlighted,.color3-background-color.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background-color.sm.color-4-link-color li.button-primary a.highlighted,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.button a.highlighted,.color3-background-color.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background-color.sm.color-4-link-color li.button-secondary a.highlighted,.color3-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color3-background-color.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color3-background-color.sm.color-4-link-color li:not(.btn) a:hover,.color3-background-color.sm.color-4-link-color li:not(.btn) a:focus,.color3-background-color.sm.color-4-link-color li:not(.btn) a:active,.color3-background-color.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color3-background-color.color-5-link-color a{color:#011f3f}.color3-background-color.color-5-link-color a:hover,.color3-background-color.color-5-link-color a:focus,.color3-background-color.color-5-link-color a:active,.color3-background-color.color-5-link-color a.highlighted{color:#0350a3}.color3-background-color.sidebar.color-5-link-color a{color:#011f3f}.color3-background-color.sidebar.color-5-link-color a:hover,.color3-background-color.sidebar.color-5-link-color a:focus,.color3-background-color.sidebar.color-5-link-color a:active,.color3-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color3-background-color.sm.color-5-link-color li.btn a,.color3-background-color.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color3-background-color.sm.color-5-link-color li.button-primary a,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.button a,.color3-background-color.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color3-background-color.sm.color-5-link-color li.button-secondary a,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.alt.button a{color:inherit}.color3-background-color.sm.color-5-link-color li.btn a:hover,.color3-background-color.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color3-background-color.sm.color-5-link-color li.button-primary a:hover,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.button a:hover,.color3-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color3-background-color.sm.color-5-link-color li.button-secondary a:hover,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.alt.button a:hover,.color3-background-color.sm.color-5-link-color li.btn a:focus,.color3-background-color.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color3-background-color.sm.color-5-link-color li.button-primary a:focus,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.button a:focus,.color3-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color3-background-color.sm.color-5-link-color li.button-secondary a:focus,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.alt.button a:focus,.color3-background-color.sm.color-5-link-color li.btn a:active,.color3-background-color.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color3-background-color.sm.color-5-link-color li.button-primary a:active,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.button a:active,.color3-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color3-background-color.sm.color-5-link-color li.button-secondary a:active,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.alt.button a:active,.color3-background-color.sm.color-5-link-color li.btn a.highlighted,.color3-background-color.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color3-background-color.sm.color-5-link-color li.button-primary a.highlighted,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.button a.highlighted,.color3-background-color.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color3-background-color.sm.color-5-link-color li.button-secondary a.highlighted,.color3-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color3-background-color.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color3-background-color.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color3-background-color.sm.color-5-link-color li:not(.btn) a:hover,.color3-background-color.sm.color-5-link-color li:not(.btn) a:focus,.color3-background-color.sm.color-5-link-color li:not(.btn) a:active,.color3-background-color.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color3-background-color.color-neutral-link-color a{color:#f9f9f9}.color3-background-color.color-neutral-link-color a:hover,.color3-background-color.color-neutral-link-color a:focus,.color3-background-color.color-neutral-link-color a:active,.color3-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#dcebf7 ! important}.color4-background-color.color-1-link-color a{color:#4392f1}.color4-background-color.color-1-link-color a:hover,.color4-background-color.color-1-link-color a:focus,.color4-background-color.color-1-link-color a:active,.color4-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background-color.sidebar.color-1-link-color a{color:#4392f1}.color4-background-color.sidebar.color-1-link-color a:hover,.color4-background-color.sidebar.color-1-link-color a:focus,.color4-background-color.sidebar.color-1-link-color a:active,.color4-background-color.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background-color.sm.color-1-link-color li.btn a,.color4-background-color.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color4-background-color.sm.color-1-link-color li.button-primary a,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.button a,.color4-background-color.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background-color.sm.color-1-link-color li.button-secondary a,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.alt.button a{color:inherit}.color4-background-color.sm.color-1-link-color li.btn a:hover,.color4-background-color.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background-color.sm.color-1-link-color li.button-primary a:hover,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.button a:hover,.color4-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background-color.sm.color-1-link-color li.button-secondary a:hover,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.alt.button a:hover,.color4-background-color.sm.color-1-link-color li.btn a:focus,.color4-background-color.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background-color.sm.color-1-link-color li.button-primary a:focus,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.button a:focus,.color4-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background-color.sm.color-1-link-color li.button-secondary a:focus,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.alt.button a:focus,.color4-background-color.sm.color-1-link-color li.btn a:active,.color4-background-color.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background-color.sm.color-1-link-color li.button-primary a:active,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.button a:active,.color4-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background-color.sm.color-1-link-color li.button-secondary a:active,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.alt.button a:active,.color4-background-color.sm.color-1-link-color li.btn a.highlighted,.color4-background-color.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background-color.sm.color-1-link-color li.button-primary a.highlighted,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.button a.highlighted,.color4-background-color.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background-color.sm.color-1-link-color li.button-secondary a.highlighted,.color4-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color4-background-color.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color4-background-color.sm.color-1-link-color li:not(.btn) a:hover,.color4-background-color.sm.color-1-link-color li:not(.btn) a:focus,.color4-background-color.sm.color-1-link-color li:not(.btn) a:active,.color4-background-color.sm.color-1-link-color li:not(.btn) a.highlighted{color:#0e5fc0}.color4-background-color.color-2-link-color a{color:#011f3f}.color4-background-color.color-2-link-color a:hover,.color4-background-color.color-2-link-color a:focus,.color4-background-color.color-2-link-color a:active,.color4-background-color.color-2-link-color a.highlighted{color:#0350a3}.color4-background-color.sidebar.color-2-link-color a{color:#011f3f}.color4-background-color.sidebar.color-2-link-color a:hover,.color4-background-color.sidebar.color-2-link-color a:focus,.color4-background-color.sidebar.color-2-link-color a:active,.color4-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color4-background-color.sm.color-2-link-color li.btn a,.color4-background-color.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color4-background-color.sm.color-2-link-color li.button-primary a,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.button a,.color4-background-color.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background-color.sm.color-2-link-color li.button-secondary a,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.alt.button a{color:inherit}.color4-background-color.sm.color-2-link-color li.btn a:hover,.color4-background-color.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background-color.sm.color-2-link-color li.button-primary a:hover,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.button a:hover,.color4-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background-color.sm.color-2-link-color li.button-secondary a:hover,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.alt.button a:hover,.color4-background-color.sm.color-2-link-color li.btn a:focus,.color4-background-color.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background-color.sm.color-2-link-color li.button-primary a:focus,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.button a:focus,.color4-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background-color.sm.color-2-link-color li.button-secondary a:focus,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.alt.button a:focus,.color4-background-color.sm.color-2-link-color li.btn a:active,.color4-background-color.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background-color.sm.color-2-link-color li.button-primary a:active,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.button a:active,.color4-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background-color.sm.color-2-link-color li.button-secondary a:active,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.alt.button a:active,.color4-background-color.sm.color-2-link-color li.btn a.highlighted,.color4-background-color.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background-color.sm.color-2-link-color li.button-primary a.highlighted,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.button a.highlighted,.color4-background-color.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background-color.sm.color-2-link-color li.button-secondary a.highlighted,.color4-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color4-background-color.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color4-background-color.sm.color-2-link-color li:not(.btn) a:hover,.color4-background-color.sm.color-2-link-color li:not(.btn) a:focus,.color4-background-color.sm.color-2-link-color li:not(.btn) a:active,.color4-background-color.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color4-background-color.color-3-link-color a{color:#dcebf7}.color4-background-color.color-3-link-color a:hover,.color4-background-color.color-3-link-color a:focus,.color4-background-color.color-3-link-color a:active,.color4-background-color.color-3-link-color a.highlighted{color:#89bce4}.color4-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color4-background-color.sidebar.color-3-link-color a:hover,.color4-background-color.sidebar.color-3-link-color a:focus,.color4-background-color.sidebar.color-3-link-color a:active,.color4-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color4-background-color.sm.color-3-link-color li.btn a,.color4-background-color.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color4-background-color.sm.color-3-link-color li.button-primary a,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.button a,.color4-background-color.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background-color.sm.color-3-link-color li.button-secondary a,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.alt.button a{color:inherit}.color4-background-color.sm.color-3-link-color li.btn a:hover,.color4-background-color.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background-color.sm.color-3-link-color li.button-primary a:hover,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.button a:hover,.color4-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background-color.sm.color-3-link-color li.button-secondary a:hover,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.alt.button a:hover,.color4-background-color.sm.color-3-link-color li.btn a:focus,.color4-background-color.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background-color.sm.color-3-link-color li.button-primary a:focus,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.button a:focus,.color4-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background-color.sm.color-3-link-color li.button-secondary a:focus,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.alt.button a:focus,.color4-background-color.sm.color-3-link-color li.btn a:active,.color4-background-color.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background-color.sm.color-3-link-color li.button-primary a:active,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.button a:active,.color4-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background-color.sm.color-3-link-color li.button-secondary a:active,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.alt.button a:active,.color4-background-color.sm.color-3-link-color li.btn a.highlighted,.color4-background-color.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background-color.sm.color-3-link-color li.button-primary a.highlighted,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.button a.highlighted,.color4-background-color.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background-color.sm.color-3-link-color li.button-secondary a.highlighted,.color4-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color4-background-color.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color4-background-color.sm.color-3-link-color li:not(.btn) a:hover,.color4-background-color.sm.color-3-link-color li:not(.btn) a:focus,.color4-background-color.sm.color-3-link-color li:not(.btn) a:active,.color4-background-color.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color4-background-color.color-4-link-color a{color:#f9f9f9}.color4-background-color.color-4-link-color a:hover,.color4-background-color.color-4-link-color a:focus,.color4-background-color.color-4-link-color a:active,.color4-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color4-background-color.sidebar.color-4-link-color a:hover,.color4-background-color.sidebar.color-4-link-color a:focus,.color4-background-color.sidebar.color-4-link-color a:active,.color4-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background-color.sm.color-4-link-color li.btn a,.color4-background-color.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color4-background-color.sm.color-4-link-color li.button-primary a,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.button a,.color4-background-color.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background-color.sm.color-4-link-color li.button-secondary a,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.alt.button a{color:inherit}.color4-background-color.sm.color-4-link-color li.btn a:hover,.color4-background-color.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background-color.sm.color-4-link-color li.button-primary a:hover,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.button a:hover,.color4-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background-color.sm.color-4-link-color li.button-secondary a:hover,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.alt.button a:hover,.color4-background-color.sm.color-4-link-color li.btn a:focus,.color4-background-color.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background-color.sm.color-4-link-color li.button-primary a:focus,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.button a:focus,.color4-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background-color.sm.color-4-link-color li.button-secondary a:focus,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.alt.button a:focus,.color4-background-color.sm.color-4-link-color li.btn a:active,.color4-background-color.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background-color.sm.color-4-link-color li.button-primary a:active,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.button a:active,.color4-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background-color.sm.color-4-link-color li.button-secondary a:active,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.alt.button a:active,.color4-background-color.sm.color-4-link-color li.btn a.highlighted,.color4-background-color.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background-color.sm.color-4-link-color li.button-primary a.highlighted,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.button a.highlighted,.color4-background-color.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background-color.sm.color-4-link-color li.button-secondary a.highlighted,.color4-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color4-background-color.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color4-background-color.sm.color-4-link-color li:not(.btn) a:hover,.color4-background-color.sm.color-4-link-color li:not(.btn) a:focus,.color4-background-color.sm.color-4-link-color li:not(.btn) a:active,.color4-background-color.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color4-background-color.color-5-link-color a{color:#011f3f}.color4-background-color.color-5-link-color a:hover,.color4-background-color.color-5-link-color a:focus,.color4-background-color.color-5-link-color a:active,.color4-background-color.color-5-link-color a.highlighted{color:#0350a3}.color4-background-color.sidebar.color-5-link-color a{color:#011f3f}.color4-background-color.sidebar.color-5-link-color a:hover,.color4-background-color.sidebar.color-5-link-color a:focus,.color4-background-color.sidebar.color-5-link-color a:active,.color4-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color4-background-color.sm.color-5-link-color li.btn a,.color4-background-color.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color4-background-color.sm.color-5-link-color li.button-primary a,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.button a,.color4-background-color.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color4-background-color.sm.color-5-link-color li.button-secondary a,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.alt.button a{color:inherit}.color4-background-color.sm.color-5-link-color li.btn a:hover,.color4-background-color.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color4-background-color.sm.color-5-link-color li.button-primary a:hover,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.button a:hover,.color4-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color4-background-color.sm.color-5-link-color li.button-secondary a:hover,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.alt.button a:hover,.color4-background-color.sm.color-5-link-color li.btn a:focus,.color4-background-color.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color4-background-color.sm.color-5-link-color li.button-primary a:focus,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.button a:focus,.color4-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color4-background-color.sm.color-5-link-color li.button-secondary a:focus,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.alt.button a:focus,.color4-background-color.sm.color-5-link-color li.btn a:active,.color4-background-color.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color4-background-color.sm.color-5-link-color li.button-primary a:active,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.button a:active,.color4-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color4-background-color.sm.color-5-link-color li.button-secondary a:active,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.alt.button a:active,.color4-background-color.sm.color-5-link-color li.btn a.highlighted,.color4-background-color.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color4-background-color.sm.color-5-link-color li.button-primary a.highlighted,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.button a.highlighted,.color4-background-color.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color4-background-color.sm.color-5-link-color li.button-secondary a.highlighted,.color4-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color4-background-color.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color4-background-color.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color4-background-color.sm.color-5-link-color li:not(.btn) a:hover,.color4-background-color.sm.color-5-link-color li:not(.btn) a:focus,.color4-background-color.sm.color-5-link-color li:not(.btn) a:active,.color4-background-color.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color4-background-color.color-neutral-link-color a{color:#f9f9f9}.color4-background-color.color-neutral-link-color a:hover,.color4-background-color.color-neutral-link-color a:focus,.color4-background-color.color-neutral-link-color a:active,.color4-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color4-background-color-hover:focus,.color4-background-color-hover:hover{background-color:#f9f9f9 ! important}.color5-background-color.color-1-link-color a{color:#4392f1}.color5-background-color.color-1-link-color a:hover,.color5-background-color.color-1-link-color a:focus,.color5-background-color.color-1-link-color a:active,.color5-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background-color.sidebar.color-1-link-color a{color:#4392f1}.color5-background-color.sidebar.color-1-link-color a:hover,.color5-background-color.sidebar.color-1-link-color a:focus,.color5-background-color.sidebar.color-1-link-color a:active,.color5-background-color.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background-color.sm.color-1-link-color li.btn a,.color5-background-color.sm.color-1-link-color .palette-primary li.button-primary a,.palette-primary .color5-background-color.sm.color-1-link-color li.button-primary a,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.button a,.color5-background-color.sm.color-1-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background-color.sm.color-1-link-color li.button-secondary a,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.alt.button a{color:inherit}.color5-background-color.sm.color-1-link-color li.btn a:hover,.color5-background-color.sm.color-1-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background-color.sm.color-1-link-color li.button-primary a:hover,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.button a:hover,.color5-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background-color.sm.color-1-link-color li.button-secondary a:hover,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.alt.button a:hover,.color5-background-color.sm.color-1-link-color li.btn a:focus,.color5-background-color.sm.color-1-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background-color.sm.color-1-link-color li.button-primary a:focus,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.button a:focus,.color5-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background-color.sm.color-1-link-color li.button-secondary a:focus,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.alt.button a:focus,.color5-background-color.sm.color-1-link-color li.btn a:active,.color5-background-color.sm.color-1-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background-color.sm.color-1-link-color li.button-primary a:active,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.button a:active,.color5-background-color.sm.color-1-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background-color.sm.color-1-link-color li.button-secondary a:active,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.alt.button a:active,.color5-background-color.sm.color-1-link-color li.btn a.highlighted,.color5-background-color.sm.color-1-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background-color.sm.color-1-link-color li.button-primary a.highlighted,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.button a.highlighted,.color5-background-color.sm.color-1-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background-color.sm.color-1-link-color li.button-secondary a.highlighted,.color5-background-color.sm.color-1-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-1-link-color li.alt.button a.highlighted{color:inherit}.color5-background-color.sm.color-1-link-color li:not(.btn) a{color:#4392f1}.color5-background-color.sm.color-1-link-color li:not(.btn) a:hover,.color5-background-color.sm.color-1-link-color li:not(.btn) a:focus,.color5-background-color.sm.color-1-link-color li:not(.btn) a:active,.color5-background-color.sm.color-1-link-color li:not(.btn) a.highlighted{color:#a2c9f8}.color5-background-color.color-2-link-color a{color:#011f3f}.color5-background-color.color-2-link-color a:hover,.color5-background-color.color-2-link-color a:focus,.color5-background-color.color-2-link-color a:active,.color5-background-color.color-2-link-color a.highlighted{color:#0350a3}.color5-background-color.sidebar.color-2-link-color a{color:#011f3f}.color5-background-color.sidebar.color-2-link-color a:hover,.color5-background-color.sidebar.color-2-link-color a:focus,.color5-background-color.sidebar.color-2-link-color a:active,.color5-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color5-background-color.sm.color-2-link-color li.btn a,.color5-background-color.sm.color-2-link-color .palette-primary li.button-primary a,.palette-primary .color5-background-color.sm.color-2-link-color li.button-primary a,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.button a,.color5-background-color.sm.color-2-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background-color.sm.color-2-link-color li.button-secondary a,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.alt.button a{color:inherit}.color5-background-color.sm.color-2-link-color li.btn a:hover,.color5-background-color.sm.color-2-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background-color.sm.color-2-link-color li.button-primary a:hover,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.button a:hover,.color5-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background-color.sm.color-2-link-color li.button-secondary a:hover,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.alt.button a:hover,.color5-background-color.sm.color-2-link-color li.btn a:focus,.color5-background-color.sm.color-2-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background-color.sm.color-2-link-color li.button-primary a:focus,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.button a:focus,.color5-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background-color.sm.color-2-link-color li.button-secondary a:focus,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.alt.button a:focus,.color5-background-color.sm.color-2-link-color li.btn a:active,.color5-background-color.sm.color-2-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background-color.sm.color-2-link-color li.button-primary a:active,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.button a:active,.color5-background-color.sm.color-2-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background-color.sm.color-2-link-color li.button-secondary a:active,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.alt.button a:active,.color5-background-color.sm.color-2-link-color li.btn a.highlighted,.color5-background-color.sm.color-2-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background-color.sm.color-2-link-color li.button-primary a.highlighted,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.button a.highlighted,.color5-background-color.sm.color-2-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background-color.sm.color-2-link-color li.button-secondary a.highlighted,.color5-background-color.sm.color-2-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-2-link-color li.alt.button a.highlighted{color:inherit}.color5-background-color.sm.color-2-link-color li:not(.btn) a{color:#011f3f}.color5-background-color.sm.color-2-link-color li:not(.btn) a:hover,.color5-background-color.sm.color-2-link-color li:not(.btn) a:focus,.color5-background-color.sm.color-2-link-color li:not(.btn) a:active,.color5-background-color.sm.color-2-link-color li:not(.btn) a.highlighted{color:#0350a3}.color5-background-color.color-3-link-color a{color:#dcebf7}.color5-background-color.color-3-link-color a:hover,.color5-background-color.color-3-link-color a:focus,.color5-background-color.color-3-link-color a:active,.color5-background-color.color-3-link-color a.highlighted{color:#89bce4}.color5-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color5-background-color.sidebar.color-3-link-color a:hover,.color5-background-color.sidebar.color-3-link-color a:focus,.color5-background-color.sidebar.color-3-link-color a:active,.color5-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color5-background-color.sm.color-3-link-color li.btn a,.color5-background-color.sm.color-3-link-color .palette-primary li.button-primary a,.palette-primary .color5-background-color.sm.color-3-link-color li.button-primary a,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.button a,.color5-background-color.sm.color-3-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background-color.sm.color-3-link-color li.button-secondary a,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.alt.button a{color:inherit}.color5-background-color.sm.color-3-link-color li.btn a:hover,.color5-background-color.sm.color-3-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background-color.sm.color-3-link-color li.button-primary a:hover,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.button a:hover,.color5-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background-color.sm.color-3-link-color li.button-secondary a:hover,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.alt.button a:hover,.color5-background-color.sm.color-3-link-color li.btn a:focus,.color5-background-color.sm.color-3-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background-color.sm.color-3-link-color li.button-primary a:focus,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.button a:focus,.color5-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background-color.sm.color-3-link-color li.button-secondary a:focus,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.alt.button a:focus,.color5-background-color.sm.color-3-link-color li.btn a:active,.color5-background-color.sm.color-3-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background-color.sm.color-3-link-color li.button-primary a:active,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.button a:active,.color5-background-color.sm.color-3-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background-color.sm.color-3-link-color li.button-secondary a:active,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.alt.button a:active,.color5-background-color.sm.color-3-link-color li.btn a.highlighted,.color5-background-color.sm.color-3-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background-color.sm.color-3-link-color li.button-primary a.highlighted,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.button a.highlighted,.color5-background-color.sm.color-3-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background-color.sm.color-3-link-color li.button-secondary a.highlighted,.color5-background-color.sm.color-3-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-3-link-color li.alt.button a.highlighted{color:inherit}.color5-background-color.sm.color-3-link-color li:not(.btn) a{color:#dcebf7}.color5-background-color.sm.color-3-link-color li:not(.btn) a:hover,.color5-background-color.sm.color-3-link-color li:not(.btn) a:focus,.color5-background-color.sm.color-3-link-color li:not(.btn) a:active,.color5-background-color.sm.color-3-link-color li:not(.btn) a.highlighted{color:#89bce4}.color5-background-color.color-4-link-color a{color:#f9f9f9}.color5-background-color.color-4-link-color a:hover,.color5-background-color.color-4-link-color a:focus,.color5-background-color.color-4-link-color a:active,.color5-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color5-background-color.sidebar.color-4-link-color a:hover,.color5-background-color.sidebar.color-4-link-color a:focus,.color5-background-color.sidebar.color-4-link-color a:active,.color5-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background-color.sm.color-4-link-color li.btn a,.color5-background-color.sm.color-4-link-color .palette-primary li.button-primary a,.palette-primary .color5-background-color.sm.color-4-link-color li.button-primary a,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.button a,.color5-background-color.sm.color-4-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background-color.sm.color-4-link-color li.button-secondary a,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.alt.button a{color:inherit}.color5-background-color.sm.color-4-link-color li.btn a:hover,.color5-background-color.sm.color-4-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background-color.sm.color-4-link-color li.button-primary a:hover,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.button a:hover,.color5-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background-color.sm.color-4-link-color li.button-secondary a:hover,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.alt.button a:hover,.color5-background-color.sm.color-4-link-color li.btn a:focus,.color5-background-color.sm.color-4-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background-color.sm.color-4-link-color li.button-primary a:focus,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.button a:focus,.color5-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background-color.sm.color-4-link-color li.button-secondary a:focus,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.alt.button a:focus,.color5-background-color.sm.color-4-link-color li.btn a:active,.color5-background-color.sm.color-4-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background-color.sm.color-4-link-color li.button-primary a:active,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.button a:active,.color5-background-color.sm.color-4-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background-color.sm.color-4-link-color li.button-secondary a:active,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.alt.button a:active,.color5-background-color.sm.color-4-link-color li.btn a.highlighted,.color5-background-color.sm.color-4-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background-color.sm.color-4-link-color li.button-primary a.highlighted,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.button a.highlighted,.color5-background-color.sm.color-4-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background-color.sm.color-4-link-color li.button-secondary a.highlighted,.color5-background-color.sm.color-4-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-4-link-color li.alt.button a.highlighted{color:inherit}.color5-background-color.sm.color-4-link-color li:not(.btn) a{color:#f9f9f9}.color5-background-color.sm.color-4-link-color li:not(.btn) a:hover,.color5-background-color.sm.color-4-link-color li:not(.btn) a:focus,.color5-background-color.sm.color-4-link-color li:not(.btn) a:active,.color5-background-color.sm.color-4-link-color li:not(.btn) a.highlighted{color:#c6c6c6}.color5-background-color.color-5-link-color a{color:#011f3f}.color5-background-color.color-5-link-color a:hover,.color5-background-color.color-5-link-color a:focus,.color5-background-color.color-5-link-color a:active,.color5-background-color.color-5-link-color a.highlighted{color:#0350a3}.color5-background-color.sidebar.color-5-link-color a{color:#011f3f}.color5-background-color.sidebar.color-5-link-color a:hover,.color5-background-color.sidebar.color-5-link-color a:focus,.color5-background-color.sidebar.color-5-link-color a:active,.color5-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color5-background-color.sm.color-5-link-color li.btn a,.color5-background-color.sm.color-5-link-color .palette-primary li.button-primary a,.palette-primary .color5-background-color.sm.color-5-link-color li.button-primary a,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.button a,.color5-background-color.sm.color-5-link-color .palette-primary li.button-secondary a,.palette-primary .color5-background-color.sm.color-5-link-color li.button-secondary a,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.alt.button a{color:inherit}.color5-background-color.sm.color-5-link-color li.btn a:hover,.color5-background-color.sm.color-5-link-color .palette-primary li.button-primary a:hover,.palette-primary .color5-background-color.sm.color-5-link-color li.button-primary a:hover,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.button a:hover,.color5-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:hover,.palette-primary .color5-background-color.sm.color-5-link-color li.button-secondary a:hover,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:hover,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.alt.button a:hover,.color5-background-color.sm.color-5-link-color li.btn a:focus,.color5-background-color.sm.color-5-link-color .palette-primary li.button-primary a:focus,.palette-primary .color5-background-color.sm.color-5-link-color li.button-primary a:focus,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.button a:focus,.color5-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:focus,.palette-primary .color5-background-color.sm.color-5-link-color li.button-secondary a:focus,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:focus,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.alt.button a:focus,.color5-background-color.sm.color-5-link-color li.btn a:active,.color5-background-color.sm.color-5-link-color .palette-primary li.button-primary a:active,.palette-primary .color5-background-color.sm.color-5-link-color li.button-primary a:active,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.button a:active,.color5-background-color.sm.color-5-link-color .palette-primary li.button-secondary a:active,.palette-primary .color5-background-color.sm.color-5-link-color li.button-secondary a:active,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a:active,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.alt.button a:active,.color5-background-color.sm.color-5-link-color li.btn a.highlighted,.color5-background-color.sm.color-5-link-color .palette-primary li.button-primary a.highlighted,.palette-primary .color5-background-color.sm.color-5-link-color li.button-primary a.highlighted,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.button a.highlighted,.color5-background-color.sm.color-5-link-color .palette-primary li.button-secondary a.highlighted,.palette-primary .color5-background-color.sm.color-5-link-color li.button-secondary a.highlighted,.color5-background-color.sm.color-5-link-color .palette-primary .woocommerce li.alt.button a.highlighted,.palette-primary .woocommerce .color5-background-color.sm.color-5-link-color li.alt.button a.highlighted{color:inherit}.color5-background-color.sm.color-5-link-color li:not(.btn) a{color:#011f3f}.color5-background-color.sm.color-5-link-color li:not(.btn) a:hover,.color5-background-color.sm.color-5-link-color li:not(.btn) a:focus,.color5-background-color.sm.color-5-link-color li:not(.btn) a:active,.color5-background-color.sm.color-5-link-color li:not(.btn) a.highlighted{color:#0350a3}.color5-background-color.color-neutral-link-color a{color:#f9f9f9}.color5-background-color.color-neutral-link-color a:hover,.color5-background-color.color-neutral-link-color a:focus,.color5-background-color.color-neutral-link-color a:active,.color5-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color5-background-color-hover:focus,.color5-background-color-hover:hover{background-color:#011f3f ! important}.color-neutral-background-color.color-1-link-color a{color:#4392f1}.color-neutral-background-color.color-1-link-color a:hover,.color-neutral-background-color.color-1-link-color a:focus,.color-neutral-background-color.color-1-link-color a:active,.color-neutral-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color-neutral-background-color.color-2-link-color a{color:#011f3f}.color-neutral-background-color.color-2-link-color a:hover,.color-neutral-background-color.color-2-link-color a:focus,.color-neutral-background-color.color-2-link-color a:active,.color-neutral-background-color.color-2-link-color a.highlighted{color:#0350a3}.color-neutral-background-color.color-3-link-color a{color:#dcebf7}.color-neutral-background-color.color-3-link-color a:hover,.color-neutral-background-color.color-3-link-color a:focus,.color-neutral-background-color.color-3-link-color a:active,.color-neutral-background-color.color-3-link-color a.highlighted{color:#89bce4}.color-neutral-background-color.color-4-link-color a{color:#f9f9f9}.color-neutral-background-color.color-4-link-color a:hover,.color-neutral-background-color.color-4-link-color a:focus,.color-neutral-background-color.color-4-link-color a:active,.color-neutral-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color-neutral-background-color.color-5-link-color a{color:#011f3f}.color-neutral-background-color.color-5-link-color a:hover,.color-neutral-background-color.color-5-link-color a:focus,.color-neutral-background-color.color-5-link-color a:active,.color-neutral-background-color.color-5-link-color a.highlighted{color:#0350a3}.color-neutral-background-color.color-neutral-link-color a{color:#f9f9f9}.color-neutral-background-color.color-neutral-link-color a:hover,.color-neutral-background-color.color-neutral-link-color a:focus,.color-neutral-background-color.color-neutral-link-color a:active,.color-neutral-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.btn-color-1,.palette-primary .button-primary,.palette-primary .woocommerce .button,.palette-primary .btn-color-1.button-primary,.palette-primary .woocommerce .button-primary.button,.palette-primary .woocommerce .button.button-primary,.palette-primary .woocommerce .btn-color-1.button,.palette-primary .btn-color-1.button-secondary,.palette-primary .button-secondary.button-primary,.palette-primary .woocommerce .button-secondary.button,.palette-primary .woocommerce .button.button-secondary,.palette-primary .woocommerce .alt.button,.palette-primary .woocommerce .btn-color-1.alt.button,.palette-primary .woocommerce .alt.button.button-primary,.btn-color-1-flat{background-color:#4392f1 !important;border-color:#4392f1;color:var(--color-1-text-contrast)}.btn-color-1 a,.palette-primary .button-primary a,.palette-primary .woocommerce .button a,.palette-primary .btn-color-1.button-primary a,.palette-primary .woocommerce .button-primary.button a,.palette-primary .woocommerce .button.button-primary a,.palette-primary .woocommerce .btn-color-1.button a,.palette-primary .btn-color-1.button-secondary a,.palette-primary .button-secondary.button-primary a,.palette-primary .woocommerce .button-secondary.button a,.palette-primary .woocommerce .button.button-secondary a,.palette-primary .woocommerce .alt.button a,.palette-primary .woocommerce .btn-color-1.alt.button a,.palette-primary .woocommerce .alt.button.button-primary a,.btn-color-1-flat a{color:var(--color-1-text-contrast)}.btn-color-1:visited,.palette-primary .button-primary:visited,.palette-primary .woocommerce .button:visited,.palette-primary .btn-color-1.button-primary:visited,.palette-primary .woocommerce .button-primary.button:visited,.palette-primary .woocommerce .button.button-primary:visited,.palette-primary .woocommerce .btn-color-1.button:visited,.palette-primary .btn-color-1.button-secondary:visited,.palette-primary .button-secondary.button-primary:visited,.palette-primary .woocommerce .button-secondary.button:visited,.palette-primary .woocommerce .button.button-secondary:visited,.palette-primary .woocommerce .button.alt:visited,.palette-primary .woocommerce .btn-color-1.alt.button:visited,.palette-primary .woocommerce .alt.button.button-primary:visited,.palette-primary .woocommerce .alt.button:visited,.btn-color-1-flat:visited{color:var(--color-1-text-contrast)}.btn-color-1:visited a,.palette-primary .button-primary:visited a,.palette-primary .woocommerce .button:visited a,.palette-primary .btn-color-1.button-primary:visited a,.palette-primary .woocommerce .button-primary.button:visited a,.palette-primary .woocommerce .button.button-primary:visited a,.palette-primary .woocommerce .btn-color-1.button:visited a,.palette-primary .btn-color-1.button-secondary:visited a,.palette-primary .button-secondary.button-primary:visited a,.palette-primary .woocommerce .button-secondary.button:visited a,.palette-primary .woocommerce .button.button-secondary:visited a,.palette-primary .woocommerce .button.alt:visited a,.palette-primary .woocommerce .btn-color-1.alt.button:visited a,.palette-primary .woocommerce .alt.button.button-primary:visited a,.palette-primary .woocommerce .alt.button:visited a,.btn-color-1-flat:visited a{color:var(--color-1-text-contrast)}.btn-color-1:hover,.palette-primary .button-primary:hover,.palette-primary .woocommerce .button:hover,.btn-color-1:focus,.palette-primary .button-primary:focus,.palette-primary .woocommerce .button:focus,.palette-primary .btn-color-1.button-primary:hover,.palette-primary .woocommerce .button-primary.button:hover,.palette-primary .woocommerce .button.button-primary:hover,.palette-primary .woocommerce .btn-color-1.button:hover,.palette-primary .btn-color-1.button-primary:focus,.palette-primary .woocommerce .button-primary.button:focus,.palette-primary .woocommerce .button.button-primary:focus,.palette-primary .woocommerce .btn-color-1.button:focus,.palette-primary .btn-color-1.button-secondary:hover,.palette-primary .button-secondary.button-primary:hover,.palette-primary .woocommerce .button-secondary.button:hover,.palette-primary .woocommerce .button.button-secondary:hover,.palette-primary .woocommerce .button.alt:hover,.palette-primary .woocommerce .btn-color-1.alt.button:hover,.palette-primary .woocommerce .alt.button.button-primary:hover,.palette-primary .woocommerce .alt.button:hover,.palette-primary .btn-color-1.button-secondary:focus,.palette-primary .button-secondary.button-primary:focus,.palette-primary .woocommerce .button-secondary.button:focus,.palette-primary .woocommerce .button.button-secondary:focus,.palette-primary .woocommerce .button.alt:focus,.palette-primary .woocommerce .btn-color-1.alt.button:focus,.palette-primary .woocommerce .alt.button.button-primary:focus,.palette-primary .woocommerce .alt.button:focus,.btn-color-1-flat:hover,.btn-color-1-flat:focus{background-color:#72aef5 !important;border-color:#72aef5;color:var(--color-1-text-contrast)}.btn-color-1:hover a,.palette-primary .button-primary:hover a,.palette-primary .woocommerce .button:hover a,.btn-color-1:focus a,.palette-primary .button-primary:focus a,.palette-primary .woocommerce .button:focus a,.palette-primary .btn-color-1.button-primary:hover a,.palette-primary .woocommerce .button-primary.button:hover a,.palette-primary .woocommerce .button.button-primary:hover a,.palette-primary .woocommerce .btn-color-1.button:hover a,.palette-primary .btn-color-1.button-primary:focus a,.palette-primary .woocommerce .button-primary.button:focus a,.palette-primary .woocommerce .button.button-primary:focus a,.palette-primary .woocommerce .btn-color-1.button:focus a,.palette-primary .btn-color-1.button-secondary:hover a,.palette-primary .button-secondary.button-primary:hover a,.palette-primary .woocommerce .button-secondary.button:hover a,.palette-primary .woocommerce .button.button-secondary:hover a,.palette-primary .woocommerce .button.alt:hover a,.palette-primary .woocommerce .btn-color-1.alt.button:hover a,.palette-primary .woocommerce .alt.button.button-primary:hover a,.palette-primary .woocommerce .alt.button:hover a,.palette-primary .btn-color-1.button-secondary:focus a,.palette-primary .button-secondary.button-primary:focus a,.palette-primary .woocommerce .button-secondary.button:focus a,.palette-primary .woocommerce .button.button-secondary:focus a,.palette-primary .woocommerce .button.alt:focus a,.palette-primary .woocommerce .btn-color-1.alt.button:focus a,.palette-primary .woocommerce .alt.button.button-primary:focus a,.palette-primary .woocommerce .alt.button:focus a,.btn-color-1-flat:hover a,.btn-color-1-flat:focus a{color:var(--color-1-text-contrast)}.btn-color-1:active,.palette-primary .button-primary:active,.palette-primary .woocommerce .button:active,.btn-color-1.active,.palette-primary .active.button-primary,.palette-primary .woocommerce .active.button,.btn-color-1.is-active,.palette-primary .is-active.button-primary,.palette-primary .woocommerce .is-active.button,.palette-primary .btn-color-1.button-primary:active,.palette-primary .woocommerce .button-primary.button:active,.palette-primary .woocommerce .button.button-primary:active,.palette-primary .woocommerce .btn-color-1.button:active,.palette-primary .btn-color-1.button-primary.active,.palette-primary .button-primary.active,.palette-primary .woocommerce .button-primary.active.button,.palette-primary .woocommerce .active.button.button-primary,.palette-primary .btn-color-1.active.button-primary,.palette-primary .woocommerce .btn-color-1.active.button,.palette-primary .btn-color-1.button-primary.is-active,.palette-primary .button-primary.is-active,.palette-primary .woocommerce .button-primary.is-active.button,.palette-primary .woocommerce .is-active.button.button-primary,.palette-primary .btn-color-1.is-active.button-primary,.palette-primary .woocommerce .btn-color-1.is-active.button,.palette-primary .btn-color-1.button-secondary:active,.palette-primary .button-secondary.button-primary:active,.palette-primary .woocommerce .button-secondary.button:active,.palette-primary .woocommerce .button.button-secondary:active,.palette-primary .woocommerce .button.alt:active,.palette-primary .woocommerce .btn-color-1.alt.button:active,.palette-primary .woocommerce .alt.button.button-primary:active,.palette-primary .woocommerce .alt.button:active,.palette-primary .btn-color-1.button-secondary.active,.palette-primary .button-secondary.active.button-primary,.palette-primary .woocommerce .button-secondary.active.button,.palette-primary .woocommerce .active.button.button-secondary,.palette-primary .woocommerce .active.button.alt,.palette-primary .btn-color-1.active.button-secondary,.palette-primary .woocommerce .btn-color-1.active.alt.button,.palette-primary .woocommerce .active.alt.button.button-primary,.palette-primary .woocommerce .active.alt.button,.palette-primary .btn-color-1.button-secondary.is-active,.palette-primary .button-secondary.is-active.button-primary,.palette-primary .woocommerce .button-secondary.is-active.button,.palette-primary .woocommerce .is-active.button.button-secondary,.palette-primary .woocommerce .is-active.button.alt,.palette-primary .btn-color-1.is-active.button-secondary,.palette-primary .woocommerce .btn-color-1.is-active.alt.button,.palette-primary .woocommerce .is-active.alt.button.button-primary,.palette-primary .woocommerce .is-active.alt.button,.btn-color-1-flat:active,.btn-color-1-flat.active,.btn-color-1-flat.is-active{background-color:#4d93e7 !important;border-color:#4d93e7;color:#1476ed}.btn-color-1:active a,.palette-primary .button-primary:active a,.palette-primary .woocommerce .button:active a,.btn-color-1.active a,.palette-primary .active.button-primary a,.palette-primary .woocommerce .active.button a,.btn-color-1.is-active a,.palette-primary .is-active.button-primary a,.palette-primary .woocommerce .is-active.button a,.palette-primary .btn-color-1.button-primary:active a,.palette-primary .woocommerce .button-primary.button:active a,.palette-primary .woocommerce .button.button-primary:active a,.palette-primary .woocommerce .btn-color-1.button:active a,.palette-primary .btn-color-1.button-primary.active a,.palette-primary .button-primary.active a,.palette-primary .woocommerce .button-primary.active.button a,.palette-primary .woocommerce .active.button.button-primary a,.palette-primary .btn-color-1.active.button-primary a,.palette-primary .woocommerce .btn-color-1.active.button a,.palette-primary .btn-color-1.button-primary.is-active a,.palette-primary .button-primary.is-active a,.palette-primary .woocommerce .button-primary.is-active.button a,.palette-primary .woocommerce .is-active.button.button-primary a,.palette-primary .btn-color-1.is-active.button-primary a,.palette-primary .woocommerce .btn-color-1.is-active.button a,.palette-primary .btn-color-1.button-secondary:active a,.palette-primary .button-secondary.button-primary:active a,.palette-primary .woocommerce .button-secondary.button:active a,.palette-primary .woocommerce .button.button-secondary:active a,.palette-primary .woocommerce .button.alt:active a,.palette-primary .woocommerce .btn-color-1.alt.button:active a,.palette-primary .woocommerce .alt.button.button-primary:active a,.palette-primary .woocommerce .alt.button:active a,.palette-primary .btn-color-1.button-secondary.active a,.palette-primary .button-secondary.active.button-primary a,.palette-primary .woocommerce .button-secondary.active.button a,.palette-primary .woocommerce .active.button.button-secondary a,.palette-primary .woocommerce .active.button.alt a,.palette-primary .btn-color-1.active.button-secondary a,.palette-primary .woocommerce .btn-color-1.active.alt.button a,.palette-primary .woocommerce .active.alt.button.button-primary a,.palette-primary .woocommerce .active.alt.button a,.palette-primary .btn-color-1.button-secondary.is-active a,.palette-primary .button-secondary.is-active.button-primary a,.palette-primary .woocommerce .button-secondary.is-active.button a,.palette-primary .woocommerce .is-active.button.button-secondary a,.palette-primary .woocommerce .is-active.button.alt a,.palette-primary .btn-color-1.is-active.button-secondary a,.palette-primary .woocommerce .btn-color-1.is-active.alt.button a,.palette-primary .woocommerce .is-active.alt.button.button-primary a,.palette-primary .woocommerce .is-active.alt.button a,.btn-color-1-flat:active a,.btn-color-1-flat.active a,.btn-color-1-flat.is-active a{color:var(--color-1-text-contrast)}.btn-border-color-1,.palette-primary .btn-border-color-1.button-primary,.palette-primary .woocommerce .btn-border-color-1.button,.palette-primary .btn-border-color-1.button-secondary,.palette-primary .woocommerce .btn-border-color-1.alt.button,.btn-border-color-1-flat{border-color:#4392f1 !important}.btn-border-color-1.btn-transparent,.palette-primary .btn-border-color-1.button-primary.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.button,.palette-primary .btn-border-color-1.button-secondary.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.alt.button,.btn-border-color-1-flat.btn-transparent{color:#4392f1}.btn-border-color-1:hover,.btn-border-color-1:focus,.palette-primary .btn-border-color-1.button-primary:hover,.palette-primary .woocommerce .btn-border-color-1.button:hover,.palette-primary .btn-border-color-1.button-primary:focus,.palette-primary .woocommerce .btn-border-color-1.button:focus,.palette-primary .btn-border-color-1.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-1.alt.button:hover,.palette-primary .btn-border-color-1.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-1.alt.button:focus,.btn-border-color-1-flat:hover,.btn-border-color-1-flat:focus{border-color:#72aef5 !important}.btn-border-color-1:hover.btn-transparent,.btn-border-color-1:focus.btn-transparent,.palette-primary .btn-border-color-1.button-primary:hover.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-primary:hover,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.button:hover,.palette-primary .btn-border-color-1.button-primary:focus.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-primary:focus,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.button:focus,.palette-primary .btn-border-color-1.button-secondary:hover.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.alt.button:hover,.palette-primary .btn-border-color-1.button-secondary:focus.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.alt.button:focus,.btn-border-color-1-flat:hover.btn-transparent,.btn-border-color-1-flat:focus.btn-transparent{background-color:#72aef5 !important;color:var(--color-1-text-contrast)}.btn-border-color-1:hover.btn-transparent a,.btn-border-color-1:focus.btn-transparent a,.palette-primary .btn-border-color-1.button-primary:hover.btn-transparent a,.palette-primary .btn-border-color-1.btn-transparent.button-primary:hover a,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.button:hover a,.palette-primary .btn-border-color-1.button-primary:focus.btn-transparent a,.palette-primary .btn-border-color-1.btn-transparent.button-primary:focus a,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.button:focus a,.palette-primary .btn-border-color-1.button-secondary:hover.btn-transparent a,.palette-primary .btn-border-color-1.btn-transparent.button-secondary:hover a,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.alt.button:hover a,.palette-primary .btn-border-color-1.button-secondary:focus.btn-transparent a,.palette-primary .btn-border-color-1.btn-transparent.button-secondary:focus a,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.alt.button:focus a,.btn-border-color-1-flat:hover.btn-transparent a,.btn-border-color-1-flat:focus.btn-transparent a{color:var(--color-1-text-contrast)}.btn-border-color-1:active,.btn-border-color-1.active,.btn-border-color-1.is-active,.palette-primary .btn-border-color-1.button-primary:active,.palette-primary .woocommerce .btn-border-color-1.button:active,.palette-primary .btn-border-color-1.button-primary.active,.palette-primary .btn-border-color-1.active.button-primary,.palette-primary .woocommerce .btn-border-color-1.active.button,.palette-primary .btn-border-color-1.button-primary.is-active,.palette-primary .btn-border-color-1.is-active.button-primary,.palette-primary .woocommerce .btn-border-color-1.is-active.button,.palette-primary .btn-border-color-1.button-secondary:active,.palette-primary .woocommerce .btn-border-color-1.alt.button:active,.palette-primary .btn-border-color-1.button-secondary.active,.palette-primary .btn-border-color-1.active.button-secondary,.palette-primary .woocommerce .btn-border-color-1.active.alt.button,.palette-primary .btn-border-color-1.button-secondary.is-active,.palette-primary .btn-border-color-1.is-active.button-secondary,.palette-primary .woocommerce .btn-border-color-1.is-active.alt.button,.btn-border-color-1-flat:active,.btn-border-color-1-flat.active,.btn-border-color-1-flat.is-active{border-color:#4d93e7 !important}.btn-border-color-1:active.btn-transparent,.btn-border-color-1.active.btn-transparent,.btn-border-color-1.is-active.btn-transparent,.palette-primary .btn-border-color-1.button-primary:active.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-primary:active,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.button:active,.palette-primary .btn-border-color-1.button-primary.active.btn-transparent,.palette-primary .btn-border-color-1.active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-1.active.btn-transparent.button,.palette-primary .btn-border-color-1.button-primary.is-active.btn-transparent,.palette-primary .btn-border-color-1.is-active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-1.is-active.btn-transparent.button,.palette-primary .btn-border-color-1.button-secondary:active.btn-transparent,.palette-primary .btn-border-color-1.btn-transparent.button-secondary:active,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.alt.button:active,.palette-primary .btn-border-color-1.button-secondary.active.btn-transparent,.palette-primary .btn-border-color-1.active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-1.active.btn-transparent.alt.button,.palette-primary .btn-border-color-1.button-secondary.is-active.btn-transparent,.palette-primary .btn-border-color-1.is-active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-1.is-active.btn-transparent.alt.button,.btn-border-color-1-flat:active.btn-transparent,.btn-border-color-1-flat.active.btn-transparent,.btn-border-color-1-flat.is-active.btn-transparent{background-color:#72aef5 !important;color:#1476ed}.btn-border-color-1:active.btn-transparent a,.btn-border-color-1.active.btn-transparent a,.btn-border-color-1.is-active.btn-transparent a,.palette-primary .btn-border-color-1.button-primary:active.btn-transparent a,.palette-primary .btn-border-color-1.btn-transparent.button-primary:active a,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.button:active a,.palette-primary .btn-border-color-1.button-primary.active.btn-transparent a,.palette-primary .btn-border-color-1.active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-1.active.btn-transparent.button a,.palette-primary .btn-border-color-1.button-primary.is-active.btn-transparent a,.palette-primary .btn-border-color-1.is-active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-1.is-active.btn-transparent.button a,.palette-primary .btn-border-color-1.button-secondary:active.btn-transparent a,.palette-primary .btn-border-color-1.btn-transparent.button-secondary:active a,.palette-primary .woocommerce .btn-border-color-1.btn-transparent.alt.button:active a,.palette-primary .btn-border-color-1.button-secondary.active.btn-transparent a,.palette-primary .btn-border-color-1.active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-1.active.btn-transparent.alt.button a,.palette-primary .btn-border-color-1.button-secondary.is-active.btn-transparent a,.palette-primary .btn-border-color-1.is-active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-1.is-active.btn-transparent.alt.button a,.btn-border-color-1-flat:active.btn-transparent a,.btn-border-color-1-flat.active.btn-transparent a,.btn-border-color-1-flat.is-active.btn-transparent a{color:var(--color-1-text-contrast)}.btn-color-2,.palette-primary .button-secondary,.palette-primary .woocommerce .alt.button,.palette-primary .btn-color-2.button-primary,.palette-primary .button-primary.button-secondary,.palette-primary .woocommerce .button-primary.alt.button,.palette-primary .woocommerce .alt.button.button-primary,.palette-primary .woocommerce .btn-color-2.button,.palette-primary .woocommerce .button.button-secondary,.palette-primary .btn-color-2.button-secondary,.palette-primary .woocommerce .button-secondary.alt.button,.palette-primary .woocommerce .alt.button.button-secondary,.palette-primary .woocommerce .btn-color-2.alt.button,.btn-color-2-flat{background-color:#011f3f !important;border-color:#011f3f;color:var(--color-2-text-contrast)}.btn-color-2 a,.palette-primary .button-secondary a,.palette-primary .woocommerce .alt.button a,.palette-primary .btn-color-2.button-primary a,.palette-primary .button-primary.button-secondary a,.palette-primary .woocommerce .button-primary.alt.button a,.palette-primary .woocommerce .alt.button.button-primary a,.palette-primary .woocommerce .btn-color-2.button a,.palette-primary .woocommerce .button.button-secondary a,.palette-primary .btn-color-2.button-secondary a,.palette-primary .woocommerce .button-secondary.alt.button a,.palette-primary .woocommerce .alt.button.button-secondary a,.palette-primary .woocommerce .btn-color-2.alt.button a,.btn-color-2-flat a{color:var(--color-2-text-contrast)}.btn-color-2:visited,.palette-primary .button-secondary:visited,.palette-primary .woocommerce .alt.button:visited,.palette-primary .btn-color-2.button-primary:visited,.palette-primary .button-primary.button-secondary:visited,.palette-primary .woocommerce .button-primary.alt.button:visited,.palette-primary .woocommerce .alt.button.button-primary:visited,.palette-primary .woocommerce .btn-color-2.button:visited,.palette-primary .woocommerce .button.button-secondary:visited,.palette-primary .woocommerce .button.alt:visited,.palette-primary .btn-color-2.button-secondary:visited,.palette-primary .woocommerce .button-secondary.alt.button:visited,.palette-primary .woocommerce .alt.button.button-secondary:visited,.palette-primary .woocommerce .btn-color-2.alt.button:visited,.btn-color-2-flat:visited{color:var(--color-2-text-contrast)}.btn-color-2:visited a,.palette-primary .button-secondary:visited a,.palette-primary .woocommerce .alt.button:visited a,.palette-primary .btn-color-2.button-primary:visited a,.palette-primary .button-primary.button-secondary:visited a,.palette-primary .woocommerce .button-primary.alt.button:visited a,.palette-primary .woocommerce .alt.button.button-primary:visited a,.palette-primary .woocommerce .btn-color-2.button:visited a,.palette-primary .woocommerce .button.button-secondary:visited a,.palette-primary .woocommerce .button.alt:visited a,.palette-primary .btn-color-2.button-secondary:visited a,.palette-primary .woocommerce .button-secondary.alt.button:visited a,.palette-primary .woocommerce .alt.button.button-secondary:visited a,.palette-primary .woocommerce .btn-color-2.alt.button:visited a,.btn-color-2-flat:visited a{color:var(--color-2-text-contrast)}.btn-color-2:hover,.palette-primary .button-secondary:hover,.palette-primary .woocommerce .alt.button:hover,.btn-color-2:focus,.palette-primary .button-secondary:focus,.palette-primary .woocommerce .alt.button:focus,.palette-primary .btn-color-2.button-primary:hover,.palette-primary .button-primary.button-secondary:hover,.palette-primary .woocommerce .button-primary.alt.button:hover,.palette-primary .woocommerce .alt.button.button-primary:hover,.palette-primary .woocommerce .btn-color-2.button:hover,.palette-primary .woocommerce .button.button-secondary:hover,.palette-primary .woocommerce .button.alt:hover,.palette-primary .btn-color-2.button-primary:focus,.palette-primary .button-primary.button-secondary:focus,.palette-primary .woocommerce .button-primary.alt.button:focus,.palette-primary .woocommerce .alt.button.button-primary:focus,.palette-primary .woocommerce .btn-color-2.button:focus,.palette-primary .woocommerce .button.button-secondary:focus,.palette-primary .woocommerce .button.alt:focus,.palette-primary .btn-color-2.button-secondary:hover,.palette-primary .woocommerce .button-secondary.alt.button:hover,.palette-primary .woocommerce .alt.button.button-secondary:hover,.palette-primary .woocommerce .btn-color-2.alt.button:hover,.palette-primary .btn-color-2.button-secondary:focus,.palette-primary .woocommerce .button-secondary.alt.button:focus,.palette-primary .woocommerce .alt.button.button-secondary:focus,.palette-primary .woocommerce .btn-color-2.alt.button:focus,.btn-color-2-flat:hover,.btn-color-2-flat:focus{background-color:#023871 !important;border-color:#023871;color:var(--color-2-text-contrast)}.btn-color-2:hover a,.palette-primary .button-secondary:hover a,.palette-primary .woocommerce .alt.button:hover a,.btn-color-2:focus a,.palette-primary .button-secondary:focus a,.palette-primary .woocommerce .alt.button:focus a,.palette-primary .btn-color-2.button-primary:hover a,.palette-primary .button-primary.button-secondary:hover a,.palette-primary .woocommerce .button-primary.alt.button:hover a,.palette-primary .woocommerce .alt.button.button-primary:hover a,.palette-primary .woocommerce .btn-color-2.button:hover a,.palette-primary .woocommerce .button.button-secondary:hover a,.palette-primary .woocommerce .button.alt:hover a,.palette-primary .btn-color-2.button-primary:focus a,.palette-primary .button-primary.button-secondary:focus a,.palette-primary .woocommerce .button-primary.alt.button:focus a,.palette-primary .woocommerce .alt.button.button-primary:focus a,.palette-primary .woocommerce .btn-color-2.button:focus a,.palette-primary .woocommerce .button.button-secondary:focus a,.palette-primary .woocommerce .button.alt:focus a,.palette-primary .btn-color-2.button-secondary:hover a,.palette-primary .woocommerce .button-secondary.alt.button:hover a,.palette-primary .woocommerce .alt.button.button-secondary:hover a,.palette-primary .woocommerce .btn-color-2.alt.button:hover a,.palette-primary .btn-color-2.button-secondary:focus a,.palette-primary .woocommerce .button-secondary.alt.button:focus a,.palette-primary .woocommerce .alt.button.button-secondary:focus a,.palette-primary .woocommerce .btn-color-2.alt.button:focus a,.btn-color-2-flat:hover a,.btn-color-2-flat:focus a{color:var(--color-2-text-contrast)}.btn-color-2:active,.palette-primary .button-secondary:active,.palette-primary .woocommerce .alt.button:active,.btn-color-2.active,.palette-primary .active.button-secondary,.palette-primary .woocommerce .active.alt.button,.btn-color-2.is-active,.palette-primary .is-active.button-secondary,.palette-primary .woocommerce .is-active.alt.button,.palette-primary .btn-color-2.button-primary:active,.palette-primary .button-primary.button-secondary:active,.palette-primary .woocommerce .button-primary.alt.button:active,.palette-primary .woocommerce .alt.button.button-primary:active,.palette-primary .woocommerce .btn-color-2.button:active,.palette-primary .woocommerce .button.button-secondary:active,.palette-primary .woocommerce .button.alt:active,.palette-primary .btn-color-2.button-primary.active,.palette-primary .button-primary.active.button-secondary,.palette-primary .woocommerce .button-primary.active.alt.button,.palette-primary .woocommerce .active.alt.button.button-primary,.palette-primary .btn-color-2.active.button-primary,.palette-primary .woocommerce .btn-color-2.active.button,.palette-primary .woocommerce .active.button.button-secondary,.palette-primary .woocommerce .active.button.alt,.palette-primary .btn-color-2.button-primary.is-active,.palette-primary .button-primary.is-active.button-secondary,.palette-primary .woocommerce .button-primary.is-active.alt.button,.palette-primary .woocommerce .is-active.alt.button.button-primary,.palette-primary .btn-color-2.is-active.button-primary,.palette-primary .woocommerce .btn-color-2.is-active.button,.palette-primary .woocommerce .is-active.button.button-secondary,.palette-primary .woocommerce .is-active.button.alt,.palette-primary .btn-color-2.button-secondary:active,.palette-primary .woocommerce .button-secondary.alt.button:active,.palette-primary .woocommerce .alt.button.button-secondary:active,.palette-primary .woocommerce .btn-color-2.alt.button:active,.palette-primary .btn-color-2.button-secondary.active,.palette-primary .button-secondary.active,.palette-primary .woocommerce .button-secondary.active.alt.button,.palette-primary .woocommerce .active.alt.button.button-secondary,.palette-primary .btn-color-2.active.button-secondary,.palette-primary .woocommerce .btn-color-2.active.alt.button,.palette-primary .btn-color-2.button-secondary.is-active,.palette-primary .button-secondary.is-active,.palette-primary .woocommerce .button-secondary.is-active.alt.button,.palette-primary .woocommerce .is-active.alt.button.button-secondary,.palette-primary .btn-color-2.is-active.button-secondary,.palette-primary .woocommerce .btn-color-2.is-active.alt.button,.btn-color-2-flat:active,.btn-color-2-flat.active,.btn-color-2-flat.is-active{background-color:#041f3c !important;border-color:#041f3c;color:#00060d}.btn-color-2:active a,.palette-primary .button-secondary:active a,.palette-primary .woocommerce .alt.button:active a,.btn-color-2.active a,.palette-primary .active.button-secondary a,.palette-primary .woocommerce .active.alt.button a,.btn-color-2.is-active a,.palette-primary .is-active.button-secondary a,.palette-primary .woocommerce .is-active.alt.button a,.palette-primary .btn-color-2.button-primary:active a,.palette-primary .button-primary.button-secondary:active a,.palette-primary .woocommerce .button-primary.alt.button:active a,.palette-primary .woocommerce .alt.button.button-primary:active a,.palette-primary .woocommerce .btn-color-2.button:active a,.palette-primary .woocommerce .button.button-secondary:active a,.palette-primary .woocommerce .button.alt:active a,.palette-primary .btn-color-2.button-primary.active a,.palette-primary .button-primary.active.button-secondary a,.palette-primary .woocommerce .button-primary.active.alt.button a,.palette-primary .woocommerce .active.alt.button.button-primary a,.palette-primary .btn-color-2.active.button-primary a,.palette-primary .woocommerce .btn-color-2.active.button a,.palette-primary .woocommerce .active.button.button-secondary a,.palette-primary .woocommerce .active.button.alt a,.palette-primary .btn-color-2.button-primary.is-active a,.palette-primary .button-primary.is-active.button-secondary a,.palette-primary .woocommerce .button-primary.is-active.alt.button a,.palette-primary .woocommerce .is-active.alt.button.button-primary a,.palette-primary .btn-color-2.is-active.button-primary a,.palette-primary .woocommerce .btn-color-2.is-active.button a,.palette-primary .woocommerce .is-active.button.button-secondary a,.palette-primary .woocommerce .is-active.button.alt a,.palette-primary .btn-color-2.button-secondary:active a,.palette-primary .woocommerce .button-secondary.alt.button:active a,.palette-primary .woocommerce .alt.button.button-secondary:active a,.palette-primary .woocommerce .btn-color-2.alt.button:active a,.palette-primary .btn-color-2.button-secondary.active a,.palette-primary .button-secondary.active a,.palette-primary .woocommerce .button-secondary.active.alt.button a,.palette-primary .woocommerce .active.alt.button.button-secondary a,.palette-primary .btn-color-2.active.button-secondary a,.palette-primary .woocommerce .btn-color-2.active.alt.button a,.palette-primary .btn-color-2.button-secondary.is-active a,.palette-primary .button-secondary.is-active a,.palette-primary .woocommerce .button-secondary.is-active.alt.button a,.palette-primary .woocommerce .is-active.alt.button.button-secondary a,.palette-primary .btn-color-2.is-active.button-secondary a,.palette-primary .woocommerce .btn-color-2.is-active.alt.button a,.btn-color-2-flat:active a,.btn-color-2-flat.active a,.btn-color-2-flat.is-active a{color:var(--color-2-text-contrast)}.btn-border-color-2,.palette-primary .btn-border-color-2.button-primary,.palette-primary .woocommerce .btn-border-color-2.button,.palette-primary .btn-border-color-2.button-secondary,.palette-primary .woocommerce .btn-border-color-2.alt.button,.btn-border-color-2-flat{border-color:#011f3f !important}.btn-border-color-2.btn-transparent,.palette-primary .btn-border-color-2.button-primary.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.button,.palette-primary .btn-border-color-2.button-secondary.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.alt.button,.btn-border-color-2-flat.btn-transparent{color:#011f3f}.btn-border-color-2:hover,.btn-border-color-2:focus,.palette-primary .btn-border-color-2.button-primary:hover,.palette-primary .woocommerce .btn-border-color-2.button:hover,.palette-primary .btn-border-color-2.button-primary:focus,.palette-primary .woocommerce .btn-border-color-2.button:focus,.palette-primary .btn-border-color-2.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-2.alt.button:hover,.palette-primary .btn-border-color-2.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-2.alt.button:focus,.btn-border-color-2-flat:hover,.btn-border-color-2-flat:focus{border-color:#023871 !important}.btn-border-color-2:hover.btn-transparent,.btn-border-color-2:focus.btn-transparent,.palette-primary .btn-border-color-2.button-primary:hover.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-primary:hover,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.button:hover,.palette-primary .btn-border-color-2.button-primary:focus.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-primary:focus,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.button:focus,.palette-primary .btn-border-color-2.button-secondary:hover.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.alt.button:hover,.palette-primary .btn-border-color-2.button-secondary:focus.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.alt.button:focus,.btn-border-color-2-flat:hover.btn-transparent,.btn-border-color-2-flat:focus.btn-transparent{background-color:#023871 !important;color:var(--color-2-text-contrast)}.btn-border-color-2:hover.btn-transparent a,.btn-border-color-2:focus.btn-transparent a,.palette-primary .btn-border-color-2.button-primary:hover.btn-transparent a,.palette-primary .btn-border-color-2.btn-transparent.button-primary:hover a,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.button:hover a,.palette-primary .btn-border-color-2.button-primary:focus.btn-transparent a,.palette-primary .btn-border-color-2.btn-transparent.button-primary:focus a,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.button:focus a,.palette-primary .btn-border-color-2.button-secondary:hover.btn-transparent a,.palette-primary .btn-border-color-2.btn-transparent.button-secondary:hover a,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.alt.button:hover a,.palette-primary .btn-border-color-2.button-secondary:focus.btn-transparent a,.palette-primary .btn-border-color-2.btn-transparent.button-secondary:focus a,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.alt.button:focus a,.btn-border-color-2-flat:hover.btn-transparent a,.btn-border-color-2-flat:focus.btn-transparent a{color:var(--color-2-text-contrast)}.btn-border-color-2:active,.btn-border-color-2.active,.btn-border-color-2.is-active,.palette-primary .btn-border-color-2.button-primary:active,.palette-primary .woocommerce .btn-border-color-2.button:active,.palette-primary .btn-border-color-2.button-primary.active,.palette-primary .btn-border-color-2.active.button-primary,.palette-primary .woocommerce .btn-border-color-2.active.button,.palette-primary .btn-border-color-2.button-primary.is-active,.palette-primary .btn-border-color-2.is-active.button-primary,.palette-primary .woocommerce .btn-border-color-2.is-active.button,.palette-primary .btn-border-color-2.button-secondary:active,.palette-primary .woocommerce .btn-border-color-2.alt.button:active,.palette-primary .btn-border-color-2.button-secondary.active,.palette-primary .btn-border-color-2.active.button-secondary,.palette-primary .woocommerce .btn-border-color-2.active.alt.button,.palette-primary .btn-border-color-2.button-secondary.is-active,.palette-primary .btn-border-color-2.is-active.button-secondary,.palette-primary .woocommerce .btn-border-color-2.is-active.alt.button,.btn-border-color-2-flat:active,.btn-border-color-2-flat.active,.btn-border-color-2-flat.is-active{border-color:#041f3c !important}.btn-border-color-2:active.btn-transparent,.btn-border-color-2.active.btn-transparent,.btn-border-color-2.is-active.btn-transparent,.palette-primary .btn-border-color-2.button-primary:active.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-primary:active,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.button:active,.palette-primary .btn-border-color-2.button-primary.active.btn-transparent,.palette-primary .btn-border-color-2.active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-2.active.btn-transparent.button,.palette-primary .btn-border-color-2.button-primary.is-active.btn-transparent,.palette-primary .btn-border-color-2.is-active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-2.is-active.btn-transparent.button,.palette-primary .btn-border-color-2.button-secondary:active.btn-transparent,.palette-primary .btn-border-color-2.btn-transparent.button-secondary:active,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.alt.button:active,.palette-primary .btn-border-color-2.button-secondary.active.btn-transparent,.palette-primary .btn-border-color-2.active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-2.active.btn-transparent.alt.button,.palette-primary .btn-border-color-2.button-secondary.is-active.btn-transparent,.palette-primary .btn-border-color-2.is-active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-2.is-active.btn-transparent.alt.button,.btn-border-color-2-flat:active.btn-transparent,.btn-border-color-2-flat.active.btn-transparent,.btn-border-color-2-flat.is-active.btn-transparent{background-color:#023871 !important;color:#00060d}.btn-border-color-2:active.btn-transparent a,.btn-border-color-2.active.btn-transparent a,.btn-border-color-2.is-active.btn-transparent a,.palette-primary .btn-border-color-2.button-primary:active.btn-transparent a,.palette-primary .btn-border-color-2.btn-transparent.button-primary:active a,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.button:active a,.palette-primary .btn-border-color-2.button-primary.active.btn-transparent a,.palette-primary .btn-border-color-2.active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-2.active.btn-transparent.button a,.palette-primary .btn-border-color-2.button-primary.is-active.btn-transparent a,.palette-primary .btn-border-color-2.is-active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-2.is-active.btn-transparent.button a,.palette-primary .btn-border-color-2.button-secondary:active.btn-transparent a,.palette-primary .btn-border-color-2.btn-transparent.button-secondary:active a,.palette-primary .woocommerce .btn-border-color-2.btn-transparent.alt.button:active a,.palette-primary .btn-border-color-2.button-secondary.active.btn-transparent a,.palette-primary .btn-border-color-2.active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-2.active.btn-transparent.alt.button a,.palette-primary .btn-border-color-2.button-secondary.is-active.btn-transparent a,.palette-primary .btn-border-color-2.is-active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-2.is-active.btn-transparent.alt.button a,.btn-border-color-2-flat:active.btn-transparent a,.btn-border-color-2-flat.active.btn-transparent a,.btn-border-color-2-flat.is-active.btn-transparent a{color:var(--color-2-text-contrast)}.btn-color-3,.palette-primary .btn-color-3.button-primary,.palette-primary .woocommerce .btn-color-3.button,.palette-primary .btn-color-3.button-secondary,.palette-primary .woocommerce .btn-color-3.alt.button,.btn-color-3-flat{background-color:#dcebf7 !important;border-color:#dcebf7;color:var(--color-3-text-contrast)}.btn-color-3 a,.palette-primary .btn-color-3.button-primary a,.palette-primary .woocommerce .btn-color-3.button a,.palette-primary .btn-color-3.button-secondary a,.palette-primary .woocommerce .btn-color-3.alt.button a,.btn-color-3-flat a{color:var(--color-3-text-contrast)}.btn-color-3:visited,.palette-primary .btn-color-3.button-primary:visited,.palette-primary .woocommerce .btn-color-3.button:visited,.palette-primary .btn-color-3.button-secondary:visited,.palette-primary .woocommerce .btn-color-3.alt.button:visited,.btn-color-3-flat:visited{color:var(--color-3-text-contrast)}.btn-color-3:visited a,.palette-primary .btn-color-3.button-primary:visited a,.palette-primary .woocommerce .btn-color-3.button:visited a,.palette-primary .btn-color-3.button-secondary:visited a,.palette-primary .woocommerce .btn-color-3.alt.button:visited a,.btn-color-3-flat:visited a{color:var(--color-3-text-contrast)}.btn-color-3:hover,.btn-color-3:focus,.palette-primary .btn-color-3.button-primary:hover,.palette-primary .woocommerce .btn-color-3.button:hover,.palette-primary .btn-color-3.button-primary:focus,.palette-primary .woocommerce .btn-color-3.button:focus,.palette-primary .btn-color-3.button-secondary:hover,.palette-primary .woocommerce .btn-color-3.alt.button:hover,.palette-primary .btn-color-3.button-secondary:focus,.palette-primary .woocommerce .btn-color-3.alt.button:focus,.btn-color-3-flat:hover,.btn-color-3-flat:focus{background-color:white !important;border-color:white;color:var(--color-3-text-contrast)}.btn-color-3:hover a,.btn-color-3:focus a,.palette-primary .btn-color-3.button-primary:hover a,.palette-primary .woocommerce .btn-color-3.button:hover a,.palette-primary .btn-color-3.button-primary:focus a,.palette-primary .woocommerce .btn-color-3.button:focus a,.palette-primary .btn-color-3.button-secondary:hover a,.palette-primary .woocommerce .btn-color-3.alt.button:hover a,.palette-primary .btn-color-3.button-secondary:focus a,.palette-primary .woocommerce .btn-color-3.alt.button:focus a,.btn-color-3-flat:hover a,.btn-color-3-flat:focus a{color:var(--color-3-text-contrast)}.btn-color-3:active,.btn-color-3.active,.btn-color-3.is-active,.palette-primary .btn-color-3.button-primary:active,.palette-primary .woocommerce .btn-color-3.button:active,.palette-primary .btn-color-3.button-primary.active,.palette-primary .btn-color-3.active.button-primary,.palette-primary .woocommerce .btn-color-3.active.button,.palette-primary .btn-color-3.button-primary.is-active,.palette-primary .btn-color-3.is-active.button-primary,.palette-primary .woocommerce .btn-color-3.is-active.button,.palette-primary .btn-color-3.button-secondary:active,.palette-primary .woocommerce .btn-color-3.alt.button:active,.palette-primary .btn-color-3.button-secondary.active,.palette-primary .btn-color-3.active.button-secondary,.palette-primary .woocommerce .btn-color-3.active.alt.button,.palette-primary .btn-color-3.button-secondary.is-active,.palette-primary .btn-color-3.is-active.button-secondary,.palette-primary .woocommerce .btn-color-3.is-active.alt.button,.btn-color-3-flat:active,.btn-color-3-flat.active,.btn-color-3-flat.is-active{background-color:#deebf5 !important;border-color:#deebf5;color:#b2d3ee}.btn-color-3:active a,.btn-color-3.active a,.btn-color-3.is-active a,.palette-primary .btn-color-3.button-primary:active a,.palette-primary .woocommerce .btn-color-3.button:active a,.palette-primary .btn-color-3.button-primary.active a,.palette-primary .btn-color-3.active.button-primary a,.palette-primary .woocommerce .btn-color-3.active.button a,.palette-primary .btn-color-3.button-primary.is-active a,.palette-primary .btn-color-3.is-active.button-primary a,.palette-primary .woocommerce .btn-color-3.is-active.button a,.palette-primary .btn-color-3.button-secondary:active a,.palette-primary .woocommerce .btn-color-3.alt.button:active a,.palette-primary .btn-color-3.button-secondary.active a,.palette-primary .btn-color-3.active.button-secondary a,.palette-primary .woocommerce .btn-color-3.active.alt.button a,.palette-primary .btn-color-3.button-secondary.is-active a,.palette-primary .btn-color-3.is-active.button-secondary a,.palette-primary .woocommerce .btn-color-3.is-active.alt.button a,.btn-color-3-flat:active a,.btn-color-3-flat.active a,.btn-color-3-flat.is-active a{color:var(--color-3-text-contrast)}.btn-border-color-3,.palette-primary .btn-border-color-3.button-primary,.palette-primary .woocommerce .btn-border-color-3.button,.palette-primary .btn-border-color-3.button-secondary,.palette-primary .woocommerce .btn-border-color-3.alt.button,.btn-border-color-3-flat{border-color:#dcebf7 !important}.btn-border-color-3.btn-transparent,.palette-primary .btn-border-color-3.button-primary.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.button,.palette-primary .btn-border-color-3.button-secondary.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.alt.button,.btn-border-color-3-flat.btn-transparent{color:#dcebf7}.btn-border-color-3:hover,.btn-border-color-3:focus,.palette-primary .btn-border-color-3.button-primary:hover,.palette-primary .woocommerce .btn-border-color-3.button:hover,.palette-primary .btn-border-color-3.button-primary:focus,.palette-primary .woocommerce .btn-border-color-3.button:focus,.palette-primary .btn-border-color-3.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-3.alt.button:hover,.palette-primary .btn-border-color-3.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-3.alt.button:focus,.btn-border-color-3-flat:hover,.btn-border-color-3-flat:focus{border-color:white !important}.btn-border-color-3:hover.btn-transparent,.btn-border-color-3:focus.btn-transparent,.palette-primary .btn-border-color-3.button-primary:hover.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-primary:hover,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.button:hover,.palette-primary .btn-border-color-3.button-primary:focus.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-primary:focus,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.button:focus,.palette-primary .btn-border-color-3.button-secondary:hover.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.alt.button:hover,.palette-primary .btn-border-color-3.button-secondary:focus.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.alt.button:focus,.btn-border-color-3-flat:hover.btn-transparent,.btn-border-color-3-flat:focus.btn-transparent{background-color:white !important;color:var(--color-3-text-contrast)}.btn-border-color-3:hover.btn-transparent a,.btn-border-color-3:focus.btn-transparent a,.palette-primary .btn-border-color-3.button-primary:hover.btn-transparent a,.palette-primary .btn-border-color-3.btn-transparent.button-primary:hover a,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.button:hover a,.palette-primary .btn-border-color-3.button-primary:focus.btn-transparent a,.palette-primary .btn-border-color-3.btn-transparent.button-primary:focus a,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.button:focus a,.palette-primary .btn-border-color-3.button-secondary:hover.btn-transparent a,.palette-primary .btn-border-color-3.btn-transparent.button-secondary:hover a,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.alt.button:hover a,.palette-primary .btn-border-color-3.button-secondary:focus.btn-transparent a,.palette-primary .btn-border-color-3.btn-transparent.button-secondary:focus a,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.alt.button:focus a,.btn-border-color-3-flat:hover.btn-transparent a,.btn-border-color-3-flat:focus.btn-transparent a{color:var(--color-3-text-contrast)}.btn-border-color-3:active,.btn-border-color-3.active,.btn-border-color-3.is-active,.palette-primary .btn-border-color-3.button-primary:active,.palette-primary .woocommerce .btn-border-color-3.button:active,.palette-primary .btn-border-color-3.button-primary.active,.palette-primary .btn-border-color-3.active.button-primary,.palette-primary .woocommerce .btn-border-color-3.active.button,.palette-primary .btn-border-color-3.button-primary.is-active,.palette-primary .btn-border-color-3.is-active.button-primary,.palette-primary .woocommerce .btn-border-color-3.is-active.button,.palette-primary .btn-border-color-3.button-secondary:active,.palette-primary .woocommerce .btn-border-color-3.alt.button:active,.palette-primary .btn-border-color-3.button-secondary.active,.palette-primary .btn-border-color-3.active.button-secondary,.palette-primary .woocommerce .btn-border-color-3.active.alt.button,.palette-primary .btn-border-color-3.button-secondary.is-active,.palette-primary .btn-border-color-3.is-active.button-secondary,.palette-primary .woocommerce .btn-border-color-3.is-active.alt.button,.btn-border-color-3-flat:active,.btn-border-color-3-flat.active,.btn-border-color-3-flat.is-active{border-color:#deebf5 !important}.btn-border-color-3:active.btn-transparent,.btn-border-color-3.active.btn-transparent,.btn-border-color-3.is-active.btn-transparent,.palette-primary .btn-border-color-3.button-primary:active.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-primary:active,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.button:active,.palette-primary .btn-border-color-3.button-primary.active.btn-transparent,.palette-primary .btn-border-color-3.active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-3.active.btn-transparent.button,.palette-primary .btn-border-color-3.button-primary.is-active.btn-transparent,.palette-primary .btn-border-color-3.is-active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-3.is-active.btn-transparent.button,.palette-primary .btn-border-color-3.button-secondary:active.btn-transparent,.palette-primary .btn-border-color-3.btn-transparent.button-secondary:active,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.alt.button:active,.palette-primary .btn-border-color-3.button-secondary.active.btn-transparent,.palette-primary .btn-border-color-3.active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-3.active.btn-transparent.alt.button,.palette-primary .btn-border-color-3.button-secondary.is-active.btn-transparent,.palette-primary .btn-border-color-3.is-active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-3.is-active.btn-transparent.alt.button,.btn-border-color-3-flat:active.btn-transparent,.btn-border-color-3-flat.active.btn-transparent,.btn-border-color-3-flat.is-active.btn-transparent{background-color:white !important;color:#b2d3ee}.btn-border-color-3:active.btn-transparent a,.btn-border-color-3.active.btn-transparent a,.btn-border-color-3.is-active.btn-transparent a,.palette-primary .btn-border-color-3.button-primary:active.btn-transparent a,.palette-primary .btn-border-color-3.btn-transparent.button-primary:active a,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.button:active a,.palette-primary .btn-border-color-3.button-primary.active.btn-transparent a,.palette-primary .btn-border-color-3.active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-3.active.btn-transparent.button a,.palette-primary .btn-border-color-3.button-primary.is-active.btn-transparent a,.palette-primary .btn-border-color-3.is-active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-3.is-active.btn-transparent.button a,.palette-primary .btn-border-color-3.button-secondary:active.btn-transparent a,.palette-primary .btn-border-color-3.btn-transparent.button-secondary:active a,.palette-primary .woocommerce .btn-border-color-3.btn-transparent.alt.button:active a,.palette-primary .btn-border-color-3.button-secondary.active.btn-transparent a,.palette-primary .btn-border-color-3.active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-3.active.btn-transparent.alt.button a,.palette-primary .btn-border-color-3.button-secondary.is-active.btn-transparent a,.palette-primary .btn-border-color-3.is-active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-3.is-active.btn-transparent.alt.button a,.btn-border-color-3-flat:active.btn-transparent a,.btn-border-color-3-flat.active.btn-transparent a,.btn-border-color-3-flat.is-active.btn-transparent a{color:var(--color-3-text-contrast)}.btn-color-4,.palette-primary .btn-color-4.button-primary,.palette-primary .woocommerce .btn-color-4.button,.palette-primary .btn-color-4.button-secondary,.palette-primary .woocommerce .btn-color-4.alt.button,.btn-color-4-flat{background-color:#f9f9f9 !important;border-color:#f9f9f9;color:var(--color-4-text-contrast)}.btn-color-4 a,.palette-primary .btn-color-4.button-primary a,.palette-primary .woocommerce .btn-color-4.button a,.palette-primary .btn-color-4.button-secondary a,.palette-primary .woocommerce .btn-color-4.alt.button a,.btn-color-4-flat a{color:var(--color-4-text-contrast)}.btn-color-4:visited,.palette-primary .btn-color-4.button-primary:visited,.palette-primary .woocommerce .btn-color-4.button:visited,.palette-primary .btn-color-4.button-secondary:visited,.palette-primary .woocommerce .btn-color-4.alt.button:visited,.btn-color-4-flat:visited{color:var(--color-4-text-contrast)}.btn-color-4:visited a,.palette-primary .btn-color-4.button-primary:visited a,.palette-primary .woocommerce .btn-color-4.button:visited a,.palette-primary .btn-color-4.button-secondary:visited a,.palette-primary .woocommerce .btn-color-4.alt.button:visited a,.btn-color-4-flat:visited a{color:var(--color-4-text-contrast)}.btn-color-4:hover,.btn-color-4:focus,.palette-primary .btn-color-4.button-primary:hover,.palette-primary .woocommerce .btn-color-4.button:hover,.palette-primary .btn-color-4.button-primary:focus,.palette-primary .woocommerce .btn-color-4.button:focus,.palette-primary .btn-color-4.button-secondary:hover,.palette-primary .woocommerce .btn-color-4.alt.button:hover,.palette-primary .btn-color-4.button-secondary:focus,.palette-primary .woocommerce .btn-color-4.alt.button:focus,.btn-color-4-flat:hover,.btn-color-4-flat:focus{background-color:white !important;border-color:white;color:var(--color-4-text-contrast)}.btn-color-4:hover a,.btn-color-4:focus a,.palette-primary .btn-color-4.button-primary:hover a,.palette-primary .woocommerce .btn-color-4.button:hover a,.palette-primary .btn-color-4.button-primary:focus a,.palette-primary .woocommerce .btn-color-4.button:focus a,.palette-primary .btn-color-4.button-secondary:hover a,.palette-primary .woocommerce .btn-color-4.alt.button:hover a,.palette-primary .btn-color-4.button-secondary:focus a,.palette-primary .woocommerce .btn-color-4.alt.button:focus a,.btn-color-4-flat:hover a,.btn-color-4-flat:focus a{color:var(--color-4-text-contrast)}.btn-color-4:active,.btn-color-4.active,.btn-color-4.is-active,.palette-primary .btn-color-4.button-primary:active,.palette-primary .woocommerce .btn-color-4.button:active,.palette-primary .btn-color-4.button-primary.active,.palette-primary .btn-color-4.active.button-primary,.palette-primary .woocommerce .btn-color-4.active.button,.palette-primary .btn-color-4.button-primary.is-active,.palette-primary .btn-color-4.is-active.button-primary,.palette-primary .woocommerce .btn-color-4.is-active.button,.palette-primary .btn-color-4.button-secondary:active,.palette-primary .woocommerce .btn-color-4.alt.button:active,.palette-primary .btn-color-4.button-secondary.active,.palette-primary .btn-color-4.active.button-secondary,.palette-primary .woocommerce .btn-color-4.active.alt.button,.palette-primary .btn-color-4.button-secondary.is-active,.palette-primary .btn-color-4.is-active.button-secondary,.palette-primary .woocommerce .btn-color-4.is-active.alt.button,.btn-color-4-flat:active,.btn-color-4-flat.active,.btn-color-4-flat.is-active{background-color:#f9f9f9 !important;border-color:#f9f9f9;color:#e0e0e0}.btn-color-4:active a,.btn-color-4.active a,.btn-color-4.is-active a,.palette-primary .btn-color-4.button-primary:active a,.palette-primary .woocommerce .btn-color-4.button:active a,.palette-primary .btn-color-4.button-primary.active a,.palette-primary .btn-color-4.active.button-primary a,.palette-primary .woocommerce .btn-color-4.active.button a,.palette-primary .btn-color-4.button-primary.is-active a,.palette-primary .btn-color-4.is-active.button-primary a,.palette-primary .woocommerce .btn-color-4.is-active.button a,.palette-primary .btn-color-4.button-secondary:active a,.palette-primary .woocommerce .btn-color-4.alt.button:active a,.palette-primary .btn-color-4.button-secondary.active a,.palette-primary .btn-color-4.active.button-secondary a,.palette-primary .woocommerce .btn-color-4.active.alt.button a,.palette-primary .btn-color-4.button-secondary.is-active a,.palette-primary .btn-color-4.is-active.button-secondary a,.palette-primary .woocommerce .btn-color-4.is-active.alt.button a,.btn-color-4-flat:active a,.btn-color-4-flat.active a,.btn-color-4-flat.is-active a{color:var(--color-4-text-contrast)}.btn-border-color-4,.palette-primary .btn-border-color-4.button-primary,.palette-primary .woocommerce .btn-border-color-4.button,.palette-primary .btn-border-color-4.button-secondary,.palette-primary .woocommerce .btn-border-color-4.alt.button,.btn-border-color-4-flat{border-color:#f9f9f9 !important}.btn-border-color-4.btn-transparent,.palette-primary .btn-border-color-4.button-primary.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.button,.palette-primary .btn-border-color-4.button-secondary.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.alt.button,.btn-border-color-4-flat.btn-transparent{color:#f9f9f9}.btn-border-color-4:hover,.btn-border-color-4:focus,.palette-primary .btn-border-color-4.button-primary:hover,.palette-primary .woocommerce .btn-border-color-4.button:hover,.palette-primary .btn-border-color-4.button-primary:focus,.palette-primary .woocommerce .btn-border-color-4.button:focus,.palette-primary .btn-border-color-4.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-4.alt.button:hover,.palette-primary .btn-border-color-4.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-4.alt.button:focus,.btn-border-color-4-flat:hover,.btn-border-color-4-flat:focus{border-color:white !important}.btn-border-color-4:hover.btn-transparent,.btn-border-color-4:focus.btn-transparent,.palette-primary .btn-border-color-4.button-primary:hover.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-primary:hover,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.button:hover,.palette-primary .btn-border-color-4.button-primary:focus.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-primary:focus,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.button:focus,.palette-primary .btn-border-color-4.button-secondary:hover.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.alt.button:hover,.palette-primary .btn-border-color-4.button-secondary:focus.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.alt.button:focus,.btn-border-color-4-flat:hover.btn-transparent,.btn-border-color-4-flat:focus.btn-transparent{background-color:white !important;color:var(--color-4-text-contrast)}.btn-border-color-4:hover.btn-transparent a,.btn-border-color-4:focus.btn-transparent a,.palette-primary .btn-border-color-4.button-primary:hover.btn-transparent a,.palette-primary .btn-border-color-4.btn-transparent.button-primary:hover a,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.button:hover a,.palette-primary .btn-border-color-4.button-primary:focus.btn-transparent a,.palette-primary .btn-border-color-4.btn-transparent.button-primary:focus a,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.button:focus a,.palette-primary .btn-border-color-4.button-secondary:hover.btn-transparent a,.palette-primary .btn-border-color-4.btn-transparent.button-secondary:hover a,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.alt.button:hover a,.palette-primary .btn-border-color-4.button-secondary:focus.btn-transparent a,.palette-primary .btn-border-color-4.btn-transparent.button-secondary:focus a,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.alt.button:focus a,.btn-border-color-4-flat:hover.btn-transparent a,.btn-border-color-4-flat:focus.btn-transparent a{color:var(--color-4-text-contrast)}.btn-border-color-4:active,.btn-border-color-4.active,.btn-border-color-4.is-active,.palette-primary .btn-border-color-4.button-primary:active,.palette-primary .woocommerce .btn-border-color-4.button:active,.palette-primary .btn-border-color-4.button-primary.active,.palette-primary .btn-border-color-4.active.button-primary,.palette-primary .woocommerce .btn-border-color-4.active.button,.palette-primary .btn-border-color-4.button-primary.is-active,.palette-primary .btn-border-color-4.is-active.button-primary,.palette-primary .woocommerce .btn-border-color-4.is-active.button,.palette-primary .btn-border-color-4.button-secondary:active,.palette-primary .woocommerce .btn-border-color-4.alt.button:active,.palette-primary .btn-border-color-4.button-secondary.active,.palette-primary .btn-border-color-4.active.button-secondary,.palette-primary .woocommerce .btn-border-color-4.active.alt.button,.palette-primary .btn-border-color-4.button-secondary.is-active,.palette-primary .btn-border-color-4.is-active.button-secondary,.palette-primary .woocommerce .btn-border-color-4.is-active.alt.button,.btn-border-color-4-flat:active,.btn-border-color-4-flat.active,.btn-border-color-4-flat.is-active{border-color:#f9f9f9 !important}.btn-border-color-4:active.btn-transparent,.btn-border-color-4.active.btn-transparent,.btn-border-color-4.is-active.btn-transparent,.palette-primary .btn-border-color-4.button-primary:active.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-primary:active,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.button:active,.palette-primary .btn-border-color-4.button-primary.active.btn-transparent,.palette-primary .btn-border-color-4.active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-4.active.btn-transparent.button,.palette-primary .btn-border-color-4.button-primary.is-active.btn-transparent,.palette-primary .btn-border-color-4.is-active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-4.is-active.btn-transparent.button,.palette-primary .btn-border-color-4.button-secondary:active.btn-transparent,.palette-primary .btn-border-color-4.btn-transparent.button-secondary:active,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.alt.button:active,.palette-primary .btn-border-color-4.button-secondary.active.btn-transparent,.palette-primary .btn-border-color-4.active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-4.active.btn-transparent.alt.button,.palette-primary .btn-border-color-4.button-secondary.is-active.btn-transparent,.palette-primary .btn-border-color-4.is-active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-4.is-active.btn-transparent.alt.button,.btn-border-color-4-flat:active.btn-transparent,.btn-border-color-4-flat.active.btn-transparent,.btn-border-color-4-flat.is-active.btn-transparent{background-color:white !important;color:#e0e0e0}.btn-border-color-4:active.btn-transparent a,.btn-border-color-4.active.btn-transparent a,.btn-border-color-4.is-active.btn-transparent a,.palette-primary .btn-border-color-4.button-primary:active.btn-transparent a,.palette-primary .btn-border-color-4.btn-transparent.button-primary:active a,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.button:active a,.palette-primary .btn-border-color-4.button-primary.active.btn-transparent a,.palette-primary .btn-border-color-4.active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-4.active.btn-transparent.button a,.palette-primary .btn-border-color-4.button-primary.is-active.btn-transparent a,.palette-primary .btn-border-color-4.is-active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-4.is-active.btn-transparent.button a,.palette-primary .btn-border-color-4.button-secondary:active.btn-transparent a,.palette-primary .btn-border-color-4.btn-transparent.button-secondary:active a,.palette-primary .woocommerce .btn-border-color-4.btn-transparent.alt.button:active a,.palette-primary .btn-border-color-4.button-secondary.active.btn-transparent a,.palette-primary .btn-border-color-4.active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-4.active.btn-transparent.alt.button a,.palette-primary .btn-border-color-4.button-secondary.is-active.btn-transparent a,.palette-primary .btn-border-color-4.is-active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-4.is-active.btn-transparent.alt.button a,.btn-border-color-4-flat:active.btn-transparent a,.btn-border-color-4-flat.active.btn-transparent a,.btn-border-color-4-flat.is-active.btn-transparent a{color:var(--color-4-text-contrast)}.btn-color-5,.palette-primary .btn-color-5.button-primary,.palette-primary .woocommerce .btn-color-5.button,.palette-primary .btn-color-5.button-secondary,.palette-primary .woocommerce .btn-color-5.alt.button,.btn-color-5-flat{background-color:#011f3f !important;border-color:#011f3f;color:var(--color-5-text-contrast)}.btn-color-5 a,.palette-primary .btn-color-5.button-primary a,.palette-primary .woocommerce .btn-color-5.button a,.palette-primary .btn-color-5.button-secondary a,.palette-primary .woocommerce .btn-color-5.alt.button a,.btn-color-5-flat a{color:var(--color-5-text-contrast)}.btn-color-5:visited,.palette-primary .btn-color-5.button-primary:visited,.palette-primary .woocommerce .btn-color-5.button:visited,.palette-primary .btn-color-5.button-secondary:visited,.palette-primary .woocommerce .btn-color-5.alt.button:visited,.btn-color-5-flat:visited{color:var(--color-5-text-contrast)}.btn-color-5:visited a,.palette-primary .btn-color-5.button-primary:visited a,.palette-primary .woocommerce .btn-color-5.button:visited a,.palette-primary .btn-color-5.button-secondary:visited a,.palette-primary .woocommerce .btn-color-5.alt.button:visited a,.btn-color-5-flat:visited a{color:var(--color-5-text-contrast)}.btn-color-5:hover,.btn-color-5:focus,.palette-primary .btn-color-5.button-primary:hover,.palette-primary .woocommerce .btn-color-5.button:hover,.palette-primary .btn-color-5.button-primary:focus,.palette-primary .woocommerce .btn-color-5.button:focus,.palette-primary .btn-color-5.button-secondary:hover,.palette-primary .woocommerce .btn-color-5.alt.button:hover,.palette-primary .btn-color-5.button-secondary:focus,.palette-primary .woocommerce .btn-color-5.alt.button:focus,.btn-color-5-flat:hover,.btn-color-5-flat:focus{background-color:#023871 !important;border-color:#023871;color:var(--color-5-text-contrast)}.btn-color-5:hover a,.btn-color-5:focus a,.palette-primary .btn-color-5.button-primary:hover a,.palette-primary .woocommerce .btn-color-5.button:hover a,.palette-primary .btn-color-5.button-primary:focus a,.palette-primary .woocommerce .btn-color-5.button:focus a,.palette-primary .btn-color-5.button-secondary:hover a,.palette-primary .woocommerce .btn-color-5.alt.button:hover a,.palette-primary .btn-color-5.button-secondary:focus a,.palette-primary .woocommerce .btn-color-5.alt.button:focus a,.btn-color-5-flat:hover a,.btn-color-5-flat:focus a{color:var(--color-5-text-contrast)}.btn-color-5:active,.btn-color-5.active,.btn-color-5.is-active,.palette-primary .btn-color-5.button-primary:active,.palette-primary .woocommerce .btn-color-5.button:active,.palette-primary .btn-color-5.button-primary.active,.palette-primary .btn-color-5.active.button-primary,.palette-primary .woocommerce .btn-color-5.active.button,.palette-primary .btn-color-5.button-primary.is-active,.palette-primary .btn-color-5.is-active.button-primary,.palette-primary .woocommerce .btn-color-5.is-active.button,.palette-primary .btn-color-5.button-secondary:active,.palette-primary .woocommerce .btn-color-5.alt.button:active,.palette-primary .btn-color-5.button-secondary.active,.palette-primary .btn-color-5.active.button-secondary,.palette-primary .woocommerce .btn-color-5.active.alt.button,.palette-primary .btn-color-5.button-secondary.is-active,.palette-primary .btn-color-5.is-active.button-secondary,.palette-primary .woocommerce .btn-color-5.is-active.alt.button,.btn-color-5-flat:active,.btn-color-5-flat.active,.btn-color-5-flat.is-active{background-color:#041f3c !important;border-color:#041f3c;color:#00060d}.btn-color-5:active a,.btn-color-5.active a,.btn-color-5.is-active a,.palette-primary .btn-color-5.button-primary:active a,.palette-primary .woocommerce .btn-color-5.button:active a,.palette-primary .btn-color-5.button-primary.active a,.palette-primary .btn-color-5.active.button-primary a,.palette-primary .woocommerce .btn-color-5.active.button a,.palette-primary .btn-color-5.button-primary.is-active a,.palette-primary .btn-color-5.is-active.button-primary a,.palette-primary .woocommerce .btn-color-5.is-active.button a,.palette-primary .btn-color-5.button-secondary:active a,.palette-primary .woocommerce .btn-color-5.alt.button:active a,.palette-primary .btn-color-5.button-secondary.active a,.palette-primary .btn-color-5.active.button-secondary a,.palette-primary .woocommerce .btn-color-5.active.alt.button a,.palette-primary .btn-color-5.button-secondary.is-active a,.palette-primary .btn-color-5.is-active.button-secondary a,.palette-primary .woocommerce .btn-color-5.is-active.alt.button a,.btn-color-5-flat:active a,.btn-color-5-flat.active a,.btn-color-5-flat.is-active a{color:var(--color-5-text-contrast)}.btn-border-color-5,.palette-primary .btn-border-color-5.button-primary,.palette-primary .woocommerce .btn-border-color-5.button,.palette-primary .btn-border-color-5.button-secondary,.palette-primary .woocommerce .btn-border-color-5.alt.button,.btn-border-color-5-flat{border-color:#011f3f !important}.btn-border-color-5.btn-transparent,.palette-primary .btn-border-color-5.button-primary.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.button,.palette-primary .btn-border-color-5.button-secondary.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.alt.button,.btn-border-color-5-flat.btn-transparent{color:#011f3f}.btn-border-color-5:hover,.btn-border-color-5:focus,.palette-primary .btn-border-color-5.button-primary:hover,.palette-primary .woocommerce .btn-border-color-5.button:hover,.palette-primary .btn-border-color-5.button-primary:focus,.palette-primary .woocommerce .btn-border-color-5.button:focus,.palette-primary .btn-border-color-5.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-5.alt.button:hover,.palette-primary .btn-border-color-5.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-5.alt.button:focus,.btn-border-color-5-flat:hover,.btn-border-color-5-flat:focus{border-color:#023871 !important}.btn-border-color-5:hover.btn-transparent,.btn-border-color-5:focus.btn-transparent,.palette-primary .btn-border-color-5.button-primary:hover.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-primary:hover,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.button:hover,.palette-primary .btn-border-color-5.button-primary:focus.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-primary:focus,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.button:focus,.palette-primary .btn-border-color-5.button-secondary:hover.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-secondary:hover,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.alt.button:hover,.palette-primary .btn-border-color-5.button-secondary:focus.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-secondary:focus,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.alt.button:focus,.btn-border-color-5-flat:hover.btn-transparent,.btn-border-color-5-flat:focus.btn-transparent{background-color:#023871 !important;color:var(--color-5-text-contrast)}.btn-border-color-5:hover.btn-transparent a,.btn-border-color-5:focus.btn-transparent a,.palette-primary .btn-border-color-5.button-primary:hover.btn-transparent a,.palette-primary .btn-border-color-5.btn-transparent.button-primary:hover a,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.button:hover a,.palette-primary .btn-border-color-5.button-primary:focus.btn-transparent a,.palette-primary .btn-border-color-5.btn-transparent.button-primary:focus a,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.button:focus a,.palette-primary .btn-border-color-5.button-secondary:hover.btn-transparent a,.palette-primary .btn-border-color-5.btn-transparent.button-secondary:hover a,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.alt.button:hover a,.palette-primary .btn-border-color-5.button-secondary:focus.btn-transparent a,.palette-primary .btn-border-color-5.btn-transparent.button-secondary:focus a,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.alt.button:focus a,.btn-border-color-5-flat:hover.btn-transparent a,.btn-border-color-5-flat:focus.btn-transparent a{color:var(--color-5-text-contrast)}.btn-border-color-5:active,.btn-border-color-5.active,.btn-border-color-5.is-active,.palette-primary .btn-border-color-5.button-primary:active,.palette-primary .woocommerce .btn-border-color-5.button:active,.palette-primary .btn-border-color-5.button-primary.active,.palette-primary .btn-border-color-5.active.button-primary,.palette-primary .woocommerce .btn-border-color-5.active.button,.palette-primary .btn-border-color-5.button-primary.is-active,.palette-primary .btn-border-color-5.is-active.button-primary,.palette-primary .woocommerce .btn-border-color-5.is-active.button,.palette-primary .btn-border-color-5.button-secondary:active,.palette-primary .woocommerce .btn-border-color-5.alt.button:active,.palette-primary .btn-border-color-5.button-secondary.active,.palette-primary .btn-border-color-5.active.button-secondary,.palette-primary .woocommerce .btn-border-color-5.active.alt.button,.palette-primary .btn-border-color-5.button-secondary.is-active,.palette-primary .btn-border-color-5.is-active.button-secondary,.palette-primary .woocommerce .btn-border-color-5.is-active.alt.button,.btn-border-color-5-flat:active,.btn-border-color-5-flat.active,.btn-border-color-5-flat.is-active{border-color:#041f3c !important}.btn-border-color-5:active.btn-transparent,.btn-border-color-5.active.btn-transparent,.btn-border-color-5.is-active.btn-transparent,.palette-primary .btn-border-color-5.button-primary:active.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-primary:active,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.button:active,.palette-primary .btn-border-color-5.button-primary.active.btn-transparent,.palette-primary .btn-border-color-5.active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-5.active.btn-transparent.button,.palette-primary .btn-border-color-5.button-primary.is-active.btn-transparent,.palette-primary .btn-border-color-5.is-active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-color-5.is-active.btn-transparent.button,.palette-primary .btn-border-color-5.button-secondary:active.btn-transparent,.palette-primary .btn-border-color-5.btn-transparent.button-secondary:active,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.alt.button:active,.palette-primary .btn-border-color-5.button-secondary.active.btn-transparent,.palette-primary .btn-border-color-5.active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-5.active.btn-transparent.alt.button,.palette-primary .btn-border-color-5.button-secondary.is-active.btn-transparent,.palette-primary .btn-border-color-5.is-active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-color-5.is-active.btn-transparent.alt.button,.btn-border-color-5-flat:active.btn-transparent,.btn-border-color-5-flat.active.btn-transparent,.btn-border-color-5-flat.is-active.btn-transparent{background-color:#023871 !important;color:#00060d}.btn-border-color-5:active.btn-transparent a,.btn-border-color-5.active.btn-transparent a,.btn-border-color-5.is-active.btn-transparent a,.palette-primary .btn-border-color-5.button-primary:active.btn-transparent a,.palette-primary .btn-border-color-5.btn-transparent.button-primary:active a,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.button:active a,.palette-primary .btn-border-color-5.button-primary.active.btn-transparent a,.palette-primary .btn-border-color-5.active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-5.active.btn-transparent.button a,.palette-primary .btn-border-color-5.button-primary.is-active.btn-transparent a,.palette-primary .btn-border-color-5.is-active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-color-5.is-active.btn-transparent.button a,.palette-primary .btn-border-color-5.button-secondary:active.btn-transparent a,.palette-primary .btn-border-color-5.btn-transparent.button-secondary:active a,.palette-primary .woocommerce .btn-border-color-5.btn-transparent.alt.button:active a,.palette-primary .btn-border-color-5.button-secondary.active.btn-transparent a,.palette-primary .btn-border-color-5.active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-5.active.btn-transparent.alt.button a,.palette-primary .btn-border-color-5.button-secondary.is-active.btn-transparent a,.palette-primary .btn-border-color-5.is-active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-color-5.is-active.btn-transparent.alt.button a,.btn-border-color-5-flat:active.btn-transparent a,.btn-border-color-5-flat.active.btn-transparent a,.btn-border-color-5-flat.is-active.btn-transparent a{color:var(--color-5-text-contrast)}.btn-neutral-color,.palette-primary .btn-neutral-color.button-primary,.palette-primary .woocommerce .btn-neutral-color.button,.palette-primary .btn-neutral-color.button-secondary,.palette-primary .woocommerce .btn-neutral-color.alt.button,.btn-neutral-color-flat{background-color:#f9f9f9 !important;border-color:#f9f9f9;color:var(--color-neutral-text-contrast)}.btn-neutral-color a,.palette-primary .btn-neutral-color.button-primary a,.palette-primary .woocommerce .btn-neutral-color.button a,.palette-primary .btn-neutral-color.button-secondary a,.palette-primary .woocommerce .btn-neutral-color.alt.button a,.btn-neutral-color-flat a{color:var(--color-neutral-text-contrast)}.btn-neutral-color:visited,.palette-primary .btn-neutral-color.button-primary:visited,.palette-primary .woocommerce .btn-neutral-color.button:visited,.palette-primary .btn-neutral-color.button-secondary:visited,.palette-primary .woocommerce .btn-neutral-color.alt.button:visited,.btn-neutral-color-flat:visited{color:var(--color-neutral-text-contrast)}.btn-neutral-color:visited a,.palette-primary .btn-neutral-color.button-primary:visited a,.palette-primary .woocommerce .btn-neutral-color.button:visited a,.palette-primary .btn-neutral-color.button-secondary:visited a,.palette-primary .woocommerce .btn-neutral-color.alt.button:visited a,.btn-neutral-color-flat:visited a{color:var(--color-neutral-text-contrast)}.btn-neutral-color:hover,.btn-neutral-color:focus,.palette-primary .btn-neutral-color.button-primary:hover,.palette-primary .woocommerce .btn-neutral-color.button:hover,.palette-primary .btn-neutral-color.button-primary:focus,.palette-primary .woocommerce .btn-neutral-color.button:focus,.palette-primary .btn-neutral-color.button-secondary:hover,.palette-primary .woocommerce .btn-neutral-color.alt.button:hover,.palette-primary .btn-neutral-color.button-secondary:focus,.palette-primary .woocommerce .btn-neutral-color.alt.button:focus,.btn-neutral-color-flat:hover,.btn-neutral-color-flat:focus{background-color:white !important;border-color:white;color:var(--color-neutral-text-contrast)}.btn-neutral-color:hover a,.btn-neutral-color:focus a,.palette-primary .btn-neutral-color.button-primary:hover a,.palette-primary .woocommerce .btn-neutral-color.button:hover a,.palette-primary .btn-neutral-color.button-primary:focus a,.palette-primary .woocommerce .btn-neutral-color.button:focus a,.palette-primary .btn-neutral-color.button-secondary:hover a,.palette-primary .woocommerce .btn-neutral-color.alt.button:hover a,.palette-primary .btn-neutral-color.button-secondary:focus a,.palette-primary .woocommerce .btn-neutral-color.alt.button:focus a,.btn-neutral-color-flat:hover a,.btn-neutral-color-flat:focus a{color:var(--color-neutral-text-contrast)}.btn-neutral-color:active,.btn-neutral-color.active,.btn-neutral-color.is-active,.palette-primary .btn-neutral-color.button-primary:active,.palette-primary .woocommerce .btn-neutral-color.button:active,.palette-primary .btn-neutral-color.button-primary.active,.palette-primary .btn-neutral-color.active.button-primary,.palette-primary .woocommerce .btn-neutral-color.active.button,.palette-primary .btn-neutral-color.button-primary.is-active,.palette-primary .btn-neutral-color.is-active.button-primary,.palette-primary .woocommerce .btn-neutral-color.is-active.button,.palette-primary .btn-neutral-color.button-secondary:active,.palette-primary .woocommerce .btn-neutral-color.alt.button:active,.palette-primary .btn-neutral-color.button-secondary.active,.palette-primary .btn-neutral-color.active.button-secondary,.palette-primary .woocommerce .btn-neutral-color.active.alt.button,.palette-primary .btn-neutral-color.button-secondary.is-active,.palette-primary .btn-neutral-color.is-active.button-secondary,.palette-primary .woocommerce .btn-neutral-color.is-active.alt.button,.btn-neutral-color-flat:active,.btn-neutral-color-flat.active,.btn-neutral-color-flat.is-active{background-color:#f9f9f9 !important;border-color:#f9f9f9;color:#e0e0e0}.btn-neutral-color:active a,.btn-neutral-color.active a,.btn-neutral-color.is-active a,.palette-primary .btn-neutral-color.button-primary:active a,.palette-primary .woocommerce .btn-neutral-color.button:active a,.palette-primary .btn-neutral-color.button-primary.active a,.palette-primary .btn-neutral-color.active.button-primary a,.palette-primary .woocommerce .btn-neutral-color.active.button a,.palette-primary .btn-neutral-color.button-primary.is-active a,.palette-primary .btn-neutral-color.is-active.button-primary a,.palette-primary .woocommerce .btn-neutral-color.is-active.button a,.palette-primary .btn-neutral-color.button-secondary:active a,.palette-primary .woocommerce .btn-neutral-color.alt.button:active a,.palette-primary .btn-neutral-color.button-secondary.active a,.palette-primary .btn-neutral-color.active.button-secondary a,.palette-primary .woocommerce .btn-neutral-color.active.alt.button a,.palette-primary .btn-neutral-color.button-secondary.is-active a,.palette-primary .btn-neutral-color.is-active.button-secondary a,.palette-primary .woocommerce .btn-neutral-color.is-active.alt.button a,.btn-neutral-color-flat:active a,.btn-neutral-color-flat.active a,.btn-neutral-color-flat.is-active a{color:var(--color-neutral-text-contrast)}.btn-border-neutral-color,.palette-primary .btn-border-neutral-color.button-primary,.palette-primary .woocommerce .btn-border-neutral-color.button,.palette-primary .btn-border-neutral-color.button-secondary,.palette-primary .woocommerce .btn-border-neutral-color.alt.button,.btn-border-neutral-color-flat{border-color:#f9f9f9 !important}.btn-border-neutral-color.btn-transparent,.palette-primary .btn-border-neutral-color.button-primary.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.button,.palette-primary .btn-border-neutral-color.button-secondary.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.alt.button,.btn-border-neutral-color-flat.btn-transparent{color:#f9f9f9}.btn-border-neutral-color:hover,.btn-border-neutral-color:focus,.palette-primary .btn-border-neutral-color.button-primary:hover,.palette-primary .woocommerce .btn-border-neutral-color.button:hover,.palette-primary .btn-border-neutral-color.button-primary:focus,.palette-primary .woocommerce .btn-border-neutral-color.button:focus,.palette-primary .btn-border-neutral-color.button-secondary:hover,.palette-primary .woocommerce .btn-border-neutral-color.alt.button:hover,.palette-primary .btn-border-neutral-color.button-secondary:focus,.palette-primary .woocommerce .btn-border-neutral-color.alt.button:focus,.btn-border-neutral-color-flat:hover,.btn-border-neutral-color-flat:focus{border-color:white !important}.btn-border-neutral-color:hover.btn-transparent,.btn-border-neutral-color:focus.btn-transparent,.palette-primary .btn-border-neutral-color.button-primary:hover.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-primary:hover,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.button:hover,.palette-primary .btn-border-neutral-color.button-primary:focus.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-primary:focus,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.button:focus,.palette-primary .btn-border-neutral-color.button-secondary:hover.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-secondary:hover,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.alt.button:hover,.palette-primary .btn-border-neutral-color.button-secondary:focus.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-secondary:focus,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.alt.button:focus,.btn-border-neutral-color-flat:hover.btn-transparent,.btn-border-neutral-color-flat:focus.btn-transparent{background-color:white !important;color:var(--color-neutral-text-contrast)}.btn-border-neutral-color:hover.btn-transparent a,.btn-border-neutral-color:focus.btn-transparent a,.palette-primary .btn-border-neutral-color.button-primary:hover.btn-transparent a,.palette-primary .btn-border-neutral-color.btn-transparent.button-primary:hover a,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.button:hover a,.palette-primary .btn-border-neutral-color.button-primary:focus.btn-transparent a,.palette-primary .btn-border-neutral-color.btn-transparent.button-primary:focus a,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.button:focus a,.palette-primary .btn-border-neutral-color.button-secondary:hover.btn-transparent a,.palette-primary .btn-border-neutral-color.btn-transparent.button-secondary:hover a,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.alt.button:hover a,.palette-primary .btn-border-neutral-color.button-secondary:focus.btn-transparent a,.palette-primary .btn-border-neutral-color.btn-transparent.button-secondary:focus a,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.alt.button:focus a,.btn-border-neutral-color-flat:hover.btn-transparent a,.btn-border-neutral-color-flat:focus.btn-transparent a{color:var(--color-neutral-text-contrast)}.btn-border-neutral-color:active,.btn-border-neutral-color.active,.btn-border-neutral-color.is-active,.palette-primary .btn-border-neutral-color.button-primary:active,.palette-primary .woocommerce .btn-border-neutral-color.button:active,.palette-primary .btn-border-neutral-color.button-primary.active,.palette-primary .btn-border-neutral-color.active.button-primary,.palette-primary .woocommerce .btn-border-neutral-color.active.button,.palette-primary .btn-border-neutral-color.button-primary.is-active,.palette-primary .btn-border-neutral-color.is-active.button-primary,.palette-primary .woocommerce .btn-border-neutral-color.is-active.button,.palette-primary .btn-border-neutral-color.button-secondary:active,.palette-primary .woocommerce .btn-border-neutral-color.alt.button:active,.palette-primary .btn-border-neutral-color.button-secondary.active,.palette-primary .btn-border-neutral-color.active.button-secondary,.palette-primary .woocommerce .btn-border-neutral-color.active.alt.button,.palette-primary .btn-border-neutral-color.button-secondary.is-active,.palette-primary .btn-border-neutral-color.is-active.button-secondary,.palette-primary .woocommerce .btn-border-neutral-color.is-active.alt.button,.btn-border-neutral-color-flat:active,.btn-border-neutral-color-flat.active,.btn-border-neutral-color-flat.is-active{border-color:#f9f9f9 !important}.btn-border-neutral-color:active.btn-transparent,.btn-border-neutral-color.active.btn-transparent,.btn-border-neutral-color.is-active.btn-transparent,.palette-primary .btn-border-neutral-color.button-primary:active.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-primary:active,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.button:active,.palette-primary .btn-border-neutral-color.button-primary.active.btn-transparent,.palette-primary .btn-border-neutral-color.active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-neutral-color.active.btn-transparent.button,.palette-primary .btn-border-neutral-color.button-primary.is-active.btn-transparent,.palette-primary .btn-border-neutral-color.is-active.btn-transparent.button-primary,.palette-primary .woocommerce .btn-border-neutral-color.is-active.btn-transparent.button,.palette-primary .btn-border-neutral-color.button-secondary:active.btn-transparent,.palette-primary .btn-border-neutral-color.btn-transparent.button-secondary:active,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.alt.button:active,.palette-primary .btn-border-neutral-color.button-secondary.active.btn-transparent,.palette-primary .btn-border-neutral-color.active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-neutral-color.active.btn-transparent.alt.button,.palette-primary .btn-border-neutral-color.button-secondary.is-active.btn-transparent,.palette-primary .btn-border-neutral-color.is-active.btn-transparent.button-secondary,.palette-primary .woocommerce .btn-border-neutral-color.is-active.btn-transparent.alt.button,.btn-border-neutral-color-flat:active.btn-transparent,.btn-border-neutral-color-flat.active.btn-transparent,.btn-border-neutral-color-flat.is-active.btn-transparent{background-color:white !important;color:#e0e0e0}.btn-border-neutral-color:active.btn-transparent a,.btn-border-neutral-color.active.btn-transparent a,.btn-border-neutral-color.is-active.btn-transparent a,.palette-primary .btn-border-neutral-color.button-primary:active.btn-transparent a,.palette-primary .btn-border-neutral-color.btn-transparent.button-primary:active a,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.button:active a,.palette-primary .btn-border-neutral-color.button-primary.active.btn-transparent a,.palette-primary .btn-border-neutral-color.active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-neutral-color.active.btn-transparent.button a,.palette-primary .btn-border-neutral-color.button-primary.is-active.btn-transparent a,.palette-primary .btn-border-neutral-color.is-active.btn-transparent.button-primary a,.palette-primary .woocommerce .btn-border-neutral-color.is-active.btn-transparent.button a,.palette-primary .btn-border-neutral-color.button-secondary:active.btn-transparent a,.palette-primary .btn-border-neutral-color.btn-transparent.button-secondary:active a,.palette-primary .woocommerce .btn-border-neutral-color.btn-transparent.alt.button:active a,.palette-primary .btn-border-neutral-color.button-secondary.active.btn-transparent a,.palette-primary .btn-border-neutral-color.active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-neutral-color.active.btn-transparent.alt.button a,.palette-primary .btn-border-neutral-color.button-secondary.is-active.btn-transparent a,.palette-primary .btn-border-neutral-color.is-active.btn-transparent.button-secondary a,.palette-primary .woocommerce .btn-border-neutral-color.is-active.btn-transparent.alt.button a,.btn-border-neutral-color-flat:active.btn-transparent a,.btn-border-neutral-color-flat.active.btn-transparent a,.btn-border-neutral-color-flat.is-active.btn-transparent a{color:var(--color-neutral-text-contrast)}.palette-primary .color1-background-alpha{background-color:rgba(67, 146, 241, 0.7)}.palette-primary .color2-background-alpha{background-color:rgba(1, 31, 63, 0.7)}.palette-primary .color3-background-alpha{background-color:rgba(220, 235, 247, 0.7)}.palette-primary .color4-background-alpha{background-color:rgba(249, 249, 249, 0.7)}.palette-primary .color5-background-alpha{background-color:rgba(1, 31, 63, 0.7)}.palette-primary .boldgrid-shortcode .bgc-single-article{background-color:#dcebf7;color:#333333}.palette-primary .bgc-single-image .date{background-color:rgba(67, 146, 241, 0.7);color:#ffffff}.palette-primary .bgc-single-image .image-opacity{background-color:rgba(1, 31, 63, 0.3)}\";s:22:\"boldgrid_palette_class\";s:15:\"palette-primary\";s:13:\"bgtfw_version\";s:6:\"2.12.0\";s:20:\"force_scss_recompile\";a:2:{s:6:\"active\";b:0;s:7:\"staging\";b:1;}s:18:\"custom_css_post_id\";i:-1;s:19:\"bgtfw_header_border\";a:4:{s:3:\"css\";s:60:\".site-header header{border: 0;border-color:var(--color-3);;}\";s:5:\"media\";s:207:\"{\"base\":{\"unit\":\"px\",\"slidersLinked\":false,\"values\":{\"top\":0,\"right\":0,\"bottom\":5,\"left\":0},\"css\":\".site-header header{border: 0;border-color:var(--color-3);;}\",\"type\":\"\",\"color\":\"color-3:rgb(234,235,237)\"}}\";s:2:\"ID\";i:0;s:6:\"filter\";s:3:\"raw\";}s:21:\"bgtfw_pages_container\";s:0:\"\";s:25:\"hide_boldgrid_attribution\";b:0;s:25:\"bgtfw_headings_typography\";a:7:{s:11:\"font-family\";s:15:\"Julius Sans One\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"text-transform\";s:9:\"uppercase\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:24:\"bgtfw_headings_font_size\";s:2:\"19\";s:21:\"bgtfw_body_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:3:\"1.6\";s:14:\"text-transform\";s:4:\"none\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:27:\"bgtfw_site_title_typography\";a:8:{s:11:\"font-family\";s:15:\"Julius Sans One\";s:9:\"font-size\";s:4:\"35px\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.1\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:12:\"sidebar_meta\";a:9:{s:8:\"header-1\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:14:\"headings_color\";s:20:\"color-2:rgb(1,31,63)\";s:11:\"links_color\";s:23:\"color-1:rgb(67,146,241)\";}s:8:\"header-2\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:14:\"headings_color\";s:20:\"color-2:rgb(1,31,63)\";s:11:\"links_color\";s:23:\"color-1:rgb(67,146,241)\";}s:8:\"header-3\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:14:\"headings_color\";s:20:\"color-2:rgb(1,31,63)\";s:11:\"links_color\";s:23:\"color-1:rgb(67,146,241)\";}s:8:\"header-4\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:14:\"headings_color\";s:20:\"color-2:rgb(1,31,63)\";s:11:\"links_color\";s:23:\"color-1:rgb(67,146,241)\";}s:8:\"footer-1\";a:3:{s:16:\"background_color\";s:20:\"color-2:rgb(1,31,63)\";s:14:\"headings_color\";s:23:\"color-1:rgb(67,146,241)\";s:11:\"links_color\";s:24:\"color-4:rgb(249,249,249)\";}s:8:\"footer-2\";a:3:{s:16:\"background_color\";s:20:\"color-2:rgb(1,31,63)\";s:14:\"headings_color\";s:23:\"color-1:rgb(67,146,241)\";s:11:\"links_color\";s:24:\"color-4:rgb(249,249,249)\";}s:8:\"footer-3\";a:3:{s:16:\"background_color\";s:20:\"color-2:rgb(1,31,63)\";s:14:\"headings_color\";s:23:\"color-1:rgb(67,146,241)\";s:11:\"links_color\";s:24:\"color-4:rgb(249,249,249)\";}s:8:\"footer-4\";a:3:{s:16:\"background_color\";s:20:\"color-2:rgb(1,31,63)\";s:14:\"headings_color\";s:23:\"color-1:rgb(67,146,241)\";s:11:\"links_color\";s:24:\"color-4:rgb(249,249,249)\";}s:15:\"primary-sidebar\";a:3:{s:16:\"background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:14:\"headings_color\";s:20:\"color-2:rgb(1,31,63)\";s:11:\"links_color\";s:23:\"color-1:rgb(67,146,241)\";}}s:25:\"boldgrid_background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:30:\"bgtfw_background_overlay_color\";s:23:\"color-1:rgb(67,146,241)\";s:25:\"bgtfw_header_border_color\";s:24:\"color-3:rgb(220,235,247)\";s:25:\"bgtfw_footer_border_color\";s:23:\"color-1:rgb(67,146,241)\";s:27:\"bgtfw_posts_tags_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:27:\"bgtfw_posts_cats_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:33:\"bgtfw_posts_navigation_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:20:\"bgtfw_headings_color\";s:20:\"color-2:rgb(1,31,63)\";s:19:\"bgtfw_tagline_color\";s:24:\"color-4:rgb(249,249,249)\";s:18:\"bgtfw_header_color\";s:20:\"color-5:rgb(1,31,63)\";s:22:\"bgtfw_site_title_color\";s:24:\"color-4:rgb(249,249,249)\";s:35:\"bgtfw_global_title_background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:24:\"bgtfw_global_title_color\";s:20:\"color-2:rgb(1,31,63)\";s:21:\"bgtfw_body_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:26:\"bgtfw_header_overlay_color\";s:23:\"color-1:rgb(67,146,241)\";s:18:\"bgtfw_footer_color\";s:20:\"color-5:rgb(1,31,63)\";s:18:\"bgtfw_footer_links\";s:23:\"color-1:rgb(67,146,241)\";s:31:\"bgtfw_menu_hamburger_main_color\";s:23:\"color-1:rgb(67,146,241)\";s:28:\"bgtfw_menu_border_color_main\";s:24:\"color-3:rgb(220,235,247)\";s:34:\"bgtfw_menu_items_border_color_main\";s:24:\"color-3:rgb(220,235,247)\";s:33:\"bgtfw_menu_items_hover_color_main\";s:23:\"color-1:rgb(67,146,241)\";s:38:\"bgtfw_menu_items_hover_background_main\";s:24:\"color-3:rgb(220,235,247)\";s:32:\"bgtfw_menu_items_link_color_main\";s:24:\"color-4:rgb(249,249,249)\";s:39:\"bgtfw_menu_items_active_link_color_main\";s:23:\"color-1:rgb(67,146,241)\";s:46:\"bgtfw_menu_items_active_link_border_color_main\";s:24:\"color-3:rgb(220,235,247)\";s:23:\"bgtfw_blog_border_color\";s:23:\"color-1:rgb(67,146,241)\";s:34:\"bgtfw_blog_header_background_color\";s:20:\"color-2:rgb(1,31,63)\";s:32:\"bgtfw_blog_post_background_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:34:\"bgtfw_blog_post_header_title_color\";s:30:\"color-neutral:rgb(249,249,249)\";s:38:\"bgtfw_blog_post_header_date_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:40:\"bgtfw_blog_post_header_byline_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:31:\"bgtfw_blog_post_tags_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:31:\"bgtfw_blog_post_cats_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:35:\"bgtfw_blog_post_comments_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:35:\"bgtfw_blog_post_readmore_link_color\";s:23:\"color-1:rgb(67,146,241)\";s:34:\"bgtfw_menu_items_link_color_social\";s:24:\"color-4:rgb(249,249,249)\";s:35:\"bgtfw_menu_items_hover_color_social\";s:24:\"color-3:rgb(220,235,247)\";s:41:\"bgtfw_menu_items_active_link_color_social\";s:23:\"color-1:rgb(67,146,241)\";s:36:\"bgtfw_menu_hamburger_secondary_color\";s:23:\"color-1:rgb(67,146,241)\";s:35:\"bgtfw_menu_hamburger_tertiary_color\";s:23:\"color-1:rgb(67,146,241)\";s:37:\"bgtfw_menu_hamburger_quaternary_color\";s:23:\"color-1:rgb(67,146,241)\";s:33:\"bgtfw_menu_hamburger_social_color\";s:23:\"color-1:rgb(67,146,241)\";s:38:\"bgtfw_menu_hamburger_sticky-main_color\";s:23:\"color-1:rgb(67,146,241)\";s:43:\"bgtfw_menu_hamburger_sticky-secondary_color\";s:23:\"color-1:rgb(67,146,241)\";s:42:\"bgtfw_menu_hamburger_sticky-tertiary_color\";s:23:\"color-1:rgb(67,146,241)\";s:44:\"bgtfw_menu_hamburger_sticky-quaternary_color\";s:23:\"color-1:rgb(67,146,241)\";s:40:\"bgtfw_menu_hamburger_sticky-social_color\";s:23:\"color-1:rgb(67,146,241)\";s:33:\"bgtfw_menu_border_color_secondary\";s:24:\"color-3:rgb(220,235,247)\";s:32:\"bgtfw_menu_border_color_tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:34:\"bgtfw_menu_border_color_quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:30:\"bgtfw_menu_border_color_social\";s:24:\"color-3:rgb(220,235,247)\";s:35:\"bgtfw_menu_border_color_sticky-main\";s:24:\"color-3:rgb(220,235,247)\";s:40:\"bgtfw_menu_border_color_sticky-secondary\";s:24:\"color-3:rgb(220,235,247)\";s:39:\"bgtfw_menu_border_color_sticky-tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:41:\"bgtfw_menu_border_color_sticky-quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:37:\"bgtfw_menu_border_color_sticky-social\";s:24:\"color-3:rgb(220,235,247)\";s:39:\"bgtfw_menu_items_border_color_secondary\";s:24:\"color-3:rgb(220,235,247)\";s:38:\"bgtfw_menu_items_border_color_tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:40:\"bgtfw_menu_items_border_color_quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:36:\"bgtfw_menu_items_border_color_social\";s:24:\"color-3:rgb(220,235,247)\";s:41:\"bgtfw_menu_items_border_color_sticky-main\";s:24:\"color-3:rgb(220,235,247)\";s:46:\"bgtfw_menu_items_border_color_sticky-secondary\";s:24:\"color-3:rgb(220,235,247)\";s:45:\"bgtfw_menu_items_border_color_sticky-tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:47:\"bgtfw_menu_items_border_color_sticky-quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:43:\"bgtfw_menu_items_border_color_sticky-social\";s:24:\"color-3:rgb(220,235,247)\";s:38:\"bgtfw_menu_items_hover_color_secondary\";s:23:\"color-1:rgb(67,146,241)\";s:37:\"bgtfw_menu_items_hover_color_tertiary\";s:23:\"color-1:rgb(67,146,241)\";s:39:\"bgtfw_menu_items_hover_color_quaternary\";s:23:\"color-1:rgb(67,146,241)\";s:40:\"bgtfw_menu_items_hover_color_sticky-main\";s:23:\"color-1:rgb(67,146,241)\";s:45:\"bgtfw_menu_items_hover_color_sticky-secondary\";s:23:\"color-1:rgb(67,146,241)\";s:44:\"bgtfw_menu_items_hover_color_sticky-tertiary\";s:23:\"color-1:rgb(67,146,241)\";s:46:\"bgtfw_menu_items_hover_color_sticky-quaternary\";s:23:\"color-1:rgb(67,146,241)\";s:42:\"bgtfw_menu_items_hover_color_sticky-social\";s:23:\"color-1:rgb(67,146,241)\";s:43:\"bgtfw_menu_items_hover_background_secondary\";s:24:\"color-3:rgb(220,235,247)\";s:42:\"bgtfw_menu_items_hover_background_tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:44:\"bgtfw_menu_items_hover_background_quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:40:\"bgtfw_menu_items_hover_background_social\";s:24:\"color-3:rgb(220,235,247)\";s:45:\"bgtfw_menu_items_hover_background_sticky-main\";s:24:\"color-3:rgb(220,235,247)\";s:50:\"bgtfw_menu_items_hover_background_sticky-secondary\";s:24:\"color-3:rgb(220,235,247)\";s:49:\"bgtfw_menu_items_hover_background_sticky-tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:51:\"bgtfw_menu_items_hover_background_sticky-quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:47:\"bgtfw_menu_items_hover_background_sticky-social\";s:24:\"color-3:rgb(220,235,247)\";s:37:\"bgtfw_menu_items_link_color_secondary\";s:20:\"color-2:rgb(1,31,63)\";s:36:\"bgtfw_menu_items_link_color_tertiary\";s:20:\"color-2:rgb(1,31,63)\";s:38:\"bgtfw_menu_items_link_color_quaternary\";s:20:\"color-2:rgb(1,31,63)\";s:39:\"bgtfw_menu_items_link_color_sticky-main\";s:30:\"color-neutral:rgb(249,249,249)\";s:44:\"bgtfw_menu_items_link_color_sticky-secondary\";s:20:\"color-2:rgb(1,31,63)\";s:43:\"bgtfw_menu_items_link_color_sticky-tertiary\";s:20:\"color-2:rgb(1,31,63)\";s:45:\"bgtfw_menu_items_link_color_sticky-quaternary\";s:20:\"color-2:rgb(1,31,63)\";s:41:\"bgtfw_menu_items_link_color_sticky-social\";s:30:\"color-neutral:rgb(249,249,249)\";s:44:\"bgtfw_menu_items_active_link_color_secondary\";s:23:\"color-1:rgb(67,146,241)\";s:43:\"bgtfw_menu_items_active_link_color_tertiary\";s:23:\"color-1:rgb(67,146,241)\";s:45:\"bgtfw_menu_items_active_link_color_quaternary\";s:23:\"color-1:rgb(67,146,241)\";s:46:\"bgtfw_menu_items_active_link_color_sticky-main\";s:23:\"color-1:rgb(67,146,241)\";s:51:\"bgtfw_menu_items_active_link_color_sticky-secondary\";s:23:\"color-1:rgb(67,146,241)\";s:50:\"bgtfw_menu_items_active_link_color_sticky-tertiary\";s:23:\"color-1:rgb(67,146,241)\";s:52:\"bgtfw_menu_items_active_link_color_sticky-quaternary\";s:23:\"color-1:rgb(67,146,241)\";s:48:\"bgtfw_menu_items_active_link_color_sticky-social\";s:23:\"color-1:rgb(67,146,241)\";s:51:\"bgtfw_menu_items_active_link_border_color_secondary\";s:24:\"color-3:rgb(220,235,247)\";s:50:\"bgtfw_menu_items_active_link_border_color_tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:52:\"bgtfw_menu_items_active_link_border_color_quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:48:\"bgtfw_menu_items_active_link_border_color_social\";s:24:\"color-3:rgb(220,235,247)\";s:53:\"bgtfw_menu_items_active_link_border_color_sticky-main\";s:24:\"color-3:rgb(220,235,247)\";s:58:\"bgtfw_menu_items_active_link_border_color_sticky-secondary\";s:24:\"color-3:rgb(220,235,247)\";s:57:\"bgtfw_menu_items_active_link_border_color_sticky-tertiary\";s:24:\"color-3:rgb(220,235,247)\";s:59:\"bgtfw_menu_items_active_link_border_color_sticky-quaternary\";s:24:\"color-3:rgb(220,235,247)\";s:55:\"bgtfw_menu_items_active_link_border_color_sticky-social\";s:24:\"color-3:rgb(220,235,247)\";s:34:\"bgtfw_menu_items_hover_effect_main\";s:25:\"hvr-underline-from-center\";s:26:\"bgtfw_menu_typography_main\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"text-transform\";s:9:\"uppercase\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:19:\"bgtfw_footer_layout\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:4:\"type\";s:34:\"boldgrid_display_attribution_links\";s:3:\"key\";s:11:\"attribution\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:3:\"f44\";}}}}s:19:\"bgtfw_header_layout\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h49\";}i:1;a:4:{s:4:\"type\";s:20:\"boldgrid_menu_social\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"h50\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:5:\"h2085\";}}}}s:29:\"bgtfw_blog_post_readmore_type\";s:20:\"btn button-secondary\";s:26:\"bgtfw_blog_posts_container\";s:0:\"\";s:24:\"bgtfw_tagline_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"18px\";s:14:\"text-transform\";s:4:\"none\";s:11:\"line-height\";s:3:\"1.1\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:20:\"bgtfw_header_padding\";a:4:{s:5:\"media\";s:193:\"{\"base\":{\"unit\":\"em\",\"slidersLinked\":false,\"values\":{\"top\":1,\"right\":0,\"bottom\":0,\"left\":0},\"css\":\".site-header header{padding-top:1em;padding-right:0em;padding-bottom:0em;padding-left:0em;}\"}}\";s:3:\"css\";s:91:\".site-header header{padding-top:1em;padding-right:0em;padding-bottom:0em;padding-left:0em;}\";s:2:\"ID\";i:0;s:6:\"filter\";s:3:\"raw\";}s:36:\"bgtfw_menu_items_hover_effect_social\";s:0:\"\";s:37:\"bgtfw_blog_post_header_title_position\";s:6:\"center\";s:41:\"bgtfw_pages_blog_blog_page_layout_content\";s:7:\"content\";s:36:\"bgtfw_blog_post_header_meta_position\";s:6:\"center\";s:37:\"bgtfw_blog_post_header_byline_display\";s:4:\"none\";s:35:\"bgtfw_blog_post_header_meta_display\";s:5:\"block\";s:34:\"bgtfw_blog_post_header_meta_format\";s:7:\"timeago\";s:29:\"bgtfw_header_layout_col_width\";a:4:{s:3:\"css\";s:510:\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;width:12col;}}}@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:8col;width:4col;width:12col;}}@media only screen and ( min-width: 1200px ){.site-header header row{width:8col;width:4col;width:12col;}}\";s:5:\"media\";s:886:\"{\"large\":{\"unit\":\"col\",\"slidersLinked\":false,\"values\":{\"h49\":8,\"h50\":4,\"h2085\":12},\"css\":\"@media only screen and ( min-width: 1200px ){.site-header header row{width:8col;width:4col;width:12col;}}\"},\"desktop\":{\"unit\":\"col\",\"slidersLinked\":false,\"values\":{\"h49\":8,\"h50\":4,\"h2085\":12},\"css\":\"@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:8col;width:4col;width:12col;}}\"},\"phone\":{\"unit\":\"col\",\"values\":{\"h49\":12,\"h50\":12,\"h2085\":12},\"css\":\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;width:12col;}}}\",\"slidersLinked\":false},\"tablet\":{\"unit\":\"col\",\"slidersLinked\":false,\"values\":{\"h49\":12,\"h50\":12,\"h2085\":12},\"css\":\"@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}\"}}\";s:2:\"ID\";i:0;s:6:\"filter\";s:3:\"raw\";}s:26:\"bgtfw_body_link_decoration\";s:4:\"none\";s:27:\"bgtfw_header_layout_default\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h49\";}i:1;a:4:{s:4:\"type\";s:20:\"boldgrid_menu_social\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"h50\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:5:\"h2085\";}}}}s:28:\"bgtfw_header_preset_branding\";a:2:{i:0;s:4:\"logo\";i:1;s:5:\"title\";}s:34:\"bgtfw_sticky_header_layout_default\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"s47\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"s48\";}}}}s:26:\"bgtfw_header_layout_custom\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h49\";}i:1;a:4:{s:4:\"type\";s:20:\"boldgrid_menu_social\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"h50\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:5:\"h2085\";}}}}s:33:\"bgtfw_sticky_header_layout_custom\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"s47\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:7:\"Tagline\";}}}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"s48\";}}}}s:24:\"bgtfw_header_layout_lbrm\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:4:\"type\";s:18:\"boldgrid_menu_main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"h48\";}}}}s:26:\"bgtfw_header_layout_lbcmrs\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:3:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:4:\"type\";s:18:\"boldgrid_menu_main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:3:\"h48\";}i:2;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}}s:24:\"bgtfw_header_layout_lmrb\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:4:{s:4:\"type\";s:18:\"boldgrid_menu_main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"h48\";}i:1;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"e\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}}}}s:26:\"bgtfw_header_layout_lbrslm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"h105\";}}}}s:26:\"bgtfw_header_layout_lbrscm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"h105\";}}}}s:26:\"bgtfw_header_layout_lbrsrm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"h105\";}}}}s:24:\"bgtfw_header_layout_cbcm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"h105\";}}}}s:24:\"bgtfw_header_layout_cmcb\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"h105\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"h47\";}}}}s:26:\"bgtfw_header_layout_lshsbm\";a:3:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:20:\"boldgrid_menu_social\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"h264\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:3:\"key\";s:8:\"branding\";s:4:\"type\";s:22:\"boldgrid_site_identity\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:17:\".custom-logo-link\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"h47\";}}}i:2;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:18:\"boldgrid_menu_main\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"h263\";}}}}s:31:\"bgtfw_sticky_header_layout_lbrm\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:3:\"s48\";}}}}s:33:\"bgtfw_sticky_header_layout_lbcmrs\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:3:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:3:\"s48\";}i:2;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}}s:31:\"bgtfw_sticky_header_layout_lmrb\";a:1:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:4:{s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:3:\"key\";s:4:\"menu\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:3:\"s48\";}i:1;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"e\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}}}}s:33:\"bgtfw_sticky_header_layout_lbrslm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"w\";s:3:\"uid\";s:4:\"s105\";}}}}s:33:\"bgtfw_sticky_header_layout_lbrscm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"s105\";}}}}s:33:\"bgtfw_sticky_header_layout_lbrsrm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s105\";}}}}s:31:\"bgtfw_sticky_header_layout_cbcm\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"s105\";}}}}s:31:\"bgtfw_sticky_header_layout_cmcb\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"c\";s:3:\"uid\";s:4:\"s105\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"c\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}}}}s:18:\"bgtfw_fixed_header\";b:0;s:26:\"bgtfw_sticky_header_preset\";s:6:\"lbrsrm\";s:26:\"bgtfw_sticky_header_layout\";a:2:{i:0;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:2:{i:0;a:5:{s:4:\"type\";s:22:\"boldgrid_site_identity\";s:3:\"key\";s:8:\"branding\";s:5:\"align\";s:1:\"w\";s:7:\"display\";a:3:{i:0;a:3:{s:8:\"selector\";s:12:\".custom-logo\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:4:\"Logo\";}i:1;a:3:{s:8:\"selector\";s:11:\".site-title\";s:7:\"display\";s:4:\"show\";s:5:\"title\";s:5:\"Title\";}i:2;a:3:{s:8:\"selector\";s:17:\".site-description\";s:7:\"display\";s:4:\"hide\";s:5:\"title\";s:7:\"Tagline\";}}s:3:\"uid\";s:3:\"s47\";}i:1;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:27:\"boldgrid_menu_sticky-social\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s110\";}}}i:1;a:2:{s:9:\"container\";s:9:\"container\";s:5:\"items\";a:1:{i:0;a:4:{s:3:\"key\";s:4:\"menu\";s:4:\"type\";s:25:\"boldgrid_menu_sticky-main\";s:5:\"align\";s:1:\"e\";s:3:\"uid\";s:4:\"s105\";}}}}s:33:\"bgtfw_menu_typography_sticky-main\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"text-transform\";s:9:\"uppercase\";s:7:\"variant\";s:7:\"regular\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:400;s:10:\"font-style\";s:6:\"normal\";}s:43:\"bgtfw_menu_items_hover_effect_sticky-social\";s:0:\"\";s:27:\"bgtfw_scroll_to_top_display\";s:4:\"show\";}','yes');
INSERT INTO `wp_options` VALUES (244,'theme_switch_menu_locations','a:1:{s:6:\"social\";i:2;}','yes'),(285,'boldgrid_static_pages','a:1:{s:5:\"pages\";a:2:{s:16:\"pages_in_pageset\";a:6:{i:0;O:8:\"stdClass\":17:{s:2:\"id\";s:3:\"658\";s:16:\"page_revision_id\";s:4:\"4912\";s:10:\"page_title\";s:4:\"Home\";s:9:\"page_slug\";s:4:\"home\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:10248:\"\n<div class=\"boldgrid-section\" style=\"color: #000; background-image: url(\'https://naplesirrigation.com/wp-content/uploads/2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\'); background-size: cover; background-position: 50% 70%;\" data-image-url=\"https://naplesirrigation.com/wp-content/uploads/2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\" data-imhwpb-asset-id=\"1175055\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 120px; padding-bottom: 140px;\">\r\n<div class=\"col-md-7 col-sm-4 col-xs-12\"></div>\r\n<div class=\"col-md-5 col-sm-8 col-xs-12 wedge-cta\" custom-classes=\"wedge-cta\">\r\n<h2 class=\"\">Let Us Expand Your Horizons</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-16\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p class=\"\" style=\"margin-top: 20px; margin-bottom: 30px;\">Welcome to our full-service fitness center that focuses on more than just your body. When you sign-up, you will be introduced to a personalized trainer, a nutritionist, and a motivational coach. Achieving fitness goals is about more than losing weight and toning your physique. It is about finding a good balance in life.</p>\r\n<p class=\"\"><a class=\"button-secondary\" href=\"contact-us\">CONTACT US TODAY</a></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-bottom: 90px; padding-top: 90px;\">\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\r\n<div>\r\n<h2 class=\"\">About Our Company</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"bg-hr bg-hr-2 color1-color\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-top: 25px;\">\r\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\r\n<p class=\"\">For anyone who simply wants to workout on top of the line fitness equipment, our full-service fitness center is for you. Free weights, ellipticals, bikes, treadmills, and a multitude of other workout equipment are waiting for you.</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-6\">\r\n<div>\r\n<p class=\"\">From continuing education classes, to learning the art of personalized training tactics, our entire staff is ready to help you meet and exceed your fitness goals. It is our firm belief that fitness goals can be used to help people achieve a healthier, more balanced life.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-1 col-xs-12 col-sm-12\"></div>\r\n<div class=\"col-md-5 col-xs-12 col-sm-12 align-column-center\">\r\n<p class=\"mod-img\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-119\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5.jpg\" alt=\"\" data-imhwpb-asset-id=\"695398\" width=\"600\" height=\"300\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color3-background-color color-3-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">See What We Can Offer</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 90px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-120\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy.jpg\" alt=\"\" data-imhwpb-asset-id=\"695399\" width=\"400\" height=\"300\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Personalized Training Classes</h3>\r\n<p class=\"\">If you want to experience the benefits of a customized workout program that focuses on your core areas, then try one of our personalized training classes. You&rsquo;ll be hooked in five minutes!</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-121\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b.jpg\" alt=\"\" data-imhwpb-asset-id=\"695400\" width=\"400\" height=\"300\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Group Workout Classes</h3>\r\n<p class=\"\">Sometimes we all need a little motivation to make it to the gym every week. These group workout classes will get you pumped (literally) for the gym!</p>\r\n\r\n</div>\r\n<div class=\"col-xs-12 col-sm-6 col-md-4\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"size-full aligncenter bg-img bg-img-1 wp-image-122\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad.jpg\" alt=\"\" data-imhwpb-asset-id=\"695401\" width=\"400\" height=\"300\"></p>\r\n\r\n<h3 class=\"\" style=\"text-align: center; margin-top: 30px; margin-bottom: 20px;\">Yoga &amp; Health Wellness Classes</h3>\r\n<p class=\"\">Achieving a better physique is about more than simply shedding the pounds and improving muscle tones. Our yoga and health wellness classes will help you to focus on both your mental and physical well-being.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section color2-background-color color-2-text-contrast bg-background-color\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 80px;\">\r\n<div class=\"col-xs-12 col-sm-12 col-md-12\">\r\n<h2 class=\"\" style=\"text-align: center;\">Customer Testimonials</h2>\r\n<div class=\"row bg-editor-hr-wrap\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div>\r\n<div class=\"bg-hr bg-hr-2 color1-color\" style=\"width: 65%;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\" style=\"padding-bottom: 40px;\">\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-123\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\" alt=\"\" data-imhwpb-asset-id=\"695402\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Derek Jamison</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"The fitness-center is the best that I&rsquo;ve ever seen. After a great workout I can head to the steam showers to give my muscles the relaxation that they need.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-124\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\" alt=\"\" data-imhwpb-asset-id=\"695403\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Caroline Keller</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"I was nervous about getting ready for my wedding day. I wanted to lose weight and was yo-yo dieting. The yoga classes really helped me find my Zen and lose the weight.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-125\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\" alt=\"\" data-imhwpb-asset-id=\"695404\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Janet Clarke</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"My husband and I actually like coming to the gym&hellip; together! And it&rsquo;s all thanks to the group fitness classes.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-sm-6 col-md-3 col-xs-12\">\r\n<div class=\"\">\r\n<p class=\"\" style=\"margin-top: 30px;\"><img class=\"bg-img bg-img-circle aligncenter wp-image-126\" style=\"border-style: solid; border-width: 3px;\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\" alt=\"\" data-imhwpb-asset-id=\"695405\" width=\"150\" height=\"150\"></p>\r\n<p class=\"h5\" style=\"text-align: center;\"><strong>Matt Davis</strong></p>\r\n<p class=\"\" style=\"text-align: center; margin-bottom: -15px;\"><i class=\"fa bg-inserted-icon fa-caret-up color4-color\" style=\"font-size: 42px; margin: 0px;\" aria-hidden=\"true\"> <span style=\"display: none;\">&nbsp;</span> </i></p>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div style=\"text-align: center; border-radius: 10px;\" class=\"bg-box bg-box-square color-4-text-contrast color4-background-color\">\r\n<p class=\"\">\"The staff is incredibly friendly. The trainers are amazing. Thanks for giving me the body I&rsquo;ve always wanted.\"</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\n\n\n\";s:10:\"theme_mods\";s:80006:\"{\"_boldgrid_theme_id\":61,\"sidebars_widgets\":{\"time\":1613409498,\"data\":{\"wp_inactive_widgets\":[],\"sidebar-1\":[\"search-81\",\"recent-posts-81\",\"archives-79\",\"categories-79\"],\"sidebar-2\":[\"archives-2\",\"categories-2\",\"meta-2\"],\"boldgrid-editor-sidebar\":[],\"boldgrid-widget-3\":[],\"primary-sidebar\":[\"recent-posts-7\",\"search-7\"],\"boldgrid-widget-1\":[]}},\"boldgrid_color_palette\":\"{\\\"state\\\":{\\\"active-palette\\\":\\\"palette-primary\\\",\\\"active-palette-id\\\":\\\"2987e84c05e3e05d026d2c4987d09396\\\",\\\"palettes\\\":{\\\"palette-primary\\\":{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(67, 146, 241)\\\",\\\"rgb(1, 31, 63)\\\",\\\"rgb(220, 235, 247)\\\",\\\"rgb(249, 249, 249)\\\",\\\"rgb(1, 31, 63)\\\"],\\\"neutral-color\\\":\\\"rgb(249, 249, 249)\\\"}},\\\"saved_palettes\\\":[{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(163, 71, 255)\\\",\\\"rgb(26, 26, 26)\\\",\\\"rgb(217, 217, 217)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(26, 26, 26)\\\"],\\\"neutral-color\\\":\\\"rgb(255, 255, 255)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(237, 97, 54)\\\",\\\"rgb(0, 3, 56)\\\",\\\"rgb(125, 17, 40)\\\",\\\"rgb(249, 249, 249)\\\",\\\"rgb(0, 3, 56)\\\"],\\\"neutral-color\\\":\\\"rgb(249, 249, 249)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(225, 122, 165)\\\",\\\"rgb(31, 42, 48)\\\",\\\"rgb(214, 214, 214)\\\",\\\"rgb(255, 255, 255)\\\",\\\"rgb(31, 42, 48)\\\"],\\\"neutral-color\\\":\\\"rgb(255, 255, 255)\\\"},{\\\"format\\\":\\\"palette-primary\\\",\\\"colors\\\":[\\\"rgb(67, 146, 241)\\\",\\\"rgb(1, 31, 63)\\\",\\\"rgb(220, 235, 247)\\\",\\\"rgb(249, 249, 249)\\\",\\\"rgb(1, 31, 63)\\\"],\\\"neutral-color\\\":\\\"rgb(249, 249, 249)\\\"}]}}\",\"boldgrid_compiled_css\":\".sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#4392f1 ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#011f3f ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#dcebf7 ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#f9f9f9 ! important}.sidebar.transparent-background-color.color-1-link-color a{color:#4392f1}.sidebar.transparent-background-color.color-1-link-color a:hover,.sidebar.transparent-background-color.color-1-link-color a:focus,.sidebar.transparent-background-color.color-1-link-color a:active,.sidebar.transparent-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.sidebar.transparent-background-color.color-2-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-2-link-color a:hover,.sidebar.transparent-background-color.color-2-link-color a:focus,.sidebar.transparent-background-color.color-2-link-color a:active,.sidebar.transparent-background-color.color-2-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-3-link-color a{color:#dcebf7}.sidebar.transparent-background-color.color-3-link-color a:hover,.sidebar.transparent-background-color.color-3-link-color a:focus,.sidebar.transparent-background-color.color-3-link-color a:active,.sidebar.transparent-background-color.color-3-link-color a.highlighted{color:#89bce4}.sidebar.transparent-background-color.color-4-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-4-link-color a:hover,.sidebar.transparent-background-color.color-4-link-color a:focus,.sidebar.transparent-background-color.color-4-link-color a:active,.sidebar.transparent-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color.color-5-link-color a{color:#011f3f}.sidebar.transparent-background-color.color-5-link-color a:hover,.sidebar.transparent-background-color.color-5-link-color a:focus,.sidebar.transparent-background-color.color-5-link-color a:active,.sidebar.transparent-background-color.color-5-link-color a.highlighted{color:#0350a3}.sidebar.transparent-background-color.color-neutral-link-color a{color:#f9f9f9}.sidebar.transparent-background-color.color-neutral-link-color a:hover,.sidebar.transparent-background-color.color-neutral-link-color a:focus,.sidebar.transparent-background-color.color-neutral-link-color a:active,.sidebar.transparent-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.sidebar.transparent-background-color-hover:focus,.sidebar.transparent-background-color-hover:hover{background-color:#011f3f ! important}.color1-background.color-1-link-color a{color:#4392f1}.color1-background.color-1-link-color a:hover,.color1-background.color-1-link-color a:focus,.color1-background.color-1-link-color a:active,.color1-background.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background.sidebar.color-1-link-color a{color:#4392f1}.color1-background.sidebar.color-1-link-color a:hover,.color1-background.sidebar.color-1-link-color a:focus,.color1-background.sidebar.color-1-link-color a:active,.color1-background.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background.color-2-link-color a{color:#011f3f}.color1-background.color-2-link-color a:hover,.color1-background.color-2-link-color a:focus,.color1-background.color-2-link-color a:active,.color1-background.color-2-link-color a.highlighted{color:#0350a3}.color1-background.sidebar.color-2-link-color a{color:#011f3f}.color1-background.sidebar.color-2-link-color a:hover,.color1-background.sidebar.color-2-link-color a:focus,.color1-background.sidebar.color-2-link-color a:active,.color1-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color1-background.color-3-link-color a{color:#dcebf7}.color1-background.color-3-link-color a:hover,.color1-background.color-3-link-color a:focus,.color1-background.color-3-link-color a:active,.color1-background.color-3-link-color a.highlighted{color:#89bce4}.color1-background.sidebar.color-3-link-color a{color:#dcebf7}.color1-background.sidebar.color-3-link-color a:hover,.color1-background.sidebar.color-3-link-color a:focus,.color1-background.sidebar.color-3-link-color a:active,.color1-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color1-background.color-4-link-color a{color:#f9f9f9}.color1-background.color-4-link-color a:hover,.color1-background.color-4-link-color a:focus,.color1-background.color-4-link-color a:active,.color1-background.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background.sidebar.color-4-link-color a{color:#f9f9f9}.color1-background.sidebar.color-4-link-color a:hover,.color1-background.sidebar.color-4-link-color a:focus,.color1-background.sidebar.color-4-link-color a:active,.color1-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background.color-5-link-color a{color:#011f3f}.color1-background.color-5-link-color a:hover,.color1-background.color-5-link-color a:focus,.color1-background.color-5-link-color a:active,.color1-background.color-5-link-color a.highlighted{color:#0350a3}.color1-background.sidebar.color-5-link-color a{color:#011f3f}.color1-background.sidebar.color-5-link-color a:hover,.color1-background.sidebar.color-5-link-color a:focus,.color1-background.sidebar.color-5-link-color a:active,.color1-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color1-background.color-neutral-link-color a{color:#f9f9f9}.color1-background.color-neutral-link-color a:hover,.color1-background.color-neutral-link-color a:focus,.color1-background.color-neutral-link-color a:active,.color1-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color1-background-hover:focus,.color1-background-hover:hover{background:#4392f1 ! important}.color2-background.color-1-link-color a{color:#4392f1}.color2-background.color-1-link-color a:hover,.color2-background.color-1-link-color a:focus,.color2-background.color-1-link-color a:active,.color2-background.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background.sidebar.color-1-link-color a{color:#4392f1}.color2-background.sidebar.color-1-link-color a:hover,.color2-background.sidebar.color-1-link-color a:focus,.color2-background.sidebar.color-1-link-color a:active,.color2-background.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background.color-2-link-color a{color:#011f3f}.color2-background.color-2-link-color a:hover,.color2-background.color-2-link-color a:focus,.color2-background.color-2-link-color a:active,.color2-background.color-2-link-color a.highlighted{color:#0350a3}.color2-background.sidebar.color-2-link-color a{color:#011f3f}.color2-background.sidebar.color-2-link-color a:hover,.color2-background.sidebar.color-2-link-color a:focus,.color2-background.sidebar.color-2-link-color a:active,.color2-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color2-background.color-3-link-color a{color:#dcebf7}.color2-background.color-3-link-color a:hover,.color2-background.color-3-link-color a:focus,.color2-background.color-3-link-color a:active,.color2-background.color-3-link-color a.highlighted{color:#89bce4}.color2-background.sidebar.color-3-link-color a{color:#dcebf7}.color2-background.sidebar.color-3-link-color a:hover,.color2-background.sidebar.color-3-link-color a:focus,.color2-background.sidebar.color-3-link-color a:active,.color2-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color2-background.color-4-link-color a{color:#f9f9f9}.color2-background.color-4-link-color a:hover,.color2-background.color-4-link-color a:focus,.color2-background.color-4-link-color a:active,.color2-background.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background.sidebar.color-4-link-color a{color:#f9f9f9}.color2-background.sidebar.color-4-link-color a:hover,.color2-background.sidebar.color-4-link-color a:focus,.color2-background.sidebar.color-4-link-color a:active,.color2-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background.color-5-link-color a{color:#011f3f}.color2-background.color-5-link-color a:hover,.color2-background.color-5-link-color a:focus,.color2-background.color-5-link-color a:active,.color2-background.color-5-link-color a.highlighted{color:#0350a3}.color2-background.sidebar.color-5-link-color a{color:#011f3f}.color2-background.sidebar.color-5-link-color a:hover,.color2-background.sidebar.color-5-link-color a:focus,.color2-background.sidebar.color-5-link-color a:active,.color2-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color2-background.color-neutral-link-color a{color:#f9f9f9}.color2-background.color-neutral-link-color a:hover,.color2-background.color-neutral-link-color a:focus,.color2-background.color-neutral-link-color a:active,.color2-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color2-background-hover:focus,.color2-background-hover:hover{background:#011f3f ! important}.color3-background.color-1-link-color a{color:#4392f1}.color3-background.color-1-link-color a:hover,.color3-background.color-1-link-color a:focus,.color3-background.color-1-link-color a:active,.color3-background.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background.sidebar.color-1-link-color a{color:#4392f1}.color3-background.sidebar.color-1-link-color a:hover,.color3-background.sidebar.color-1-link-color a:focus,.color3-background.sidebar.color-1-link-color a:active,.color3-background.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background.color-2-link-color a{color:#011f3f}.color3-background.color-2-link-color a:hover,.color3-background.color-2-link-color a:focus,.color3-background.color-2-link-color a:active,.color3-background.color-2-link-color a.highlighted{color:#0350a3}.color3-background.sidebar.color-2-link-color a{color:#011f3f}.color3-background.sidebar.color-2-link-color a:hover,.color3-background.sidebar.color-2-link-color a:focus,.color3-background.sidebar.color-2-link-color a:active,.color3-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color3-background.color-3-link-color a{color:#dcebf7}.color3-background.color-3-link-color a:hover,.color3-background.color-3-link-color a:focus,.color3-background.color-3-link-color a:active,.color3-background.color-3-link-color a.highlighted{color:#89bce4}.color3-background.sidebar.color-3-link-color a{color:#dcebf7}.color3-background.sidebar.color-3-link-color a:hover,.color3-background.sidebar.color-3-link-color a:focus,.color3-background.sidebar.color-3-link-color a:active,.color3-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color3-background.color-4-link-color a{color:#f9f9f9}.color3-background.color-4-link-color a:hover,.color3-background.color-4-link-color a:focus,.color3-background.color-4-link-color a:active,.color3-background.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background.sidebar.color-4-link-color a{color:#f9f9f9}.color3-background.sidebar.color-4-link-color a:hover,.color3-background.sidebar.color-4-link-color a:focus,.color3-background.sidebar.color-4-link-color a:active,.color3-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background.color-5-link-color a{color:#011f3f}.color3-background.color-5-link-color a:hover,.color3-background.color-5-link-color a:focus,.color3-background.color-5-link-color a:active,.color3-background.color-5-link-color a.highlighted{color:#0350a3}.color3-background.sidebar.color-5-link-color a{color:#011f3f}.color3-background.sidebar.color-5-link-color a:hover,.color3-background.sidebar.color-5-link-color a:focus,.color3-background.sidebar.color-5-link-color a:active,.color3-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color3-background.color-neutral-link-color a{color:#f9f9f9}.color3-background.color-neutral-link-color a:hover,.color3-background.color-neutral-link-color a:focus,.color3-background.color-neutral-link-color a:active,.color3-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color3-background-hover:focus,.color3-background-hover:hover{background:#dcebf7 ! important}.color4-background.color-1-link-color a{color:#4392f1}.color4-background.color-1-link-color a:hover,.color4-background.color-1-link-color a:focus,.color4-background.color-1-link-color a:active,.color4-background.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background.sidebar.color-1-link-color a{color:#4392f1}.color4-background.sidebar.color-1-link-color a:hover,.color4-background.sidebar.color-1-link-color a:focus,.color4-background.sidebar.color-1-link-color a:active,.color4-background.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background.color-2-link-color a{color:#011f3f}.color4-background.color-2-link-color a:hover,.color4-background.color-2-link-color a:focus,.color4-background.color-2-link-color a:active,.color4-background.color-2-link-color a.highlighted{color:#0350a3}.color4-background.sidebar.color-2-link-color a{color:#011f3f}.color4-background.sidebar.color-2-link-color a:hover,.color4-background.sidebar.color-2-link-color a:focus,.color4-background.sidebar.color-2-link-color a:active,.color4-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color4-background.color-3-link-color a{color:#dcebf7}.color4-background.color-3-link-color a:hover,.color4-background.color-3-link-color a:focus,.color4-background.color-3-link-color a:active,.color4-background.color-3-link-color a.highlighted{color:#89bce4}.color4-background.sidebar.color-3-link-color a{color:#dcebf7}.color4-background.sidebar.color-3-link-color a:hover,.color4-background.sidebar.color-3-link-color a:focus,.color4-background.sidebar.color-3-link-color a:active,.color4-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color4-background.color-4-link-color a{color:#f9f9f9}.color4-background.color-4-link-color a:hover,.color4-background.color-4-link-color a:focus,.color4-background.color-4-link-color a:active,.color4-background.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background.sidebar.color-4-link-color a{color:#f9f9f9}.color4-background.sidebar.color-4-link-color a:hover,.color4-background.sidebar.color-4-link-color a:focus,.color4-background.sidebar.color-4-link-color a:active,.color4-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background.color-5-link-color a{color:#011f3f}.color4-background.color-5-link-color a:hover,.color4-background.color-5-link-color a:focus,.color4-background.color-5-link-color a:active,.color4-background.color-5-link-color a.highlighted{color:#0350a3}.color4-background.sidebar.color-5-link-color a{color:#011f3f}.color4-background.sidebar.color-5-link-color a:hover,.color4-background.sidebar.color-5-link-color a:focus,.color4-background.sidebar.color-5-link-color a:active,.color4-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color4-background.color-neutral-link-color a{color:#f9f9f9}.color4-background.color-neutral-link-color a:hover,.color4-background.color-neutral-link-color a:focus,.color4-background.color-neutral-link-color a:active,.color4-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color4-background-hover:focus,.color4-background-hover:hover{background:#f9f9f9 ! important}.color5-background.color-1-link-color a{color:#4392f1}.color5-background.color-1-link-color a:hover,.color5-background.color-1-link-color a:focus,.color5-background.color-1-link-color a:active,.color5-background.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background.sidebar.color-1-link-color a{color:#4392f1}.color5-background.sidebar.color-1-link-color a:hover,.color5-background.sidebar.color-1-link-color a:focus,.color5-background.sidebar.color-1-link-color a:active,.color5-background.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background.color-2-link-color a{color:#011f3f}.color5-background.color-2-link-color a:hover,.color5-background.color-2-link-color a:focus,.color5-background.color-2-link-color a:active,.color5-background.color-2-link-color a.highlighted{color:#0350a3}.color5-background.sidebar.color-2-link-color a{color:#011f3f}.color5-background.sidebar.color-2-link-color a:hover,.color5-background.sidebar.color-2-link-color a:focus,.color5-background.sidebar.color-2-link-color a:active,.color5-background.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color5-background.color-3-link-color a{color:#dcebf7}.color5-background.color-3-link-color a:hover,.color5-background.color-3-link-color a:focus,.color5-background.color-3-link-color a:active,.color5-background.color-3-link-color a.highlighted{color:#89bce4}.color5-background.sidebar.color-3-link-color a{color:#dcebf7}.color5-background.sidebar.color-3-link-color a:hover,.color5-background.sidebar.color-3-link-color a:focus,.color5-background.sidebar.color-3-link-color a:active,.color5-background.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color5-background.color-4-link-color a{color:#f9f9f9}.color5-background.color-4-link-color a:hover,.color5-background.color-4-link-color a:focus,.color5-background.color-4-link-color a:active,.color5-background.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background.sidebar.color-4-link-color a{color:#f9f9f9}.color5-background.sidebar.color-4-link-color a:hover,.color5-background.sidebar.color-4-link-color a:focus,.color5-background.sidebar.color-4-link-color a:active,.color5-background.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background.color-5-link-color a{color:#011f3f}.color5-background.color-5-link-color a:hover,.color5-background.color-5-link-color a:focus,.color5-background.color-5-link-color a:active,.color5-background.color-5-link-color a.highlighted{color:#0350a3}.color5-background.sidebar.color-5-link-color a{color:#011f3f}.color5-background.sidebar.color-5-link-color a:hover,.color5-background.sidebar.color-5-link-color a:focus,.color5-background.sidebar.color-5-link-color a:active,.color5-background.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color5-background.color-neutral-link-color a{color:#f9f9f9}.color5-background.color-neutral-link-color a:hover,.color5-background.color-neutral-link-color a:focus,.color5-background.color-neutral-link-color a:active,.color5-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color5-background-hover:focus,.color5-background-hover:hover{background:#011f3f ! important}.color-neutral-background.color-1-link-color a{color:#4392f1}.color-neutral-background.color-1-link-color a:hover,.color-neutral-background.color-1-link-color a:focus,.color-neutral-background.color-1-link-color a:active,.color-neutral-background.color-1-link-color a.highlighted{color:#0e5fc0}.color-neutral-background.color-2-link-color a{color:#011f3f}.color-neutral-background.color-2-link-color a:hover,.color-neutral-background.color-2-link-color a:focus,.color-neutral-background.color-2-link-color a:active,.color-neutral-background.color-2-link-color a.highlighted{color:#0350a3}.color-neutral-background.color-3-link-color a{color:#dcebf7}.color-neutral-background.color-3-link-color a:hover,.color-neutral-background.color-3-link-color a:focus,.color-neutral-background.color-3-link-color a:active,.color-neutral-background.color-3-link-color a.highlighted{color:#89bce4}.color-neutral-background.color-4-link-color a{color:#f9f9f9}.color-neutral-background.color-4-link-color a:hover,.color-neutral-background.color-4-link-color a:focus,.color-neutral-background.color-4-link-color a:active,.color-neutral-background.color-4-link-color a.highlighted{color:#c6c6c6}.color-neutral-background.color-5-link-color a{color:#011f3f}.color-neutral-background.color-5-link-color a:hover,.color-neutral-background.color-5-link-color a:focus,.color-neutral-background.color-5-link-color a:active,.color-neutral-background.color-5-link-color a.highlighted{color:#0350a3}.color-neutral-background.color-neutral-link-color a{color:#f9f9f9}.color-neutral-background.color-neutral-link-color a:hover,.color-neutral-background.color-neutral-link-color a:focus,.color-neutral-background.color-neutral-link-color a:active,.color-neutral-background.color-neutral-link-color a.highlighted{color:#c6c6c6}.color1-background-color.color-1-link-color a{color:#4392f1}.color1-background-color.color-1-link-color a:hover,.color1-background-color.color-1-link-color a:focus,.color1-background-color.color-1-link-color a:active,.color1-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background-color.sidebar.color-1-link-color a{color:#4392f1}.color1-background-color.sidebar.color-1-link-color a:hover,.color1-background-color.sidebar.color-1-link-color a:focus,.color1-background-color.sidebar.color-1-link-color a:active,.color1-background-color.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color1-background-color.color-2-link-color a{color:#011f3f}.color1-background-color.color-2-link-color a:hover,.color1-background-color.color-2-link-color a:focus,.color1-background-color.color-2-link-color a:active,.color1-background-color.color-2-link-color a.highlighted{color:#0350a3}.color1-background-color.sidebar.color-2-link-color a{color:#011f3f}.color1-background-color.sidebar.color-2-link-color a:hover,.color1-background-color.sidebar.color-2-link-color a:focus,.color1-background-color.sidebar.color-2-link-color a:active,.color1-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color1-background-color.color-3-link-color a{color:#dcebf7}.color1-background-color.color-3-link-color a:hover,.color1-background-color.color-3-link-color a:focus,.color1-background-color.color-3-link-color a:active,.color1-background-color.color-3-link-color a.highlighted{color:#89bce4}.color1-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color1-background-color.sidebar.color-3-link-color a:hover,.color1-background-color.sidebar.color-3-link-color a:focus,.color1-background-color.sidebar.color-3-link-color a:active,.color1-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color1-background-color.color-4-link-color a{color:#f9f9f9}.color1-background-color.color-4-link-color a:hover,.color1-background-color.color-4-link-color a:focus,.color1-background-color.color-4-link-color a:active,.color1-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color1-background-color.sidebar.color-4-link-color a:hover,.color1-background-color.sidebar.color-4-link-color a:focus,.color1-background-color.sidebar.color-4-link-color a:active,.color1-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color1-background-color.color-5-link-color a{color:#011f3f}.color1-background-color.color-5-link-color a:hover,.color1-background-color.color-5-link-color a:focus,.color1-background-color.color-5-link-color a:active,.color1-background-color.color-5-link-color a.highlighted{color:#0350a3}.color1-background-color.sidebar.color-5-link-color a{color:#011f3f}.color1-background-color.sidebar.color-5-link-color a:hover,.color1-background-color.sidebar.color-5-link-color a:focus,.color1-background-color.sidebar.color-5-link-color a:active,.color1-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color1-background-color.color-neutral-link-color a{color:#f9f9f9}.color1-background-color.color-neutral-link-color a:hover,.color1-background-color.color-neutral-link-color a:focus,.color1-background-color.color-neutral-link-color a:active,.color1-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color1-background-color-hover:focus,.color1-background-color-hover:hover{background-color:#4392f1 ! important}.color2-background-color.color-1-link-color a{color:#4392f1}.color2-background-color.color-1-link-color a:hover,.color2-background-color.color-1-link-color a:focus,.color2-background-color.color-1-link-color a:active,.color2-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background-color.sidebar.color-1-link-color a{color:#4392f1}.color2-background-color.sidebar.color-1-link-color a:hover,.color2-background-color.sidebar.color-1-link-color a:focus,.color2-background-color.sidebar.color-1-link-color a:active,.color2-background-color.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color2-background-color.color-2-link-color a{color:#011f3f}.color2-background-color.color-2-link-color a:hover,.color2-background-color.color-2-link-color a:focus,.color2-background-color.color-2-link-color a:active,.color2-background-color.color-2-link-color a.highlighted{color:#0350a3}.color2-background-color.sidebar.color-2-link-color a{color:#011f3f}.color2-background-color.sidebar.color-2-link-color a:hover,.color2-background-color.sidebar.color-2-link-color a:focus,.color2-background-color.sidebar.color-2-link-color a:active,.color2-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color2-background-color.color-3-link-color a{color:#dcebf7}.color2-background-color.color-3-link-color a:hover,.color2-background-color.color-3-link-color a:focus,.color2-background-color.color-3-link-color a:active,.color2-background-color.color-3-link-color a.highlighted{color:#89bce4}.color2-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color2-background-color.sidebar.color-3-link-color a:hover,.color2-background-color.sidebar.color-3-link-color a:focus,.color2-background-color.sidebar.color-3-link-color a:active,.color2-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color2-background-color.color-4-link-color a{color:#f9f9f9}.color2-background-color.color-4-link-color a:hover,.color2-background-color.color-4-link-color a:focus,.color2-background-color.color-4-link-color a:active,.color2-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color2-background-color.sidebar.color-4-link-color a:hover,.color2-background-color.sidebar.color-4-link-color a:focus,.color2-background-color.sidebar.color-4-link-color a:active,.color2-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color2-background-color.color-5-link-color a{color:#011f3f}.color2-background-color.color-5-link-color a:hover,.color2-background-color.color-5-link-color a:focus,.color2-background-color.color-5-link-color a:active,.color2-background-color.color-5-link-color a.highlighted{color:#0350a3}.color2-background-color.sidebar.color-5-link-color a{color:#011f3f}.color2-background-color.sidebar.color-5-link-color a:hover,.color2-background-color.sidebar.color-5-link-color a:focus,.color2-background-color.sidebar.color-5-link-color a:active,.color2-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color2-background-color.color-neutral-link-color a{color:#f9f9f9}.color2-background-color.color-neutral-link-color a:hover,.color2-background-color.color-neutral-link-color a:focus,.color2-background-color.color-neutral-link-color a:active,.color2-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color2-background-color-hover:focus,.color2-background-color-hover:hover{background-color:#011f3f ! important}.color3-background-color.color-1-link-color a{color:#4392f1}.color3-background-color.color-1-link-color a:hover,.color3-background-color.color-1-link-color a:focus,.color3-background-color.color-1-link-color a:active,.color3-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background-color.sidebar.color-1-link-color a{color:#4392f1}.color3-background-color.sidebar.color-1-link-color a:hover,.color3-background-color.sidebar.color-1-link-color a:focus,.color3-background-color.sidebar.color-1-link-color a:active,.color3-background-color.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color3-background-color.color-2-link-color a{color:#011f3f}.color3-background-color.color-2-link-color a:hover,.color3-background-color.color-2-link-color a:focus,.color3-background-color.color-2-link-color a:active,.color3-background-color.color-2-link-color a.highlighted{color:#0350a3}.color3-background-color.sidebar.color-2-link-color a{color:#011f3f}.color3-background-color.sidebar.color-2-link-color a:hover,.color3-background-color.sidebar.color-2-link-color a:focus,.color3-background-color.sidebar.color-2-link-color a:active,.color3-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color3-background-color.color-3-link-color a{color:#dcebf7}.color3-background-color.color-3-link-color a:hover,.color3-background-color.color-3-link-color a:focus,.color3-background-color.color-3-link-color a:active,.color3-background-color.color-3-link-color a.highlighted{color:#89bce4}.color3-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color3-background-color.sidebar.color-3-link-color a:hover,.color3-background-color.sidebar.color-3-link-color a:focus,.color3-background-color.sidebar.color-3-link-color a:active,.color3-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color3-background-color.color-4-link-color a{color:#f9f9f9}.color3-background-color.color-4-link-color a:hover,.color3-background-color.color-4-link-color a:focus,.color3-background-color.color-4-link-color a:active,.color3-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color3-background-color.sidebar.color-4-link-color a:hover,.color3-background-color.sidebar.color-4-link-color a:focus,.color3-background-color.sidebar.color-4-link-color a:active,.color3-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color3-background-color.color-5-link-color a{color:#011f3f}.color3-background-color.color-5-link-color a:hover,.color3-background-color.color-5-link-color a:focus,.color3-background-color.color-5-link-color a:active,.color3-background-color.color-5-link-color a.highlighted{color:#0350a3}.color3-background-color.sidebar.color-5-link-color a{color:#011f3f}.color3-background-color.sidebar.color-5-link-color a:hover,.color3-background-color.sidebar.color-5-link-color a:focus,.color3-background-color.sidebar.color-5-link-color a:active,.color3-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color3-background-color.color-neutral-link-color a{color:#f9f9f9}.color3-background-color.color-neutral-link-color a:hover,.color3-background-color.color-neutral-link-color a:focus,.color3-background-color.color-neutral-link-color a:active,.color3-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color3-background-color-hover:focus,.color3-background-color-hover:hover{background-color:#dcebf7 ! important}.color4-background-color.color-1-link-color a{color:#4392f1}.color4-background-color.color-1-link-color a:hover,.color4-background-color.color-1-link-color a:focus,.color4-background-color.color-1-link-color a:active,.color4-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background-color.sidebar.color-1-link-color a{color:#4392f1}.color4-background-color.sidebar.color-1-link-color a:hover,.color4-background-color.sidebar.color-1-link-color a:focus,.color4-background-color.sidebar.color-1-link-color a:active,.color4-background-color.sidebar.color-1-link-color a.highlighted{color:#0e5fc0}.color4-background-color.color-2-link-color a{color:#011f3f}.color4-background-color.color-2-link-color a:hover,.color4-background-color.color-2-link-color a:focus,.color4-background-color.color-2-link-color a:active,.color4-background-color.color-2-link-color a.highlighted{color:#0350a3}.color4-background-color.sidebar.color-2-link-color a{color:#011f3f}.color4-background-color.sidebar.color-2-link-color a:hover,.color4-background-color.sidebar.color-2-link-color a:focus,.color4-background-color.sidebar.color-2-link-color a:active,.color4-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color4-background-color.color-3-link-color a{color:#dcebf7}.color4-background-color.color-3-link-color a:hover,.color4-background-color.color-3-link-color a:focus,.color4-background-color.color-3-link-color a:active,.color4-background-color.color-3-link-color a.highlighted{color:#89bce4}.color4-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color4-background-color.sidebar.color-3-link-color a:hover,.color4-background-color.sidebar.color-3-link-color a:focus,.color4-background-color.sidebar.color-3-link-color a:active,.color4-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color4-background-color.color-4-link-color a{color:#f9f9f9}.color4-background-color.color-4-link-color a:hover,.color4-background-color.color-4-link-color a:focus,.color4-background-color.color-4-link-color a:active,.color4-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color4-background-color.sidebar.color-4-link-color a:hover,.color4-background-color.sidebar.color-4-link-color a:focus,.color4-background-color.sidebar.color-4-link-color a:active,.color4-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color4-background-color.color-5-link-color a{color:#011f3f}.color4-background-color.color-5-link-color a:hover,.color4-background-color.color-5-link-color a:focus,.color4-background-color.color-5-link-color a:active,.color4-background-color.color-5-link-color a.highlighted{color:#0350a3}.color4-background-color.sidebar.color-5-link-color a{color:#011f3f}.color4-background-color.sidebar.color-5-link-color a:hover,.color4-background-color.sidebar.color-5-link-color a:focus,.color4-background-color.sidebar.color-5-link-color a:active,.color4-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color4-background-color.color-neutral-link-color a{color:#f9f9f9}.color4-background-color.color-neutral-link-color a:hover,.color4-background-color.color-neutral-link-color a:focus,.color4-background-color.color-neutral-link-color a:active,.color4-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color4-background-color-hover:focus,.color4-background-color-hover:hover{background-color:#f9f9f9 ! important}.color5-background-color.color-1-link-color a{color:#4392f1}.color5-background-color.color-1-link-color a:hover,.color5-background-color.color-1-link-color a:focus,.color5-background-color.color-1-link-color a:active,.color5-background-color.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background-color.sidebar.color-1-link-color a{color:#4392f1}.color5-background-color.sidebar.color-1-link-color a:hover,.color5-background-color.sidebar.color-1-link-color a:focus,.color5-background-color.sidebar.color-1-link-color a:active,.color5-background-color.sidebar.color-1-link-color a.highlighted{color:#a2c9f8}.color5-background-color.color-2-link-color a{color:#011f3f}.color5-background-color.color-2-link-color a:hover,.color5-background-color.color-2-link-color a:focus,.color5-background-color.color-2-link-color a:active,.color5-background-color.color-2-link-color a.highlighted{color:#0350a3}.color5-background-color.sidebar.color-2-link-color a{color:#011f3f}.color5-background-color.sidebar.color-2-link-color a:hover,.color5-background-color.sidebar.color-2-link-color a:focus,.color5-background-color.sidebar.color-2-link-color a:active,.color5-background-color.sidebar.color-2-link-color a.highlighted{color:#0350a3}.color5-background-color.color-3-link-color a{color:#dcebf7}.color5-background-color.color-3-link-color a:hover,.color5-background-color.color-3-link-color a:focus,.color5-background-color.color-3-link-color a:active,.color5-background-color.color-3-link-color a.highlighted{color:#89bce4}.color5-background-color.sidebar.color-3-link-color a{color:#dcebf7}.color5-background-color.sidebar.color-3-link-color a:hover,.color5-background-color.sidebar.color-3-link-color a:focus,.color5-background-color.sidebar.color-3-link-color a:active,.color5-background-color.sidebar.color-3-link-color a.highlighted{color:#89bce4}.color5-background-color.color-4-link-color a{color:#f9f9f9}.color5-background-color.color-4-link-color a:hover,.color5-background-color.color-4-link-color a:focus,.color5-background-color.color-4-link-color a:active,.color5-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background-color.sidebar.color-4-link-color a{color:#f9f9f9}.color5-background-color.sidebar.color-4-link-color a:hover,.color5-background-color.sidebar.color-4-link-color a:focus,.color5-background-color.sidebar.color-4-link-color a:active,.color5-background-color.sidebar.color-4-link-color a.highlighted{color:#c6c6c6}.color5-background-color.color-5-link-color a{color:#011f3f}.color5-background-color.color-5-link-color a:hover,.color5-background-color.color-5-link-color a:focus,.color5-background-color.color-5-link-color a:active,.color5-background-color.color-5-link-color a.highlighted{color:#0350a3}.color5-background-color.sidebar.color-5-link-color a{color:#011f3f}.color5-background-color.sidebar.color-5-link-color a:hover,.color5-background-color.sidebar.color-5-link-color a:focus,.color5-background-color.sidebar.color-5-link-color a:active,.color5-background-color.sidebar.color-5-link-color a.highlighted{color:#0350a3}.color5-background-color.color-neutral-link-color a{color:#f9f9f9}.color5-background-color.color-neutral-link-color a:hover,.color5-background-color.color-neutral-link-color a:focus,.color5-background-color.color-neutral-link-color a:active,.color5-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.color5-background-color-hover:focus,.color5-background-color-hover:hover{background-color:#011f3f ! important}.color-neutral-background-color.color-1-link-color a{color:#4392f1}.color-neutral-background-color.color-1-link-color a:hover,.color-neutral-background-color.color-1-link-color a:focus,.color-neutral-background-color.color-1-link-color a:active,.color-neutral-background-color.color-1-link-color a.highlighted{color:#0e5fc0}.color-neutral-background-color.color-2-link-color a{color:#011f3f}.color-neutral-background-color.color-2-link-color a:hover,.color-neutral-background-color.color-2-link-color a:focus,.color-neutral-background-color.color-2-link-color a:active,.color-neutral-background-color.color-2-link-color a.highlighted{color:#0350a3}.color-neutral-background-color.color-3-link-color a{color:#dcebf7}.color-neutral-background-color.color-3-link-color a:hover,.color-neutral-background-color.color-3-link-color a:focus,.color-neutral-background-color.color-3-link-color a:active,.color-neutral-background-color.color-3-link-color a.highlighted{color:#89bce4}.color-neutral-background-color.color-4-link-color a{color:#f9f9f9}.color-neutral-background-color.color-4-link-color a:hover,.color-neutral-background-color.color-4-link-color a:focus,.color-neutral-background-color.color-4-link-color a:active,.color-neutral-background-color.color-4-link-color a.highlighted{color:#c6c6c6}.color-neutral-background-color.color-5-link-color a{color:#011f3f}.color-neutral-background-color.color-5-link-color a:hover,.color-neutral-background-color.color-5-link-color a:focus,.color-neutral-background-color.color-5-link-color a:active,.color-neutral-background-color.color-5-link-color a.highlighted{color:#0350a3}.color-neutral-background-color.color-neutral-link-color a{color:#f9f9f9}.color-neutral-background-color.color-neutral-link-color a:hover,.color-neutral-background-color.color-neutral-link-color a:focus,.color-neutral-background-color.color-neutral-link-color a:active,.color-neutral-background-color.color-neutral-link-color a.highlighted{color:#c6c6c6}.btn-color-1,.palette-primary .button-primary,.palette-primary .woocommerce .button,.btn-color-1-flat{background-color:#4392f1;border-color:#4392f1;color:var(--color-1-text-contrast) !important}.btn-color-1:visited,.palette-primary .button-primary:visited,.palette-primary .woocommerce .button:visited,.btn-color-1-flat:visited{color:var(--color-1-text-contrast)}.btn-color-1:hover,.palette-primary .button-primary:hover,.palette-primary .woocommerce .button:hover,.btn-color-1:focus,.palette-primary .button-primary:focus,.palette-primary .woocommerce .button:focus,.btn-color-1-flat:hover,.btn-color-1-flat:focus{background-color:#72aef5;border-color:#72aef5;color:var(--color-1-text-contrast) !important}.btn-color-1:active,.palette-primary .button-primary:active,.palette-primary .woocommerce .button:active,.btn-color-1.active,.palette-primary .active.button-primary,.palette-primary .woocommerce .active.button,.btn-color-1.is-active,.palette-primary .is-active.button-primary,.palette-primary .woocommerce .is-active.button,.btn-color-1-flat:active,.btn-color-1-flat.active,.btn-color-1-flat.is-active{background-color:#4d93e7;border-color:#4d93e7;color:#1476ed !important}.btn-color-2,.palette-primary .button-secondary,.palette-primary .woocommerce .alt.button,.btn-color-2-flat{background-color:#011f3f;border-color:#011f3f;color:var(--color-2-text-contrast) !important}.btn-color-2:visited,.palette-primary .button-secondary:visited,.palette-primary .woocommerce .alt.button:visited,.btn-color-2-flat:visited{color:var(--color-2-text-contrast)}.btn-color-2:hover,.palette-primary .button-secondary:hover,.palette-primary .woocommerce .alt.button:hover,.btn-color-2:focus,.palette-primary .button-secondary:focus,.palette-primary .woocommerce .alt.button:focus,.btn-color-2-flat:hover,.btn-color-2-flat:focus{background-color:#023871;border-color:#023871;color:var(--color-2-text-contrast) !important}.btn-color-2:active,.palette-primary .button-secondary:active,.palette-primary .woocommerce .alt.button:active,.btn-color-2.active,.palette-primary .active.button-secondary,.palette-primary .woocommerce .active.alt.button,.btn-color-2.is-active,.palette-primary .is-active.button-secondary,.palette-primary .woocommerce .is-active.alt.button,.btn-color-2-flat:active,.btn-color-2-flat.active,.btn-color-2-flat.is-active{background-color:#041f3c;border-color:#041f3c;color:#00060d !important}.btn-color-3,.btn-color-3-flat{background-color:#dcebf7;border-color:#dcebf7;color:var(--color-3-text-contrast) !important}.btn-color-3:visited,.btn-color-3-flat:visited{color:var(--color-3-text-contrast)}.btn-color-3:hover,.btn-color-3:focus,.btn-color-3-flat:hover,.btn-color-3-flat:focus{background-color:white;border-color:white;color:var(--color-3-text-contrast) !important}.btn-color-3:active,.btn-color-3.active,.btn-color-3.is-active,.btn-color-3-flat:active,.btn-color-3-flat.active,.btn-color-3-flat.is-active{background-color:#deebf5;border-color:#deebf5;color:#b2d3ee !important}.btn-color-4,.btn-color-4-flat{background-color:#f9f9f9;border-color:#f9f9f9;color:var(--color-4-text-contrast) !important}.btn-color-4:visited,.btn-color-4-flat:visited{color:var(--color-4-text-contrast)}.btn-color-4:hover,.btn-color-4:focus,.btn-color-4-flat:hover,.btn-color-4-flat:focus{background-color:white;border-color:white;color:var(--color-4-text-contrast) !important}.btn-color-4:active,.btn-color-4.active,.btn-color-4.is-active,.btn-color-4-flat:active,.btn-color-4-flat.active,.btn-color-4-flat.is-active{background-color:#f9f9f9;border-color:#f9f9f9;color:#e0e0e0 !important}.btn-color-5,.btn-color-5-flat{background-color:#011f3f;border-color:#011f3f;color:var(--color-5-text-contrast) !important}.btn-color-5:visited,.btn-color-5-flat:visited{color:var(--color-5-text-contrast)}.btn-color-5:hover,.btn-color-5:focus,.btn-color-5-flat:hover,.btn-color-5-flat:focus{background-color:#023871;border-color:#023871;color:var(--color-5-text-contrast) !important}.btn-color-5:active,.btn-color-5.active,.btn-color-5.is-active,.btn-color-5-flat:active,.btn-color-5-flat.active,.btn-color-5-flat.is-active{background-color:#041f3c;border-color:#041f3c;color:#00060d !important}.btn-neutral-color,.btn-neutral-color-flat{background-color:#f9f9f9;border-color:#f9f9f9;color:var(--color-neutral-text-contrast) !important}.btn-neutral-color:visited,.btn-neutral-color-flat:visited{color:var(--color-neutral-text-contrast)}.btn-neutral-color:hover,.btn-neutral-color:focus,.btn-neutral-color-flat:hover,.btn-neutral-color-flat:focus{background-color:white;border-color:white;color:var(--color-neutral-text-contrast) !important}.btn-neutral-color:active,.btn-neutral-color.active,.btn-neutral-color.is-active,.btn-neutral-color-flat:active,.btn-neutral-color-flat.active,.btn-neutral-color-flat.is-active{background-color:#f9f9f9;border-color:#f9f9f9;color:#e0e0e0 !important}.palette-primary .color1-background-alpha{background-color:rgba(67, 146, 241, 0.7)}.palette-primary .color2-background-alpha{background-color:rgba(1, 31, 63, 0.7)}.palette-primary .color3-background-alpha{background-color:rgba(220, 235, 247, 0.7)}.palette-primary .color4-background-alpha{background-color:rgba(249, 249, 249, 0.7)}.palette-primary .color5-background-alpha{background-color:rgba(1, 31, 63, 0.7)}.palette-primary .boldgrid-shortcode .bgc-single-article{background-color:#dcebf7;color:#333333}.palette-primary .bgc-single-image .date{background-color:rgba(67, 146, 241, 0.7);color:#ffffff}.palette-primary .bgc-single-image .image-opacity{background-color:rgba(1, 31, 63, 0.3)}\",\"boldgrid_palette_class\":\"palette-primary\",\"bgtfw_version\":\"2.9.0\",\"force_scss_recompile\":{\"active\":false,\"staging\":true},\"custom_css_post_id\":2070,\"bgtfw_header_border\":{\"css\":\".site-header header{border: 0;border-color:var(--color-3);;}\",\"media\":\"{\\\"base\\\":{\\\"unit\\\":\\\"px\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"top\\\":0,\\\"right\\\":0,\\\"bottom\\\":5,\\\"left\\\":0},\\\"css\\\":\\\".site-header header{border: 0;border-color:var(--color-3);;}\\\",\\\"type\\\":\\\"\\\",\\\"color\\\":\\\"color-3:rgb(234,235,237)\\\"}}\",\"ID\":0,\"filter\":\"raw\"},\"bgtfw_pages_container\":\"\",\"hide_boldgrid_attribution\":false,\"bgtfw_headings_typography\":{\"font-family\":\"Julius Sans One\",\"line-height\":\"1.1\",\"text-transform\":\"uppercase\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_headings_font_size\":\"19\",\"bgtfw_body_typography\":{\"font-family\":\"Open Sans\",\"font-size\":\"14px\",\"line-height\":\"1.6\",\"text-transform\":\"none\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_site_title_typography\":{\"font-family\":\"Julius Sans One\",\"font-size\":\"44px\",\"text-transform\":\"uppercase\",\"line-height\":\"1.1\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"sidebar_meta\":{\"header-1\":{\"background_color\":\"color-neutral:rgb(249,249,249)\",\"headings_color\":\"color-2:rgb(1,31,63)\",\"links_color\":\"color-1:rgb(67,146,241)\"},\"header-2\":{\"background_color\":\"color-neutral:rgb(249,249,249)\",\"headings_color\":\"color-2:rgb(1,31,63)\",\"links_color\":\"color-1:rgb(67,146,241)\"},\"header-3\":{\"background_color\":\"color-neutral:rgb(249,249,249)\",\"headings_color\":\"color-2:rgb(1,31,63)\",\"links_color\":\"color-1:rgb(67,146,241)\"},\"header-4\":{\"background_color\":\"color-neutral:rgb(249,249,249)\",\"headings_color\":\"color-2:rgb(1,31,63)\",\"links_color\":\"color-1:rgb(67,146,241)\"},\"footer-1\":{\"background_color\":\"color-2:rgb(1,31,63)\",\"headings_color\":\"color-1:rgb(67,146,241)\",\"links_color\":\"color-4:rgb(249,249,249)\"},\"footer-2\":{\"background_color\":\"color-2:rgb(1,31,63)\",\"headings_color\":\"color-1:rgb(67,146,241)\",\"links_color\":\"color-4:rgb(249,249,249)\"},\"footer-3\":{\"background_color\":\"color-2:rgb(1,31,63)\",\"headings_color\":\"color-1:rgb(67,146,241)\",\"links_color\":\"color-4:rgb(249,249,249)\"},\"footer-4\":{\"background_color\":\"color-2:rgb(1,31,63)\",\"headings_color\":\"color-1:rgb(67,146,241)\",\"links_color\":\"color-4:rgb(249,249,249)\"},\"primary-sidebar\":{\"background_color\":\"color-neutral:rgb(249,249,249)\",\"headings_color\":\"color-2:rgb(1,31,63)\",\"links_color\":\"color-1:rgb(67,146,241)\"}},\"boldgrid_background_color\":\"color-neutral:rgb(249,249,249)\",\"bgtfw_background_overlay_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_header_border_color\":\"color-3:rgb(220,235,247)\",\"bgtfw_footer_border_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_posts_tags_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_posts_cats_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_posts_navigation_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_headings_color\":\"color-2:rgb(1,31,63)\",\"bgtfw_tagline_color\":\"color-4:rgb(249,249,249)\",\"bgtfw_header_color\":\"color-5:rgb(1,31,63)\",\"bgtfw_site_title_color\":\"color-4:rgb(249,249,249)\",\"bgtfw_global_title_background_color\":\"color-neutral:rgb(249,249,249)\",\"bgtfw_global_title_color\":\"color-2:rgb(1,31,63)\",\"bgtfw_body_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_header_overlay_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_footer_color\":\"color-5:rgb(1,31,63)\",\"bgtfw_footer_links\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_main_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_border_color_main\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_main\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_color_main\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_background_main\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_link_color_main\":\"color-4:rgb(249,249,249)\",\"bgtfw_menu_items_active_link_color_main\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_border_color_main\":\"color-3:rgb(220,235,247)\",\"bgtfw_blog_border_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_blog_header_background_color\":\"color-2:rgb(1,31,63)\",\"bgtfw_blog_post_background_color\":\"color-neutral:rgb(249,249,249)\",\"bgtfw_blog_post_header_title_color\":\"color-neutral:rgb(249,249,249)\",\"bgtfw_blog_post_header_date_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_blog_post_header_byline_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_blog_post_tags_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_blog_post_cats_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_blog_post_comments_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_blog_post_readmore_link_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_link_color_social\":\"color-4:rgb(249,249,249)\",\"bgtfw_menu_items_hover_color_social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_color_social\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_secondary_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_tertiary_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_quaternary_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_social_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_sticky-main_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_sticky-secondary_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_sticky-tertiary_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_sticky-quaternary_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_hamburger_sticky-social_color\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_border_color_secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_sticky-main\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_sticky-secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_sticky-tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_sticky-quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_border_color_sticky-social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_sticky-main\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_sticky-secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_sticky-tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_sticky-quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_border_color_sticky-social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_color_secondary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_color_tertiary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_color_quaternary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_color_sticky-main\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_color_sticky-secondary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_color_sticky-tertiary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_color_sticky-quaternary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_color_sticky-social\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_hover_background_secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_sticky-main\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_sticky-secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_sticky-tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_sticky-quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_background_sticky-social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_link_color_secondary\":\"color-2:rgb(1,31,63)\",\"bgtfw_menu_items_link_color_tertiary\":\"color-2:rgb(1,31,63)\",\"bgtfw_menu_items_link_color_quaternary\":\"color-2:rgb(1,31,63)\",\"bgtfw_menu_items_link_color_sticky-main\":\"color-neutral:rgb(249,249,249)\",\"bgtfw_menu_items_link_color_sticky-secondary\":\"color-2:rgb(1,31,63)\",\"bgtfw_menu_items_link_color_sticky-tertiary\":\"color-2:rgb(1,31,63)\",\"bgtfw_menu_items_link_color_sticky-quaternary\":\"color-2:rgb(1,31,63)\",\"bgtfw_menu_items_link_color_sticky-social\":\"color-neutral:rgb(249,249,249)\",\"bgtfw_menu_items_active_link_color_secondary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_color_tertiary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_color_quaternary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_color_sticky-main\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_color_sticky-secondary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_color_sticky-tertiary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_color_sticky-quaternary\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_color_sticky-social\":\"color-1:rgb(67,146,241)\",\"bgtfw_menu_items_active_link_border_color_secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_sticky-main\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_sticky-secondary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_sticky-tertiary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_sticky-quaternary\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_active_link_border_color_sticky-social\":\"color-3:rgb(220,235,247)\",\"bgtfw_menu_items_hover_effect_main\":\"hvr-underline-from-center\",\"bgtfw_menu_typography_main\":{\"font-family\":\"Open Sans\",\"font-size\":\"14px\",\"line-height\":\"1.5\",\"text-transform\":\"uppercase\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_footer_layout\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_display_attribution_links\",\"key\":\"attribution\",\"align\":\"c\",\"uid\":\"f44\"}]}],\"bgtfw_header_layout\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo-link\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"show\",\"title\":\"Tagline\"}],\"uid\":\"h49\"},{\"type\":\"boldgrid_menu_social\",\"key\":\"menu\",\"align\":\"e\",\"uid\":\"h50\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"e\",\"uid\":\"h2085\"}]}],\"bgtfw_blog_post_readmore_type\":\"btn button-secondary\",\"bgtfw_blog_posts_container\":\"\",\"bgtfw_tagline_typography\":{\"font-family\":\"Open Sans\",\"font-size\":\"18px\",\"text-transform\":\"none\",\"line-height\":\"1.1\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_header_padding\":{\"media\":\"{\\\"base\\\":{\\\"unit\\\":\\\"em\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"top\\\":1,\\\"right\\\":0,\\\"bottom\\\":0,\\\"left\\\":0},\\\"css\\\":\\\".site-header header{padding-top:1em;padding-right:0em;padding-bottom:0em;padding-left:0em;}\\\"}}\",\"css\":\".site-header header{padding-top:1em;padding-right:0em;padding-bottom:0em;padding-left:0em;}\",\"ID\":0,\"filter\":\"raw\"},\"bgtfw_menu_items_hover_effect_social\":\"\",\"bgtfw_blog_post_header_title_position\":\"center\",\"bgtfw_pages_blog_blog_page_layout_content\":\"content\",\"bgtfw_blog_post_header_meta_position\":\"center\",\"bgtfw_blog_post_header_byline_display\":\"none\",\"bgtfw_blog_post_header_meta_display\":\"block\",\"bgtfw_blog_post_header_meta_format\":\"timeago\",\"bgtfw_header_layout_col_width\":{\"css\":\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;width:12col;}}}@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:8col;width:4col;width:12col;}}@media only screen and ( min-width: 1200px ){.site-header header row{width:8col;width:4col;width:12col;}}\",\"media\":\"{\\\"large\\\":{\\\"unit\\\":\\\"col\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"h49\\\":8,\\\"h50\\\":4,\\\"h2085\\\":12},\\\"css\\\":\\\"@media only screen and ( min-width: 1200px ){.site-header header row{width:8col;width:4col;width:12col;}}\\\"},\\\"desktop\\\":{\\\"unit\\\":\\\"col\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"h49\\\":8,\\\"h50\\\":4,\\\"h2085\\\":12},\\\"css\\\":\\\"@media only screen and (max-width: 1199px) and (min-width: 992px){.site-header header row{width:8col;width:4col;width:12col;}}\\\"},\\\"phone\\\":{\\\"unit\\\":\\\"col\\\",\\\"values\\\":{\\\"h49\\\":12,\\\"h50\\\":12,\\\"h2085\\\":12},\\\"css\\\":\\\"@media only screen and ( max-width: 767px ){@media only screen and ( min-width: 1200px ){.site-header header row{width:12col;width:12col;width:12col;}}}\\\",\\\"slidersLinked\\\":false},\\\"tablet\\\":{\\\"unit\\\":\\\"col\\\",\\\"slidersLinked\\\":false,\\\"values\\\":{\\\"h49\\\":12,\\\"h50\\\":12,\\\"h2085\\\":12},\\\"css\\\":\\\"@media only screen and (max-width: 991px) and (min-width: 768px){.site-header header row{width:12col;width:12col;width:12col;}}\\\"}}\",\"ID\":0,\"filter\":\"raw\"},\"bgtfw_body_link_decoration\":\"none\",\"bgtfw_header_layout_default\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo-link\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"show\",\"title\":\"Tagline\"}],\"uid\":\"h49\"},{\"type\":\"boldgrid_menu_social\",\"key\":\"menu\",\"align\":\"e\",\"uid\":\"h50\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"e\",\"uid\":\"h2085\"}]}],\"bgtfw_header_preset_branding\":[\"logo\",\"title\"],\"bgtfw_sticky_header_layout_default\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"uid\":\"s47\",\"display\":[{\"selector\":\".custom-logo-link\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"show\",\"title\":\"Tagline\"}]},{\"type\":\"boldgrid_menu_sticky-main\",\"key\":\"menu\",\"align\":\"e\",\"uid\":\"s48\"}]}],\"bgtfw_header_layout_custom\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo-link\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"show\",\"title\":\"Tagline\"}],\"uid\":\"h49\"},{\"type\":\"boldgrid_menu_social\",\"key\":\"menu\",\"align\":\"e\",\"uid\":\"h50\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"e\",\"uid\":\"h2085\"}]}],\"bgtfw_sticky_header_layout_custom\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"uid\":\"s47\",\"display\":[{\"selector\":\".custom-logo-link\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"show\",\"title\":\"Tagline\"}]},{\"type\":\"boldgrid_menu_sticky-main\",\"key\":\"menu\",\"align\":\"e\",\"uid\":\"s48\"}]}],\"bgtfw_header_layout_lbrm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"},{\"type\":\"boldgrid_menu_main\",\"key\":\"menu\",\"align\":\"e\",\"uid\":\"h48\"}]}],\"bgtfw_header_layout_lbcmrs\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"},{\"type\":\"boldgrid_menu_main\",\"key\":\"menu\",\"align\":\"c\",\"uid\":\"h48\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_social\",\"align\":\"e\",\"uid\":\"h110\"}]}],\"bgtfw_header_layout_lmrb\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_menu_main\",\"key\":\"menu\",\"align\":\"w\",\"uid\":\"h48\"},{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"e\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"}]}],\"bgtfw_header_layout_lbrslm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_social\",\"align\":\"e\",\"uid\":\"h110\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"w\",\"uid\":\"h105\"}]}],\"bgtfw_header_layout_lbrscm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_social\",\"align\":\"e\",\"uid\":\"h110\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"c\",\"uid\":\"h105\"}]}],\"bgtfw_header_layout_lbrsrm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_social\",\"align\":\"e\",\"uid\":\"h110\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"e\",\"uid\":\"h105\"}]}],\"bgtfw_header_layout_cbcm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"c\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"c\",\"uid\":\"h105\"}]}],\"bgtfw_header_layout_cmcb\":[{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"c\",\"uid\":\"h105\"}]},{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"c\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"h47\"}]}],\"bgtfw_header_layout_lshsbm\":[{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_social\",\"align\":\"w\",\"uid\":\"h264\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"branding\",\"type\":\"boldgrid_site_identity\",\"display\":[{\"selector\":\".custom-logo-link\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"align\":\"w\",\"uid\":\"h47\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_main\",\"align\":\"w\",\"uid\":\"h263\"}]}],\"bgtfw_sticky_header_layout_lbrm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"},{\"type\":\"boldgrid_menu_sticky-main\",\"key\":\"menu\",\"align\":\"e\",\"uid\":\"s48\"}]}],\"bgtfw_sticky_header_layout_lbcmrs\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"},{\"type\":\"boldgrid_menu_sticky-main\",\"key\":\"menu\",\"align\":\"c\",\"uid\":\"s48\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-social\",\"align\":\"e\",\"uid\":\"s110\"}]}],\"bgtfw_sticky_header_layout_lmrb\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_menu_sticky-main\",\"key\":\"menu\",\"align\":\"w\",\"uid\":\"s48\"},{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"e\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"}]}],\"bgtfw_sticky_header_layout_lbrslm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-social\",\"align\":\"e\",\"uid\":\"s110\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-main\",\"align\":\"w\",\"uid\":\"s105\"}]}],\"bgtfw_sticky_header_layout_lbrscm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-social\",\"align\":\"e\",\"uid\":\"s110\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-main\",\"align\":\"c\",\"uid\":\"s105\"}]}],\"bgtfw_sticky_header_layout_lbrsrm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-social\",\"align\":\"e\",\"uid\":\"s110\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-main\",\"align\":\"e\",\"uid\":\"s105\"}]}],\"bgtfw_sticky_header_layout_cbcm\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"c\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-main\",\"align\":\"c\",\"uid\":\"s105\"}]}],\"bgtfw_sticky_header_layout_cmcb\":[{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-main\",\"align\":\"c\",\"uid\":\"s105\"}]},{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"c\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"}]}],\"bgtfw_fixed_header\":false,\"bgtfw_sticky_header_preset\":\"lbrsrm\",\"bgtfw_sticky_header_layout\":[{\"container\":\"container\",\"items\":[{\"type\":\"boldgrid_site_identity\",\"key\":\"branding\",\"align\":\"w\",\"display\":[{\"selector\":\".custom-logo\",\"display\":\"show\",\"title\":\"Logo\"},{\"selector\":\".site-title\",\"display\":\"show\",\"title\":\"Title\"},{\"selector\":\".site-description\",\"display\":\"hide\",\"title\":\"Tagline\"}],\"uid\":\"s47\"},{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-social\",\"align\":\"e\",\"uid\":\"s110\"}]},{\"container\":\"container\",\"items\":[{\"key\":\"menu\",\"type\":\"boldgrid_menu_sticky-main\",\"align\":\"e\",\"uid\":\"s105\"}]}],\"bgtfw_menu_typography_sticky-main\":{\"font-family\":\"Open Sans\",\"font-size\":\"14px\",\"line-height\":\"1.5\",\"text-transform\":\"uppercase\",\"variant\":\"regular\",\"font-backup\":\"\",\"font-weight\":400,\"font-style\":\"normal\"},\"bgtfw_menu_items_hover_effect_sticky-social\":\"\"}\";s:14:\"checklist_html\";N;s:6:\"layout\";N;s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";s:2:\"61\";s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"1\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:1;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"67\";s:16:\"page_revision_id\";s:3:\"326\";s:10:\"page_title\";s:12:\"Blogging 101\";s:9:\"page_slug\";s:12:\"blogging-101\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:2;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"68\";s:16:\"page_revision_id\";s:3:\"331\";s:10:\"page_title\";s:16:\"Basic Taxonomies\";s:9:\"page_slug\";s:16:\"basic-taxonomies\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:3;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"69\";s:16:\"page_revision_id\";s:4:\"1683\";s:10:\"page_title\";s:23:\"Tips For Better Writing\";s:9:\"page_slug\";s:23:\"tips-for-better-writing\";s:9:\"post_type\";s:4:\"post\";s:4:\"code\";s:0:\"\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"0\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"0\";s:10:\"menu_order\";s:1:\"0\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"1\";}i:4;O:8:\"stdClass\":17:{s:2:\"id\";s:1:\"9\";s:16:\"page_revision_id\";s:4:\"2719\";s:10:\"page_title\";s:8:\"About Us\";s:9:\"page_slug\";s:10:\"about-us-2\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:4869:\"\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\" style=\"padding-top: 42px;\">\r\n<div class=\"col-md-5 col-xs-12 col-sm-12\">\r\n<h1>Four Pillars of Fitness</h1>\r\n<h4>A Well-rounded Program for Well-rounded Results</h4>\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\">\r\n\r\n<hr></div>\r\n</div>\r\n</div>\r\n</div>\r\nOur health and fitness program has been designed to help you develop the four core areas of fitness: cardiovascular exercise, flexibility, nutrition, and strength training. Developing these four core areas can help you improve your health and your physique. Whether you are interested in toning and tightening, worried about weight management, or just want to get into a weekly workout routine, our team of professional fitness experts are here to help.\r\n\r\nWe offer personalized training sessions, group workout classes, and Do-It-Yourself access to top of the line fitness equipment. Our goal is to help you achieve the healthy physique that is best suited to your personal goals and lifestyle. We offer a dedicated, professional, and friendly environment that is designed to support your every need.\r\n\r\nTo learn more about how you can join today we invite you to contact us today. We look forward to helping you start your fitness journey.\r\n<p class=\"\"><a class=\"button-primary\" href=\"#\">Contact Us</a></p>\r\n\r\n</div>\r\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-111\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\" height=\"600\" width=\"600\" data-imhwpb-asset-id=\"789476\"></p>\r\n\r\n</div>\r\n<div class=\"col-md-1 col-sm-12 col-xs-12\">\r\n<p class=\"mod-img\"><img src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/f887dd50-ca4a1125-goodluz110900317-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-112\"></p>\r\n<p class=\"mod-img\"><img src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/495e2588-23e4182d-fizkes151200039-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-113\"></p>\r\n<p class=\"mod-img\"><img src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/917f105d-0e9345b2-fizkes150800140-200x200.jpg\" alt=\"\" data-imhwpb-built-photo-search=\"68|any\" width=\"200\" class=\"wp-image-114\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-12 col-xs-12 col-sm-12\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"boldgrid-section\">\r\n<div class=\"container\">\r\n<div class=\"row\">\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-115\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\" alt=\"\" data-imhwpb-asset-id=\"780386\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Dedication to Fitness</h2>\r\nWe are dedicated to everything fitness! From cardiovascular to medicine balls to resistance training, we offer a wide-variety of services and equipment that are designed to help you reach your fitness goals.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-116\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\" alt=\"\" data-imhwpb-asset-id=\"780387\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Personal Training</h2>\r\nDo you need help staying motivated and reaching your fitness goals? Check out our personal training services. We will design a customized program to help you on your fitness journey.\r\n\r\n</div>\r\n<div class=\"col-md-4 col-xs-12 col-sm-12\">\r\n<p class=\"mod-img\"><img class=\"aligncenter size-full wp-image-117\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\" alt=\"\" data-imhwpb-asset-id=\"780388\" height=\"450\" width=\"600\"></p>\r\n\r\n<h2 style=\"text-align: center;\">Helping Customers Focus on Health</h2>\r\nOur services are designed to help our customers focus on health. Whether you are worried about weight management or simply want to learn more about the effects of a healthy diet and fitness regime, we can help you to achieve a balanced lifestyle.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\n\n\";s:10:\"theme_mods\";s:0:\"\";s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:1:\"1\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}i:5;O:8:\"stdClass\":17:{s:2:\"id\";s:2:\"10\";s:16:\"page_revision_id\";s:4:\"2699\";s:10:\"page_title\";s:10:\"Contact Us\";s:9:\"page_slug\";s:10:\"contact-us\";s:9:\"post_type\";s:4:\"page\";s:4:\"code\";s:1412:\"\n<div class=\"boldgrid-section\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<div class=\"image-gallery\">\n<p class=\"mod-reset\"><img class=\"alignnone size-full wp-image-118\" src=\"https://naplesirrigation.com/wp-content/uploads/2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\" alt=\"\" width=\"600\" height=\"300\" data-imhwpb-asset-id=\"780395\"></p>\n\n</div>\nOur Office is located at the intersection of Grid Blvd. and Bold Way. If you have trouble finding us, please contact us for more information and hours.\n\n<h3><i class=\"fa fa-1x fa-envelope-o\"><!-- icon --></i> Email</h3>\n<p><a href=\"mailto:hooperirrigation@gmail.com\">hooperirrigation@gmail.com</a></p>\n\n<h3><i class=\"fa fa-1x fa-phone\"><!-- icon --></i> Phone</h3>\n<p>239-793-7755 or 239-250-5265</p>\n\n<h3><i class=\"fa fa-1x fa-map-marker\"><!-- icon --></i> Address</h3>\n<p>PO Box 2857, Naples FL 34106</p>\n<p class=\"boldgrid-google-maps\" style=\"width:100%;height:200px;\"><iframe style=\"width:100%;height:100%;\" src=\"https://maps.google.com/maps?q=PO+Box+2857%2C+Naples+FL+34106&amp;t=m&amp;z=16&amp;output=embed\" frameborder=\"0\"></iframe></p>\n\n</div>\n<div class=\"col-md-6 col-xs-12 col-sm-12\">\n<h3>Get in Touch</h3>\nWe are here to answer any questions you may have. Reach out to us and we\'ll respond as soon as we can.\n\n[weforms id=\"63\"]\n\n</div>\n</div>\n</div>\n</div>\n\n\";s:10:\"theme_mods\";N;s:14:\"checklist_html\";s:0:\"\";s:6:\"layout\";s:7:\"default\";s:19:\"has_page_containers\";s:1:\"1\";s:17:\"homepage_theme_id\";N;s:7:\"in_menu\";s:1:\"1\";s:10:\"menu_order\";s:2:\"99\";s:23:\"featured_image_asset_id\";N;s:11:\"is_readonly\";s:1:\"0\";s:8:\"is_posts\";s:1:\"0\";s:12:\"is_blog_post\";s:1:\"0\";}}s:10:\"additional\";a:0:{}}}','yes'),(287,'boldgrid_has_built_site','yes','yes'),(288,'boldgrid_show_tip_start_editing','yes','yes'),(295,'boldgrid_easy_seo_version','1.6.10','no'),(296,'widget_weforms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(299,'template_locations_children','a:0:{}','yes'),(114560,'_site_transient_timeout_kirki_googlefonts_cache','1657241706','no'),(114561,'_site_transient_kirki_googlefonts_cache','a:993:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Alata\";a:3:{s:5:\"label\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Alatsi\";a:3:{s:5:\"label\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Aleo\";a:3:{s:5:\"label\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Almarai\";a:3:{s:5:\"label\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:3:\"800\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"B612\";a:3:{s:5:\"label\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"B612 Mono\";a:3:{s:5:\"label\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Bahianita\";a:3:{s:5:\"label\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bai Jamjuree\";a:3:{s:5:\"label\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Baloo 2\";a:3:{s:5:\"label\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhai 2\";a:3:{s:5:\"label\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaina 2\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Chettan 2\";a:3:{s:5:\"label\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Da 2\";a:3:{s:5:\"label\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Paaji 2\";a:3:{s:5:\"label\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tamma 2\";a:3:{s:5:\"label\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Baloo Tammudu 2\";a:3:{s:5:\"label\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Thambi 2\";a:3:{s:5:\"label\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Balsamiq Sans\";a:3:{s:5:\"label\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Barriecito\";a:3:{s:5:\"label\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Baskervville\";a:3:{s:5:\"label\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Be Vietnam\";a:3:{s:5:\"label\";s:10:\"Be Vietnam\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Bebas Neue\";a:3:{s:5:\"label\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bellota\";a:3:{s:5:\"label\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bellota Text\";a:3:{s:5:\"label\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Beth Ellen\";a:3:{s:5:\"label\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Big Shoulders Display\";a:3:{s:5:\"label\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Big Shoulders Text\";a:3:{s:5:\"label\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Blinker\";a:3:{s:5:\"label\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Caladea\";a:3:{s:5:\"label\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Calistoga\";a:3:{s:5:\"label\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Chakra Petch\";a:3:{s:5:\"label\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Charm\";a:3:{s:5:\"label\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Charmonman\";a:3:{s:5:\"label\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chilanka\";a:3:{s:5:\"label\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Comic Neue\";a:3:{s:5:\"label\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Courier Prime\";a:3:{s:5:\"label\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Crimson Pro\";a:3:{s:5:\"label\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Mono\";a:3:{s:5:\"label\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"DM Sans\";a:3:{s:5:\"label\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"DM Serif Display\";a:3:{s:5:\"label\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"DM Serif Text\";a:3:{s:5:\"label\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Darker Grotesque\";a:3:{s:5:\"label\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fahkwang\";a:3:{s:5:\"label\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Farro\";a:3:{s:5:\"label\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Code\";a:3:{s:5:\"label\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gayathri\";a:3:{s:5:\"label\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Gelasio\";a:3:{s:5:\"label\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Girassol\";a:3:{s:5:\"label\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gotu\";a:3:{s:5:\"label\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Grenze\";a:3:{s:5:\"label\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Grenze Gotisch\";a:3:{s:5:\"label\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gupter\";a:3:{s:5:\"label\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Hepta Slab\";a:3:{s:5:\"label\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Ibarra Real Nova\";a:3:{s:5:\"label\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Inria Sans\";a:3:{s:5:\"label\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inria Serif\";a:3:{s:5:\"label\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Inter\";a:3:{s:5:\"label\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Jomolhari\";a:3:{s:5:\"label\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jost\";a:3:{s:5:\"label\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"K2D\";a:3:{s:5:\"label\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"KoHo\";a:3:{s:5:\"label\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kodchasan\";a:3:{s:5:\"label\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Kosugi\";a:3:{s:5:\"label\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Kosugi Maru\";a:3:{s:5:\"label\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Krub\";a:3:{s:5:\"label\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Kulim Park\";a:3:{s:5:\"label\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lacquer\";a:3:{s:5:\"label\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lexend Deca\";a:3:{s:5:\"label\";s:11:\"Lexend Deca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Lexend Exa\";a:3:{s:5:\"label\";s:10:\"Lexend Exa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Giga\";a:3:{s:5:\"label\";s:11:\"Lexend Giga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Mega\";a:3:{s:5:\"label\";s:11:\"Lexend Mega\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Peta\";a:3:{s:5:\"label\";s:11:\"Lexend Peta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Lexend Tera\";a:3:{s:5:\"label\";s:11:\"Lexend Tera\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Lexend Zetta\";a:3:{s:5:\"label\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Libre Caslon Display\";a:3:{s:5:\"label\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Libre Caslon Text\";a:3:{s:5:\"label\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Literata\";a:3:{s:5:\"label\";s:8:\"Literata\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Liu Jian Mao Cao\";a:3:{s:5:\"label\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Livvic\";a:3:{s:5:\"label\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Long Cang\";a:3:{s:5:\"label\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"M PLUS 1p\";a:3:{s:5:\"label\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"M PLUS Rounded 1c\";a:3:{s:5:\"label\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Ma Shan Zheng\";a:3:{s:5:\"label\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Major Mono Display\";a:3:{s:5:\"label\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mali\";a:3:{s:5:\"label\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manjari\";a:3:{s:5:\"label\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manrope\";a:3:{s:5:\"label\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mansalva\";a:3:{s:5:\"label\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Markazi Text\";a:3:{s:5:\"label\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Muli\";a:3:{s:5:\"label\";s:4:\"Muli\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"MuseoModerno\";a:3:{s:5:\"label\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Niramit\";a:3:{s:5:\"label\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Notable\";a:3:{s:5:\"label\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans HK\";a:3:{s:5:\"label\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans JP\";a:3:{s:5:\"label\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans KR\";a:3:{s:5:\"label\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans SC\";a:3:{s:5:\"label\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Noto Sans TC\";a:3:{s:5:\"label\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif JP\";a:3:{s:5:\"label\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif KR\";a:3:{s:5:\"label\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif SC\";a:3:{s:5:\"label\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Noto Serif TC\";a:3:{s:5:\"label\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Odibee Sans\";a:3:{s:5:\"label\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Oxanium\";a:3:{s:5:\"label\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Public Sans\";a:3:{s:5:\"label\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Red Hat Display\";a:3:{s:5:\"label\";s:15:\"Red Hat Display\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Red Hat Text\";a:3:{s:5:\"label\";s:12:\"Red Hat Text\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Saira Stencil One\";a:3:{s:5:\"label\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Sarabun\";a:3:{s:5:\"label\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Sawarabi Gothic\";a:3:{s:5:\"label\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Sawarabi Mincho\";a:3:{s:5:\"label\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Sen\";a:3:{s:5:\"label\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Single Day\";a:3:{s:5:\"label\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Solway\";a:3:{s:5:\"label\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"Spartan\";a:3:{s:5:\"label\";s:7:\"Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Srisakdi\";a:3:{s:5:\"label\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Staatliches\";a:3:{s:5:\"label\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Sulphur Point\";a:3:{s:5:\"label\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Thasadith\";a:3:{s:5:\"label\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Tomorrow\";a:3:{s:5:\"label\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Turret Road\";a:3:{s:5:\"label\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Viaoda Libre\";a:3:{s:5:\"label\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibes\";a:3:{s:5:\"label\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"ZCOOL KuaiLe\";a:3:{s:5:\"label\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"ZCOOL QingKe HuangYou\";a:3:{s:5:\"label\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"ZCOOL XiaoWei\";a:3:{s:5:\"label\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Zhi Mang Xing\";a:3:{s:5:\"label\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','no'),(306,'kirki_downloaded_font_files','a:42:{s:116:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:134:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:91:\"https://fonts.gstatic.com/s/juliussansone/v12/1Pt2g8TAX_SGgBGUi0tGOYEga5WOzHsRy6KHHow-.woff\";s:113:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/julius-sans-one/1Pt2g8TAX_SGgBGUi0tGOYEga5WOzHsRy6KHHow-.woff\";s:89:\"https://fonts.gstatic.com/s/juliussansone/v12/1Pt2g8TAX_SGgBGUi0tGOYEga5WOwnsRy6KHHg.woff\";s:111:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/julius-sans-one/1Pt2g8TAX_SGgBGUi0tGOYEga5WOwnsRy6KHHg.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:70:\"https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";s:90:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:134:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:91:\"https://fonts.gstatic.com/s/juliussansone/v14/1Pt2g8TAX_SGgBGUi0tGOYEga5WOzHsRy6KHHow-.woff\";s:113:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/julius-sans-one/1Pt2g8TAX_SGgBGUi0tGOYEga5WOzHsRy6KHHow-.woff\";s:89:\"https://fonts.gstatic.com/s/juliussansone/v14/1Pt2g8TAX_SGgBGUi0tGOYEga5WOwnsRy6KHHg.woff\";s:111:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/julius-sans-one/1Pt2g8TAX_SGgBGUi0tGOYEga5WOwnsRy6KHHg.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff\";s:116:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:137:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff\";s:113:\"https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:134:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff\";s:72:\"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:92:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff\";s:70:\"https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";s:90:\"/home/ndd6915/Naplesirrigation.com/wp-content/fonts/roboto/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff\";}','yes'),(113780,'_site_transient_timeout_browser_2d3b90cf73fce6d9bd2efcee59e1ddf9','1657740466','no'),(113781,'_site_transient_browser_2d3b90cf73fce6d9bd2efcee59e1ddf9','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(113782,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1657740466','no'),(113783,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','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'),(115682,'_site_transient_timeout_boldgrid_api_data','1657229820','no'),(115683,'_site_transient_boldgrid_api_data','O:8:\"stdClass\":5:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":30:{s:5:\"title\";s:21:\"BoldGrid Inspirations\";s:7:\"version\";s:5:\"2.6.5\";s:8:\"asset_id\";i:1237200;s:12:\"release_date\";s:19:\"2022-01-25 16:12:57\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.8\";s:8:\"sections\";s:48808:\"{\"description\":\"<p>BoldGrid Inspirations is an inspiration-driven plugin to assist with creating a fresh new website, or to customize an existing website.<\\/p>\\n\\n<p>The first phase is Inspiration; the guided tool creates your base website.  If you already have a website, then you can skip this step.<\\/p>\\n\\n<p>The second phase is Customization; tools to transform your website into your vision.<\\/p>\\n\",\"installation\":\"<ol>\\n<li><p>Upload the entire boldgrid-inspirations folder to the \\/wp-content\\/plugins\\/ directory.<\\/p><\\/li>\\n<li><p>Activate the plugin through the Plugins menu in WordPress.<\\/p><\\/li>\\n<li><p>You will find the Inspirations menu in your WordPress Dashboard \\/ admin panel.<\\/p><\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>2.6.5<\\/h4>\\n\\n<p>Release date: January 25th, 2022<\\/p>\\n\\n<ul>\\n<li>Update: Several php8 fixes.<\\/li>\\n<li>Update: Automated tests run against php 5.6, 7.4, and 8.0<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.4<\\/h4>\\n\\n<p>Release date: October 18th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Add filters to allow dev installs of Crio and Crio Premium.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.3<\\/h4>\\n\\n<p>Release date: June 10th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Updated the way blogs are installed via Inspirations.<\\/li>\\n<li>Update: Updated the My Inspirations page with links to theme support.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.2<\\/h4>\\n\\n<p>Release date: April 14th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Add support for footer-menu locations<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.1<\\/h4>\\n\\n<p>Release date: February 16th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Disable custom menu by default.<\\/li>\\n<li>Bug fix: Add \\\"My Inspirations\\\" link in case js does not redirect.<\\/li>\\n<\\/ul>\\n\\n<h4>2.6.0<\\/h4>\\n\\n<p>Release date: January 25th, 2021<\\/p>\\n\\n<ul>\\n<li>New feature: Theme deployments can now include theme specific plugins.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.2<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed Gutenberg detection, avoid errors when adding media.<\\/li>\\n<li>Bug fix: Avoid js errors when editor screens have no ability to add media.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.1<\\/h4>\\n\\n<p>Release date: October 23rd, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed \\\"Only variables should be passed by reference\\\" in class-boldgrid-inspirations-purchase-for-publish.php.<\\/li>\\n<\\/ul>\\n\\n<h4>2.5.0<\\/h4>\\n\\n<p>Release date: October 17th, 2020<\\/p>\\n\\n<ul>\\n<li>New feature: Invoicing and Caching options added as Inspirations features.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.4<\\/h4>\\n\\n<p>Release date: September 22nd, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.3<\\/h4>\\n\\n<p>Release date: August 11th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: WordPress 5.5 compatibility changes.<\\/li>\\n<li>Update: Optimized usage of set<em>staging<\\/em>installed.<\\/li>\\n<li>Update: Optimized \\\"get total coin cost\\\".<\\/li>\\n<li>Update: Updated links in login footer<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.2<\\/h4>\\n\\n<p>Release date: June 15th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.1<\\/h4>\\n\\n<p>Release date: May 29th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.4.0<\\/h4>\\n\\n<p>Release date: May 18th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Changes needed for Crio.<\\/li>\\n<li>Bug fix: Attribution page will not show excpert.<\\/li>\\n<li>Bug fix: Fixed display \\/ position of BoldGrid Connect image search results.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.1<\\/h4>\\n\\n<p>Release date: March 12th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Unable to click button on email confirmation page.<\\/li>\\n<li>Update: Removed \\\"Add new from GridBlocks\\\" feature.<\\/li>\\n<\\/ul>\\n\\n<h4>2.3.0<\\/h4>\\n\\n<p>Release date: December 17th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Added noindex to the attribution page.<\\/li>\\n<li>Update: Changed the form plugin from WPForms to weForms.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.2<\\/h4>\\n\\n<p>Release date: November 22st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: BoldGrid Backup is now Total Upkeep - updating references.<\\/li>\\n<li>Update: Updated dependency boldgrid\\/library to 2.10.6.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.1<\\/h4>\\n\\n<p>Release date: October 15th, 2019<\\/p>\\n\\n<ul>\\n<li>Update:  Updated dependency boldgrid\\/library to 2.10.4.<\\/li>\\n<\\/ul>\\n\\n<h4>2.2.0<\\/h4>\\n\\n<p>Release date: September 17th, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: Recommend the BoldGrid Backup plugin for users needing to transfer a site.<\\/li>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.1<\\/h4>\\n\\n<p>Release date: September 5th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updating dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.1.0<\\/h4>\\n\\n<p>Release date: August 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Removed the \\\"Welcome to BoldGrid\\\" dashboard widget.<\\/li>\\n<li>Update: Add notice to dashboard widget.<\\/li>\\n<li>Update: Remove news widget from dashboard.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.7<\\/h4>\\n\\n<p>Release date: August 16, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing compact warnings<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.6<\\/h4>\\n\\n<p>Release date: August 1st, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.5<\\/h4>\\n\\n<p>Release date: July 25th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Added a switch for toggling branding of the login page.<\\/li>\\n<li>Update: Cleaned up logic on purchase coins page.<\\/li>\\n<li>Update: Updated dependencies<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.4<\\/h4>\\n\\n<p>Release date: July 2nd, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Replaced the BoldGrid RSS feed widget on the dashboard with one in the updated library package.<\\/li>\\n<li>Update: Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.3<\\/h4>\\n\\n<p>Release date: May 21st, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing \\\"Call to undefined method getAttribute\\\" error.<\\/li>\\n<li>Bug fix: Replacing deprecated filter on login: login<em>headertitle \\/ login<\\/em>headertext.<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.2<\\/h4>\\n\\n<p>Release date: Apr 23nd, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing usage of php\'s empty function for php &lt; 5.5<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.1<\\/h4>\\n\\n<p>Release date: Apr 19th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixing class property declaration for php &lt; 5.6<\\/li>\\n<\\/ul>\\n\\n<h4>2.0.0<\\/h4>\\n\\n<p>Release date: Apr 16th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Made translation ready. Text domain is boldgrid-inspirations.<\\/li>\\n<li>Update: Inspirations process with full screen mode and design updates.<\\/li>\\n<li>New feature: Inspirations dashboard.<\\/li>\\n<li>New feature: German translations added - de_DE.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.5<\\/h4>\\n\\n<p>Release date: Jan 29th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Pages fail to install on Pages > Add New.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.4<\\/h4>\\n\\n<p>Release date: Dec 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Unable to save \\\"boldgrid<em>menu<\\/em>option\\\" on settings page.<\\/li>\\n<li>Bug fix:                       Fixed updating plugin via ajax.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.3<\\/h4>\\n\\n<p>Release date: Dec 4th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:                       Coin Budget help was not toggling when clicked.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.2<\\/h4>\\n\\n<p>Release date: Nov 26th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-33   Fixed missing build for library dependencies; Updated production build process to use composer post-autoload-dump hook.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.1<\\/h4>\\n\\n<p>Release date: Nov 20th, 2018<\\/p>\\n\\n<ul>\\n<li>Update:       JIRA BGCONN-20   Removed update settings; have been moved to the BoldGrid Library packages.<\\/li>\\n<li>Bug fix:      JIRA BGTHEME-558 Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.<\\/li>\\n<li>Bug fix:                       BoldGrid Connect Search \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       Attribution page not being rebuilt \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       BoldGrid Connect Search in the Customizer \\/ WP 5.0 fix.<\\/li>\\n<li>Bug fix:                       Recommended image sizes not working as expected.<\\/li>\\n<\\/ul>\\n\\n<h4>1.6.0<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated BoldGrid library to version 2.4.2.<\\/li>\\n<li>New feature:  JIRA BGINSP-24  Log data when there may be a connection or Ajax error.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-16  Warnings and notices within inspiration w\\/ Crio theme<\\/li>\\n<li>Bug fix:      JIRA BGINSP-23  Fixed issue: Connect Search may load with connection notice.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.7<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updated to library version 2.3.5.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGINSP-14  Fatal in PHP >=7.1.0 when creating internal preview builds.<\\/li>\\n<li>Bug fix:      JIRA WPB-3767   Prevent invalid API calls for check-version.<\\/li>\\n<li>Update:       JIRA BGBKUP-180 Auto update code moved to library and removed from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-3730   Updated library dependency to ^2.0.0.<\\/li>\\n<li>Update:       JIRA BGINSP-3   Forcing display of Connect Key prompt admin notice on the Inspirations page, even if dismissed, until key is entered.<\\/li>\\n<li>Update:       JIRA WPB-3684   Updated composer.json, due to package changes.<\\/li>\\n<li>New feature:  JIRA BGCNTRL-46 Added filters for manipulating Dashboard help in trial sites.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA BGSTAGE-32 Fixed staging plugin install.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA BGINSP-4   Removed admin notice recommending plugin installations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3643   Ensure that deployment does not install new wporg plugins if old ones are installed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3587   Menu assignment after deployment broken in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3570   Inspirations Select button misplaced in WP 4.9.<\\/li>\\n<li>Bug fix:      JIRA WPB-3593   Changes require to help Staging support new Customizer scheduler.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<ul>\\n<li>Update:                       Updates to library.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.11<\\/h4>\\n\\n<ul>\\n<li>Update:                       Bump version.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3336   All and Default categories do not align.<\\/li>\\n<li>Bug fix:      JIRA WPB-3337   On a fresh install, Pages - New From GridBlocks fails.<\\/li>\\n<li>Bug fix:      JIRA WPB-3333   Image search only searching one provider instead of all.<\\/li>\\n<li>Bug fix:      JIRA WPB-3346   Edit Image button not working for attachment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3387   Loading GridBlocks just spins.<\\/li>\\n<li>Update:       JIRA WPB-3352   Purchase coins through BoldGrid Central.<\\/li>\\n<li>Update:       JIRA WPB-3355   Add data-image-url attribute.<\\/li>\\n<li>Update:       JIRA WPB-3382   More descriptive creative commons icon.<\\/li>\\n<li>Update:       JIRA WPB-3384   Add License details to attachment details.<\\/li>\\n<li>Update:       JIRA WPB-3383   Filter out boldgrid-gridblock-set-preview-page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3318   When forcing a preferred form plugin install, first check if plugin is installed before trying to activate.<\\/li>\\n<li>Bug fix:      JIRA WPB-3312   Ensure activation of preferred form plugin.  Added filter for preferred slug.<\\/li>\\n<li>Bug fix:      JIRA WPB-3317   New page from GridBlocks not working.<\\/li>\\n<li>Update:       JIRA WPB-3252   Disable \'default\' category and configure \'showcase\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-3332   New from gridblocks button not showing.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.8<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3200   Added WPForms support.<\\/li>\\n<li>Update:       JIRA WPB-3292   Updated plugin URI.<\\/li>\\n<li>Update:   JIRA WPB-3296 Add Inspirations as first menu item child.<\\/li>\\n<li>Bug Fix:  JIRA WPB-3274 Plugins > Add New Updates fail in modals.<\\/li>\\n<li>New feature:  JIRA WPB-3293   Resize images during deployment vs imgr server.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.7<\\/h4>\\n\\n<ul>\\n<li>Update:      JIRA WPB-3243    Change feedback admin notice display frequency.<\\/li>\\n<li>Update:      JIRA WPB-3264 Adding twitch social media option.<\\/li>\\n<li>New Feature: Added BoldGrid Library to plugin.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3179   Gradient style being lost during normal deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3180   Open WordPress\\/BoldGrid links in attribution page in new tab.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3161   Fixed auto plugin update.<\\/li>\\n<li>Bug fix:      JIRA WPB-3162   Fixed issue creating .htaccess file in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-3171   As an author, when installing a site I do not want background images to be processed.<\\/li>\\n<li>Bug fix:      JIRA WPB-3176   Background gradient \\/ url bug during deplyment.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3151   Added check and load before using get<em>plugin<\\/em>data() for updates.<\\/li>\\n<li>Bug fix:      JIRA WPB-3141   Fixed invalid updates for BoldGrid Prime theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-3158   Deployment\'s gallery updates are not saved.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3106   As an Author, I can set background images for elements.<\\/li>\\n<li>New feature:  JIRA WPB-3095   Update generic builds to display per theme channel.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2745   Fixed upgrade notices displaying when activation version was not recorded.<\\/li>\\n<li>Update:       JIRA WPB-3019   Updating attribution link creation.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-3044   Automatically get Unsplash attribution.<\\/li>\\n<li>Update:       JIRA WPB-3043   Updating plugin description.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-3232   Deploy Staging menu item missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-3233   BoldGrid Connect Search missing from new image widget.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2936   Updating YouTube videos for BoldGrid Dashboard\'s new release.<\\/li>\\n<li>Bug fix:      JIRA WPB-2927   Social media menu disappears.<\\/li>\\n<li>Update:       JIRA WPB-2949   Configure blog using categories.<\\/li>\\n<li>Bug fix:      JIRA WPB-2950   Added max height for reseller logos on login page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2925   Sidebar widgets don\'t match between preview and installed site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2951   Images in staging posts not being downloaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2955   Backwards compatibility - maps taking up 200px empty space.<\\/li>\\n<li>Bug fix:      JIRA WPB-2984   Attribution page 404.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2912   Fixed issue when installing plugins from the Tools Import page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2916   Inspirations deploy fatal error if an old forked plugin had the original installed.<\\/li>\\n<li>Bug fix:      JIRA WPB-2905   If installing via Author, do not update pages with survey data.<\\/li>\\n<li>Bug fix:      JIRA WPB-2910   Unterminated entity reference bug.<\\/li>\\n<li>Update:       JIRA WPB-2913   Validate email address in survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2404   iframe timeout in step 2 of Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2173   Error deleting image and redownloading.<\\/li>\\n<li>Bug fix:      JIRA WPB-2635   Start over staging affecting active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2493   Publish private posts during staging deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2796   Social media urls end in \\/username, go to 404s.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2892   Fixed plugin update checks for some scenarios (WP-CLI, Plesk, etc).<\\/li>\\n<li>Update:       JIRA WPB-2900   Update verbiage of build coin cost.<\\/li>\\n<li>Bug fix:      JIRA WPB-2901   Scroll bars not visible on preview iframe in Chrome.<\\/li>\\n<li>Bug fix:                      Removing CTA hooks.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.7<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2819   Use switch instead of checkbox for Demo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2780   Theme screenshots opening directly, rather than within gallery.<\\/li>\\n<li>Update:       JIRA WPB-2825   Adjust do not display formatting.<\\/li>\\n<li>Update:       JIRA WPB-2829   Updating hook to resolve BoldGrid SEO plugin conflicts.<\\/li>\\n<li>Update:       JIRA WPB-2837   Remove loading image after selecting theme in Gallery.<\\/li>\\n<li>Update:       JIRA WPB-2839   Minor verbiage change for Add a blog.<\\/li>\\n<li>Update:       JIRA WPB-2785   Entering words with apostrophe in it for Site title displays with a Backslash.<\\/li>\\n<li>Bug fix:      JIRA WPB-2848   Customize link takes users back to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2527   \'New from GridBlocks\' preview page appearing in cart.<\\/li>\\n<li>Bug fix:      JIRA WPB-2862   Survey, invalid argument supplied for foreach.<\\/li>\\n<li>Bug fix:      JIRA WPB-2601   Inspirations Internet Explorer\\/ Stuck on loading themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2854   Downloading Image spinner never stops spinning.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.6<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2772   PHP warnings on deploy in WordPress 4.3.7.<\\/li>\\n<li>Bug fix:      JIRA WPB-2766   Plesk and WP-CLI were not getting private repo updates.<\\/li>\\n<li>Update:       JIRA WPB-2763   Update email and address on Contact Us page.<\\/li>\\n<li>Update:       JIRA WPB-2764   Remove option to add a map.<\\/li>\\n<li>Update:       JIRA WPB-2765   Allow iframes for preview builds.<\\/li>\\n<li>New feature:  JIRA WPB-2771   Update footer-company-details widget with survey data.<\\/li>\\n<li>New feature:  JIRA WPB-2777   Add an Install sample blog checkbox.<\\/li>\\n<li>New feature:  JIRA WPB-2778   Setup a blog during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-2792   Staged posts (private posts) are trashed when starting over active site.<\\/li>\\n<li>Update:       JIRA WPB-2800   Ensure \'Install a blog\' works with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2801   Remove milestones classes.<\\/li>\\n<li>Bug fix:      JIRA WPB-2779   Survey not working with Staging.<\\/li>\\n<li>Update:       JIRA WPB-2805   Preview builds w &amp; w\\/o blogs.<\\/li>\\n<li>New feature:  JIRA WPB-2806   Add filter for Inspirations configs.<\\/li>\\n<li>Bug fix:      JIRA WPB-2808   Do not request generic builds when requesting blog as well.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.5<\\/h4>\\n\\n<ul>\\n<li>Testing:      JIRA WPB-2744   Tested on WordPress 4.7.<\\/li>\\n<li>Update:       JIRA WPB-2376   Filter the bgtfw contact blocks.<\\/li>\\n<li>Update:       JIRA WPB-2476   Update case of Company name.<\\/li>\\n<li>Update:       JIRA WPB-2747   Update Add a map verbiage.<\\/li>\\n<li>Update:       JIRA WPB-2749   Add a map to my Contact page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2658   Fix spacing issues atop Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2751   Show all in the smaller view of inspirations doesn\'t work anymore.<\\/li>\\n<li>Bug fix:      JIRA WPB-2757   Apostrophe and other strange characters installed via Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2759   DOMDocument::loadHTML(): htmlParseEntityRef: expecting \';\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2696   Remove placeholders from survey.<\\/li>\\n<li>New feature:  JIRA WPB-2697   Update phone numbers in widgets.<\\/li>\\n<li>New feature:  JIRA WPB-2699   Use phone number entered during survey.<\\/li>\\n<li>Update:       JIRA WPB-2704   Adjust format of how social media icons are saved.<\\/li>\\n<li>New feature:  JIRA WPB-2705   Use survey social media items when creating menu.<\\/li>\\n<li>Update:       JIRA WPB-2711   Show optional message in survey.<\\/li>\\n<li>Update:       JIRA WPB-2712   Have plus sign toggle more social icons.<\\/li>\\n<li>Update:       JIRA WPB-2723   Update phone in pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2627   Back \\/ next buttons should not be clickable.<\\/li>\\n<li>Bug fix:      JIRA WPB-2625   Behavior of last image\'s next button in Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2582   Always show arrows in Inspirations gallery.<\\/li>\\n<li>Update:       JIRA WPB-2583   Ensure first letter in theme\'s title attribute is capitalized.<\\/li>\\n<li>Update:       JIRA WPB-2599   Add placeholder for 4th step to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2551   Duplicate images.<\\/li>\\n<li>New feature:  JIRA WPB-2603   Add initial version of survey.<\\/li>\\n<li>Bug fix:      JIRA WPB-2622   Inspirations - Step 4 - Go back button installs site.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2503   Added plugin requirements to readme.txt file.<\\/li>\\n<li>Bug fix:      JIRA WPB-2539   Fix possible duplicate connection issue notice from ajax.js call.<\\/li>\\n<li>Bug fix:      JIRA WPB-2558   Don\'t display feedback widget if user hasn\'t entered their key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2559   Don\'t allow widgets to drag into welcome box area.<\\/li>\\n<li>Bug fix:      JIRA WPB-2555   Images in search results flicker.<\\/li>\\n<li>Update:       JIRA WPB-2563   Convert Attribution page to use custom post type.<\\/li>\\n<li>Update:       JIRA WPB-2568   Added fancybox and large previews to Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2570   Milestone blogname change.<\\/li>\\n<li>Update:       JIRA WPB-2574   Milestone Social Media Change.<\\/li>\\n<li>Update:       JIRA WPB-2578   Milestone Contact Info Footer Change.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2544   Disable \'Install\' button after clicking it.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.13<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2531   Javascript error checking needed for mine count.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.12<\\/h4>\\n\\n<ul>\\n<li>Update:       JIRA WPB-2472   Added update notice for 1.3.<\\/li>\\n<li>Bug fix:      JIRA WPB-2486   Incorrect page count on All Pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-2467   With staging disabled, Customize goes to \\\"Change Themes\\\".<\\/li>\\n<li>Update:       JIRA WPB-2488   Remove \'Permanently delete pages instead of sending to trash\'.<\\/li>\\n<li>Update:       JIRA WPB-2490   Move default option to \'install as staging\'.<\\/li>\\n<li>Update:       JIRA WPB-2491   Add \'Customize > Active Theme\' navigation to Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2496   Require comment text in feedback form.<\\/li>\\n<li>Update:       JIRA WPB-2229   Update error reporting when purchasing images.<\\/li>\\n<li>Update:       JIRA WPB-2498   Change \'Company Name\' to theme name.<\\/li>\\n<li>Update:       JIRA WPB-2497   Add new dashboard videos.<\\/li>\\n<li>Bug fix:      JIRA WPB-2376   \'No search results\' method is not cleared in BGCS.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.11<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2468   Switching between boldgrid admin menu and standard wp menu no longer works.<\\/li>\\n<li>Bug fix:      JIRA WPB-2477   If you have an existing site non BG, no route for staging exists.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2446   Fixed missing build id passed on site install.<\\/li>\\n<li>Bug fix:      JIRA WPB-2426   Insert Gridblock button is missing.<\\/li>\\n<li>Bug fix:      JIRA WPB-2443   When starting over, I get a blank page.<\\/li>\\n<li>Bug fix:      JIRA WBP-2445   Inspirations is not fetching cached themes.<\\/li>\\n<li>Update:       JIRA WPB-2458   Update \'Recommended\' verbiage in last step of Inspirations.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.9<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2420   Added EOF line breaks.<\\/li>\\n<li>Bug fix:      JIRA WPB-2387   Fixed issue with AJAX theme updates and BG theme slugs duplicated in the WP repo.<\\/li>\\n<li>Bug fix:      JIRA WPB-2324   Attribution should not show in 404 sitemap.<\\/li>\\n<li>Bug fix:      JIRA WPB-2403   No plugins recommended still showing notice.<\\/li>\\n<li>Update:       JIRA WPB-2416   Text changes for confirmation section of Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2417   Add additional text to deployment success page for staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-2421   Message showing when it shouldn\'t - We\'ve recognized that you haven\'t installed...<\\/li>\\n<li>Bug fix:      JIRA WPB-2112   BoldGrid Connect Search missing for galleries.<\\/li>\\n<li>Bug fix:      JIRA WPB-2422   Fixed CSS Loading graphic animation in chrome to display properly.<\\/li>\\n<li>Bug fix:      JIRA WPB-2401   Gallery not displaying correctly in Chrome &amp;&amp; FF.<\\/li>\\n<li>Bug fix:      JIRA WPB-2423   Trying to get property of non-object in ...stock-photography.php.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2398   Error requesting free key.<\\/li>\\n<li>Bug fix:      JIRA WPB-2399   Only show feedback widget to admins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2389   Fixed saving BoldGrid Settings.<\\/li>\\n<li>Bug fix:      JIRA WPB-2388   Removed duplicate boldgrid_activate().<\\/li>\\n<li>Update:       JIRA WPB-2390   Update verbiage for inspirations install success.<\\/li>\\n<li>Bug fix:      JIRA WPB-2391   Hide BoldGrid Welcome Panel if key isn\'t entered yet.<\\/li>\\n<li>Bug fix:      JIRA WPB-2392   If key is less than 32 char don\'t make call to validate.<\\/li>\\n<li>Bug fix:      JIRA WPB-2393   Error messages should be removed when resubmitting keys.<\\/li>\\n<li>Bug fix:      JIRA WPB-2394   Cursor for show\\/hide log should be a pointer.<\\/li>\\n<li>Update:       JIRA WPB-2395   Update login page styling.<\\/li>\\n<li>Bug fix:      JIRA WPB-2396   Remove staging from recommended plugin notices.<\\/li>\\n<li>Bug fix:      JIRA WPB-2327   Check if framework is handling plugin recommendations before recommending.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.6<\\/h4>\\n\\n<ul>\\n<li>Misc:         JIRA WPB-2344   Updated readme.txt for Tested up to 4.6.1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2336   Load BoldGrid settings from the correct WP option (site\\/blog).<\\/li>\\n<li>Bug fix:      JIRA WPB-2248   Removed \'New From GridBlocks\' button on edit submission page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2332   Reset scroll position on step 2 of Inspirations to top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2339   Remove notices from Inspirations page.<\\/li>\\n<li>Update:       JIRA WPB-2208   Removed tutorials from Inspirations.<\\/li>\\n<li>Update:       JIRA WPB-2359   Order \'Category Filter\' by category display order.<\\/li>\\n<li>Update:       JIRA WPB-2360   Sort themes by category and then order within category.<\\/li>\\n<li>Update:       JIRA WPB-2368   Read version constant from plugin file.<\\/li>\\n<li>Update:       JIRA WPB-2361   Add BoldGrid Connect Search to Editor\'s background image tool.<\\/li>\\n<li>Update:       JIRA WPB-2354   Preview button needs to always be visible in mobile view.<\\/li>\\n<li>Update:       JIRA WPB-2355   Remove extraneous \'Preview\' button.<\\/li>\\n<li>Bug fix:      JIRA WPB-2364   Inspirations not respecting theme release channel.<\\/li>\\n<li>Bug fix:      JIRA WPB-2370   Color in screenshot does not match preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-2373   Duplicate themes in Inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-2379   Wrong budget passed when going form step 2 to step 1.<\\/li>\\n<li>Update:       JIRA WPB-2380   Remove references to tutorials in deployment congrats message.<\\/li>\\n<li>Bug fix:      JIRA WPB-2383   Image Search tab appears when clicking \'Add GridBlock\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2325   Added wrapper to handle mb<em>convert<\\/em>encoding() if mbstring is not loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2313   Disabled GridBlocks in network admin pages.<\\/li>\\n<li>New feature:  JIRA WPB-2268   Changed to resized preview screenshots for Inspirations Design First concept.<\\/li>\\n<li>New feature:  JIRA WPB-2287   Adjust device preview buttons in step 2 to behave like those in editor.<\\/li>\\n<li>New feature:  JIRA WPB-2291   Auto install staging in final step if user chooses staging.<\\/li>\\n<li>Update:       JIRA WPB-2290   Changed \'Install\' button to \'Next\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-2289   Continuously clicking category in step 1 shuffles themes.<\\/li>\\n<li>Update:       JIRA WPB-2267   Added message to Inspirations when no generic themes are available.<\\/li>\\n<li>Update:       JIRA WPB-2315   Added error handling for malformed ajax results for call to \\/api\\/build\\/get-generic.<\\/li>\\n<li>Update:       JIRA WPB-2316   Add error handling for failures to fetch categories.<\\/li>\\n<li>Update:       JIRA WPB-2317   Add error handling for failures to fetch pagesets.<\\/li>\\n<li>Update:       JIRA WPB-2319   Check user capabilities before prompting for api key.<\\/li>\\n<li>Update:       JIRA WPB-2320   Ensure user has permission to edit page before allowing download<em>and<\\/em>insert<em>into<\\/em>page.<\\/li>\\n<li>Update:       JIRA WPB-2322   Sanitize user feedback before adding to options table.<\\/li>\\n<li>Update:       JIRA WPB-2323   Allow admin notices to be dismissed per user.<\\/li>\\n<li>Update:       JIRA WPB-2326   Update \'update\' class to utilize Admin Notices class.<\\/li>\\n<li>Update:       JIRA WPB-2327   Check user capabilities before showing admin notices.<\\/li>\\n<li>Update:       JIRA WPB-2331   Update confirmation messages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2269   Typo fix in Boldgrid<em>Inspirations<\\/em>Dependency<em>Plugins::print<\\/em>uninstalled_plugins().<\\/li>\\n<li>Bug fix:      JIRA WPB-2270   New From GridBlocks became unavailable.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-2172   For preview generic builds, added an option for identification for purges, etc.<\\/li>\\n<li>Bug fix:      JIRA WPB-2263   For preview sites under multisite, set the admin email address using the network admin email address.<\\/li>\\n<li>Bug fix:      JIRA WPB-2223   Reworked API key validation and connection issue notices, formatting.<\\/li>\\n<li>Misc:         JIRA WPB-2256   Updated readme.txt for Tested up to: 4.6.<\\/li>\\n<li>Rework:       JIRA WPB-2150   Moved API methods to a new class, formatting, and phpcs rework.<\\/li>\\n<li>Bug fix:      JIRA WPB-2224   Hide the email address field when widget is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-2225   Fixed jQuery Migrate deprecated warning.<\\/li>\\n<li>Update:       JIRA WPB-2245   Changed feed to pull from dashboard tag on blog.<\\/li>\\n<li>Bug fix:      JIRA WPB-2265   Uncaught TypeError: IMHWPB.BaseAdmin is not a constructor.<\\/li>\\n<li>Bug fix:      JIRA WBP-2236   Errors everywhere when logging in as an Editor.<\\/li>\\n<li>Bug fix:      JIRA WPB-2234   Add current<em>user<\\/em>can checks to Boldgrid<em>Inspirations->set<\\/em>api<em>key<\\/em>callback().<\\/li>\\n<li>Bug fix:      JIRA WPB-2237   Limit ajax requests by user.<\\/li>\\n<li>Bug fix:      JIRA WPB-2240   Limit printing of configs in head.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to the tutorials page.<\\/li>\\n<li>Bug fix:      JIRA WPB-2184   In PHP 5.2, deactivate and die properly.<\\/li>\\n<li>New feature:                  Added BoldGrid news widget to dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1994   Fixed issue with WP Theme Editor not being available.<\\/li>\\n<li>New feature:                  Added BoldGrid Feedback widget.<\\/li>\\n<li>Bug fix:      JIRA WPB-2169   Connect Search defaults to smallest image size when no recommended sizes available.<\\/li>\\n<li>Bug fix:    JIRA WPB-2192 Allow bug report to correctly show parent themes if submitted.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2160   New From GridBlocks, multiple pages are installed.<\\/li>\\n<li>Update:                       Changed text of getting and entering connect keys.<\\/li>\\n<li>Security:     JIRA WPB-2151   Disabled autocomplete for API key entry fields.<\\/li>\\n<li>Bug fix:      JIRA WPB-2145   Fixing issue with theme screenshots on Chrome Ubuntu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2119   For asset downloads, when Imagick is loaded, set the thread limit to 1.<\\/li>\\n<li>Bug fix:      JIRA WPB-2125   Fixing issue where theme was overwritten without version change.<\\/li>\\n<li>Bug fix:      JIRA WPB-2104   Go back button hides all themes (Inspirations > Add Theme).<\\/li>\\n<li>Bug fix:      JIRA WPB-2107   BoldGrid Connect Search overlapping footer (Dashboard > Media).<\\/li>\\n<li>Bug fix:      JIRA WPB-2109   Session issues when starting over and importing active site.<\\/li>\\n<li>Bug fix:      JIRA WPB-2116   Changes to the order of images in a gallery are not saving.<\\/li>\\n<li>Bug fix:      JIRA WPB-2134   Staging\'s boldgrid_attribution option and \'Uninitialized string offset\' Notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-2135   Image not replaced in Page &amp; Post Editor after using Connect Search.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2058   Added wrap class to Inspirations, so admin notices are displayed at the top.<\\/li>\\n<li>Bug fix:      JIRA WPB-2041   Fixed BoldGrid theme update check in WordPress 4.6.<\\/li>\\n<li>Testing:      JIRA WPB-2046   Tested on WordPress 4.5.3.<\\/li>\\n<li>New feature:  JIRA WPB-599    Added options for plugin and theme auto-updates via WordPress autoupdater.<\\/li>\\n<li>Update:       JIRA WPB-2008   Deploy class updated to allow for is_generic flag.<\\/li>\\n<li>Bug fix:      JIRA WPB-1950   Prevent a portait image from displaying atop \'Crop Image\' and \'Skip Cropping\' buttons.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.7<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-2032   Fixed issue when activating key.  Added nonce to api key form.<\\/li>\\n<li>Rework:       JIRA WPB-2030   Updated the \\\"I don\'t have an API key\\\" section.<\\/li>\\n<li>New feature:  JIRA WPB-2029   Added TOS box to API key submission form.<\\/li>\\n<li>New feature:  JIRA WPB-1905   Added capability for auto-updates of boldgrid-inspirations by API response.<\\/li>\\n<li>Bug fix:      JIRA WPB-2002   Fixed theme update issue where upgrader says is up to date at times.<\\/li>\\n<li>Bug fix:      JIRA WPB-2006   Pdes and Homepage not installing correctly on Inpirations Theme Only installs.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.6<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1839   Users can now change their theme release channel.<\\/li>\\n<li>Security fix: JIRA WPB-1977   Validate nonce for feedback form diagnostic data callback and form submit.<\\/li>\\n<li>Bug fix:      JIRA WPB-1955   Fatal error: Class \'Boldgrid<em>Staging<\\/em>Plugin\' not found.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1914   Staged image used on Active page not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1886   Fixed feedback notice being displayed too often (more than a week after submitting).<\\/li>\\n<li>New feature:  JIRA WPB-1183   Refresh the Library Tab after downloading an image.<\\/li>\\n<li>Update:       JIRA WPB-1865   Update style of \'Transactions\' pages to better incorporate BoldGrid Staging\'s nav menu.<\\/li>\\n<li>Update:       JIRA WPB-1884   Passed WordPress 4.5.1 testing.<\\/li>\\n<li>Bug fix:      JIRA WPB-1855   Do not display feedback notice on update or setting pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1860   Fixed horizontal line through screenshot in step 2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1863   Cart does not look for watermarked images used within staged pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1891   View \\/ Download of images within receipts not working for images purchased via Staging.<\\/li>\\n<li>Bug fix:      JIRA WPB-1893   JS errors in console when viewing attachments.<\\/li>\\n<li>Bug fix:      JIRA WPB-1900   Attribution shows in menu when menu generated using wp<em>page<\\/em>menu.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.3<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1824   Fixed order of plugin deactivation and uninstall in Start Over process.<\\/li>\\n<li>Bug fix:      JIRA WPB-1814   Fixed PHP notice in page and post editor for In Menu when there is a corrupted nav menu array.<\\/li>\\n<li>Bug fix:      JIRA WPB-1823   Fixed display of \\\"Themes\\\" H1 and the additional themes bar when choosing active or staging before installing a theme.<\\/li>\\n<li>Bug fix:      JIRA WPB-1840   Fixing thumbnail presentation in inspirations and add new theme.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.3<\\/h4>\\n\\n<ul>\\n<li>Update:               Sync version. See version 1.1.1.1.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1833   Fixed checking for previously downloaded assets in deployment when using multisite (wp-preview).<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1817   BoldGrid Connect Search: Was not being added when changing a header image in the Customizer.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Removed feedback form bug report diagnostic report items.<\\/li>\\n<li>Bug fix:      JIRA WPB-1816   Fixed update class interference with the Add Plugins page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1809   Fixed undefined index \\\"action\\\" for some scenarios.  Optimized update class and addressed CodeSniffer items.<\\/li>\\n<li>Rework:       JIRA WPB-1541   Reworked admin feedback notice.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Removed analysis processing and optional logging capabilities.  Added support for XHProf.<\\/li>\\n<li>Bug fix:      JIRA WPB-1805   Now adds theme update info on the Customizer Themes page.<\\/li>\\n<li>Rework:       JIRA WPB-1785   Enabled and reworked image caching for the preview server.<\\/li>\\n<li>Rework:       JIRA WPB-1751   Reworked analysis processing.<\\/li>\\n<li>Update:       JIRA WPB-1658   Storing more reliable install data through inspirations.<\\/li>\\n<li>Bug fix:      JIRA WPB-1787   When not using BoldGrid menu, cart does not dynamically update total page price.<\\/li>\\n<li>Update:       JIRA WPB-1754   Remove attribution page from search results.<\\/li>\\n<li>Bug fix:      JIRA WPB-1788   webkit css missing from \'new from gridblocks\'.<\\/li>\\n<li>New feature:  JIRA WPB-1806   Add \'BoldGrid search\' tab when replacing an image.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug Fix:                      Fixing logo display on login screen.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Fixed analysis include for preview server.<\\/li>\\n<li>Bug fix:                      New From GridBlocks: Asset download issues.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1751   Added analysis processing and optional logging capabilities.<\\/li>\\n<li>Bug fix:      JIRA WPB-1781   Removed boldgrid<em>dismissed<\\/em>admin_notices from Start Over cleanup.<\\/li>\\n<li>New feature:  JIRA WPB-1541   Added feedback notice.<\\/li>\\n<li>Bug fix:      JIRA WPB-1747   New From GridBlocks: For non BoldGrid themes, only load grid css.<\\/li>\\n<li>Bug fix:      JIRA WPB-1760   New From GridBlocks: Ensure page title shows on preview page.<\\/li>\\n<li>Update:       JIRA WPB-1779   New From GridBlocks: Update verbiage for \'Downloading GridBlocks\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1710   Fixed missing device preview tabs on Add New Theme preview modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1710   Fixed notice dismissal checking.<\\/li>\\n<li>Bug fix:      JIRA WPB-1749   On start over, staging menus are not deleted.<\\/li>\\n<li>Bug fix:      JIRA WPB-1755   Gallery images not showing in cart.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.12<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1740   Fixed \\\"In Menu\\\" messages in editor when staging plugin is not active, and fixed saving menu selections.<\\/li>\\n<li>New feature:  JIRA WPB-1726   Added optional feedback for GridBlock Add Page.<\\/li>\\n<li>Removed Ft:   JIRA WPB-1710   Removed Inspirations Add Pages; replaced by GridBlocks.<\\/li>\\n<li>Misc:         JIRA WPB-1361   Added license file.<\\/li>\\n<li>New feature:                  Don\'t assign footer contact widget if using base pagesets.<\\/li>\\n<li>Bug Fix:      JIRA WPB-1732   Fixing css issues on login screen (firefox).<\\/li>\\n<li>Bug Fix:      JIRA WPB-1687   Image search: Title, Caption, Alt Text and Description do not display on new pages.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.11<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1699   Added optional feedback for theme activation.<\\/li>\\n<li>New feature:  JIRA WPB-1690   Adding BoldGrid themes to All themes install menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1686   Limited items loaded in network admin pages.<\\/li>\\n<li>Improvement:  JIRA WPB-1604   Added a \\\"Cancel\\\" link to the \\\"In Menu\\\" section.<\\/li>\\n<li>Improvement:  JIRA WPB-1603   Display menu locations in the editor \\\"In Menu\\\" section.<\\/li>\\n<li>Bug fix:      JIRA WPB-1602   Corrected capitalization of \\\"None\\\" under \\\"In menu\\\" in the editor.<\\/li>\\n<li>Improvement:  JIRA WPB-1664   Gets api<em>key and site<\\/em>hash from configs instead of get_option.<\\/li>\\n<li>Bug fix:      JIRA WPB-1597   Fixing indefined index error<\\/li>\\n<li>New feature:  JIRA WPB-1649   Added reporting of PHP version and mobile ratio.<\\/li>\\n<li>Bug fix:      JIRA WPB-1598   \'Mine\' count on \'all pages\' is incorrect.<\\/li>\\n<li>Bug fix:      JIRA WPB-1647   JS error with easy-attachment-preview-size.js.<\\/li>\\n<li>Bug fix:      JIRA WPB-1651   When the BG menu is turned off, Appearance link should take you to themes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.10<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1632   Fixed handling of subcategory<em>id in deploy<\\/em>page_sets.<\\/li>\\n<li>New feature:  JIRA WPB-1510   Moved adhoc functions.php to class-boldgrid-inspirations-utility.php (class Boldgrid<em>Inspirations<\\/em>Utility).<\\/li>\\n<li>Rework:       JIRA WPB-1553   Updated require and include statements for standards.<\\/li>\\n<li>Bug fix:      JIRA WPB-1563   Updated pages in which wp<em>iframe-media<\\/em>upload.css is loaded.<\\/li>\\n<li>Bug fix:      JIRA WPB-1549   Resolve attribution page missing attribution for several images.png.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:                      Add GridBlock Sets feature disabled.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed support for PHP 5.2 to deactivate plugin.<\\/li>\\n<li>Bug fix:                      Prevent click of links in add<em>new<\\/em>page_selection previews.<\\/li>\\n<li>Bug fix:      JIRA WPB-1554   Fixed undefined JavaScript variable pagenow for customizer link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.9<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1554   Fixed theme link in network dashboard nav menu.<\\/li>\\n<li>Bug fix:      JIRA WPB-1590   Fixed JavaScript error for undefined screen info in network dashboard.<\\/li>\\n<li>Bug fix:      JIRA WPB-1535   Fixed theme deployment issues.<\\/li>\\n<li>New feature:  JIRA WPB-1584   Added an opt-out feedback payload delivery system.<\\/li>\\n<li>New feature:  JIRA WPB-1580   Added optional feedback for customizer_start.<\\/li>\\n<li>Bug fix:      JIRA WPB-1571   Removed plugin dependency admin notice when editing an attachment (image).<\\/li>\\n<li>New feature:  JIRA WPB-1579   Added feedback opt-out in BoldGrid Settings, hidden for now.<\\/li>\\n<li>Bug fix:      JIRA WPB-1575   Addressed an issue causing mismatch color palettes on cached previews<\\/li>\\n<li>New feature:  JIRA WPB-1514   Add new pages offers page templates to choose from.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1553   Fixed PHP version check condition (&lt;5.3).<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.8<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1561   Fixed missing get<em>plugin<\\/em>data on update calls.<\\/li>\\n<li>New feature:  JIRA WPB-1511   Added dependency plugin notice on editor pages.<\\/li>\\n<li>Bug fix:      JIRA WPB-1553   Added support for <strong>DIR<\\/strong> in PHP &lt;=5.2.<\\/li>\\n<li>Bug fix:      JIRA WPB-1371   JSON encoded image data for media download requests.<\\/li>\\n<li>New feature:  JIRA WPB-1332   Swapping loading GIF to CSS loading image.<\\/li>\\n<li>New feature:  JIRA WPB-1072   Storing static pages on install<\\/li>\\n<li>New feature:  JIRA WPB-1539   When deleting a page, remove it from any applicable menus as well.<\\/li>\\n<li>New feature   JIRA WPB-1542   Manage menu assignment within editor.<\\/li>\\n<li>New feature   JIRA WPB-1555   Add wp-image-## class to images during deployment.<\\/li>\\n<li>New feature   JIRA WPB-1557   Add wp-image-## class to images when adding gridblocks.<\\/li>\\n<li>Bug fix:      JIRA WPB-1506   Theme naming missing in preview.<\\/li>\\n<li>Bug fix:      JIRA WPB-1443   Extra page listed under \'Mine\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1560   Install options not available on preview server<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.7<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1533   Ensured activation data is sent after first login.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.6<\\/h4>\\n\\n<ul>\\n<li>Rework:       JIRA WPB-1411   Added more output to the deploy log.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1462   Fixed position of dependency plugins admin notice.  Also limited to Dashboard and plugins page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1290   Fixing issues with galleries leaving empty spaces<\\/li>\\n<li>Bug fix:      JIRA WPB-1471   Made deployment plugin installation respect release channel.<\\/li>\\n<li>Rework:       JIRA WPB-1452   Remove unneeded call to \'boldgrid<em>activate<\\/em>framework\' during deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-946    Fixed margin bug on step 2 additional themes.<\\/li>\\n<li>Bug fix:      JIRA WPB-1384   Increase width of select input on image search modal.<\\/li>\\n<li>Bug fix:      JIRA WPB-1508   BoldGrid Image search box size is inconsistent.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1442   Fixing inspiration border styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1461   Updating login button styles for wordpress 4.4<\\/li>\\n<li>Bug fix:      JIRA WPB-1411   Added initialization and checks for empty image queues in deployment.<\\/li>\\n<li>Bug fix:      JIRA WPB-1406   Attribution page still showing in \'All Pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1451   Active images are showing in Staging attribution page.<\\/li>\\n<li>Bug fix:      JIRA WPB-1466   Tabs on tutorials page too small at 1035px - 1482px.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<ul>\\n<li>New feature:  JIRA WPB-1363   Updated readme.txt for WordPress standards.<\\/li>\\n<li>New feature:  JIRA WPB-1389   When starting over theme mods are saved with a flag to recompile sass<\\/li>\\n<li>Bug fix:      JIRA WPB-1420   Content of Attribution page is overwriting page saves.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1395   Adjusted theme update data; now gets theme uri from theme style.css, download url from api data.<\\/li>\\n<li>Rework        JIRA WPB-1374   Updated activation timestamp to use GMT\\/UTC.<\\/li>\\n<li>Bug fix:      JIRA WPB-1377   Reseller option is now set on first call to either the front end or wp_login.<\\/li>\\n<li>Bug fix:                      Adjusted handling for image purchases when errors occur.<\\/li>\\n<li>Bug fix:      JIRA WPB-1365   Purchase link on editing a page goes to wrong link.<\\/li>\\n<li>Bug fix:      JIRA WPB-1368   Inspirations step 0 text refers to nonexisting help tabs.<\\/li>\\n<li>Rework:       JIRA WPB-1378   Adjusted formatting of footer in Dashboard.<\\/li>\\n<li>Rework:       JIRA WPB-1369   Update minus signs on \'Transaction History\'.<\\/li>\\n<li>New feature:  JIRA WPB-1379   On the transactions page, show the reseller that processed the credits.<\\/li>\\n<li>Bug fix:                      Count of \'All\' pages inaccurate on \'All pages\'.<\\/li>\\n<li>Bug fix:      JIRA WPB-1367   Updated link for \'Lost your BoldGrid Connect Key?\'.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<ul>\\n<li>Bug fix:      JIRA WPB-1374   Updated activation timestamp to include timezone in UTC.<\\/li>\\n<li>Bug fix:                      Attribution page shows style tags.<\\/li>\\n<li>Bug fix:                      Strict Standards fix for wp<em>kses<\\/em>allowed_html.<\\/li>\\n<li>Bug fix:                      Fixed incorrect link.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0<\\/h4>\\n\\n<ul>\\n<li>Initial public release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3<\\/h4>\\n\\n<p>Version 1.3 has been released with a redesigned Inspiration phase. For more information on this change and others, please visit our blog at https:\\/\\/www.boldgrid.com\\/boldgrid-1-3-released\\/ .<\\/p>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Users should upgrade to version 1.0.2 to ensure proper BoldGrid theme updates.<\\/p>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:78227:\"{\"5.8\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7.5\":{\"2.6.5\":[100,95]},\"5.7.4\":{\"2.6.5\":[100,95]},\"5.7.3\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7.2\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7.1\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.7\":{\"2.6.5\":[100,95]},\"5.6.6\":{\"2.6.5\":[100,95]},\"5.6.5\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.3\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.2\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6.1\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.6\":{\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.8\":{\"2.6.5\":[100,95]},\"5.5.7\":{\"2.6.5\":[100,95]},\"5.5.6\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.4\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.3\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.2\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5.1\":{\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.5\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.9\":{\"2.6.5\":[100,95]},\"5.4.8\":{\"2.6.5\":[100,95]},\"5.4.7\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.6\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.5\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.4\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.3\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.2\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4.1\":{\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.4\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.9\":{\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.8\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.7\":{\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.6\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.5\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.4\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.3\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.2\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3.1\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.9\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.7\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.6\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.5\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.4\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.3\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.2\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2.1\":{\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.2\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.8\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.7\":{\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.6\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.5\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.4\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.3\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.2\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1.1\":{\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.1\":{\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.9\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.8\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.7\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.6\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.5\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.4\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.3\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.2\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.10\":{\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0.1\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"5.0\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.9\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.8\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.6\":{\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.5\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.4\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.3\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.2\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.14\":{\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.13\":{\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.12\":{\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.11\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.10\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9.1\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.9\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.8\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.7\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.6\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.5\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.4\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.3\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.2\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.10\":{\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8.1\":{\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.8\":{\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.9\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.8\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.6\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.13\":{\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.12\":{\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.11\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.10\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.9\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.8\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.7\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.12\":{\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.11\":{\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.10\":{\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.4\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.3\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.2\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.12\":{\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.11\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.10\":{\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5.1\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.9\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.8\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.7\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.6\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.5\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.4.10\":{\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]},\"4.3.1\":{\"0.29\":[100,12],\"1.0.2\":[100,12],\"1.0.3\":[100,12],\"1.0.4\":[100,12],\"1.0.5\":[100,12],\"1.0.6\":[100,12],\"1.0.7\":[100,12],\"1.0.8.1\":[100,12],\"1.0.9.1\":[100,12],\"1.0.9.2\":[100,12],\"1.0.10\":[100,12],\"1.0.11\":[100,12],\"1.0.12.1\":[100,12],\"1.1.1\":[100,12],\"1.1.2.1\":[100,12],\"1.1.2.3\":[100,12],\"1.1.1.1\":[100,12],\"1.1.3\":[100,12],\"1.1.4\":[100,12],\"1.1.5\":[100,12],\"1.1.6\":[100,12],\"1.1.7\":[100,12],\"1.1.8\":[100,12],\"1.2\":[100,12],\"1.2.1\":[100,12],\"1.2.2\":[100,12],\"1.2.4\":[100,12],\"1.2.5\":[100,12],\"1.2.8\":[100,12],\"1.2.9\":[100,12],\"1.2.11\":[100,12],\"1.2.13\":[100,12],\"1.3\":[100,12],\"1.3.1\":[100,12],\"1.3.2\":[100,12],\"1.3.3\":[100,12],\"1.3.4\":[100,12],\"1.3.5\":[100,12],\"1.3.6\":[100,12],\"1.3.7\":[100,12],\"1.3.8\":[100,12],\"1.3.9\":[100,12],\"1.3.10\":[100,12],\"1.4\":[100,12],\"1.4.1\":[100,12],\"1.4.2\":[100,12],\"1.4.3\":[100,12],\"1.4.4\":[100,12],\"1.4.5\":[100,12],\"1.4.6\":[100,12],\"1.4.0.1\":[100,12],\"1.4.7\":[100,95],\"1.4.8\":[100,95],\"1.4.9\":[100,95],\"1.4.10\":[100,95],\"1.4.11\":[100,95],\"1.5\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6-rc.1\":[100,95],\"1.5.6\":[100,95],\"1.5.7\":[100,95],\"1.5.8\":[100,95],\"1.6.0\":[100,95],\"1.6.1\":[100,95],\"1.6.2\":[100,95],\"1.6.3\":[100,95],\"1.6.4\":[100,95],\"1.6.5\":[100,95],\"1.7.0-rc.1\":[100,95],\"1.7.0-rc.2\":[100,95],\"2.0.0-rc.1\":[100,95],\"2.0.0-rc.2\":[100,95],\"2.0.0-rc.3\":[100,95],\"2.0.0\":[100,95],\"2.0.1\":[100,95],\"2.0.2\":[100,95],\"2.0.3\":[100,95],\"2.0.4\":[100,95],\"2.0.5\":[100,95],\"2.0.6\":[100,95],\"2.0.7\":[100,95],\"2.1.0-rc.1\":[100,95],\"2.1.0\":[100,95],\"2.1.1\":[100,95],\"2.2.0\":[100,95],\"2.2.1\":[100,95],\"2.2.2\":[100,95],\"2.3.0\":[100,95],\"2.3.1\":[100,95],\"2.4.0\":[100,95],\"2.4.1\":[100,95],\"2.4.2\":[100,95],\"2.4.3\":[100,95],\"2.4.4\":[100,95],\"2.5.0\":[100,95],\"2.5.1\":[100,95],\"2.5.2\":[100,95],\"2.6.0\":[100,95],\"2.6.1\":[100,95],\"2.6.2\":[100,95],\"2.6.3\":[100,95],\"2.6.4\":[100,95],\"2.6.5\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:113:\"{\"inspiration\":\"Inspiration\",\"customization\":\"Customization\",\"build\":\"Build\",\"create\":\"Create\",\"design\":\"Design\"}\";s:7:\"banners\";s:151:\"{\"low\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-inspirations-banner-1544x500.png\"}\";s:6:\"editor\";O:8:\"stdClass\":3:{s:7:\"version\";s:7:\"1.6.0.2\";s:5:\"title\";s:15:\"BoldGrid Editor\";s:8:\"asset_id\";s:6:\"900312\";}s:7:\"staging\";O:8:\"stdClass\":3:{s:7:\"version\";s:5:\"1.5.1\";s:5:\"title\";s:16:\"BoldGrid Staging\";s:8:\"asset_id\";s:6:\"876738\";}s:14:\"theme_versions\";O:8:\"stdClass\":42:{s:2:\"26\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237030;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-uptempo-1.20.9.zip\";}s:2:\"28\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237029;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-diced-1.25.9.zip\";}s:2:\"29\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237028;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-evolv-1.25.9.zip\";}s:2:\"30\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.20.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237027;s:7:\"package\";s:63:\"https://repo.boldgrid.com/themes/boldgrid-florentine-1.20.9.zip\";}s:2:\"31\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237026;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-hifidel-1.25.9.zip\";}s:2:\"32\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.25.9\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237025;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-hydra-1.25.9.zip\";}s:2:\"33\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237024;s:7:\"package\";s:58:\"https://repo.boldgrid.com/themes/boldgrid-linx-1.25.10.zip\";}s:2:\"34\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1236959;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-pavilion-1.25.10.zip\";}s:2:\"35\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237023;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-primas-1.25.10.zip\";}s:2:\"36\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.20.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237022;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-resolve-1.20.10.zip\";}s:2:\"38\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237021;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-vacation-1.25.10.zip\";}s:2:\"40\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.25.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237020;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-gridone-1.25.10.zip\";}s:2:\"42\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.18.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237019;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-venetian-1.18.10.zip\";}s:2:\"43\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.18.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237018;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-haven-1.18.10.zip\";}s:2:\"44\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.16.11\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237017;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-wedge-1.16.11.zip\";}s:2:\"45\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"1.15.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237016;s:7:\"package\";s:62:\"https://repo.boldgrid.com/themes/boldgrid-monument-1.15.10.zip\";}s:2:\"48\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237015;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-callaway-1.3.10.zip\";}s:2:\"49\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1236956;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-swifty-1.3.10.zip\";}s:2:\"50\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237014;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.10.zip\";}s:2:\"51\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237013;s:7:\"package\";s:61:\"https://repo.boldgrid.com/themes/boldgrid-westview-1.3.10.zip\";}s:2:\"52\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"0.4.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237012;s:7:\"package\";s:60:\"https://repo.boldgrid.com/themes/boldgrid-lattice-0.4.10.zip\";}s:2:\"54\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-05-15\";s:8:\"asset_id\";i:1097350;s:7:\"package\";s:45:\"https://repo.boldgrid.com/themes/Bolt-0.1.zip\";}s:2:\"56\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2020-06-30\";s:8:\"asset_id\";i:1110570;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Coherent-0.1.zip\";}s:2:\"57\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-29\";s:8:\"asset_id\";i:1166277;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/SwiftyV2-0.1.zip\";}s:2:\"58\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-01-27\";s:8:\"asset_id\";i:1167731;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/GridOneV2-0.1.zip\";}s:2:\"59\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-02\";s:8:\"asset_id\";i:1170404;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/CallawayV2-0.1.zip\";}s:2:\"60\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-11\";s:8:\"asset_id\";i:1172882;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/ResolveV2-0.1.zip\";}s:2:\"61\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1174594;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/WedgeV2-0.1.zip\";}s:2:\"62\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-17\";s:8:\"asset_id\";i:1175323;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/DicedV2-0.1.zip\";}s:2:\"63\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-02-25\";s:8:\"asset_id\";i:1177324;s:7:\"package\";s:47:\"https://repo.boldgrid.com/themes/LinxV2-0.1.zip\";}s:2:\"64\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-02\";s:8:\"asset_id\";i:1177773;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/HifidelV2-0.1.zip\";}s:2:\"65\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-03\";s:8:\"asset_id\";i:1178992;s:7:\"package\";s:50:\"https://repo.boldgrid.com/themes/UptempoV2-0.1.zip\";}s:2:\"66\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-11\";s:8:\"asset_id\";i:1180564;s:7:\"package\";s:48:\"https://repo.boldgrid.com/themes/EvolvV2-0.1.zip\";}s:2:\"67\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-18\";s:8:\"asset_id\";i:1182152;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/WestviewV2-0.1.zip\";}s:2:\"68\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-03-23\";s:8:\"asset_id\";i:1183787;s:7:\"package\";s:53:\"https://repo.boldgrid.com/themes/FlorentineV2-0.1.zip\";}s:2:\"69\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-01\";s:8:\"asset_id\";i:1184444;s:7:\"package\";s:52:\"https://repo.boldgrid.com/themes/CrioStarter-0.1.zip\";}s:2:\"70\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-07\";s:8:\"asset_id\";i:1187346;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VacationV2-0.1.zip\";}s:2:\"71\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-04-27\";s:8:\"asset_id\";i:1190564;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/MonumentV2-0.1.zip\";}s:2:\"72\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-03\";s:8:\"asset_id\";i:1192977;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/Hydra V2-0.1.zip\";}s:2:\"73\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-13\";s:8:\"asset_id\";i:1193996;s:7:\"package\";s:51:\"https://repo.boldgrid.com/themes/VenetianV2-0.1.zip\";}s:2:\"74\";O:8:\"stdClass\":4:{s:7:\"version\";s:3:\"0.1\";s:7:\"updated\";s:10:\"2021-05-20\";s:8:\"asset_id\";i:1196830;s:7:\"package\";s:49:\"https://repo.boldgrid.com/themes/PrimasV2-0.1.zip\";}s:2:\"99\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"1.3.10\";s:7:\"updated\";s:10:\"2022-01-24\";s:8:\"asset_id\";i:1237014;s:7:\"package\";s:59:\"https://repo.boldgrid.com/themes/boldgrid-cobalt-1.3.10.zip\";}}s:9:\"site_hash\";s:32:\"7ec84b1fdd8a61f80617ef26816af641\";s:19:\"reseller_identifier\";s:3:\"IMH\";s:14:\"reseller_title\";s:16:\"InMotion Hosting\";s:17:\"reseller_logo_url\";s:78:\"./wp-content/plugins/boldgrid-inspirations/assets/images/wordpressinmotion.png\";s:20:\"reseller_website_url\";s:32:\"https://www.inmotionhosting.com/\";s:20:\"reseller_support_url\";s:52:\"http://www.inmotionhosting.com/support/edu/boldgrid/\";s:16:\"reseller_amp_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:14:\"reseller_email\";s:27:\"support@inmotionhosting.com\";s:14:\"reseller_phone\";s:14:\"1-888-321-4678\";s:16:\"reseller_css_url\";s:71:\"/wp-content/plugins/boldgrid-inspirations/assets/css/boldgrid-login.css\";s:17:\"reseller_coin_url\";s:55:\"https://secure1.inmotionhosting.com/amp/boldgrid/manage\";s:20:\"reseller_brand_login\";b:1;s:13:\"wporg_plugins\";O:8:\"stdClass\":4:{s:6:\"backup\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:50:\"https://plugins.svn.wordpress.org/boldgrid-backup/\";s:11:\"package_url\";s:66:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.14.13.zip\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:8:\"old_slug\";s:15:\"boldgrid-backup\";s:5:\"title\";s:12:\"Total Upkeep\";s:7:\"version\";s:7:\"1.14.13\";}s:6:\"editor\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:56:\"https://plugins.svn.wordpress.org/post-and-page-builder/\";s:11:\"package_url\";s:71:\"https://downloads.wordpress.org/plugin/post-and-page-builder.1.19.0.zip\";s:4:\"slug\";s:21:\"post-and-page-builder\";s:8:\"old_slug\";s:15:\"boldgrid-editor\";s:5:\"title\";s:21:\"Post and Page Builder\";s:7:\"version\";s:6:\"1.19.0\";}s:3:\"seo\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:52:\"https://plugins.svn.wordpress.org/boldgrid-easy-seo/\";s:11:\"package_url\";s:67:\"https://downloads.wordpress.org/plugin/boldgrid-easy-seo.1.6.10.zip\";s:4:\"slug\";s:17:\"boldgrid-easy-seo\";s:8:\"old_slug\";s:12:\"boldgrid-seo\";s:5:\"title\";s:17:\"BoldGrid Easy SEO\";s:7:\"version\";s:6:\"1.6.10\";}s:7:\"weforms\";O:8:\"stdClass\":6:{s:8:\"repo_url\";s:42:\"https://plugins.svn.wordpress.org/weforms/\";s:11:\"package_url\";s:50:\"https://downloads.wordpress.org/plugin/weforms.zip\";s:4:\"slug\";s:7:\"weforms\";s:8:\"old_slug\";s:7:\"weforms\";s:5:\"title\";s:7:\"weForms\";s:7:\"version\";N;}}s:9:\"is_author\";b:0;}}s:14:\"license_status\";b:1;s:7:\"updated\";i:1657201020;}','no'),(327,'can_compress_scripts','0','no'),(378,'boldgrid_inspirations_activated_version','2.6.3','no'),(115707,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1657244648','no'),(115708,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/\'>The Month in WordPress – June 2022</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\'>People of WordPress: Leo Gopal</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/wordcamp-europe-finale/\'>Do The Woo Community: A WordCamp Europe Finale with Bōggie Yanishen and Carl Alexander</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/anders-noren-remakes-davis-theme-as-davis-blocks-with-full-site-editing-support\'>WPTavern: Anders Norén Remakes Davis Theme as Davis Blocks with Full-Site Editing Support</a></li><li><a class=\'rsswidget\' href=\'https://cdn.poststatus.com/a-better-rest-api-improving-developer-docs-open-sourcing-theme-designs-webp-and-multiple-mime-type-support-for-images/\'>Post Status: A Better REST API, Improving Developer Docs, Open Sourcing Theme Designs, WebP and multiple MIME type support for images</a></li></ul></div>','no'),(115737,'_transient_is_multi_author','0','yes'),(115699,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1657244648','no'),(115700,'_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:112:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 16:30:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.1-alpha-53679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:30:{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:36:\"The Month in WordPress – June 2022\";s:7:\"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/2022/07/the-month-in-wordpress-june-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2022 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;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=13069\";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:313:\"With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&#160; WordPress 6.1 is Slated for Release on October 25, 2022 Planning for WordPress 6.1 kicked off a few weeks ago with a proposed schedule and a call for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:12416:\"\n<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team ​​released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the &#8220;<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>&#8221; posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <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/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</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:\"13069\";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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Leo Gopal\";s:7:\"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:65:\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s: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, 30 Jun 2022 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:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"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:2;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:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13020\";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:355:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give. Writing as [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Meher Bala\";s: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:11719:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&#038;ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo&#8217;s story, and have mapped with his WordPress journey.&nbsp;</p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. &nbsp;</p>\n\n\n\n<h2>It all began with WordPress 1.2 &#8216;Mingus&#8217;</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&amp;ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?w=720&amp;ssl=1 720w, https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></figure>\n\n\n\n<p>As Leo&#8217;s confidence grew through expressing himself in writing, he was determined that his stutter would &#8216;no longer hold power over him&#8217;. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on &#8216;Customising WordPress&#8217; and &#8216;Making WordPress your own&#8217;.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.”&nbsp;</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone.&nbsp;&nbsp;</p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this.&nbsp;</p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption><em>Leo speaking at a WordCamp</em> Cape Town, 2016</figcaption></figure>\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed.&nbsp;&nbsp;</p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 &#8211; 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low &#8211; start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns.&nbsp;&nbsp;</p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?w=1944&amp;ssl=1 1944w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption><em>Leo speaking at a WordCamp</em> Cape Town, 2019</figcaption></figure>\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the &#8216;right&#8217; circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\'https://profiles.wordpress.org/leogopal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>leogopal</a>) for sharing her experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\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:\"13020\";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:61:\"\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:49:\"WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s:7:\"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:70:\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\";s: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, 27 Jun 2022 15:13:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";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: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=13013\";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:154:\"Join WordPress Executive Director Josepha Haden Chomphosy as she covers planning for major releases and how you can get involved in the 6.1 release cycle!\";s: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/2022/06/WP-Briefing-034.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:14:\"Santana Inniss\";s: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:8675:\"\n<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</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://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p>All right my friends. So it&#8217;s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because,&nbsp; as most of you know, WordPress never sleeps. Y&#8217;all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn&#8217;t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br></p>\n\n\n\n<p>So if you&#8217;ve never contributed to a major release of WordPress before, and you&#8217;re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you&#8217;re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11]&nbsp;</p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we&#8217;re seeing in track, a schedule, the whole kit, and caboodle. It&#8217;s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start.&nbsp;</p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we&#8217;re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23]&nbsp;</p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it&#8217;ll be okay. We&#8217;ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that&#8217;s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress&#8217; overall success.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19]&nbsp;</p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can&#8217;t quite commit to grabbing an oar today, that&#8217;s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is.&nbsp;</p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what&#8217;s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14]&nbsp;</p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That&#8217;s taking place on September 24th and 25th. Uh, it&#8217;s happening over Zoom, so location or travel shouldn&#8217;t really be an obstacle for you. I&#8217;m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that.&nbsp;</p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07]&nbsp;</p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It&#8217;s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s: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:\"13013\";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:61:\"\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:59:\"WP Briefing: Episode 33: Some Important Questions from WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jun 2022 11:01: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";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: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=13005\";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:165:\"WordPress Executive Director Josepha Haden Chomphosy covers some important questions from WordCamp Europe on this special episode of the WordPress Briefing podcast. \";s: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/2022/06/WP-Briefing-033.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:14:\"Santana Inniss\";s: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:13788:\"\n<p>In the thirty-third episode of the WordPress Briefing, hear Josepha Haden Chomphosy recap important questions from WordCamp Europe, and a selection of Contributor Day interviews. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">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/santanainniss/\">Santana Inniss</a></li><li>Production Assistance: <a href=\"https://profiles.wordpress.org/priethor/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li><li>Special Guests: <a href=\"https://profiles.wordpress.org/milana_cap/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/daugis/\">Daugirdas Jankus</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><em><a href=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\">L&#8217;esprit de l&#8217;escalier</a></em></li><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" data-type=\"URL\">Flexbox Layout Blocks</a></li><li><a href=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\">Translating Content on Learn WordPress</a></li><li><a href=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\">Translating Subtitles</a></li><li><a href=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\" data-type=\"URL\" data-id=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\">Collaboration Across Cultures</a> (Blog)</li><li><a href=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\">Collaboration Across Cultures</a> (YouTube Video)</li><li><a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2023/call-for-organisers/\">WordCamp Europe Athens: Call for Organizers</a></li><li><a href=\"https://twitter.com/matias_ventura/status/1534602705456480260\" data-type=\"URL\" data-id=\"https://twitter.com/matias_ventura/status/1534602705456480260\">6.1 Release Planning Twitter Thread</a></li><li><a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">6.1 Release Planning Roadmap Post</a></li><li><a href=\"https://make.wordpress.org/meetings/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meetings/\">Make WordPress Meetings Calendar</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13005\"></span>\n\n\n\n<p>[<strong>Daugirdas Jankus </strong>00:00:04]&nbsp;</p>\n\n\n\n<p>Honestly, it&#8217;s not a secret. It&#8217;s a big part of our business. And I think it&#8217;s like WordPress is a big part of all the hosting company, company’s, businesses, you know? So for us, it is like, we want to make it better. We want to give back. We want to understand, you know, where we can contribute the most. And we see it as a, you know, win, win, win situation for everyone, for clients, for the whole ecosystem.</p>\n\n\n\n<p>And for us as a business, of course!</p>\n\n\n\n<p>[<strong>Milana Cap </strong>00:00:32]&nbsp;</p>\n\n\n\n<p>My favorite WordPress component is WP CLI. That&#8217;s my crush, haha, because I love terminal. I love doing it. I&#8217;m not a really UI type of person, I get lost in UI. But in terminal, you just type command and it does what you want. And a WP CLI is much more powerful than WordPress dashboard. You can do so many things there and you can have fun.</p>\n\n\n\n<p>Uh, so that&#8217;s my go-to tool!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:10]&nbsp;</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&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:36]&nbsp;</p>\n\n\n\n<p>Many, many people were at WordCamp Europe a couple of weeks ago. And at the end, Matt and I closed out the event sessions with a little question and answer time from the community. I was excited to see everyone and excited to answer their questions. But as with all spur of the moment answers, I experienced this <em>l&#8217;esprit de l&#8217;escalier </em>and I found that there were a few things that I would have answered a little more completely if I had taken more than two seconds to think about them.</p>\n\n\n\n<p>So today I&#8217;m going to augment some of the answers from that session with a little more context and clarity. There was a question from Laura Byrne about favorite blocks in recent WordPress releases. And given that I was exclusively holding WordCamp Europe information in my brain at the time, I couldn&#8217;t think of which block was my favorite. While I was sitting there on that stage,</p>\n\n\n\n<p>I realized that one of my favorite things about WordPress’s 6.0 release, like Matt, wasn&#8217;t really a block, but it was a functional workflow sort of thing. So my favorite thing was the ability to lock blocks, but I mean, the question was about favorite blocks. And so I do know that some of the most anticipated blocks are the Flexbox layout blocks. Whew. What a sentence!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:46]</p>\n\n\n\n<p>Try to say that three times fast! Those blocks are the Flexbox layout blocks, they are sort of shortcuts that show up when you&#8217;re selecting multiple blocks and allow for easy side-by-side layouts. I&#8217;m not explaining it in a way that does it much justice, but I will share a link in the show notes that has more information and you can kind of see how empowering that particular block is in the block editor.</p>\n\n\n\n<p>The next question I wanted to give a little more context to came from Courtney Robertson. She asked about how to make translated content more readily available on learn.wordpress.org. My answer was pretty far ranging and talked about why it&#8217;s harder to commit to prioritizing that over, for my example, translating WordPress core.&nbsp;</p>\n\n\n\n<p>But I also understand that there are people who want to help and just need someone to point them in the right direction. And so I want to be clear that it is possible to have workshops in any language on learn.wordpress.org right now. We just don&#8217;t have a lot of people contributing those translations.</p>\n\n\n\n<p>So there are conversations going on right now in the training team about using Glotpress on learn.wordpress.org, and also how to translate subtitles. So, if you are looking for ways to give back through translation and training is an important kind of area of your focus. I will have links to both of those things in the show notes as well.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:11]</p>\n\n\n\n<p>I also gave a quick answer, uh, after this question about how hard it is to recognize contributions that are separate from a major event or major release. In this case, when I say recognize, that&#8217;s recognized as in thank, not recognize as in, know it exists. In case it&#8217;s not clear why that was connected, why that answer was connected to the question, training materials are self-serve and not always specific to individual releases of WordPress.</p>\n\n\n\n<p>So that means the maintenance of any content around training happens routinely over the course of time, rather than because of a specific release or a WordCamp. What sometimes can make it a little harder to entice people to join us in that work.&nbsp;</p>\n\n\n\n<p>And now the third question I&#8217;d like to tackle is the one that came from Megan Rose. She asked how we can encourage better diversity as we go back to in-person events. My answer was more about the big picture, program-wide work that has been done and specific awarenesses that I, as a leader, have been keeping top of mind. That answer is still true and is still important, but again, it doesn&#8217;t really help anyone who&#8217;s wondering how they can show up today in their own communities, and do the hard work of fostering an inclusive space there so that we can confidently welcome more diverse voices together.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:27]</p>\n\n\n\n<p>A great place to start is to have conversations with people who aren&#8217;t like you and really listen. Also recognizing that we all come from different backgrounds that give us more or less opportunity and always be asking yourself, who is missing from this conversation and why, how can I find them and invite them into our own WordPress spaces?</p>\n\n\n\n<p>If that all kind of feels right up your alley, I would check out the show notes. I&#8217;ll have some links in there to the community team’s site, as well as a few posts that will help you to explore that a bit further as well.&nbsp;</p>\n\n\n\n<p>There were also a couple of questions about market share slash usage of WordPress, and Five for the Future that I really do want to answer, but as I was writing up the context and just kind of exploring the questions that people were raising, it turned out to really be quite a big set of answers.</p>\n\n\n\n<p>So I will do those in either two separate episodes of their own or one surprisingly long, for me, episode. And so there you have it, a lightning round, deep dive on a few questions from WordCamp Europe.</p>\n\n\n\n<p>[<strong>Jonathan Desrosiers </strong>00:06:41]&nbsp;</p>\n\n\n\n<p>Yeah, it&#8217;s definitely great to be back in person. Um, it&#8217;s been a long two years, two or three years for a lot of people and it&#8217;s, it&#8217;s, it&#8217;s great that we&#8217;re such an asynchronous community and we can all stay connected online through Slack and different means. Um, but there are some things that you can&#8217;t replace, like making friends with people and learning people&#8217;s demeanors and having some discussions in person that you can&#8217;t replace.</p>\n\n\n\n<p>And so, uh, I&#8217;m really excited to see people I haven&#8217;t seen in a long time. Meet new people and, um, you know, have some of those discussions here today in Portugal.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:07:21]&nbsp;</p>\n\n\n\n<p>Which then brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>If you missed the announcement, WordCamp Europe will be in Athens next year. And the call for organizers is open already. It&#8217;s an experience that is absolutely irreplaceable. So I&#8217;ll link to that in the show notes, in case you&#8217;ve always wanted to give back to WordPress that way.</p>\n\n\n\n<p>The second thing on my list is that work on the next major release of WordPress is already underway. There is a post with roadmap info that was published recently, as well as a slightly more casual thread on Twitter. I&#8217;ve linked both of those in the show notes, so that you have some concept of what it is that we are aiming for in 6.1, and also a concept of where to go to get started working on it if that&#8217;s what you feel like doing, uh, for the next three to four months– 120 days, roughly.</p>\n\n\n\n<p>Uh, and finally. This is less of like a thing to be aware of in the next two weeks and kind of a little WordPress project tool tip. Did you know that we have a calendar that shows all meetings for all teams all week long? It will make you feel tired by the amount of work that gets done in the WordPress project every week, but it&#8217;s right there on make.wordpress.org/meetings.</p>\n\n\n\n<p>So you never have to wonder where folks are meeting to talk about things ever again. And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[<strong>Santana Inniss &amp; Héctor Prieto </strong>00:09:11]&nbsp;</p>\n\n\n\n<p>Hello! Mic test. One, two, one, two.&nbsp;</p>\n\n\n\n<p>We are testing the USB microphone. Let&#8217;s hope we&#8217;re using it actually.&nbsp;</p>\n\n\n\n<p>I think so. I think so.&nbsp;</p>\n\n\n\n<p>Yes. Because now I am far, and now I am much closer to the microphone. Yes.&nbsp;</p>\n\n\n\n<p>And I am sitting in the same spot.&nbsp;</p>\n\n\n\n<p>Good. Hello?&nbsp;</p>\n\n\n\n<p>Hello!&nbsp;</p>\n\n\n\n<p>Mic test one, two.</p>\n\n\n\n<p>Mic test one, two.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>[laughter]</p>\n\n\n\n<p>And, close.</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>I&#8217;m close to the mic. I&#8217;m far from the mic.&nbsp;</p>\n\n\n\n<p>I&#8217;m far from the mic. Wow.</p>\n\n\n\n<p>Not so far.</p>\n\n\n\n<p>[laughter]</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:\"13005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2022\";s:7:\"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/2022/06/the-month-in-wordpress-may-2022/\";s: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, 02 Jun 2022 11:35:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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:\"\";}i:1;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=12993\";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:\"WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress! Say hello to WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:12486:\"\n<p>WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.0 “Arturo”</h2>\n\n\n\n<p><strong>WordPress 6.0 “Arturo” was released on May 24, 2022</strong>. Named in honor of the Latin jazz musician Arturo O’Farrill, the awaited release brings more customization tools and numerous updates to make the site-building experience more intuitive.</p>\n\n\n\n<p>Check out the <a href=\"https://youtu.be/oe452WcY7fA\">WordPress 6.0 video</a> and the <a href=\"https://wordpress.org/news/2022/05/arturo/\">announcement post</a> for an overview of the most important changes. Interested in knowing more about the features that will help you build with and extend WordPress? Then the WordPress 6.0 <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">Field Guide</a> might be for you.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Over 500+ people in 58+ countries made WordPress 6.0 possible – Thank you!</p>\n\n\n\n<div class=\"wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/download/\"><strong>Download WordPress 6.0</strong></a></div>\n</div>\n\n\n\n<h2>Happy 19th birthday, WordPress!</h2>\n\n\n\n<p>Time flies, doesn&#8217;t it? Believe it or not, May 27 marked the 19th anniversary of WordPress’ first release! To celebrate, the community put together <a href=\"https://wp19.day/\">a special site</a> (wp19.day) where contributors shared thoughts, videos, live shows, and more.</p>\n\n\n\n<p>You can still join the fun using the hashtag #WP19Day on social media, or even contribute photos of the swag you used to celebrate to the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<div class=\"wp-container-2 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\"><strong><strong><strong>If you haven&#8217;t yet, this is also a great opportunity to share your WordPress story. Visit the #GrowYourStoryWP initiative to learn more – We’d love to hear from you.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>New in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">Gutenberg 13.2</a> shipped on May 11, 2022, and brings a new API to save editor preferences on the server, visual guides for padding and margins, and improvements to the Comment block.</li><li><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3</a> comes with a new Table of Contents block and a number of enhancements to existing blocks to provide more ways to display content, among other highlights. It was released on May 25, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-3 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Five for the Future, guidelines for in-person regional WordCamps, and more</h2>\n\n\n\n<ul><li>Following an earlier discussion on in-person regional WordCamps, the Community team announced new <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">guidelines</a> for these WordPress events.</li><li>The Five for the Future (5ftF) initiative is key to ensuring the future of the WordPress project. As part of the ongoing efforts to improve this initiative, Executive Director Josepha Haden suggested a <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">definition</a> for 5ftF pledges and contributions.</li><li>Tonya Mork posted a summary of the <a href=\"https://make.wordpress.org/test/2022/05/31/core-test-stats-for-wordpress-6-0/\">core test stats for WordPress 6.0</a>.</li><li>The Meta and Theme Review teams shared an update on the work done over the past year to <a href=\"https://make.wordpress.org/meta/2022/05/23/theme-reviews-improvements/\">improve the theme review process</a>. As a result, the average time for themes to be reviewed has decreased by 90%.</li><li>Josepha Haden kicked off a discussion post to gather feedback on the <a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Community Code of Conduct</a> section of the new <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">Contributor Handbook</a>.</li><li>On a similar note, the Community team created a new <a href=\"https://make.wordpress.org/updates/2022/05/26/announcement-incident-response-training/\">Incident Response Training</a>. The course, which is live on <a href=\"https://learn.wordpress.org/course/incident-response-team-training/\">Learn WordPress</a> and considered a work in progress, addresses how WordPress contributors take and respond to code of conduct reports.</li><li>The Training team published new lesson plans, workshops, courses, and Social Learning Spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/05/01/whats-new-on-learnwp-in-april-2022/\">See what’s new</a>.</li><li>The #WPDiversity working group organized several <a href=\"https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/\">Allyship and Diverse Speaker Workshops</a> in April. Attendees reported a 40% increase in public speaking confidence after attending the Speaker workshops. <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Stay tuned</a> for the next events!</li><li>A <a href=\"https://make.wordpress.org/test/2022/05/30/fse-program-rallying-recipe-reviewers-summary/\">summary</a> of the 14th testing call of the Full Site Editing (FSE) Outreach program – “Rallying Recipe Reviewers” was recently published.</li><li>You can also find <a href=\"https://make.wordpress.org/core/2022/05/31/high-level-feedback-from-the-fse-outreach-program-may-2022/\">high-level feedback on the FSE Program</a> in this May 2022 post.</li><li>Learn more about the <a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">projects</a> the Design team contributed to over the past month.</li><li>Anne McCarthy hosted a Hallway Hangout to talk about various FSE pull requests and designs. The recording is available in <a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">this post</a>. </li><li>The May editions of the <a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/05/31/polyglots-monthly-newsletter-may-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the story of <a href=\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\">Dee Teal</a>.</li></ul>\n\n\n\n<div class=\"wp-container-4 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\"><strong><strong>The </strong><strong>thirty-first episode of WP Briefing</strong><strong> celebrated Global Accessibility Awareness Day (May 19) with guest Joe Devon.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>The Core team is working on ​​an experimental pull request (PR) to implement <a href=\"https://make.wordpress.org/core/2022/05/27/block-font-sizes-and-fluid-typography/\">fluid typography</a>. They welcome feedback on design, functionality, and API.</li><li>Version 20.0 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/31/call-for-testing-wordpress-for-android-20-0/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/30/call-for-testing-wordpress-for-ios-20-0/\">iOS</a> is now available for testing.</li><li>Were you involved in the WordPress 6.0 release? Take some time to reflect on what you learned and participate with your feedback in this <a href=\"https://make.wordpress.org/core/2022/05/27/wordpress-6-0-arturo-retrospective/\">retrospective</a>.</li></ul>\n\n\n\n<div class=\"wp-container-5 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\"><strong><strong><strong>Angela Jin has asked for feedback to help identify and record Five for the Future contributions from Make teams. </strong><strong>Share your ideas in this post</strong><strong>.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>WordCamp Europe is here!</h2>\n\n\n\n<ul><li>WordPress Foundation’s Kim Parsell Memorial Scholarship returns for WordCamp US 2022. <a href=\"https://us.wordcamp.org/2022/the-kim-parsells-memorial-scholarship-apply-now/\">Visit this post</a> for more information.</li><li>The WordCamp US <a href=\"https://us.wordcamp.org/2022/call-for-sponsors-open-wcus/\">Call for Sponsors</a> is now open.</li><li>Two more in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"🇵🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://warsaw.wordcamp.org/2022/\">WordCamp Warsaw</a>, Poland on June 11-12, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair</a>, NJ, USA on June 25, 2022</li></ul></li><li>The WordPress community is meeting today at <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> (June 2-4) in Porto, Portugal. This edition celebrates the return to in-person events and the 10th anniversary of WCEU. For everyone heading to Porto, have a great WordCamp!</li></ul>\n\n\n\n<div class=\"wp-container-6 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\"><strong><strong><strong><strong>Traveling to WCEU? Check out Josepha Haden’s </strong><strong>open source reading list</strong><strong> for interesting reads while you travel!</strong></strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</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:\"12993\";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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Dee Teal\";s:7:\"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:64:\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\";s: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, 31 May 2022 17:51:53 +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:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"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:2;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:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12946\";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:90:\"This month\'s People of WordPress feature shares the story of Dee Teal, based in Australia.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14950:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"\" class=\"wp-image-12955\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Dee with other contributors getting things ready for a WordCamp\" class=\"wp-image-12961\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Dee and other volunteers setting up for a local WordCamp</figcaption></figure>\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;WordPress and any other software package exist to serve people.&#8221;</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"329\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&#038;ssl=1\" alt=\"Dee pictured second from left as part of the WordPress 5.6 contributors\" class=\"wp-image-12957\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=300%2C96&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=768%2C246&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Some of the contributors to the <em>WordPress 5.6 release</em> </figcaption></figure>\n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.&#8221;</p><cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&#038;ssl=1\" alt=\"Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'\" class=\"wp-image-12958\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1536%2C864&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption><em>Dee shared her experience with attendees at WordCamp Europe 2019</em></figcaption></figure>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped &#8216;fuel the transitions&#8217; through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for work on this feature. Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the series. Thank you too to <a href=\'https://profiles.wordpress.org/thewebprincess/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br>Meet more WordPress community members in our People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12946\";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:61:\"\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:52:\"WP Briefing: Episode 32: An Open Source Reading List\";s:7:\"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/2022/05/episode-32-an-open-source-reading-list/\";s: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, 30 May 2022 17: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:7:\"Podcast\";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: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=12940\";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:448:\"In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Santana Inniss and Chloé Bringmann Song: [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-032.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:14:\"Santana Inniss\";s: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:11975:\"\n<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br></p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://producingoss.com/en/index.html\">Producing Open Source Software</a>, Karl Fogel</li><li><a href=\"https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&amp;btkr=1\">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href=\"https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362\">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href=\"https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&amp;keywords=Humble+Inquiry&amp;qid=1653587884&amp;s=books&amp;sprefix=humble+inquiry%2Cstripbooks%2C63&amp;sr=1-1\">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href=\"https://github.com/WordPress/book/\">WordPress Milestones</a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://wp.me/p2U65r-9f3\">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12940\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it. As well as get a small list of big things coming up in the next two weeks. I&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;</strong></p>\n\n\n\n<p>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I&#8217;ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there&#8217;s also like a chunk that&#8217;s about cross-cultural group theory and economics, and then like some beach reads, but there&#8217;s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that&#8217;s a group that&#8217;s sort of like a back-to-FOSS basics list. So I&#8217;ll share my top few with you in case you want to pack a copy for your next getaway.&nbsp;</p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y&#8217;all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone&#8217;s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven&#8217;t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress&#8217;s basic philosophies. It&#8217;s all available online, under a creative commons, ShareAlike license. And so it&#8217;s worth the read. I&#8217;ll put a link to it in the show notes so it&#8217;s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that&#8217;s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it&#8217;s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn&#8217;t necessarily mean that you will have a similar experience. And so I&#8217;m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you&#8217;re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who&#8217;ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it&#8217;s often hard to understand it if you don&#8217;t have those practical applications. And so that is why this one is on my read and reread list this year.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I&#8217;m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I&#8217;m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year.&nbsp;</p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we&#8217;ve come sometimes. I talk about our work frequently. And I talk about what we&#8217;re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we&#8217;re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it&#8217;s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let&#8217;s see what we got in the old lineup today.&nbsp;</p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it&#8217;s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I&#8217;ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter.&nbsp;</p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I&#8217;ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn&#8217;t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it&#8217;s an item cause it&#8217;s in this list, but it&#8217;s less of, like, a thing to know and more of a general thing to be aware of. It&#8217;s a general awareness item. There&#8217;s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who&#8217;s looking at this all day every day that, yeah, it&#8217;s a lot. And it&#8217;s hard to get your bearings. So if you have a team that you contribute to already, don&#8217;t forget to reach out to each other, just to check-in. Sometimes we don&#8217;t think to ask for help. Sometimes we don&#8217;t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone&#8217;s day.</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12940\";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: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:26:\"WordPress 6.0 “Arturo”\";s:7:\"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:42:\"https://wordpress.org/news/2022/05/arturo/\";s: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 May 2022 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s: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:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12879\";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:278:\"Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.\";s: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:56992:\"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&amp;ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=4161&amp;ssl=1 4161w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=300%2C203&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1024%2C694&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=768%2C521&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1536%2C1042&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=2048%2C1389&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2>Welcome to &#8220;Arturo&#8221;</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.&nbsp;</p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-container-7 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&amp;ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" /></figure>\n\n\n\n<h3>Style Switching&nbsp;</h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&amp;ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release:&nbsp;</p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&amp;ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include:&nbsp;</p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance.&nbsp;</li><li>New border controls offer a simpler way to set your border exactly as you like it.&nbsp;</li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?w=1204&amp;ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=300%2C174&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=1024%2C595&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&amp;ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>&nbsp;</li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing &amp; Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><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/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</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/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</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/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</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/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</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/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">Antony Booker</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aur&#233;lien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</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/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</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/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</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/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</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/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</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/femkreations/\">Femy Praseeth</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/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</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/genosseeinhorn/\">genosseeinhorn</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/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Gr&#233;gory Viguier</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/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</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/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</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/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</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/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</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/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">Jos&#233; Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolinakulinska/\">karolinakulinska</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">kbatdorf</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</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/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/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</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/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</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/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</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/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Ramona</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</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/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</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/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</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/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</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/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</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/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</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/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission &amp; You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br>Time to download and upgrade<br>Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1&nbsp;<a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</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:\"12879\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 3 (RC3) 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-3-rc3-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2022 16:39: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:8:\"category\";a:5:{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:\"6.0\";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: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:4;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=12866\";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:166:\"WordPress 6.0 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.0 is planned for general release on May 24, 2022.\";s: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:11:\"Dan Soschin\";s: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:4240:\"\n<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F10%2F2022..05%2F17%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>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).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is 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<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br>The reward is the journey<br>Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.&nbsp;</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:\"12866\";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:61:\"\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:127:\"WP Briefing: Episode 31: Open Source &amp; Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s:7:\"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:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s: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 May 2022 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:7:\"Podcast\";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: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=12855\";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:392:\"In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Guest: Joe [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-031.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:33186:\"\n<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability  </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel  </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</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&#8217;m your host Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]&nbsp;</p>\n\n\n\n<p>Y&#8217;all, we&#8217;ve got an absolutely jam-packed couple of weeks in WordPress. We&#8217;ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That&#8217;s also what they&#8217;re doing. I&#8217;ll share some of those highlights in today&#8217;s small list of big things, but I did want to specifically call out something that&#8217;s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27]&nbsp;</p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I&#8217;m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15]&nbsp;</p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it&#8217;s me and the mouse in my pocket—we in the WordPress community that&#8217;s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I&#8217;d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it&#8217;s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don&#8217;t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn&#8217;t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I&#8217;m like, &#8220;all right, let&#8217;s write this blog post and this can definitely work. Right?&#8221; And then you finish the blog post to hit send, and you&#8217;re like, &#8220;this is not going to work.&#8221;</p>\n\n\n\n<p>But I wasn&#8217;t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, &#8220;this is a great idea. Let&#8217;s make it happen.&#8221;</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you&#8217;re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn&#8217;t work very well. Well, that&#8217;s, that&#8217;s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It&#8217;s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I&#8217;d look back at old code and be like, &#8220;oh, I suck,&#8221; you know, or write an email even and you look back on it a day later and are like &#8220;what a stupid email, how stupid am I?&#8221; You know?  But I look back on that one after ten years; I was scared to look at it because I&#8217;m like, it must&#8217;ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened &#8211; to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it&#8217;s kinda nice, though, to look back and be like, &#8220;oh, I used to be much dumber.&#8221;</p>\n\n\n\n<p>Cause then you&#8217;re like, look how far I&#8217;ve come. I&#8217;m no longer that dumb. I&#8217;m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I&#8217;m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it&#8217;s not enough. It&#8217;s certainly improved a lot.  I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I&#8217;d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there&#8217;s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they&#8217;re scared that they&#8217;re going to be told that &#8220;no, it&#8217;s not accessible,&#8221; or that they&#8217;re going to say the wrong word or offend somebody. So I&#8217;d say that there&#8217;s some degree of trepidation, but also developers, and it&#8217;s not just developers, designers, and product people. There&#8217;s so much to learn, and it&#8217;s like, &#8220;oh God, there&#8217;s another piece that I have to learn.&#8221; </p>\n\n\n\n<p>And I&#8217;m so glad that you invited me on this podcast because it&#8217;s the developers that, you know, I am a developer, not anymore, I haven&#8217;t touched code in years, but that&#8217;s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don&#8217;t mind, I&#8217;m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I&#8217;ve had over the years, it frequently has to do with visual things. Because it&#8217;s just screens all day, right? And that&#8217;s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you&#8217;re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you&#8217;re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we&#8217;re going through it from the beginning to the&nbsp;end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that&#8217;s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I&#8217;m including the, you know, the product people, the designers, and the developers.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We&#8217;re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50]  </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they&#8217;re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don&#8217;t remember the exact thing cause it&#8217;s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it&#8217;s if there&#8217;s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that&#8217;s really great when you&#8217;re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I&#8217;m included in that population. And I can say that when you&#8217;re over 50, you know, I&#8217;ve got clouds in my eyes.</p>\n\n\n\n<p>I don&#8217;t know where they came from, but they definitely make it harder to see. When I&#8217;m in a restaurant, I can&#8217;t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won&#8217;t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people&#8217;s minds with disability. And they&#8217;ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they&#8217;re like, &#8220;well, I don&#8217;t even know any people in that category possibly,&#8221; and as a result, they&#8217;re like, &#8220;well, how important is this?&#8221; Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it&#8217;s because they don&#8217;t realize that everybody has different abilities. And so, I&#8217;m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I&#8217;ve, and I do this in some of my presentations. I play that, that sound. And usually, it&#8217;s Laurel for me, but sometimes it&#8217;s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There&#8217;s a different kind of blindness. If you try and remember, let&#8217;s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I&#8217;ve been asking people, and I&#8217;d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It&#8217;s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I&#8217;m like, Woah, so maybe I&#8217;m blind in a way. Right? So how do you see it? How do you remember things?&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I&#8217;m a, I&#8217;m a real visual person and a tactile person. And so, like if I interacted with someone, I&#8217;m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don&#8217;t, I don&#8217;t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don&#8217;t have mental pictures.&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don&#8217;t have an inner dialogue.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don&#8217;t understand that either,&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you&#8217;re presenting all of this information.</p>\n\n\n\n<p>And if you don&#8217;t pay attention to accessibility, you&#8217;re really just missing out. And then there&#8217;s colorblindness. If you&#8217;re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I&#8217;m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you&#8217;re not good at your job. I mean, I don&#8217;t mean to say it in an offensive way, but you&#8217;re not good at your job if you&#8217;re unaware. If you break a rule on purpose, great. But if you don&#8217;t know the rule, it&#8217;s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you&#8217;re not doing it as a charity. You&#8217;re doing it because you care about your users, and you care about your craft, and you want to build things well, and it&#8217;s a necessity. And I think that this is the kind of message that our community needs to hear.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it&#8217;s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility?  &nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that&#8217;s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don&#8217;t, we talk about accessibility a lot, but I don&#8217;t want to. It&#8217;s part of the plumbing for us. We&#8217;ve made it part of the plumbing, and I can tell you it&#8217;s a struggle to take accessibility and make it part of an organization, even when you&#8217;re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they&#8217;re learning because they&#8217;re improving their craft.</p>\n\n\n\n<p>And design is typically where there&#8217;s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it&#8217;s really about the approach because UX and design it&#8217;s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it&#8217;s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven&#8217;t run into somebody that has that disability and therefore you build it better, and it&#8217;s, it&#8217;s completely blown their mind. They love it. They love doing it. And I&#8217;m not hiring people with accessibility coming in. We&#8217;re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it&#8217;s interesting that you talk about empathy as part of being able to make sure that you&#8217;re creating something that&#8217;s accessible because I actually feel like empathy is. Like it&#8217;s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don&#8217;t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, &#8220;does this make that experience better or worse?&#8221; is the more sustainable option from my perspective, this is specifically leadership. Still, I think it&#8217;s true for accessibility as well, and probably product design as a whole, but it&#8217;s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What&#8217;s your thought on that? I think you kind of agree based on what your answer was&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can&#8217;t never about us without us, as the common saying, and we&#8217;ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we&#8217;re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we&#8217;re like, all right, they were smart. They said, &#8220;vet this with users for us, please,&#8221; because they didn&#8217;t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we&#8217;re blown away, always blown away because there are so many things you just don&#8217;t know unless you&#8217;ve lived with a particular disability. You can&#8217;t guess, and you&#8217;ve got to speak to your users and a wide variety of them. &nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it&#8217;s a personal passion of mine, so I&#8217;m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can&#8217;t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you&#8217;ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I&#8217;m sure you&#8217;re familiar with The Onion, the satirical clip, there&#8217;s the Blind Onion. And they tweet out, &#8220;Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.&#8221; And that really hurt at the time, but at the same time, and I was told to ignore it, don&#8217;t worry about it, but I&#8217;m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn&#8217;t too to just give everybody an opportunity to say, &#8220;Hey, look at what we&#8217;re doing,&#8221; and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I&#8217;ve created a state of accessibility report that through my company, we&#8217;re able to run for a few years, and it&#8217;s not, you know, the state is not great.</p>\n\n\n\n<p>And I&#8217;m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you&#8217;re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there&#8217;s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It&#8217;s really important because even the frameworks that try to pay attention to accessibility. You&#8217;ll often see that people from the community will provide examples, and they&#8217;re inaccessible. And it&#8217;s really sad when you see that because so many people are just copy-pasting. That&#8217;s typically how it works, and they&#8217;re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we&#8217;re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it&#8217;ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We&#8217;re about to announce the next one, but we&#8217;re still two weeks away.</p>\n\n\n\n<p>So I can&#8217;t say anything yet, but yeah, we&#8217;re, uh, we&#8217;re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress&#8217;s what percent of the web right now? 43%? So there you go. That&#8217;s so many people.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I&#8217;m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good&nbsp;ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let&#8217;s what keeps you up at night when it comes to the state of accessibility?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it&#8217;s, it&#8217;s a monster.</p>\n\n\n\n<p>It&#8217;s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they&#8217;re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that&#8217;s, that&#8217;s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we&#8217;ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that&#8217;s I put it in my tagline in my email like that&#8217;s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you&#8217;ve accomplished so far is what you accomplish, you feel still like you&#8217;ve had an impact?</p>\n\n\n\n<p>I feel like you have had&nbsp;an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I&#8217;m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I&#8217;m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it&#8217;s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it&#8217;s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we&#8217;re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don&#8217;t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I&#8217;ll just record it live. And so. You know you&#8217;ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s: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:\"12855\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 2 (RC2) 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-2-rc2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2022 18:06:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s: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:\"6.0\";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: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:4;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=12840\";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:171:\"WordPress 6.0 Release Candidate 2 is now available for testing! You can \ndownload and help test RC2 in three ways. You can also help translate WordPress to 100+ languages.\";s: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:11:\"Dan Soschin\";s: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:4830:\"\n<p>The next release candidate for WordPress 6.0 is now available!&nbsp;</p>\n\n\n\n<p>WordPress 6.0 is scheduled for release on May 24th, 2022 &#8211; just two weeks from today.</p>\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release! Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>Thank you to everyone who has contributed towards testing and logging issues to help make WordPress 6.0 stable (and awesome). WordPress still needs your help testing, especially theme and plugin developers.</p>\n\n\n\n<p>Since the RC1 release on May 3rd, 2022, there have been approximately 40 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F03%2F2022..05%2F10%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC2</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC2 in three ways:</p>\n\n\n\n<ul><li><strong>Option 1: </strong>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></ul>\n\n\n\n<ul><li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC2.zip\">release candidate version here (zip)</a>.</li></ul>\n\n\n\n<ul><li><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1 on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC2</code></li></ul>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so that these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a> for more details on this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is 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<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>An RC2 Haiku for You</h2>\n\n\n\n<p>Anticipation<br>Sprinting toward G/A now<br>Please — test, translate — thanks!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>.&nbsp;&nbsp;</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:\"12840\";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: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:37:\"The Month in WordPress – April 2022\";s:7:\"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/2022/05/the-month-in-wordpress-april-2022/\";s: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 May 2022 15:01:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the 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=12816\";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:329:\"This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project. WordPress 6.0 Release Candidate 1 The first release candidate (RC1) for WordPress 6.0 is now [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:10623:\"\n<p>This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.0 Release Candidate 1</h2>\n\n\n\n<p><strong>The first release candidate (RC1) for WordPress 6.0 is now available for download</strong>. Help improve the project by testing and translating this version to non-English languages. Check out the RC1 <a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\">release post</a> to learn what’s new and how to contribute. For a more in-depth look at the upcoming changes, you can refer to the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>.</p>\n\n\n\n<p>WordPress 6.0 is packed with all kinds of improvements for everyone. It brings new blocks, <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">accessibility enhancements</a>, refined design tools, the ability to switch theme styles easily, multi-block partial text selection, and a new block locking interface, to name a few of its highlights.</p>\n\n\n\n<div class=\"wp-container-8 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Listen to the latest </strong><strong>WP Briefing episode</strong><strong> for a sneak peek into the exciting features included in WordPress 6.0.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 13.0 and 13.1 are here</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0</a> shipped on April 14, 2022, and introduced the final updates that will be part of WordPress 6.0. These include an improved editor experience (with the ability to select text across blocks), better responsive blocks, and prominently exposed block patterns.</li><li><a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">Gutenberg 13.1</a> landed on April 27, 2022. This version adds border support to the Columns block and accessibility and Comment block improvements.</li></ul>\n\n\n\n<div class=\"wp-container-9 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Updated guidelines for in-person events, redesign of the Gutenberg page, and more</h2>\n\n\n\n<ul><li>The Community team announced <a href=\"https://make.wordpress.org/community/2022/04/21/announcement-updated-covid-19-guidelines-for-official-wordpress-events/\">updated Covid-19 guidelines</a> for official WordPress events.</li><li>The <a href=\"https://make.wordpress.org/meta/2022/04/12/gutenberg-landing-page-kick-off/\">redesign of the Gutenberg landing page</a> on WordPress.org is nearing completion.</li><li>#WPDiversity announced new meeting times for Asia-Pacific (APAC) areas. You can express your interest <a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\">in this post</a>.</li><li>The Training team plans to <a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\">migrate the Contributor Training materials</a> to Learn WordPress. This move will help consolidate all the community-based training content in one place.</li><li>All learners on Learn WordPress can now enjoy using <a href=\"https://make.wordpress.org/training/2022/04/07/demo-sites-for-learn-wordpress-users/\">a live WordPress demo site</a> as they go through courses on the site.</li><li>The first stable <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/04/18/version-1-0-0-of-the-performance-lab-plugin-published/\" target=\"_blank\">version 1.0.0</a> of the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin was released.</li><li>Read the latest edition of the <a href=\"https://make.wordpress.org/community/2022/04/21/meetup-organizer-newsletter-april-2022/\">Meetup Organizer Newsletter</a>.</li><li>Everyone is welcome and encouraged to join the new <a href=\"https://make.wordpress.org/photos/\">Photo Directory team</a> meetings. They are held on the first Friday of every month at 14:00 UTC in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/photos\" target=\"_blank\">#photos</a> channel of the Make WordPress Slack.</li><li>The Performance team published a <a href=\"https://make.wordpress.org/core/2022/04/12/follow-up-on-webp-by-default-proposal/\">follow-up post</a> with the next steps on the WebP proposal.</li><li>Check out the <a href=\"https://make.wordpress.org/design/2022/04/25/design-share-apr-11-22/\">projects</a> the Design team contributed to over the past couple of weeks.</li><li>Official Featured and Beta plugins now limit <a href=\"https://make.wordpress.org/plugins/2022/04/15/featured-beta-plugins-now-limit-changes/\">ownership and committer changes</a>.</li><li>The April 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/04/22/polyglots-monthly-newsletter-april-2022/\">Polyglots Monthly Newsletter</a> was published.</li><li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\">Meher Bala</a>, a frontend web developer and community builder from India.</li><li>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C0FRG66LR\" target=\"_blank\">#props</a> channel of the Make WordPress Slack is now connected to the WordPress.org profile activity! This way when you give props, it will be included on your WordPress.org profile and the profile of those you mention. This change is part of a <a href=\"https://make.wordpress.org/project/2022/03/16/proposal-to-remove-spam-dormant-five-for-the-future-pledges/\">larger project</a> that will help credit more non-code contributions.</li></ul>\n\n\n\n<div class=\"wp-container-10 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/04/11/return-to-in-person-events-share-your-challenges/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>How do you feel about in-person WordPress gatherings? The Community team wants to hear about the challenges in returning to these events.</strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>Following this <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">proposal</a> for a WordPress Project Contributor Handbook, Executive Director Josepha Haden opened a <a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">round of discussions</a> to share feedback on the various handbook sections.</li><li>Version 19.8 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/\">iOS</a> is available for testing.</li><li>Join the 14th testing call of the Full Site Editing (FSE) Outreach program – “<a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">Rallying Recipe Reviewers</a>.” This call focuses on testing blocks that help recipe authors make their recipe blogs more interactive. Leave your feedback by May 18, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-11 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Are you interested in helping test out new WordPress 6.0 features but don’t know where to start? This </strong><strong>detailed guide</strong><strong> will walk you through how to get started.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Get ready for WordCamp Europe in Porto</h2>\n\n\n\n<ul><li>We are four weeks away from <a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">WordCamp Europe</a>. After being postponed twice due to the pandemic, the WordPress event is taking place in Porto, Portugal, on 2-4 June 2022. Check out the <a href=\"https://europe.wordcamp.org/2022/schedule/\">schedule</a> and get your <a href=\"https://europe.wordcamp.org/2022/tickets/\">tickets</a> if you haven’t yet!</li><li>WordCamp US <a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">announced</a> a new program to support underrepresented speakers.</li><li><a href=\"https://irun.wordcamp.org/2022/\">WordCamp Irun</a> (Spain) is happening this month on May 21 and 22, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-12 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://us.wordcamp.org/2022/our-call-for-volunteers-is-now-open/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp US in San Diego, California, is now open. Newcomers to WordPress are always welcomed. Apply today!</strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</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:\"12816\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 Release Candidate 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:69:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-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:\"Tue, 03 May 2022 17:18:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{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:\"6.0\";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: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:4;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=12799\";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:171:\"WordPress 6.0 Release Candidate 1 is now available for testing! You can \ndownload and help test RC1 in three ways. You can also help translate WordPress to 100+ languages.\";s: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:11:\"Dan Soschin\";s: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:7242:\"\n<p>The first release candidate (RC1) for WordPress 6.0 is now available!</p>\n\n\n\n<p>This is an important milestone on the 6.0 release cycle journey. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>WordPress 6.0 is planned for official release on May 24th, 2022, three weeks from today.&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>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).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC1.zip\">release candidate version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, or 4, on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h1>What’s in WordPress 6.0 RC1?</h1>\n\n\n\n<p>Since Beta 4, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Backport updates of Comment blocks tests (<a href=\"https://core.trac.wordpress.org/ticket/55643\">#55643</a>)</li><li>Backport a bugfix of Comment Template block pagination (<a href=\"https://core.trac.wordpress.org/ticket/55658\">#55658</a>)</li><li>Editor: Backport bug fixes for WordPress 6.0 from Gutenberg (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>)</li></ul>\n\n\n\n<p>WordPress 6.0 is the second major release for 2022, following 5.9 which became generally available in January. This release includes nearly 1,000 fixes and enhancements spanning most areas of the WordPress platform. Some key highlights within the content creation and site-building feature sets include:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Various Post Comments, Read More, No Results in Query Loop, Post Author Biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li></ul>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <em><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></em>, for more details on what’s contained in this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help 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 6.0 release cycle.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is 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<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for RC 1</h2>\n\n\n\n<p>Release candidate&nbsp;<br>Our journey nearly done<br>Get ready, WordPress</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</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:\"12799\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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/2022/05/wordpress-6-0-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:\"Mon, 02 May 2022 16:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{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:\"6.0\";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: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:4;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=12787\";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:103:\"WordPress 6.0 Beta 4 is now available for testing! You can download and help test Beta 4 in three ways.\";s: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:11:\"Dan Soschin\";s: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:5813:\"\n<p>WordPress 6.0 Beta 4 is now available for testing!</p>\n\n\n\n<p>Beta 4 was not part of the originally published development cycle. It is aimed at providing an opportunity for testing some specific issues that were resolved since Beta 3. WordPress will continue with the regularly scheduled release milestones on May 3rd, 2022, with the RC1 release.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 4 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>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).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta4.zip\" data-type=\"URL\" data-id=\"https://wordpress.org/wordpress-6.0-beta4.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: wp core update &#8211;version=6.0-beta4.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>Explore What’s in Beta 4</h2>\n\n\n\n<p>Since Beta 3, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Update post content placeholder (<a href=\"https://github.com/WordPress/gutenberg/pull/40177\">#40177</a>)</li><li>Comments block: Fix glitches found while backporting (<a href=\"https://github.com/WordPress/gutenberg/pull/40628\">#40628</a>)</li><li>Show add pattern label when patterns are being prioritised (<a href=\"https://github.com/WordPress/gutenberg/pull/40598\">#40598</a>)</li><li>Fix regression with featured images in latest posts (<a href=\"https://github.com/WordPress/gutenberg/pull/40662\">#40662</a>)</li><li>Navigation Link: Avoid unnecessary re-renders (<a href=\"https://github.com/WordPress/gutenberg/pull/40696\">#40696</a>)</li><li>Navigation: Improve selector performance (<a href=\"https://github.com/WordPress/gutenberg/pull/40700\">#40700</a>)</li><li>Comments Title: Count toggle working in &#8216;Singular&#8217; editing mode (<a href=\"https://github.com/WordPress/gutenberg/pull/40728\">#40728</a>)</li><li>[Writing Flow]: Try to fix multi-selection with shift+click (<a href=\"https://github.com/WordPress/gutenberg/pull/40687\">#40687</a>)</li><li>Fix alignment issue with comment author name (<a href=\"https://github.com/WordPress/gutenberg/pull/40610\">#40610</a>)</li><li>Comment Content: Show moderation message (<a href=\"https://github.com/WordPress/gutenberg/pull/40612\">#40612</a>)</li><li>Display paragraph breaks in comment contents block (<a href=\"https://github.com/WordPress/gutenberg/pull/40667\">#40667</a>)</li><li>Fix style comment awaiting moderation indentation (<a href=\"https://github.com/WordPress/gutenberg/pull/40681\">#40681</a>)</li><li>Fix: Page patterns don&#8217;t show when only one pattern is available (<a href=\"https://github.com/WordPress/gutenberg/pull/40707\">#40707</a>)</li><li>Update the placeholder for post excerpt (<a href=\"https://github.com/WordPress/gutenberg/pull/40178\">#40178</a>)</li><li>REST API: Fix regression in the Pattern Directory endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/55617\">#55617</a>)</li><li>REST API: Fix the scheme for the Block Directory search endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/53621\">#53621</a>)</li><li>Show comments previews in the Comment Query Loop. (<a href=\"https://core.trac.wordpress.org/ticket/55634\">#55634</a>)</li><li>Avoid DB error in comment meta queries. (<a href=\"https://core.trac.wordpress.org/ticket/55218\">#55218</a>)</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is 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<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Another Haiku, Just for You</h2>\n\n\n\n<p>Beta four, surprise!<br>Iterating all day long<br>Time to share and test</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <br><a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, and <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</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:\"12787\";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:61:\"\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:54:\"WP Briefing: Episode 30: A Sneak Peek at WordPress 6.0\";s:7:\"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/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\";s: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 May 2022 13:03: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:\"Podcast\";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: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=12742\";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:132:\"Get a behind the scenes sneak peek at the WordPress 6.0 release on this episode of the WordPress Briefing featuring a special guest!\";s: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/2022/04/WP-Briefing-030.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:14:\"Santana Inniss\";s: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:33449:\"\n<p>In the thirtieth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy and special guest Channing Ritter give listeners a sneak peek into the WordPress 6.0 release ahead of the Release Candidate 1 (RC1). </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Special Guest: <a href=\"https://profiles.wordpress.org/critterverse/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</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/themes/twentytwentytwo/\">Twenty Twenty-Two Theme</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">Block Locking</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Beginner&#8217;s Guide to Contributing</a>, Josepha Haden Chomphosy</li><li><a rel=\"noreferrer noopener\" href=\"https://wordsesh.com/\" data-type=\"URL\" data-id=\"https://wordsesh.com/\" target=\"_blank\">WordSesh</a></li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/social-learning/\" data-type=\"URL\" data-id=\"https://learn.wordpress.org/social-learning/\" target=\"_blank\">Social Learning Spaces</a></li><li><a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\" target=\"_blank\">WordCamp Europe Contributor Day</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12742\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</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&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:40]</p>\n\n\n\n<p>Tomorrow&#8217;s a big day. It marks the beginning of what is called the RC period, or release candidate period, for the current major release of the WordPress CMS. If you&#8217;re not super familiar with the way release cycles work, this is the point in the process where the code should pretty much be done changing.&nbsp;</p>\n\n\n\n<p>That way you can call in your designers, developers, and anyone else who builds things for others using your software. And they can either start testing their products on it, or they can figure out what new things they need to be able to teach their clients, whichever is most relevant to them. That is generally true for WordPress as well, but in true open source fashion, there is a caveat built in that helps us to get in last-minute, vital changes from contributors.</p>\n\n\n\n<p>We have a two-person sign-off rule that&#8217;s been around for about as long as I can remember, but lets things be added late in the release cycle, as long as there are two sign-offs from qualified contributors. Most of the time, those qualified contributors are lead developers of the project, but not always. We have a good group of people who are around helping us make sure that this is doable and the best thing that we can offer to all of our users.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:50]</p>\n\n\n\n<p>And so, yeah, two-person sign-off, that is the little bit of release process trivia that you never knew you needed. And since we&#8217;re looking at a release trivia, kind of hidden bits of how software is made, I actually have a guest with me today, Channing Ritter. So Channing is a product and visual designer based in Brooklyn, New York.</p>\n\n\n\n<p>She&#8217;s a design director at Automattic and has been working on the WordPress project as a full-time sponsored contributor since January, 2021. She is joining us to share some behind the scenes intel on what&#8217;s going into the 6.0 release, her role in that process, and then we&#8217;ll just kind of see how the conversation goes from there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:40]</p>\n\n\n\n<p>Well, and with that, I&#8217;d like to welcome Channing to the WordPress Briefing. Hi Channing!</p>\n\n\n\n<p>[<strong>Channing Ritter </strong>00:02:45]</p>\n\n\n\n<p>Hey Josepha. Thanks so much for having me.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:02:48] </p>\n\n\n\n<p>I&#8217;m excited to have you here. If I understand, you are working on the design side of things with the release. So why don&#8217;t you tell me a little bit about the role you&#8217;ve played?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:02:59] </p>\n\n\n\n<p>I am. I am the design release lead for the 6.0 release. And if I understand correctly, this is a position that has been unfulfilled for the past few release cycles. So I&#8217;m kind of the first person to step in over the past few releases. And I think that&#8217;s really exciting, especially because design has started to play such a more important role in the WordPress project over the past few years.</p>\n\n\n\n<p>So it makes sense that design would have a seat at the table, and I&#8217;m really excited to be helping advocate for the design team and learning from other folks on the release squad. Who&#8217;ve been doing this for a while.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:03:33] </p>\n\n\n\n<p>So. First big question about 6.0, what is the feature that you are most excited about?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:03:39] </p>\n\n\n\n<p>I&#8217;m most excited about the style switcher within the global styles panel. Um, so if folks still don&#8217;t know what I&#8217;m talking about there, it&#8217;s the ability to change between different variations of the theme.json without actually switching the theme.&nbsp;</p>\n\n\n\n<p>So this is a way to get a drastically different look and feels across your site with just a single click. And I see it as a really fun place to experiment and kind of get inspired for the different ways your site could appear without ever having to change your theme.</p>\n\n\n\n<p>And in terms of the Twenty Twenty-Two variations, they&#8217;re just really gorgeous and all so diverse. Like you have the main default theme that has the deep green and kind of peachy colors and this really elegant type treatment with a really thin Serif typeface. But then the variations are so different from that. And I think my favorite one is the Swiss variation.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:36]</p>\n\n\n\n<p>The Swiss variation?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38]</p>\n\n\n\n<p>Yeah, every graphic design nerd loves Swiss design.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:42] </p>\n\n\n\n<p>Oh, ok! Now I know!&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38] </p>\n\n\n\n<p>Really awesome things found in there. It&#8217;s a really high contrast, bold variation. It&#8217;s kind of black and white with red accents. I just love how different it is from the default style and how easy it is to change up your site and just get a whole drastically different look and feel.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:00] </p>\n\n\n\n<p>That&#8217;s excellent. So for folks who do not know what we&#8217;re referring to, when we talk about the Twenty Twenty-Two variation, that is the default theme, Twenty Twenty-Two. I&#8217;ll put a link to both the classic and block-based versions in our show notes, but you&#8217;ll want to use the block-based version to look at these style variations that Channing has mentioned here.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:05:24] </p>\n\n\n\n<p>You know, we&#8217;re really excited that the first-ever default block theme was released with 5.9, which is when Twenty Twenty-Two first went out and was bundled with 5.9.</p>\n\n\n\n<p>But now, with 6.0, I think even more so it&#8217;s starting to showcase the real power of block themes and what can actually be done there. And style variations is a huge kind of first step into this new world of block themes and starting to really open up the possibilities and all the flexibility that you have there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:55] </p>\n\n\n\n<p>Yeah, absolutely. So when we&#8217;re talking about the Twenty Twenty-Two default theme, when we&#8217;re talking about switching these variations inside the theme itself, that seems to me to be a very user-focused kind of feature. And when we talk about users in WordPress, there&#8217;s a lot of room for interpretation. Like if we look at it kind of in a framework of three types of users of WordPress, you have, like end-users. So people who are site owners using it as a site to, like, enable their business.&nbsp;</p>\n\n\n\n<p>But you also have mid-end users—people who use it to build sites for others. And what I like to call back-end users, people who are using WordPress as a framework. And of course at the start of the Gutenberg project, way back in forever, a million years ago, one of the big calls to action that we had around even, like, trying to do this, was that we wanted to make WordPress easier for users. Just plain users.&nbsp;</p>\n\n\n\n<p>And, and to me, that means making WordPress easier for those mid-end users, people who are creating WordPress sites for other people. But also should give some power and autonomy back to those end-users, the people who are using sites to enable their business or are site owners.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:07:14] </p>\n\n\n\n<p>And so in that context, between 5.9 and 6.0, do you feel like we have features that are really giving that kind of power and agency back to our end-users? Do you feel like we have some features that are really focused on those mid-end users, as opposed to our backend users? For a long time, we focused heavily on enabling our backend users, and now Gutenberg kind of moves us into those other two areas.</p>\n\n\n\n<p>And so do you think that things like being able to switch between your style of variations, other things like that are moving us closer to that particular goal of Gutenberg?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:07:51] </p>\n\n\n\n<p>That&#8217;s a great question. I think it&#8217;s both. I think some of the features being released in 6.0 are absolutely going to empower that end-user.</p>\n\n\n\n<p>Particularly in terms of improvements around design tools and some of the quality of life improvements. For example, partially selecting across multiple blocks and being able to partially select texts there. That&#8217;s the type of thing that really brings the writing experience in the editor to be on par with how you would expect a text editing experience to work.</p>\n\n\n\n<p>And there are tons of small quality of life improvements in this release that I think are really gonna help those end-users. But there are also improvements around what we might call the maintainers who are building sites for others. I think block locking in particular is something that is really going to start filling a gap between people who build the sites and then people who do the day-to-day maintenance within a site.</p>\n\n\n\n<p>For example, in 6.0, we&#8217;re introducing some interface UI around block locking, but also there&#8217;ll be control around the ability to lock user roles.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:09:03]</p>\n\n\n\n<p>Which I think makes a lot of sense. I mean, we have all of these user roles in the CMS itself, and for a long time, we&#8217;ve just been like free for all on blocks, which was great and is great and should be available to people.</p>\n\n\n\n<p>But also if we are saying, like, it makes sense to have this gradient of users and their abilities for the CMS itself, and we are saying that we want to move control of the website and the content to be at the base layer in these blocks, then it also makes sense that we should be able to provide that same sort of granular level of access in the blocks.</p>\n\n\n\n<p>So I think that&#8217;s a great thing. If you all, if dear listeners, you do not know what we mean by “block locking,” I&#8217;m sure that I can find a link for us in our show notes below as well. If for anyone who&#8217;s been talking through Gutenberg things with me for a while, you know that this is one of the primary use cases that I think has been a long time coming.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:10:05]</p>\n\n\n\n<p>It was one of the first examples that I offered to folks when we had that question of like, who is this being built for? In what way is this beneficial to that mid-end user, as opposed to just giving all of the power and autonomy to users in a way that maybe is not the best for their visitors?&nbsp;</p>\n\n\n\n<p>This is one of those use cases that made the most sense to me being able to say, okay, well, the opportunity to, as somebody who runs an agency and is building websites for people to be able to say, yeah, ‘You can do anything that is possible in this instance of WordPress and all the things that you are allowed to do will not break your instance. It won&#8217;t break your website’.&nbsp;</p>\n\n\n\n<p>And so it gives a lot of time back to agencies to focus on their client&#8217;s most important problems, as opposed to not knowing how to update the hours in their footer or something like that. And so I&#8217;m very excited about that particular feature.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:11:01]</p>\n\n\n\n<p>It&#8217;s such a long-requested feature. I mean, we&#8217;ve been hearing requests around this particular feature for years and, you know, often when something gets requested over a span of years like that, it&#8217;s because there are some complexities to figure out how it works.</p>\n\n\n\n<p>And that&#8217;s definitely been the case with moving forward with block locking. And there are a lot of nuances there. But I think what you were saying, I totally agree with. There’s always a push and pull. And as we enable more and more flexibility for end-users, there needs to be a little bit of push from the other side to kind of give more granular controls, more locking options, and make sure that everything can still be easily maintained.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:11:43]</p>\n\n\n\n<p>Yeah, we mentioned in that answer the concept of maintainers. If you are a contributor, it&#8217;s not <em>that</em> kind of ‘maintainer.’ So if you&#8217;re a WordPress contributor and we said maintainers there, um, just know that that&#8217;s not what we&#8217;re referring to. If you don&#8217;t know what I&#8217;m talking about when I say ‘contributor,’ there is a whole community of open source people and maintainers are people who specifically take care of a particular part of the WordPress software or the WordPress project, um, that makes all this possible.</p>\n\n\n\n<p>So there&#8217;s, ya know….&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:19] </p>\n\n\n\n<p>So true! The maintainer has another meaning in this context.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:12:20]</p>\n\n\n\n<p>Yeah, we have a mix in our audience and I love it, but it also makes me frequently spend like 10% of my podcast being like, by the way, when I said this, I didn&#8217;t mean you, but I did mean <em>you</em>, which makes it harder. I know.&nbsp;</p>\n\n\n\n<p>So. You’ve been with the project for a little bit, but if I recall correctly, this is the first time that you were, like, leading part of a release.</p>\n\n\n\n<p>So what would you say was the most challenging part of that?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:12:52] </p>\n\n\n\n<p>Another great question. This is my first time being this closely involved with the release. Although I was involved with the 5.9 release, but mostly in a release assets capacity. So I helped with the <em>About Page</em> and the welcome banner that goes on the dashboard.</p>\n\n\n\n<p>So I did get some insight in the last release cycle. Which was great preparation for being more involved as a release lead on this cycle. From the design perspective, one of the hardest things is always going to be figuring out what exactly goes into the release and what needs more time. In the sense, you know, that there might be some features that need to stay in the Gutenberg plugin for a while and get more testing before they get released to a much wider audience in a major WordPress release.</p>\n\n\n\n<p>So I think on the design side, we definitely have some goals that are big, long-term projects that are likely going to span across, you know, many releases, maybe even over many years. And I think the full site editor is a great example of that in a sense that it&#8217;s not something that you just were gone in one release and then it all gets released and then it&#8217;s all good to go.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:14:06] </p>\n\n\n\n<p>It&#8217;s something that has to be staggered across many releases, and there&#8217;s a lot of thought that goes into it; does this make sense in this more limited capacity, and what else needs to go in in order for this feature to go in? And the most complex things about the WordPress project is how interconnected things are.</p>\n\n\n\n<p>So when you start making those decisions about what should go in, what should get pulled out, often there&#8217;s sort of a domino effect of like, well, that would affect this feature and then, well, maybe they shouldn&#8217;t go in, or maybe this does need to go in. And that is really one of the most challenging, but also one of the most fascinating aspects of the release process.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:14:46] </p>\n\n\n\n<p>Yes. It is very, very true that there are kind of no small problems left in WordPress. *laughs* Yeah, when we, when we first started with this like bigger release squad, cause that has not been routine for the history of the project. When we first started with that, I know that expanding out the exposure to like how much one change affects 25 different things was really, it was really good for all of us to be reminded.</p>\n\n\n\n<p>And as I mentioned at the top of our episode today, tomorrow begins the RC period. It begins the release candidate period, which is when it&#8217;s supposed to be, as locked down as possible. But if you all have been following along with our release process in general, which if you&#8217;re listening to this, you probably have, you know that last week or a couple of weeks ago, we had this whole question about the Webfonts API, and we had that conversation in a public space as best we could,&nbsp;</p>\n\n\n\n<p>Like, there are always things that you can&#8217;t, like, fully disclose in public spaces, but we had a very open and transparent conversation about, like, who is most affected by putting it in, in the state that the API was in. And, who&#8217;s most affected if we take it out. And where can we make compromises on either side so that both sides are a little happy and a little unhappy?</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:16:09] </p>\n\n\n\n<p>And, like, that is all so hard to do. Not only in general. We have a 20-year-old code base and a five-year-old code base. And it&#8217;s all a big, big undertaking to understand what is happening and where it happens. And so there&#8217;s this moment always when we are trying to decide, like, is this baked enough? Did we put it in too early? Should we pull it out? How, if we pull it out, did we ask people to do too much work before we decided to pull it out anyway?</p>\n\n\n\n<p>Like, you always have those kinds of questions about it. And honestly, I think that most of us weren&#8217;t around the last time, that WordPress was, was this experimental in public, like it&#8217;s always been open source. It&#8217;s always been experimental and iterating publicly, which is just the hardest way to work on anything. We like, we shipped our best guesses. Don&#8217;t be mad. It&#8217;ll be… we&#8217;re coming for it. We&#8217;re going to fix it. Like, that&#8217;s always hard, but the last time around, when it was this substantial a change was, like, 2008 or something, like, it was ages and ages ago.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:17:14] </p>\n\n\n\n<p>And we were smaller than, we had a smaller number of contributors. We had a smaller group of people actually using the CMS. And so over time it has gotten more and more complicated. And, and I don&#8217;t think that we can ever understate the complexities of that. And so for you, you had a little bit of exposure to it in 5.9 and then showed up for like really doing it in 6.0.</p>\n\n\n\n<p>Has it been a surprising change? Like, were you surprised much more by how complicated it was when you were closer to it?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:17:47] </p>\n\n\n\n<p>Yeah, definitely. It’s been a real learning process, especially coming to understand how much there really are no easy answers. I think a lot of us are in the release squad are real problem solver types of people and, and want it to, you know, be a really neat, tidy answer.&nbsp;</p>\n\n\n\n<p>And it&#8217;s not always the case. You know, sometimes parts of the feature might go in, or some contingency plan might get put into place and things didn&#8217;t go exactly as planned. But what you said of being an experiment and being on kind of the cutting edge of trying out new things, I think there is a lot of passion around that in the WordPress project.&nbsp;</p>\n\n\n\n<p>Right now, we&#8217;re in such a transitional period for the project, you know, moving from classic themes to block themes and really changing the ideas of how we approach designing sites. And because of that, I think there is a lot of momentum and energy around getting new features, as many new features as possible into each release. But there&#8217;s also, you know, a lot of testing and stuff that needs to happen.</p>\n\n\n\n<p>And to make sure that, like you said, these things aren&#8217;t going out too early.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:01] </p>\n\n\n\n<p>Well, and there&#8217;s always that difficulty, we&#8217;re going to just leap right into open source areas now. There&#8217;s always that difficulty around, like, there&#8217;s this concept that when, like, we always want to ship something that doesn&#8217;t break backward compatibility when possible, we don&#8217;t want to ship vulnerabilities. Like, that&#8217;s always true, but we are in an open source project, and open source projects are necessarily kind of tolerant of like, that&#8217;s not our best, but like it skates, right?&nbsp;</p>\n\n\n\n<p>This was, we aimed for Ferrari and got a skateboard because sometimes you got to start with a skateboard, right? *laughter* Like if it gets you from one place to another, that&#8217;s kind of where we&#8217;ve got to aim some days.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:19:45] </p>\n\n\n\n<p>Totally.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:19:46] </p>\n\n\n\n<p>And that&#8217;s always so, so difficult, especially cause, like, for the big change that 5.0 represented, and that 5.9 represented– 6.0 is not as big a shock as 5.9 was.&nbsp; But, like, as big a change as those represented, it still skates. And that&#8217;s, I think what makes the work especially hard, especially nuanced. And like, we haven&#8217;t gotten together as human beings in two years. And so sometimes people just kind of forget there&#8217;s a human being back there.</p>\n\n\n\n<p>We&#8217;re humans. Everyone be nice. Yeah. I don&#8217;t know that part of running a release definitely was surprising to me. My first release that I ran was 5.0 and…</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:20:31] </p>\n\n\n\n<p>Oh, wow!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:20:32]</p>\n\n\n\n<p> Yeah, it was, like, that was  2018. And then I became the executive director at the top of 2019. And I distinctly remember one core chat where I showed up and just was like the most transparent, vulnerable person we&#8217;ve ever experienced in life.</p>\n\n\n\n<p>That&#8217;s not true. We have very vulnerable people in the project and very transparent people, but I told everyone like, there are a million of you and one of me, and it&#8217;s kind of terrifying that you&#8217;re leaping on me in this—like you&#8217;re scaring me a lot right now. And that was quite a thing to say to like, all these… it&#8217;s terrifying! Right?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:21:12] </p>\n\n\n\n<p>I love when you see that type of vulnerability in the project. I think it takes… it takes a degree of comfort and familiarity with the project to even be able to admit to that. And to me, that&#8217;s a real sign of growth in the project. Like when I first started contributing, I don&#8217;t think I ever would have just said, like, ‘How is the feature supposed to work? I have no idea.’ That&#8217;s something that I say all the time now.</p>\n\n\n\n<p>*Laughter*</p>\n\n\n\n<p>And you know, that is completely fine and more than okay. It&#8217;s a massive project. There are folks who have done deep thinking about a feature over the course of years. You know, and there are experts who can help shed light on various problems that maybe you just haven&#8217;t had a chance to dive into yet and really understand the nuances of yet.</p>\n\n\n\n<p>So that&#8217;s the amazing thing about open source is that you can lean on folks who do have expertise in that particular area. You&#8217;re not expected to be an expert-expert in every single domain. It&#8217;s okay to say, I don&#8217;t really have a good idea or a good concept of this feature. I don&#8217;t have a good feeling for it. What do other folks think?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:22:24] </p>\n\n\n\n<p>And even people who have been in the project for a long time, decade plus, still say that all the time. You know, or you might just say, like, I have a really rough idea of how this works, are other people seeing this the same way? Or did other people have a different, you know, mental picture of how this might work?</p>\n\n\n\n<p>Even if, sometimes it feels like you&#8217;re over-communicating, it&#8217;s really helpful because often people do have really dramatically different ideas about how a feature might take shape.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:22:49] </p>\n\n\n\n<p>And I hope that&#8217;s one of the things that we never lose in the project. Like we are an old, old project now and we support a bunch of the web with a tiny, tiny group of people compared to the amount of the web that we support.</p>\n\n\n\n<p>And I hope that we always have that opportunity as senior leaders, which I am, and all of our upcoming leaders to all of us, just at some point, be like, can we stop the train? I don&#8217;t understand. I don’t understand that. Um, and not necessarily feel that that has made us a worse contributor. Cause I think that it&#8217;s when we are transparent about our lack of understanding.</p>\n\n\n\n<p>That&#8217;s when we have the opportunity to make what we&#8217;re offering to the world more solid and always better.&nbsp;&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:23:35] </p>\n\n\n\n<p>I love it. I think it&#8217;s the, one of the most lovely things about the WordPress community. There&#8217;s really low judgment around those types of questions and people are really inclusive and more than happy to take a moment to explain something to you or shed some light on an issue you might not have thought that much about.&nbsp;</p>\n\n\n\n<p>I think that&#8217;s one of the best things you can always reach out for help. And folks are always willing to provide guidance or context or even historical information about, you know, whether it&#8217;s been tried in the past or previous explorations and that sort of thing.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:24:10] </p>\n\n\n\n<p> All right. Well, that covers all of my questions for you. Do you have a final thought about the release that you would like to share with everyone you don&#8217;t have to, if you don&#8217;t want to, not everyone has like a final sign off.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:24:25] </p>\n\n\n\n<p>Yeah. One of the things I&#8217;m most excited about for this 6.0 release is all of the improvements around design tools.</p>\n\n\n\n<p>And these are just small improvements around a ton of different things, like the color panel, border controls, gap support, typography options, flexible container blocks, etc. These are the types of tools that are a designer&#8217;s dream. You know, they really make the difference between being able to make a really crisp, finished looking final product and having something that&#8217;s a little rough around the edges.</p>\n\n\n\n<p>And as a designer, like those are the things that your eye goes straight towards. And all of these nuanced new tools, they really allow designers to have that fine detailed control to create really pixel perfect sites. And I think that&#8217;s something that, you know, myself and a lot of others on the design team are just so beyond excited about.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:25]</p>\n\n\n\n<p>Excellent. Well, Channing, thank you so much for joining us today on the WordPress Briefing; it has been an absolute delight.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:25:32] </p>\n\n\n\n<p>Thank you for having me.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:41] </p>\n\n\n\n<p>And now it is time, woohoo, for the small list of big things. My favorite part of this podcast, that&#8217;s not true. I have a lot of things that I love about this podcast. I just, in particular love being able to share like three things that are coming up in the next couple of weeks that everybody should be aware of. And I really particularly like the list I have this week.&nbsp;</p>\n\n\n\n<p>First as of today, we are two weeks away from WordSesh. If you&#8217;re looking forward to your first in-person WordPress event, but feel like you could use a little foundation information, a little bit of a WordPress primer, then this event has a lot of excellent thought leaders in the project that you can learn from.</p>\n\n\n\n<p>If you&#8217;re looking for more practical or hands-on opportunities, uh, you can also check out social learning spaces. All of those are free for anyone. So I will include links to both of them in the show notes.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:26:30]&nbsp;</p>\n\n\n\n<p>Second, as of today, we are four weeks away from WordCamp Europe. This is one of our flagship events. So it also includes a contributor day, which I encourage you to look into. If you have never heard of one before. I will be there to meet some of the contributors that have joined the project since the end of 2019. And hopefully, I will see you there as well. If you&#8217;ve never heard of a contributor day, then I&#8217;ll include a link to the beginner&#8217;s guide to contributions, a little talk that I gave in 2017 in the show notes that should help you get your bearings or at the very least know what questions to ask yourself to figure out if a contributor day is right for you.</p>\n\n\n\n<p>And then the third thing as of today, it has been one week since <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> and the <a href=\"https://make.wordpress.org/meta/\">Meta</a> developers… Um, that sounds like a band… Ian Dunn and the Meta developers connected the props channel in the community Slack to WordPress.org profile activity. I&#8217;m really excited about this. It&#8217;s the first in a long list of changes that are part of a larger project to credit more non-code contributions, more contributions that are not specific to a major release or event.</p>\n\n\n\n<p>And also to set us up to be able to provide more quality checks and balances for our growing Five for the Future program. If you&#8217;ve not been over there lately, if you&#8217;re not super sure what I&#8217;m talking about, there&#8217;s a link to the discussion post that we had about it, but also you can wander right over into the Making WordPress Slack and check out the props channel to just kind of see a running list of contributors that people are really grateful for. Which, frankly, if you ever are having a bad day, that is a wonderful place to just kind of wander in and see all of the positive vibes that people are sending around to each other.</p>\n\n\n\n<p>Uh, yeah, so the props channel, is always good. Uh, and that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. </p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12742\";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:75:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Meher Bala\";s:7:\"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/2022/04/people-of-wordpress-meher-bala/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Apr 2022 09:20: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:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"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:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"WordCamp Mumbai\";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:5:{s:4:\"data\";s:16:\"wptranslationday\";s:7:\"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=12706\";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:106:\"This month\'s People of WordPress feature shares the story of developer and e-commerce builder Meher Bala. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16754:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a Indian-based WordPress developer and long term contributor on how it helped her find a career and a local and global community to belong to.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher pictured against the backdrop of a window overlooking trees \" class=\"wp-image-12728\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>WordPress is an inspiration to Meher Bala, a frontend web developer and community builder from India. From using the software as a basic website tool to helping entrepreneurs and good causes around the world fulfill their aspirations, she has overcome personal barriers and now aims to inspire others.</strong></p>\n\n\n\n<p>Meher found her vocation and learned new skills through WordPress. She also discovered a way to encourage other women to consider careers in IT.&nbsp;</p>\n\n\n\n<h2>Opening the doors to a career in technology</h2>\n\n\n\n<p>As a child, Meher was diagnosed with dyslexia (difficulty in reading the written word) and dyscalculia (difficulty in comprehending numbers and mathematical functions). With the support of her parents and a tutor, she was able to overcome this learning obstacle. She developed coping techniques and a determination to work to overcome challenges as they appeared later in life.</p>\n\n\n\n<p>In school, she got an opportunity to replace one subject with computer studies as an alternative. This proved to be an eye-opener to future career possibilities.&nbsp;</p>\n\n\n\n<p>She began to research not only what the internet had to offer but also how it worked, including the new and fascinating concepts of email and websites. Her father bought the family’s first desktop computer so she could do her research at home.</p>\n\n\n\n<p>Meher’s father wanted to turn her love for computers into something that would serve her well in the future. In 2005, he enrolled her in a short computer course from a global IT training provider. The course tutor was so impressed with her performance, she was advised to enroll in a four year software development course.</p>\n\n\n\n<p>That meant she had studied the software development course alongside her higher education college course. Looking back, she enjoyed the dual challenge of the degree course in commerce, and the experience prepared her well to keep learning software while working as a developer. Within three years, she had learned C#, C, C++, HTML, Java, and .NET. </p>\n\n\n\n<p>After graduation, she was in a dilemma to choose between commerce and IT. What to choose? She had a compulsory one-year technology internship to complete, and her choice of focus for that year would prove to be a defining moment.</p>\n\n\n\n<p>In 2009, on her birthday, Meher was offered an internship. On the first day of the internship, she was introduced to WordPress. Her initial assignment was to change the look and feel of the WordPress dashboard — in just six hours. But there was a problem &#8211; she had never worked with WordPress before!</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;I stared at the whiteboard and thought that task given was impossible and difficult to meet the deadline. I wondered if my boss was joking and did not know then what you could do with WordPress as a developer and how it could slot into your toolbox. It opened my eyes.&#8221;&nbsp;</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Meher used her research skills to know more about using WordPress. She found a plugin that would help her achieve her task. She met the deadline and it ingrained an interest that she would never lose. </p>\n\n\n\n<h2>Re-discovering WordPress</h2>\n\n\n\n<p>Five years after her initial WordPress experience, Meher was assigned to lead an international project in WordPress.&nbsp;She was hesitant — she had lost touch with the CMS during that five years, but the project was a great opportunity to become a team leader and lead from the front.&nbsp;</p>\n\n\n\n<p>She decided to update her WordPress skills, relying again on the strength of her research skills and determination. In the process, she also taught her team all about WordPress, inspiring many of those members to continue to develop their WordPress skill set.</p>\n\n\n\n<p>The success of that project was a pivotal moment for Meher and a new dawn as a developer specializing in WordPress.</p>\n\n\n\n<p>As a team lead, Meher soon found it was not possible to always have all the answers straight away. She found internet searches gave practical solutions—but rarely explained the theory behind it.</p>\n\n\n\n<p>So she went looking for a WordPress group to help her expand the scope and depth of her knowledge.</p>\n\n\n\n<h2>Finding the community and its developer learning opportunities </h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"999\" height=\"667\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=999%2C667&#038;ssl=1\" alt=\"Meher at WordCamp Nagpur in 2017\" class=\"wp-image-12762\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?w=999&amp;ssl=1 999w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=768%2C513&amp;ssl=1 768w\" sizes=\"(max-width: 999px) 100vw, 999px\" data-recalc-dims=\"1\" /><figcaption>Meher enjoying being part of <em>WordCamp Nagpur in 2017</em></figcaption></figure>\n\n\n\n<p>In 2015, while browsing Facebook, Meher came across an advertisement for something called WordCamp Mumbai, an event that had taken two days before. She did a little digging to learn what a WordCamp was, and about the people behind it. She took the plunge and joined the WordPress Mumbai Meetup group.</p>\n\n\n\n<p>Her first Meetup experience was not love at first sight. She felt the topics were for advanced users, and the timing late in the evening made it difficult to attend.</p>\n\n\n\n<p>But a few months later, the Meetup addressed a topic that could help her resolve an issue in one of her current projects. She made the effort to show up and came away with a number of important tips.&nbsp;The speaker had taken the time to speak to individual attendees. When he came to Meher, she took the opportunity to ask a couple of questions about her project issues. </p>\n\n\n\n<p>Thereafter she went to more Meetups and got to know the people behind this group, just as they started talking about WordCamp Mumbai 2016.</p>\n\n\n\n<h2>A WordCamp adventure</h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=600%2C800&#038;ssl=1\" alt=\"Meher pictured with the WordCamp Mumbai 2016 sign \" class=\"wp-image-12758\" width=\"600\" height=\"800\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Meher discovering <em>WordCamps in Mumbai in 2016</em></figcaption></figure>\n\n\n\n<p>Meher expressed interest in being a part of the coming&nbsp; WordCamp Mumbai and started in an entry-level role with basic responsibilities.</p>\n\n\n\n<p>At first, she thought WordCamp was a formal conference with about 100 people. So on the first day of WordCamp Mumbai 2016, she was surprised to see so many WordCamp enthusiasts attending and enjoying such a relaxed and friendly conference.</p>\n\n\n\n<p>After that great experience, Meher went to many more meetups and did more volunteering. She started taking on responsibilities in the coming WordCamps and getting to know the different aspects of the camp.&nbsp;</p>\n\n\n\n<p>In the following years, at each WordPress, she took up a new role like speaker vetting, sponsors, and volunteer coordination. This allowed her to know more about what an organizer needs to do, from planning to execution, to make WordCamp a successful event.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"900\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=900%2C600&#038;ssl=1\" alt=\"WordCamp Mumbai 2017 group photo of the team\" class=\"wp-image-12765\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?w=900&amp;ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" /><figcaption>With the team at <em>WordCamp Mumbai in 2017</em></figcaption></figure>\n\n\n\n<p>Meher is grateful for her WordPress journey which was fostered in the Mumbai community. It has been filled with beautiful surprises.&nbsp;</p>\n\n\n\n<p>When people ask why she’s chosen to specialize professionally in WordPress, Meher says WordPress is easy to teach a non-technical person, yet it is still highly customizable. Being a WordPress developer has given her the opportunity to work&nbsp; remotely for global web development companies that let her think out of the box. And she learns new skills with every release.</p>\n\n\n\n<h3>The community makes WordPress special</h3>\n\n\n\n<p>Meher says that some of her most memorable WordPress moments have revolved around special friendships, trying new things, and participating in community building.&nbsp;</p>\n\n\n\n<p>WordPress has let her explore different parts of India, make new friends locally and internationally, and encourage women to be a part of meetup groups and events across India.&nbsp;</p>\n\n\n\n<p>One of Meher’s biggest dreams was to lead WordCamp Mumbai as a lead organizer and show others what could be achieved by working together in open source. In 2019, she did just that and has volunteered at international WordCamps and meetups since.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher speaking at WordCamp Mumbai 2019\" class=\"wp-image-12731\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=300%2C151&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=768%2C386&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Taking to the stage at WordCamp Mumbai in 2019</figcaption></figure>\n\n\n\n<p>As part of her enthusiasm for sharing the opportunities WordPress can give people, especially women, she has given time to co-organize two global <a href=\"https://wptranslationday.org/\">WordPress Translation month long events</a> and contributor events in India.&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Meher said: “I was first introduced to translation at one of the meetups which was organised to support the WordPress Translation Day. I realized this was another way to support my local communities and bring the power of WordPress to them by contributing in Gujarati and Hindi. I did not imagine I would a few years later be a global organizer for the event itself!”</p>\n\n\n\n<p>With her commitment to ongoing learning as a developer and to model what she believes about the value and community growth opportunities of open source, Meher has given time and energy to the Marketing Team, where she has been a Team Rep, to the Training Team, and to the Core Team contributing to multiple releases.&nbsp;</p>\n\n\n\n<h2>The developer adventure with WordPress is unlimited</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>At the start of my software developer journey, I always thought the C++ and Java were the only skills you required to excel in your career. From the time I started exploring WordPress in depth, I realized the potential and the power of WordPress in web development.</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Being a part of the WordPress community, Meher learned that there is so much more than just building blogs on WordPress. She started exploring different features of WordPress, created her first theme, and eventually specialized as a frontend specialist.</p>\n\n\n\n<p>Meher now works as a consultant and front end developer with an international agency specializing in WordPress. Asked what she thought was the best thing about being a WordPress developer, Meher replied: &#8220;Through WordPress, I have an opportunity to build unique out of the box websites and work&nbsp;remotely for global web development companies that encourages you to think out of the box. There is always opportunity to continuously advance my coding skills and learn new techniques with every release.&#8221; </p>\n\n\n\n<p>She believes that there is no limit to where using the software can take you and what you can combine it with to find solutions to projects big and small.</p>\n\n\n\n<p>If you earn a living from WordPress, her advice is from the heart: try to give back to the WordPress community.</p>\n\n\n\n<p>“I am sure you will learn or teach something new and definitely make friends across the world. There is no shame in making mistakes, as you can learn from them and develop your skills further. You can also help others as they build their skills.”</p>\n\n\n\n<p>Meher added: “Don’t let the things you find difficult get in the way of your success.”</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Meg Phillips (<a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>) for interviews, writing and image work on this story. Thank you to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for sharing her experiences and to Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the series. </p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\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:\"12706\";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:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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/2022/04/wordpress-6-0-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:\"Tue, 26 Apr 2022 16:43: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:8:\"category\";a:5:{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:\"6.0\";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: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:4;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=12690\";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:103:\"WordPress 6.0 Beta 3 is now available for testing! You can download and help test Beta 3 in three ways.\";s: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:11:\"Dan Soschin\";s: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:5387:\"\n<p>WordPress 6.0 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>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).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta3.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta3</code>.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>See What’s in Beta 3</h2>\n\n\n\n<p>Since Beta 2, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Twenty Twenty-Two: Implement alternate json files <a href=\"https://core.trac.wordpress.org/ticket/55433\">#55433</a></li><li>Fix duotone rendering in site editor <a href=\"https://github.com/WordPress/gutenberg/pull/37727\">#37727</a>&nbsp;</li><li>Create Comments Title block with simple styling <a href=\"https://github.com/WordPress/gutenberg/pull/40419\">#40419</a>&nbsp;</li><li>Navigation block: After choosing an option from Select Menu, focus after block render <a href=\"https://github.com/WordPress/gutenberg/pull/40390\">#40390</a></li><li>Add comment id to all comments inside comments query loop <a href=\"https://github.com/WordPress/gutenberg/pull/40268\">#40268</a></li><li>Add post-comments-form block to comments template <a href=\"https://github.com/WordPress/gutenberg/pull/40256\">#40256</a></li><li>Elements: Add styles to the footer before the block is rendered <a href=\"https://github.com/WordPress/gutenberg/pull/37728\">#37728</a></li><li>Add default comment status to discussion settings&nbsp; <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Fix styles for nested elements (link color) <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Move <code>wp_enqueue_block_style()</code> to <code>wp-includes/script-loader.php</code>, for better consistency <a href=\"https://core.trac.wordpress.org/ticket/55182\">#55182</a>, <a href=\"https://core.trac.wordpress.org/ticket/55148\">#55148</a></li><li>Move administration related hooks to admin-filters.php <a href=\"https://core.trac.wordpress.org/ticket/54795\">#54795</a></li></ul>\n\n\n\n<h2>Update on the Webfonts API and Style Variations in Twenty Twenty-Two</h2>\n\n\n\n<p>A <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">prior announcement</a> for WordPress 6.0 Beta 1 included a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json”, as a feature that would be included in the release. WordPress 6.0 Beta 3 will allow theme authors to use webfonts in theme.json, with a public API for plugins to register and enqueue webfonts available in a future version for WordPress. Beta 3 will also include <a href=\"https://core.trac.wordpress.org/ticket/55433\">three new style variations</a> to the Twenty Twenty-Two default theme.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is 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<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>&nbsp; <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>And now another WordPress haiku:</strong></p>\n\n\n\n<p>Release day is near<br>6.0 abounds with joy<br>New features soon here</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:\"12690\";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:\"WordPress 6.0 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/2022/04/wordpress-6-0-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, 19 Apr 2022 16:43: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: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=12666\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 6.0 Beta 2 is now available for testing! This version of the WordPress software is under development. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&#160; You can test the WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:5119:\"\n<p>WordPress 6.0 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>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).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the<a href=\"https://wordpress.org/wordpress-6.0-beta2.zip\"> beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta2</code><br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></p>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about five weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>What’s New In Beta 2</strong></h2>\n\n\n\n<p>As a reminder, contributors have fixed&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=6.0&amp;group=component&amp;order=priority\">209 tickets in WordPress 6.0</a>, including&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=04%2F12%2F2022..04%2F19%2F2022&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. Here are a few of the changes you will find in Beta 2 specifically:&nbsp;</p>\n\n\n\n<ul><li>Block Editor: Prevent styles from being added to the site editor (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Patterns REST API: Add &#8216;inserter&#8217; to the schema&nbsp; (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Don’t load remote patterns twice in WP_REST_Block_Patterns_Controller::get_items (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Add the ability to filter the whole notification email in retrieve_password (<a href=\"https://core.trac.wordpress.org/ticket/54690\">#54690</a>)</li><li>Avoid translating empty plugin headers (<a href=\"https://core.trac.wordpress.org/ticket/54586\">#54586</a>)</li></ul>\n\n\n\n<h3><strong>Note on Webfonts API</strong></h3>\n\n\n\n<p>Last week’s announcement for <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">WordPress 6.0 Beta 1</a> includes a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json,” as a feature that would be included in the release. This specific functionality was not included in Beta 2 but may be available at RC.</p>\n\n\n\n<h2><strong>How to Help</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can<a href=\"https://core.trac.wordpress.org/newticket\"> file one on WordPress Trac</a>. This is 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<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h4>And now a WordPress Haiku:</h4>\n\n\n\n<p>We code fervently</p>\n\n\n\n<p>A breathless pause for the test</p>\n\n\n\n<p>Key tapping resumes</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:\"12666\";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:61:\"\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:53:\"WP Briefing: Episode 29: How to Make a WordPress Blog\";s:7:\"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:75:\"https://wordpress.org/news/2022/04/episode-29-how-to-make-a-wordpress-blog/\";s: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, 18 Apr 2022 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:7:\"Podcast\";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: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=12658\";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:150:\"Join our host Josepha Haden Chomphosy as she takes us back to WordPress basics. Learn everything you need to know about how to make a WordPress blog! \";s: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/2022/04/WP-Briefing-029.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:14:\"Santana Inniss\";s: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:16764:\"\n<p>In the twenty-ninth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy reminds us of our WordPress roots &#8212; blogging &#8212; and discusses the basics of starting your first blog on WordPress.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</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://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/07/6-0-product-walk-through-recap/\">6.0 Product Walkthrough</a></li><li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\" data-type=\"URL\" data-id=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event </a></li><li><a href=\"https://make.wordpress.org/community/events/\">Upcoming WordPress Events</a></li><li><a href=\"https://www.meetup.com/pro/wordpress/\" data-type=\"URL\" data-id=\"https://www.meetup.com/pro/wordpress/\">WordPress Meetup Groups</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12658\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong>&nbsp;</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&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:39] </strong>&nbsp;</p>\n\n\n\n<p>All right. So you&#8217;ve been listening to this podcast for a while. You may be one of these contributors I keep mentioning; you may be an agency owner or freelancer. Maybe you&#8217;ve wondered how to make a WordPress blog for your big idea. Or, maybe you&#8217;re one of the many people who use WordPress for their project or business. Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool.</p>\n\n\n\n<p>We have long since outgrown that, but even 19 years into our journey, blogging is still a key part of what WordPress enables you to do. That&#8217;s because even after those 19 years, the mission of WordPress is still the same. And that is to democratize publishing, to help people have a place online where they can tell their stories or share their projects or set up their businesses.</p>\n\n\n\n<p>If you&#8217;ve ever tried to set up a blog, you know that there isn&#8217;t a lot of information about what to know before you get going at all. So I&#8217;m going to talk about that a little bit today. And just by the way, if you heard the word blog right now and thought, oh, Josepha, how old fashioned? I think it&#8217;s important to remember that there&#8217;s a business advantage to having well-written, relevant content on your website.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:59]</strong></p>\n\n\n\n<p>And if you&#8217;re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. Anyway, back to the topic at hand. Before we can get to any of the fancy things that WordPress can do nowadays, it&#8217;s important to know a few things as you get ready to set up your first ever website.&nbsp;&nbsp;</p>\n\n\n\n<p>So let&#8217;s dive in. Here is how you need to get yourself started. First, have an idea and a plan. So have an idea for what you&#8217;re doing, the concept of your content, who you want to reach, and some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first. Cause, like, if you want the domain name, wordpress.org, like we own that, you can have that! But if you know that you want a domain like WordPressbloggingforthefuture.com, like that one might be more available. And if you know the kind of words you want in your domain, you can be a bit flexible about what is there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:09]</strong></p>\n\n\n\n<p>The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mentioned all along the WordPress process that, like, you need a good host, but it’s not always clear where that decision has to happen. It happens right here at the start, before you even know what WordPress is most of the time.</p>\n\n\n\n<p>So, the earliest question that you have to answer for yourself is what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date.&nbsp;</p>\n\n\n\n<p>There&#8217;s this whole spectrum of hosting options, and they range from full service where they will keep your WordPress software up to date, provide daily backups, and have customer support if something goes really wrong. So it ranges all the way from full service like that all the way down to essentially zero services, just kind of hands-off.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:11]&nbsp;</strong></p>\n\n\n\n<p>They give you a space to keep your WordPress software, to keep your WordPress site. But they leave everything else up to you. They leave the backups up to you. They leave updating up to you, things like. So that&#8217;s the first thing you have to ask yourself. And the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software and what you want and what you need, and you have the ability to learn in the time that you have, the more that you can add on either service with the existing hosts that you chose or moving to a different host; however that works out for you.</p>\n\n\n\n<p>So if that one sounds like the right option, then you choose a host, go to their site, and actually most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it&#8217;s just one click and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:10]&nbsp;</strong></p>\n\n\n\n<p>The other option that on the like zero, zero service side, that&#8217;s not quite fair, but you know, the other side of that spectrum that probably will be appealing to you if you are already familiar with code or already know how to manage a server or, or you know how to work in this thing called c-panel, et cetera.</p>\n\n\n\n<p>So if you already have a lot of information on how all of that works, you can, if you want to, head over to wordpress.org/download, and you can download a zip file of the WordPress software and set that up in your own environment.&nbsp;</p>\n\n\n\n<p>Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we&#8217;re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little.</p>\n\n\n\n<p>I&#8217;ve got you covered. In the show notes, you&#8217;ll find a link to one of the Learn WP courses for getting started with WordPress. There&#8217;s a section on choosing a host as well as various other early steps of this process. So if you felt like I blazed through all of that, which honestly I kind of did, you can work through those lessons in that course, at your own pace, and it&#8217;s, and it&#8217;s really a very good guide.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:24]&nbsp;</strong></p>\n\n\n\n<p>All right. Let&#8217;s pretend we did all of that. Now you&#8217;ve got yourself a website. The thing that you will want to do next, or rather the first thing that you&#8217;ll notice once you get your site up and running, is that there&#8217;s this ‘Hello World’ post– there&#8217;s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare like, okay, the Hello World part over here on this page, exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you&#8217;re more familiar with WordPress or CMS in general, you can simply remove that and start fresh.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:17]</strong></p>\n\n\n\n<p>So we&#8217;ve got now a website, we know, kind of, how to look at our posts and create posts, where comments are, where they can kind of be moderated and stuff. And so, the most fun task for everyone is choosing a theme. But if it&#8217;s not a fun task, if it doesn&#8217;t sound like a fun task to you, I can help you kind of do some, choose your own adventure guiding questions here.&nbsp;</p>\n\n\n\n<p>Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words, mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There&#8217;s like a filtering system where you can put in, like, you want three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:12]</strong></p>\n\n\n\n<p>There&#8217;s also a way to look for themes inside your instance, your WordPress site, but like, if you haven&#8217;t set that up yet, but you do still want to see kind of what your theme options are, you can go to wordpress.org/themes and and take a look at what&#8217;s out there. Just as a quick side note, if you get to that theme directory, if you get to wordpress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically so that you can see how things look right away.</p>\n\n\n\n<p>And there&#8217;s actually a theme that does come with every WordPress site. So if you&#8217;re not ready, you can skip this thing entirely and just work with the theme that&#8217;s already there. Every word, press instance ships with a theme and it is fully functional when you, when you get your site up and running. So you don&#8217;t need to choose a theme right now if you don&#8217;t feel ready.</p>\n\n\n\n<p>And then the other very fun thing that people do with their WordPress sites is to add plugins to them. So plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want, what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which theme.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>So figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions?</p>\n\n\n\n<p>If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need. Also, there are just endless lists of recommended plugins out there; if that is something that you find valuable as part of your research, those are also easy to find.</p>\n\n\n\n<p>And as a general side note here, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don&#8217;t quite know the answers to the questions that I shared, and, and it&#8217;s going to be a while until you feel like you can know what those answers are. That&#8217;s totally fine.</p>\n\n\n\n<p>I&#8217;ll tell you this. I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms and it can kind of help you figure out how to work with plugins in that way. So yeah, I made it sound like you can get a WordPress website built in like seven minutes and on the one hand you definitely can.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>And on the other hand, it&#8217;s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem. And obviously, here, are some things that could make you feel a little nervous about doing this for the first time. Things like the five-second installation, which WordPress has been famous for years.</p>\n\n\n\n<p>But also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009 and I started learning how to use WordPress in 2010. So I can say with confidence that once you learn it, it&#8217;s easy.</p>\n\n\n\n<p>We are the easiest of the hard options for CMS. Like content management systems are just complicated, but we are the easiest one out there. And so, as you&#8217;re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you&#8217;re late to this blogging game, like you should have had a website for years. I mean, sure that could be true. And yes, the best time to plant a tree was 20 years ago. But the second-best time to plant that tree is today.&nbsp;</p>\n\n\n\n<p>WordPress didn&#8217;t start out powering over 40% of the web, and your first site can&#8217;t be immediately measured in the millions of readers. So, what will your small beginning lead you to?&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:12:25]</strong></p>\n\n\n\n<p>And now that brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>The first one, the next release of WordPress, WordPress 6.0, has reached its beta phase. That means the full focus is on finding and fixing the bugs we accidentally created during this development cycle. Beta two comes out tomorrow and you can follow along in the core channel in the Making WordPress Slack.</p>\n\n\n\n<p>If you&#8217;ve never seen how those releases get packaged, and if you just want to keep an eye on what everybody&#8217;s doing so that you can be the first to know, yeah, Making WordPress Slack is the way to go.&nbsp;</p>\n\n\n\n<p>The second thing on our small list is that speaking of WordPress 6.0, we had the public walk through a couple of weeks ago, which means that in a few weeks, I&#8217;ll do a WordPress 6.0 sneak peek. I&#8217;ll share some highlights of the release features and why I think they are super important for you to take a look. Sooner rather than later.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:13:22]</strong></p>\n\n\n\n<p>And then the final, big thing, if you are new to WordPress and this episode has you all fired up to start your blog, we have a bunch of contributors over on the Learn WP team that have just the thing for you.</p>\n\n\n\n<p>You can join the online social learning space called How to Make a WordPress Blog. It&#8217;s a free online event that will help you get started. I&#8217;ll link the information in the show notes below. And I&#8217;ll also share in the show notes, a list of WordPress Meetup groups, where you can find more opportunities to learn and get support from other people locally who are also doing things with WordPress.&nbsp;</p>\n\n\n\n<p>But you can also find a list in the dashboard of your newly installed WordPress blog you no doubt have after this podcast.&nbsp;&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s: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:\"12658\";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: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 6.0 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/2022/04/wordpress-6-0-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:\"Tue, 12 Apr 2022 19:08:59 +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:\"6.0\";s:7:\"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=12644\";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:63:\"WordPress 6.0 Beta 1 is now available for download and 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:11:\"Dan Soschin\";s: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:7809:\"\n<p>WordPress 6.0 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 1 in three ways:</p>\n\n\n\n<ul><li>Option 1: 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>Option 2: Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta1.zip\">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=6.0-beta1</code>. <br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></li></ul>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about six weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress Bug Free – Help with Testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">this detailed guide</a> will walk you through how to get started.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. And anyone can do it – especially great WordPress community members just like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible channel</a> on the <a href=\"https://wordpress.slack.com\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is 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>To review features in the Gutenberg releases since WordPress 5.9 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for 13.0 (release pending), <a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">12.9</a>, <a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">12.8</a>, <a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">12.7</a>, <a href=\"https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/\">12.6</a>, <a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">12.5</a>, <a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">12.4</a>, <a href=\"https://make.wordpress.org/core/2022/01/05/whats-new-in-gutenberg-12-3-5-january/\">12.3</a>, <a href=\"https://make.wordpress.org/core/2021/12/22/whats-new-in-gutenberg-12-2-22-december/\">12.2</a>, <a href=\"https://make.wordpress.org/core/2021/12/08/whats-new-in-gutenberg-12-1-8-december/\">12.1</a>, and <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-24-november/\">12.0</a>.&nbsp;&nbsp;</p>\n\n\n\n<p>Beyond the noted changes, which include more than 400 updates and 500 bug fixes for the editor, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.0&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">189 tickets for the WordPress 6.0</a> core, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">91 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in version 6.0? Read on for some highlights.</em></p>\n\n\n\n<p>The WordPress 6.0 release will be packed with all kinds of improvements. Here are just a few:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Comments, Read More, No results in Query Loop, Post Author biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking UI: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li><li><strong>Webfonts API: </strong>Manage local fonts with PHP or theme.json.&nbsp;</li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, and <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</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:\"12644\";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: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:35:\"WordPress 5.9.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2022/04/wordpress-5-9-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2022 19:50: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: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.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:35:\"https://wordpress.org/news/?p=12575\";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:125:\"WordPress 5.9.3 is now available! This maintenance release features 9 bug fixes in Core and 9 bug fixes in the block editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3896:\"\n<p>WordPress 5.9.3 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;9 bug fixes in Core and 10 bug fixes in the block editor.</p>\n\n\n\n<p>WordPress 5.9.3 is a short-cycle maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/6.0/\">6.0</a>.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.9.3.zip\">download WordPress 5.9.3 from WordPress.org</a>, or visit your Dashboard&nbsp;→ Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://make.wordpress.org/core/2022/03/30/wordpress-5-9-3-rc-1/\">full list of both Trac and GitHub changes in the release candidate post</a>, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-3/\">changelog of version 5.9.3 on HelpHub</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.3 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>.</p>\n\n\n\n<p>Special props to&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>&nbsp;for running mission control.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.9.3 happen:</p>\n\n\n\n<p class=\"alignfull is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a>, <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a>, <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</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:\"12575\";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: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:37:\"The Month in WordPress – March 2022\";s:7:\"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/2022/04/the-month-in-wordpress-march-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2022 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the 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=12583\";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:325:\"We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to this episode of WP Briefing. There you will find a list of Non-Governmental Organizations (NGOs) that can help. In parallel to the work [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:13319:\"\n<p>We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to <a href=\"https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-and-wordpress/\">this episode of WP Briefing</a>. There you will find a list of Non-Governmental Organizations (NGOs) that can help.</p>\n\n\n\n<p>In parallel to the work the community is doing in preparation for the next major release, WordPress 6.0, March has seen the launch of some exciting projects and proposals. Read on to find out more about the latest updates and how to get involved. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>The Pattern Directory is open for public submissions</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?ssl=1\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"659\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&#038;ssl=1\" alt=\"View of the Pattern Directory page at WordPress.org.\" class=\"wp-image-12584\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=300%2C193&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=768%2C494&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1536%2C988&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=2048%2C1318&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/new-pattern/\">WordPress Pattern Creator</a> is live! This new tool allows anyone with a WordPress.org user account to build, edit and submit their best block patterns to the <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a>.<br><br>If you&#8217;ve used patterns in WordPress, you&#8217;ll know that they make it easy to add unique layouts to your website. These include galleries, testimonials, pricing tables, and more. Opening the directory to public submissions enables any WordPress user to enjoy a wider variety of patterns to use on their sites.</p>\n\n\n\n<div class=\"wp-container-13 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Check out the Pattern Creator announcement to learn more</strong></a></div>\n</div>\n\n\n\n<h2>WordPress 6.0 Walkthrough scheduled for April 5, 2022</h2>\n\n\n\n<p>A few updates to the <a href=\"https://make.wordpress.org/core/2022/03/11/wordpress-6-0-planning-update/\">WordPress 6.0 planning</a> were published last month. In case you missed them, <strong>today (April 5) at 15:00 UTC</strong> there is a live and interactive <a href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\">WordPress 6.0 walkthrough</a> hosted by contributors of the release squad.</p>\n\n\n\n<p>The event will take place via Zoom and include a discussion on the new features, potential blockers, and a Q&amp;A session with the community. Attendance is open to anyone who wants to know more about what’s coming in WordPress 6.0.</p>\n\n\n\n<div class=\"wp-container-14 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Join the WordPress 6.0 product walkthrough</strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 12.8 and 12.9 are here</h2>\n\n\n\n<p>Versions 12.8 and 12.9 of the Gutenberg plugin were released last month. With them, some new exciting features and updates.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">Gutenberg 12.8</a> includes a new Webfonts API, iterative UX enhancements, and bug fixes to increase the editor’s stability.</li><li><a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">Gutenberg 12.9</a> introduces the new block locking UI and support for spacing between Gallery images. Also, many other improvements to give you more control over what is editable and presented to users.</li></ul>\n\n\n\n<div class=\"wp-container-15 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Follow #gutenberg-new to stay updated on the latest Gutenberg releases</strong></a></div>\n</div>\n\n\n\n<div class=\"wp-container-16 wp-block-buttons\"></div>\n\n\n\n<h2>Team updates: Team Reps for the Photo Directory team, community proposals, and more</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/\">WordPress 5.9.2</a> is available for download. This security and maintenance release features one bug fix and three security fixes.</li><li>The Team Representatives for the Make Photo Directory team for 2022 <a href=\"https://make.wordpress.org/photos/2022/03/23/announcement-photo-directory-team-reps-2022/\">have been announced</a>. Congrats to Marcus Burnette (<a href=\'https://profiles.wordpress.org/mdburnette/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdburnette</a>), Katie Richards (<a href=\'https://profiles.wordpress.org/katiejrichards/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>katiejrichards</a>), and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)!</li><li>The Community team considered <a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">revisiting the existing guidelines</a> for in-person regional WordCamps. Conclusions and next steps will be shared soon.</li><li>On a similar note, Cate DeRosia (<a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>) is <a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">looking for ideas</a> on how to support organizers who are trying to restart in-person events in their communities. Share yours by April 13, 2022.</li><li>The Training team published new lesson plans, workshops, and social learning spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/04/01/whats-new-on-learnwp-in-march-2022/\">Check out what’s new in March 2022.</a></li><li>How has WordPress helped grow your story? The Make Marketing team <a href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\">wants to hear about your experience</a>!</li><li>The <a href=\"https://make.wordpress.org/core/2022/03/07/the-performance-lab-plugin-has-been-released/\">Performance Lab plugin</a>, a set of modules that aim to improve performance in WordPress, was released last month.</li><li>Openverse released <a href=\"https://make.wordpress.org/openverse/2022/03/10/openverse-frontend-v3-1-1-release/\">new updates</a> in March. They include a redesigned content reporting flow and new image detail pages.</li><li>WordPress Executive Director Josepha Haden Chomphosy posted a <a href=\"https://make.wordpress.org/project/2022/03/23/removal-of-the-zamir-plugin/\">public statement</a> on the removal of the Zamir plugin a few weeks ago.</li><li>The March 2022 editions of the <a href=\"https://make.wordpress.org/community/2022/03/14/meetup-organizer-newsletter-march-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/03/22/polyglots-monthly-newsletter-march-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the contributor story of the Argentinian web developer and product manager <a href=\"https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/\">Juanfra Aldasoro</a>.</li><li>WordPress community members launched the <a href=\"https://block-museum.com/\">Museum of Block Art (MOBA)</a>. This initiative seeks to inspire creativity and push the limits around what can be done with WordPress. All the art curated in this virtual museum is built using the block editor.</li></ul>\n\n\n\n<div class=\"wp-container-17 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/03/30/proposal-steps-to-integrate-wpdiversity-into-wordpress-event-organizing/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Help us build a thriving and inclusive community. Share your thoughts on this </strong><strong>proposal</strong><strong> to introduce WordCamp and Meetup organizers to #WPDiversity programs by April 8, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>Testing requests: WebP feature, template for author pages</h2>\n\n\n\n<ul><li>The Performance Team published a <a href=\"https://make.wordpress.org/core/2022/03/28/enabling-webp-by-default/\">proposal</a> to integrate the WebP image format by default into WordPress core. Your feedback on this feature is appreciated.</li><li><a href=\"https://make.wordpress.org/mobile/2022/04/04/call-for-testing-wordpress-for-ios-19-6/\">Version 19.6</a> of WordPress for iOS is available for testing.</li></ul>\n\n\n\n<div class=\"wp-container-18 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/03/31/fse-program-testing-call-13-authoring-an-author-template/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong> There&#8217;s a new call for testing as part of the Full Site Editing Outreach Program: Authoring an Author Template. The deadline to participate is April 21, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>The first flagship WordCamp Asia is looking for organizers</h2>\n\n\n\n<ul><li>WordCamp Asia is tentatively scheduled for February 2023. After two years since the organizing team announced that the first flagship WordCamp Asia was canceled due to the pandemic, they are back together and <a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">looking for more members</a> to join them in planning the event.</li><li>The <a href=\"https://us.wordcamp.org/2022/apply-to-speak-at-wcus/\">Call for Speakers</a> for WordCamp US 2022 is now open. You can submit your application by April 17, 2022.</li><li>Three in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://geneve.wordcamp.org/2022/\">WordCamp Genève</a>, Switzerland on April 9, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png\" alt=\"🇬🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://athens.wordcamp.org/2022/\">WordCamp Athens</a>, Greece on April 9-10, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2022/\">WordCamp Vienna</a>, Austria on April 23-24, 2022</li></ul></li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden:<ul><li><a href=\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/\">Coming to a WordCamp Near You: A Return to In-Person WP Events</a></li><li><a href=\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\">Is WordPress Made for Me?</a></li></ul></li></ul>\n\n\n\n<div class=\"wp-container-19 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp Europe 2022 is still open. If you want to get involved with the WordPress community and have a lot of fun, this is your chance!</strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</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:\"12583\";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:61:\"\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:87:\"WP Briefing: Episode 28: Coming to a WordCamp Near You: A Return to In-Person WP Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2022 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:7:\"Podcast\";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: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=12506\";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:172:\"Curious about returning to WordPress events safely? Tune in as WordPress Executive Director Josepha Haden Chomphosy discusses guidelines for returning to in-person events. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}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/2022/03/WP-Briefing-028.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:14:\"Santana Inniss\";s: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:11997:\"\n<p>In the twenty-eighth episode of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy discusses returning to in-person WordPress events.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> &amp; <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li><li>Special thanks to: <a href=\"https://profiles.wordpress.org/angelasjin/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordcampcentral.survey.fm/2022-host-in-person-wordpress-event-checklist\">Event Safety Checklist</a></li><li><a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">WordCamp Asia Call for Organizers</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">Open Discussion: Returning to In-Person Events</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">Open Discussion: Returning to Regional Events</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12506\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong>&nbsp;</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&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:40]&nbsp;</strong></p>\n\n\n\n<p>I was checking the list of upcoming events recently as part of just my regular work and saw that the call for organizers for WordCamp Asia is open. On the one hand, it made my heart skip a beat with excitement. That event is six years or so in the making. And on the other hand, it reminded me of February 10th, 2020, the day that Matt told me that we had to proactively cancel WordCamp Asia. That week was truly heartbreaking for me as well as I think the entire organizing team.</p>\n\n\n\n<p>But it also, fortunately, was prescient. As I think back over the two years since then, I&#8217;m grateful for our community wranglers and deputies who have consistently hosted important discussions about how to return to in-person events safely. And with two of our major flagship events returning this year, I&#8217;m here to summarize, sort of, what the rules and guidelines are.</p>\n\n\n\n<p>But certainly I hope that you come away from this with an idea of what&#8217;s being done to keep everyone safe as we are best able.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:44]&nbsp;</strong></p>\n\n\n\n<p>Firstly, before we dig into specifics, I want to be clear upfront that the guidelines for COVID-aware events are mandatory, unless otherwise stated. For folks who&#8217;ve been attending WordPress events, or participating in the community for a long time, this is a change. As a program, we have always done our best to be flexible with guidelines so that we can prioritize local knowledge. But our responsibility is to the long-term success of this community and this program. So moving forward with in-person events that risk the health of our community members poses risks to the program itself. So with that in mind, let&#8217;s learn what we&#8217;re going to see at events for the rest of the.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:02:28]&nbsp;</strong></p>\n\n\n\n<p>For any WordPress event that is gathering more than 50 people, the new mandatory guidelines are:</p>\n\n\n\n<p>Number one, follow local laws and guidelines. If your area has suggested guidelines on top of the mandatory ones, follow those.</p>\n\n\n\n<p>Second, is if you are in a location where laws or guidelines require or permit venues to limit admission based on a person&#8217;s vaccination status and masking, then events can only happen in venues that are willing to provide staff to check for vaccination status at the door. And then also to remind participants to wear masks during the event.</p>\n\n\n\n<p>And the third thing is if your area or venue legally cannot check vaccination status, your area must pass the in-person checklist, which I will link in the show notes below. But that in-person checklist has to be passed at the time of the application and then again at the time of the event. And in addition to that, the venue must be willing to provide staff who will remind participants to wear masks and check for temperature during the event.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:33]&nbsp;</strong></p>\n\n\n\n<p>Organizers in these areas must be prepared to move online or cancel if the region fails the safety checklist, which again, will be linked in the show notes below. So those are the three things and they are pretty dense, but also I think allow for a fair amount of flexibility. There is also a tidy flow chart linked in the sidebar of make.wordpress.org/community that will help you to decide what sort of event your own area can support right now.&nbsp;</p>\n\n\n\n<p>So those are the mandatory guidelines for WordPress events in general right now, but you probably also have a few specific questions. So I&#8217;ve got the three most common questions ready to go with answers from Angela Jin who helped me to kind of pull together the information for this particular podcast props to Angela. Thank you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:25]&nbsp;</strong></p>\n\n\n\n<p>So, first question, anything specific to know about WordCamp Europe? WordCamp Europe will be following these guidelines as well. All attendees and participants are expected to wear a mask while they are at the event and catering will be offered outside so people can remove their masks to eat.&nbsp;</p>\n\n\n\n<p>The second common question is how will these guidelines change as countries and local governments begin deescalating restrictions and safety measures? We should consider these guidelines to be subject to evolution based on what the team is hearing and seeing from the community. But right now we intend to keep these stricter guidelines in place until we see how the loosened rules play out elsewhere.&nbsp;</p>\n\n\n\n<p>And then a third frequent question is what&#8217;s going to happen to all these online events?</p>\n\n\n\n<p>The community team will continue to support online events right now. So if your community doesn&#8217;t feel ready to have an in-person event, but still wants to kind of get everyone together that is still allowed, and still&nbsp; encouraged. And finally the community team will continue to keep a close eye on situations around the world.</p>\n\n\n\n<p>If it becomes safe to do so, and your community is interested, they of course will be happy to chat with you about a WordCamp. There is an application that I will share the link to in the show notes below as well. In case that is something that your community is wanting to look into.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:54]</strong></p>\n\n\n\n<p>Oh, and I have a little postscript also. I know I was like finally, and now I&#8217;m doing a finally, finally. That&#8217;s what postscripts are about. P.S. If you have not stopped by the community team’s site or any of their meetings, they&#8217;ve been doing a really great job of keeping things moving through two years of unpredictable changes. If you are a community team member, I want to offer you a huge thanks. Thank you so much for helping us to stay aware and able to move forward.&nbsp;</p>\n\n\n\n<p>If you are an organizer, pat yourself on the back. I want to thank you for pivoting with us, moving through online events, even though they are not at all the same as in-person events and certainly they don&#8217;t share the reasons that we get people together sometimes.</p>\n\n\n\n<p>And finally, if you are an end to end attendee, if you go to WordPress meetups or you go to any sort of WordPress online events or WordCamps, anything like that, thank your local organizer. They have been doing this probably for a while, and I&#8217;m sure that they are looking forward to getting back to in-person events themselves, but even, so they have been putting in a lot of volunteer hours to help make sure that we all know how to use WordPress.</p>\n\n\n\n<p>And so find them, thank them, and I&#8217;m sure that they&#8217;ll appreciate it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:20]</strong></p>\n\n\n\n<p>And with that, it is time for our small list of big things. Number one, WordCamp Asia has a call for organizers open! This event will be in 2023. And I think that we all simply cannot wait. So I&#8217;ll link the call for organizers in the show notes. And then of course you can follow that whole site to stay up to date on what&#8217;s happening there.</p>\n\n\n\n<p>The second thing is, while we&#8217;re on the topic of events, there&#8217;s also an open discussion about how we can best support organizers who are getting back to in-person events. We&#8217;d like thoughts from both organizers and attendees. So feel free to drop by and leave a note in the comments section. And while you&#8217;re over there, the third thing in my small list of big things, there&#8217;s also an open discussion about regional events. So go over there, get all your thoughts about WordPress events together. Get them all sorted out in one go. Just leave comments, boom, boom, boom, boom, boom. All over the place.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>And I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:54]</strong></p>\n\n\n\n<p>So my most embarrassing WordCamp story actually has to do with where I was supposed to be versus where people thought I was supposed to be. This was early on in my time with WordPress, with Automattic. And I had convinced someone, I had convinced a colleague and friend of mine to go to my home WordCamp, WordCamp Fayetteville over there in Arkansas.</p>\n\n\n\n<p>And then I didn&#8217;t go. But I knew I wasn&#8217;t going, I knew I was going to WordCamp Boston, but he did not know that I was not going to go. And so he arrived at WordCamp Fayetteville, WordCamp Northwest Arkansas. I can&#8217;t remember what it was called at the time. And immediately was confused about where I was and why I wasn&#8217;t there.</p>\n\n\n\n<p>And so there was this excellent moment of mass confusion among states where the folks at WordCamp Fayetteville started tweeting about how I had convinced this contributor to go to that event and then didn&#8217;t show up. And then the folks at WordCamp Boston, we&#8217;re looking at all of those tweets, because if you are a WordCamp organizer, you are always looking at the tweets from all the other WordCamps happening in your weekend.</p>\n\n\n\n<p>And people got very confused about why I was in Boston while they were thinking that I was in Fayetteville, even though the tweets were talking about how, like, I wasn&#8217;t in Fayetteville. They probably didn&#8217;t say that it was probably more along the lines of like, “Hey, let&#8217;s share a photo with Josepha” to, like, make fun of the fact that I wasn&#8217;t there.</p>\n\n\n\n<p>And so I caused mass confusion in multiple states. That&#8217;s probably my most embarrassing WordCamp story. You&#8217;re welcome. Bye!</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:\"12506\";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:75:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Juan Aldasoro\";s:7:\"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:72:\"https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/\";s: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, 31 Mar 2022 21:42: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:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"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:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:20:\"Polyglot Contributor\";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:5:{s:4:\"data\";s:12:\"Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12512\";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:120:\"The People of WordPress feature this month shares the story of web and plugin developer Juanfra Aldasoro from Argentina.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20070:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website developer and product manager from Argentina, who found in the software a way to live his life in the way he dreamed.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Juan standing in front of a mural\" class=\"wp-image-12525\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=2048%2C1536&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordPress offers something to everyone. For Juan Aldasoro, a developer and product manager for a large distributed company, it provides an opportunity to combine his different interests and skills to live the type of life he wanted.&nbsp;</p>\n\n\n\n<p>“I like visual, creative and technical things. The joy of WordPress is that you can do all of these things, you don’t have to limit yourself to any one aspect . You can also do this from almost anywhere in the world!”</p>\n\n\n\n<p>From working in products since 2012, Juan sees WordPress as a major part of his skillset and toolbox. He said: “It gives you an opportunity to be part of building a product which could potentially be used by thousands of people and more on your site. It encourages you to think about different languages and how you can make it accessible. It allows you to work on different platforms. Working in WordPress gives you this broad approach. Working this way on products ended up pushing me into learning about all these different things. Only in open source can you really do this and use your creative side to find solutions.”</p>\n\n\n\n<h2><strong>Learning about being part of a community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"924\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813.jpeg?resize=1024%2C924&#038;ssl=1\" alt=\"Juan standing in a astreet with murals behind him\" class=\"wp-image-12529\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1024%2C924&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=300%2C271&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=768%2C693&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1536%2C1386&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=2048%2C1847&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Born in a mid-sized city in Argentina, Juan was raised in a family in which music, arts and sports were always an essential part of everyday life.</p>\n\n\n\n<p>“These activities encourage human beings to be creative and participative, and at the same time they are highly formative when it comes to mould people in order to become part of a group, a team, a community.”</p>\n\n\n\n<p>The youngest of five siblings, Juan became highly motivated, trying to follow the steps of his siblings. Having a computer at home, he started to make connections that laid the foundation for his career as a developer. His interest in computers grew through that access to a machine running MS-DOS &#8211; the one with the black screen command line! Mastering this became a challenge to him and something to share with others. Through doing this, he found a way to more social interaction and new friendships.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Without being conscious of it, my friends and I were sharing pieces of code.</p></blockquote>\n\n\n\n<p>He said: “I started learning some super easy stuff that made me feel like Houdini at that time. I could save a game play, something intangible, on a floppy disk and carry that piece of plastic and magnetic material back home. I was saving the play or game in a square object and then loading that back at home. I now realize, those were my first interactions with computer commands. Without being conscious of it, my friends and I were sharing pieces of code in a unique way.”</p>\n\n\n\n<p>This interest grew further through computer magazines and experimenting as &#8220;there was always something new to learn.” Although sport became a big part of Juan’s life in his teens, he kept up his computer learning. Taking a new direction, he found online tutorials enabling him to learn how to play the guitar. This led to setting up a punk rock band with his friends.&nbsp;</p>\n\n\n\n<p>“Education has always been important in my family, and thanks to my parent’s efforts, I attended a school where I learned to express myself in another language.” The school had hired a satellite internet connection in the mid-nineties and had HTML on the computer studies program. These facilities were not that common in Argentina or many other countries either at that time. Also, his parents had the foresight to secure a rare internet connection at the house in 1997. </p>\n\n\n\n<p>Juan recalled: “Browsing around the Internet opened a new universe in my mind. This new universe was extremely fantastic but also extremely expensive. I needed to make the most of every second online.”<br><br>“It was a whole new world and one thing led to the other. I started learning a bit of everything, editing graphics, scripting and so on. I still remember my first website in the fantastic sunset strip, Geocities.”</p>\n\n\n\n<h3><strong>Trying to go pro</strong></h3>\n\n\n\n<p>After high school, Juan moved to the city along with his brother and began to study IT at University. When he was asked by a friend to work at a software company, he decided to try that whilst continuing his studies. Through his job he had the chance to explore web-related opportunities, and with a friend from university, they started managing teams and projects across Latin America and Spain.<br><br>Juan describes this experience as one of the most fulfilling in his life. He was able to travel abroad for work, experience remote working, manage teams, present projects and speak formally in front of senior people. As the company grew at a fast pace, they learned how to set up and run a large organization. Eventually, he decided to drop out of his university program and focus on the opportunity of learning first hand.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=600%2C600&#038;ssl=1\" alt=\"Juan riding a bicycle in a historical city during his travels\" class=\"wp-image-12509\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?w=600&amp;ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>One of the key early learning from working internationally was that business and web development could be just as fast-moving and successful in Argentina as in other places. “I realized there’s no such thing as a secret sauce for success. Projects are backed by people’s talent and time, and you can find that in any latitude.”<br><br>By his mid-20s, Juan decided he wanted to try building something from scratch. He created a social network for photo sharing in Latin America, which was used by more than 30,000 people across Latin America and Spain in its time. Through this, he discovered that other people had a blog and he did not want to be left behind. The discovery of WordPress was to change the focus of his life.<br></p>\n\n\n\n<h2>Hello to WordPress</h2>\n\n\n\n<p>Spending some time traveling around Europe, Juan found himself ‘surrounded by uncertainty’ and worried about what the future could bring. “I had some clues, but under uncertainty, the more you ask the less you answer. I started thinking about embracing the following philosophy: I didn’t want to be part of a large company, I didn’t want to continue studying and I wanted to travel as much as I could.” He did not realize at that time how this vision for his life was to mirror what he would find in WordPress.</p>\n\n\n\n<p>He started using WordPress for a few sites in 2005. By 2007 he was using it for almost everything. He was struck by the magnitude and range of what the software could do, from a simple tool used to create a blog in the blink of an eye through to complex projects.</p>\n\n\n\n<p>His first problem-solving project was simple and saved data received through a contact form plugin. “To complete this project I discovered the Codex and I learned how easy and intuitive it is to create a plugin. I had fallen in love with WordPress.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I was truly amazed by how I could learn from others.</p></blockquote>\n\n\n\n<p>As he explored the options with the software, Juan was unsure of how intellectual property worked and wanted to be respectful of other people’s work. “I didn’t understand open source yet, and I wasn’t sure if I was stealing from others. That was my first interaction with GPL and open source. I was truly amazed by how I could learn from others and improve things created by others or by myself.”</p>\n\n\n\n<p>He realized: “WordPress was the way to go if I wanted to pursue a dream of traveling, skipping winter, and working at the same time; what we now call a digital nomad. I already knew how to work remotely, I could work for companies located anywhere, as long as they could communicate in English or Spanish.”</p>\n\n\n\n<p>Juan started his own web agency, where he provided services to small and medium-sized companies abroad in the USA, UK, and Australia. He built his reputation and developed strong relationships in WordPress. “The experience couldn’t be better. I was learning, having fun, making a living out of it, and at the same time exploring the world.”</p>\n\n\n\n<p>In mid-2012, he discovered the full power of the WordPress community firsthand. In his spare time he started developing themes and from all he heard, wanted to attend a major event with lots of others in WordPress, a WordCamp. He took the plunge and booked for WordCamp in Edinburgh, in the UK. He said: “I got to meet many super talented people, and the atmosphere of the event was awesome. A place where competitors were also colleagues. Seeing the humility of somebody like Mike Little, the co-founder of WordPress, was amazing.”</p>\n\n\n\n<p>He added: “While there, unconsciously, I started dreaming of holding something like that in Argentina &#8211; the joy of hosting the WordPress community in my home country.”</p>\n\n\n\n<p>Back home, while browsing the Codex, he happened to see that WordPress was turning 10. A lot of meetups were going to be organized worldwide to celebrate the birthday. But there was nothing organized in Argentina. This was a catalyst for starting a local meetup. Together with a colleague, he&nbsp; organized an Argentinian 10th birthday meetup. </p>\n\n\n\n<p>More than 20 people showed up. “There was a common denominator. We all loved WordPress, it was part of our day-to-day life. We wanted to share experiences, make new friends and continue growing from what we could learn from others. That day we were a group of people with shared interests. That’s the simplest way to define a community, isn’t it?” This early meetup led to the formation of what is now called <a href=\"http://wpargentina.org/\">WordPress Argentina</a>.</p>\n\n\n\n<p>In his desire to skip winters and do more traveling, his next adventure was to take him to visit family working in the US and attend one of the biggest WordCamps in the world in San Francisco. His interest kept growing and he traveled across Europe to be part of the first edition of WordCamp Europe in the Netherlands in 2013.</p>\n\n\n\n<p>He said: “There’s almost nothing I could write to fully express what you experience in such events. They are the main WordPress events worldwide. The best part: I made a lot of good friends from many different places. I’m glad I have more excuses to continue traveling.”</p>\n\n\n\n<p>Once again in Argentina, our organization started growing thanks to the energy of the whole group, we started hosting formal meetups. In May 2015, we crowned all these efforts with a new <a href=\"https://buenosaires.wordcamp.org/2015/\">WordCamp in Buenos Aires</a>, Argentina.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Juan speaking at WordCamp Buenos Aires\" class=\"wp-image-12528\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>“Organizing such an event in my home country with many of the contributors I had met from the very first meetup was an experience I will always keep with me.”</p>\n\n\n\n<p>Juan believes one of his biggest contributions to open source was as part of being able to expand the community in Argentina and to share this with other Latin American and Spanish speaking countries. He also contributes as a volunteer translator in the Polyglots Team, to the Make WordPress Support team, and contributes to code blocks and Gutenberg. “I am really excited about seeing the future of Gutenberg as it is the future of WordPress.”</p>\n\n\n\n<p>Throughout his time contributing, Juan believes in helping to set the foundations and encouraging others to give their time and talents. He is keen to share that contributing does not have to be the same all the time and that you can have breaks and focus on one area in a particular period too. He gives the example of how in his spare time he watches Trac, where tickets about the software are logged, and looks where he might be able to help or think of solutions.</p>\n\n\n\n<p>He said: “Anytime I find I can contribute to or make improvements in code-related areas, I will do as it is important to keep giving to the community. I enjoy crawling over meta, trac, GitHub and the different places that are requesting help. There is always somewhere you can help. At the moment, my focus is code and translations. I always try to save time to help these two areas. It is like you give and you get, you learn things. You meet amazing people and opportunities arrive.”</p>\n\n\n\n<h2>Finding your path in WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"768\" height=\"1024\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505.jpeg?resize=768%2C1024&#038;ssl=1\" alt=\"Juan sat in a street cafe surrounded by parked motorcycles\" class=\"wp-image-12527\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=768%2C1024&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>“Life is about experiences, it is about the people you surround yourself with and trying to do what you love. What you can find in an open source project like WordPress is an environment full of people who work with a tool they love. An environment that is ready to help and to give advice. Follow what makes you happy, try to be surrounded by people who make you better, try to empower others, try to give back. Try. Make your own path.”</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 id=\"contributors-to-this-feature\">Contributors to this feature</h2>\n\n\n\n<p>Thank you to Juan Aldasoro (<a href=\'https://profiles.wordpress.org/juanfra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juanfra</a>) for sharing his story.&nbsp;</p>\n\n\n\n<p>Interviews and feature by Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>). Reviews by Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Anjana Vasan (<a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>) and Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>).</p>\n\n\n\n<p><em>Thanks to Josepha Haden Chomphosy&nbsp;(<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) and others for their support&nbsp;</em>of this initiative.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\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:\"12512\";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: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:45:\"Get Creative with the All-New Pattern Creator\";s:7:\"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://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\";s: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 Mar 2022 17:34:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12460\";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:351:\"It’s been less than a year since the WordPress Pattern Directory was launched, and we already have more exciting news to share. The Pattern Creator is live! You can now build, edit, and submit your best block patterns to the Pattern Directory—submissions are open to all with a WordPress.org user account! The WordPress Pattern Directory [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Anjana Vasan\";s: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:5751:\"\n<p>It’s been less than a year since the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/\" target=\"_blank\">WordPress Pattern Directory</a> was launched, and we already have more exciting news to share. <strong>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/new-pattern/\" target=\"_blank\">Pattern Creator</a> is live! You can now build, edit, and submit your best block patterns to the Pattern Directory—submissions are open to all with a WordPress.org user account!</strong></p>\n\n\n\n<figure class=\"wp-container-21 wp-block-gallery-20 wp-block-gallery alignfull has-nested-images columns-default\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2800\" height=\"3000\" data-id=\"12485\"  src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=2800%2C3000&#038;ssl=1\" alt=\"Pattern Directory, showing gallery patterns.\" class=\"wp-image-12485\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?w=2800&amp;ssl=1 2800w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=280%2C300&amp;ssl=1 280w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=956%2C1024&amp;ssl=1 956w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=768%2C823&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=1434%2C1536&amp;ssl=1 1434w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=1911%2C2048&amp;ssl=1 1911w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?w=2000&amp;ssl=1 2000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2800\" height=\"2841\" data-id=\"12468\"  src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=2800%2C2841&#038;ssl=1\" alt=\"View of a user-submitted pattern.\" class=\"wp-image-12468\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?w=2800&amp;ssl=1 2800w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=296%2C300&amp;ssl=1 296w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=1009%2C1024&amp;ssl=1 1009w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=768%2C779&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=1514%2C1536&amp;ssl=1 1514w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=2018%2C2048&amp;ssl=1 2018w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n<figcaption class=\"blocks-gallery-caption\">Pattern Directory — List of patterns, and a single pattern detail.</figcaption></figure>\n\n\n\n<p>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/article/block-pattern-directory/\" target=\"_blank\">WordPress Pattern Directory</a> includes attractive, handy patterns created by designers that can make your experience building a stunning site <em>much</em> easier. <a href=\"https://wordpress.org/support/article/block-pattern/\" target=\"_blank\" rel=\"noreferrer noopener\">Patterns</a> can save you a significant amount of time and also give you greater freedom when you’re building your site. With patterns, you can make or replicate complex layouts with just a few clicks, and using them is as simple as copy and paste.</p>\n\n\n\n<h2>Create Your Own Bold, Beautiful Patterns Built Entirely with Blocks</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?ssl=1\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1024%2C683&#038;ssl=1\" alt=\"Pattern submission screen, successfully submitted pattern with a &quot;Thank you&quot; modal.\" class=\"wp-image-12479\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=768%2C512&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>As the name implies, the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/new-pattern/\" target=\"_blank\">Pattern Creator</a> allows anyone, from designers to content creators, to make custom patterns: a collection of blocks arranged in any way, for any purpose intended by the creator. Like most things in WordPress, these are available for public use once it’s submitted to the WordPress Pattern Directory. Have a look at <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/about/\" target=\"_blank\">these guidelines</a> to learn more about what makes a pattern suitable for listing in the directory.</p>\n\n\n\n<p>So what are you waiting for? Check out <a href=\"https://wordpress.org/patterns/\" target=\"_blank\" rel=\"noreferrer noopener\">all the patterns</a> already available or better yet, make your own!</p>\n\n\n\n<div class=\"wp-container-22 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter is-style-fill\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/patterns/about/\" style=\"border-radius:75px\"><strong>Learn more about creating patterns</strong></a></div>\n</div>\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:\"12460\";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:61:\"\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:50:\"WP Briefing: Episode 27: Is WordPress Made for Me?\";s:7:\"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/2022/03/episode-27-is-wordpress-made-for-me/\";s: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 Mar 2022 12:57: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";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: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=12451\";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:416:\"Who is WordPress actually made for? Join our host, WordPress Executive Director Josepha Haden Chomphosy, as she explores this controversial question and three things that can help find the answer. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Hosts: Josepha Haden Chomphosy Editor:&#160;Dustin HartzlerLogo:&#160;Beatriz [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2022/03/WP-Briefing-027.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:14:\"Santana Inniss\";s: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:9785:\"\n<p>Who is WordPress actually made for? Join our host, WordPress Executive Director Josepha Haden Chomphosy, as she explores this controversial question and three things that can help find the answer.</p>\n\n\n\n<p><strong><em>H</em></strong><em><strong>ave a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em> </p>\n\n\n\n<p>Hosts: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> <br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\">WordCamp Europe call for volunteers</a></li><li><a href=\"https://make.wordpress.org/photos/\">WordPress Photo Directory team</a></li><li><a href=\"https://www.unicefusa.org/stories/unicef-children-crossfire-ukraine-crisis/39542?utm_campaign=20220225_Emergencies&amp;utm_medium=Organic&amp;utm_source=UkraineWebStoryChildrenFeb2022&amp;utm_content=LearnMoreUkraineWebStoryChildrenFeb2022&amp;ms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none&amp;initialms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none\">UNICEF</a></li><li><a href=\"https://www.doctorswithoutborders.org/what-we-do/countries/ukraine\">Médecins Sans Frontieres</a>&nbsp;</li><li><a href=\"https://www.icrc.org/en/where-we-work/europe-central-asia/ukraine\">International Committee of the Red Cross</a>&nbsp;</li><li><a href=\"https://help.rescue.org/donate/ukraine-acq?ms=gs_ppc_fy22_ukraine_mmus_feb&amp;initialms=gs_ppc_fy22_ukraine_mmus_feb&amp;gclid=CjwKCAiAjoeRBhAJEiwAYY3nDHNlEUUNRM4wKl1bY0ploy1RNl0M7G1OlLTqawZdg_XhrJ0TircZ_RoCfh8QAvD_BwE\">International Rescue Committee</a></li><li><a href=\"https://www.unrefugees.org/what-we-do/\">UN Refugee Agency</a>&nbsp;</li><li><a href=\"https://donate.wck.org/give/236738/#!/donation/checkout\">World Central Kitchen</a></li><li><a href=\"https://www.techtotherescue.org/tech/tech-for-ukraine\">Tech For Ukraine</a></li><li><a href=\"https://twitter.com/hashtag/wp4ukraine\">#WP4Ukraine</a></li></ul>\n\n\n\n<h2>Transcript </h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\" target=\"_self\">Read more</a>\n\n\n<p><strong>Episode 27</strong></p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00]&nbsp;</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 insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>Today, we&#8217;re talking about who WordPress is built for. I was talking to a group of contributors last week and we encountered some questions around just who WordPress is built for. And it&#8217;s a question that you&#8217;ll find any time that you&#8217;re working on user testing or on triaging tickets, and especially when that comes up when you look at the big picture, roadmap sorts of things. The easiest answer for this question is, of course, everyone because WordPress&#8217; mission is to democratize publishing and that should be available to everyone.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong><strong>[00:01:11]</strong></p>\n\n\n\n<p>However, everyone is a really big target and certainly doesn&#8217;t help get your mind around the people that you&#8217;re wanting to actually build it for, the people that you actually want to be able to use your product, your software on a day-to-day basis. So let&#8217;s take a look at the one question that can help us figure out who it&#8217;s built for today and how we get it to being something that&#8217;s built forever.</p>\n\n\n\n<p>Firstly, there&#8217;s a basic premise of open source that informs this thought. And that premise is that we are citizens of a community of contributors therefore the decisions are made by the people who show up. In general, I believe that to be true, though, I also believe that some basic qualifications are needed.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:50]&nbsp;</strong></p>\n\n\n\n<p>So with that in mind, the one question that can help us figure out who a software is built for is this: how do your active contributors see themselves? I would bet that most contributors to open source software projects, like WordPress, are developers of some sort, it is sort of written right into the definition of the project.&nbsp;</p>\n\n\n\n<p>If you work on software, then you need developers. And what I love about WordPress, in particular, is that we do work to include contributors who are not developers. Yet it still remains true that there is a fairly high level of technical knowledge required to actively contribute.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:2:25]&nbsp;</strong></p>\n\n\n\n<p>Which kind of brings us to the second half of the original question of how can we make sure that WordPress can be something that&#8217;s built for everyone? The answer to this one is easy to say, hard to do, and that is to make sure to include them as co-creators in the development process.&nbsp;</p>\n\n\n\n<p>We&#8217;ve talked about co-creators in open source before. It&#8217;s this idea that people who use the software every day are likely to know the biggest pain points. So if you want your software to be used by people who don&#8217;t know HTML, talk to a bunch of people who don&#8217;t know HTML about how it is to use your software.&nbsp;</p>\n\n\n\n<p>If you want your software to be mostly used by enterprise agencies, talk to enterprise agencies, but also ask them what their clients hate, because everyone has more than one stakeholder. And I know that I said this already, but it bears repeating that, obviously, this is all very easy to say and hard to do.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:3:20]&nbsp;</strong></p>\n\n\n\n<p>So what is my best guess for the how-to-do part for WordPress? There are three things.&nbsp;</p>\n\n\n\n<p>The first is testing. This not only helps bring in new contributors and helps train future contributors, which I&#8217;ve talked about on the podcast before. But testing also gives us a higher chance of actionable feedback from folks who don&#8217;t necessarily spend time directly in the WordPress project.&nbsp;</p>\n\n\n\n<p>Frequently the feedback that we do get that is just kind of undirected and ad hoc is exactly that– it is undirected and ad hoc and is then hard to follow up on and make sure that we understand what was wrong and how we can help fix it. And so testing is important for that. And testing it turns out is important for a bunch of things. When you&#8217;re working in open source.&nbsp;</p>\n\n\n\n<p>The next thing is support. So checking in with support teams at hosts, as well as the hardworking support teams in the project. And that can really help us to get early indications of what difficulties exist now. They have routinely seen problems and issues that are raised in support forums, and from their everyday users that they are providing support to.&nbsp;</p>\n\n\n\n<p>That probably could be fixed in WordPress if we had a good understanding of just what was not going right, how many people really needed it to go better, and what our targets were to fix that particular problem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:4:45]&nbsp;</strong></p>\n\n\n\n<p>And the third thing is communication. I know that I&#8217;ve gone on record in many places as saying that most of our problems at the end of the day are communication problems. And I&#8217;m going on record about it again here in this podcast, establishing better communication patterns with users is key.&nbsp;</p>\n\n\n\n<p>That can be a multi-year project in itself. And even after that, it&#8217;s going to be an ongoing journey. But it is one of the many things that WordCamps and other WordPress events have given to us over the years, an opportunity to really hear from and see the struggles that people who are not building with WordPress every day, or literally building WordPress every day are actually having.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:5:34]&nbsp;</strong></p>\n\n\n\n<p>So now that you&#8217;ve heard my small list of way too big things, that brings us to our regular small list of big things. The first thing is that WordCamp Europe is still looking for volunteers. If you&#8217;ve never done that before, I think it&#8217;s quite fun. You get to meet a lot of people and the team of organizers is super fun, but I&#8217;ll leave a link for you in the show notes.</p>\n\n\n\n<p>We also have a new code-free way to contribute through the photo directory. That team is just getting started and still is working toward building out its programs. So now&#8217;s a good time to drop in and just kind of see what they are up to. And finally, a reminder that we do have contributors who are affected by the war in Ukraine right now. I will reshare the list of humanitarian organizations in case you missed them a couple of weeks ago as well.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:6:21]&nbsp;</strong></p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for this WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12451\";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: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:48:\"WordPress 5.9.2 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Mar 2022 02:24: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:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"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:35:\"https://wordpress.org/news/?p=12421\";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:\"WordPress 5.9.2&#160;is now available! This security and maintenance release features 1 bug fix in addition to 3 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.9.2 is a security and maintenance release. The next major release [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3697:\"\n<p><strong>WordPress 5.9.2&nbsp;</strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/ticket/54578\">1 bug fix</a> in addition to 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.9.2 is a security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/6-0/\">6.0</a>.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.9.2.zip\">download WordPress 5.9.2 from WordPress.org</a>, or visit your Dashboard&nbsp;→ Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>The security team would like to thank the following people for responsively reporting vulnerabilities, allowing them to be fixed in this release:</p>\n\n\n\n<ul><li>Melar Dev, for finding a Prototype Pollution Vulnerability in a jQuery dependency</li><li>Ben Bidner&nbsp;of the WordPress security team, for finding a Stored Cross Site Scripting Vulnerability</li><li>Researchers from <em>Johns Hopkins University, </em>for finding a Prototype Pollution Vulnerability in the block editor</li></ul>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?milestone=5.9.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">full list of changes</a>&nbsp;on Trac, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-2/\">version 5.9.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.2 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, with the help of <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> on package updates, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> on mission control, and <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> on backport commits.</p>\n\n\n\n<p>In addition to the release squad members and security researchers mentioned above, thank you to everyone who helped make WordPress 5.9.2 happen:</p>\n\n\n\n<p class=\"is-style-wporg-props-short alignfull\"><a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>.</p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Props <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> and <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> for peer review.</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:\"12421\";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:61:\"\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:76:\"WP Briefing: Episode 26: Matt Mullenweg on Ukraine, Community, and WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-and-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Mar 2022 21:39:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";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: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=12415\";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:\"Matt Mullenweg speaks to WordPress contributors worldwide on this special edition of the WP Briefing podcast with Josepha Haden Chomphosy. Join us to hear Matt’s thoughts on Ukraine. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Hosts: Josepha Haden Chomphosy and Matt Mullenweg [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2022/03/WP-Briefing-026-1.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:6361:\"\n<p>Matt Mullenweg speaks to WordPress contributors worldwide on this special edition of the WP Briefing podcast with Josepha Haden Chomphosy. Join us to hear Matt’s thoughts on Ukraine.</p>\n\n\n\n<p><strong><em>H</em></strong><em><strong>ave a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Hosts: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> &amp; <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li></ul>\n\n\n\n<h2>How You Can Help</h2>\n\n\n\n<p><a href=\"https://www.unicefusa.org/stories/unicef-children-crossfire-ukraine-crisis/39542?utm_campaign=20220225_Emergencies&amp;utm_medium=Organic&amp;utm_source=UkraineWebStoryChildrenFeb2022&amp;utm_content=LearnMoreUkraineWebStoryChildrenFeb2022&amp;ms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none&amp;initialms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none\">UNICEF</a></p>\n\n\n\n<p><a href=\"https://www.doctorswithoutborders.org/what-we-do/countries/ukraine\">Médecins Sans Frontieres</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://www.icrc.org/en/where-we-work/europe-central-asia/ukraine\">International Committee of the Red Cross</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://help.rescue.org/donate/ukraine-acq?ms=gs_ppc_fy22_ukraine_mmus_feb&amp;initialms=gs_ppc_fy22_ukraine_mmus_feb&amp;gclid=CjwKCAiAjoeRBhAJEiwAYY3nDHNlEUUNRM4wKl1bY0ploy1RNl0M7G1OlLTqawZdg_XhrJ0TircZ_RoCfh8QAvD_BwE\">International Rescue Committee</a></p>\n\n\n\n<p><a href=\"https://www.unrefugees.org/what-we-do/\">UN Refugee Agency</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://donate.wck.org/give/236738/#!/donation/checkout\">World Central Kitchen</a></p>\n\n\n\n<p><a href=\"https://www.techtotherescue.org/tech/tech-for-ukraine\">Tech For Ukraine</a></p>\n\n\n\n<p><a href=\"https://twitter.com/hashtag/wp4ukraine\">#WP4Ukraine</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12415\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:00</p>\n\n\n\n<p>Hello, everyone, and welcome to a special edition of the WordPress Briefing. I have Matt here with me today because we want to acknowledge that we are once again at the start of a very difficult time. Neither of us would presume to know what it&#8217;s like to be at the heart of such massive disruption in our lives. But who would we be if we didn&#8217;t stop and check in with you all, the project that we hold so dear? And with that, I&#8217;ll hand it right over to you, Matt.</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>00:27</p>\n\n\n\n<p>Hello everyone. First, I want to thank Josepha for inviting me to join the WordPress Briefing to share what’s been on my mind in light of recent global events.&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>00:37</p>\n\n\n\n<p>I&#8217;ve been listening and watching events escalate in Ukraine, often in a state of shock. The scale alone is hard to take in. I mean, in the last 7 days, more than 500,000 people have fled their homes, more refugees are expected every day. The downstream humanitarian crises of the invasion are unimaginable.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>00:56</p>\n\n\n\n<p>And seeing destruction in the world we live in is confusing, disconcerting, and difficult. In my experience, open source and WordPress bring people together; people from other countries and cultures, people that we know as friends and colleagues. Technology connects us, regardless of where we are. Nothing can negate the bad things happening in the world, but when I see how this community of contributors collaborates, regardless of borders, you all remind me of the good in the world every day.</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>01:30</p>\n\n\n\n<p>I firmly believe that the web can be an equalizer and a force for good in the world. To me, the WordPress project is the epitome of goodness—everyone has a voice, a platform, and a community. You have the power to make your corner of the world, and the web, a sanctuary for those who need it—especially now.</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>01:45</p>\n\n\n\n<p>If you or someone you know is affected by this war, I encourage you to be present as the ramifications unfold. While we may all feel fatigued and have a sense of languishing from the past two years of the Covid pandemic, the gift of time and support for one another cannot be overstated. I&#8217;m confident that every single person in the WordPress community will approach the situation in Ukraine with sensitivity and understanding.&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>02:07</p>\n\n\n\n<p>I invite you to join me in standing with those in the world working to end conflict and working toward a world of peace, promise, and opportunity. If you&#8217;re looking for a way to help support the humanitarian crisis in Ukraine, I will offer some suggested NGOs, or Non-Governmental Organizations, that provide assistance to local peacebuilders in the region.&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>02:26</p>\n\n\n\n<p>In closing, please know that my thoughts are with everyone in our community. I know that my words here can’t change anything there, but I hope that we all remember that words of support are never unwelcome. And we can never know when a little human kindness can help someone share the invisible heaviness in their heart.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:44</p>\n\n\n\n<p>Thanks for that, Matt. My friends, there are links in the show notes to some of the groups that Matt referenced. And that is it for this special edition of the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. Be safe, be kind to yourself and others, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12415\";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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Month in WordPress – February 2022\";s:7:\"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:72:\"https://wordpress.org/news/2022/03/the-month-in-wordpress-february-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Mar 2022 17:40:49 +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: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:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the 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=12411\";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:332:\"There’s a lot going on in the world right now, and safety is top of mind for everyone in the WordPress community. If you don&#8217;t know where to begin, or how to support your peers, Executive Director Josepha Chomphosy’s advice to the global community is to start small.&#160; Overall, February has been a busy month [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Anjana Vasan\";s: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:11940:\"\n<p>There’s a lot going on in the world right now, and safety is top of mind for everyone in the WordPress community. If you don&#8217;t know where to begin, or how to support your peers, Executive Director <a href=\"https://josepha.blog/2022/02/25/to-my-global-community-start-small/\">Josepha Chomphosy’s advice</a> to the global community is to start small.&nbsp;</p>\n\n\n\n<p>Overall, February has been a busy month for WordPress. To begin with, it was thrilling to see the enthusiasm for the release of WordPress 5.9 Joséphine from January continue last month, and that’s not all.&nbsp;</p>\n\n\n\n<p>We have many exciting updates to share, so keep reading to learn about the latest achievements from the WordPress community.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 6.0: May 24, 2022 is the proposed release date</h2>\n\n\n\n<ul><li>The proposed <a href=\"https://make.wordpress.org/core/2022/02/16/wordpress-6-0-planning-roundup/\">release schedule for WordPress 6.0</a>, the second major release of 2022, has been published.</li><li>While we’re waiting for 6.0, check out the <a href=\"https://wordpress.org/news/2022/02/wordpress-5-9-1-maintenance-release/\">WordPress 5.9.1 maintenance release</a> which was released on February 22, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-23 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.slack.com/archives/C02RQBWTW\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Are you interested in contributing to WordPress core?</strong> Join the #core channel in Slack. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at 8 PM UTC.</a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 12.5, 12.6, and 12.7 were released</h2>\n\n\n\n<p>The Core Team launched three new versions of Gutenberg last month. All come with new features, code quality improvements, and bug fixes.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">Gutenberg 12.7 </a>is available to download. This version improves the Patterns experience, allows you to add border styles to column blocks, and includes other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/\">Gutenberg 12.6</a> was launched on February 16, 2022. This release includes a new color panel, updated color controls, a new Post Author Biography block, Read More block, and plenty of other exciting updates!</li><li><a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">Gutenberg 12.5 </a>was released on February 2, 2022. This version allows switching theme styles variations, custom taxonomies filtering, and more.</li></ul>\n\n\n\n<div class=\"wp-container-24 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/chat/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Want to get involved in developing Gutenberg? </strong>Contribute to Gutenberg on GitHub, and join the #core-editor channel in the Make WordPress Slack. Follow the #gutenberg-new tag for details on the latest updates.</a></div>\n</div>\n\n\n\n<h2>WordPress News gets a new look</h2>\n\n\n\n<p>The redesign of <a href=\"https://wordpress.org/news\">WordPress News</a>, which was first announced by Matt Mullenweg, Co-Founder of WordPress, in State of the Word 2021, went live on February 16, 2022.</p>\n\n\n\n<div class=\"wp-container-25 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/02/a-new-wordpress-news/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Read the redesign announcement </strong>to learn more about the inspiration behind the new look.</a></div>\n</div>\n\n\n\n<h2>Team updates: #WP Diversity, a new blog for developers, and more</h2>\n\n\n\n<ul><li>The #WPDiversity working group, which is part of the Community Team, hosted an open Zoom meeting with volunteers on February 23, 2022. If you’re interested in contributing, read the <a href=\"https://make.wordpress.org/community/2022/02/24/recap-of-the-diverse-speaker-training-group-wpdiversity-on-february-23-2022/\">recap of the meeting</a> to view available roles.&nbsp;</li><li>The Core Team shared a <a href=\"https://make.wordpress.org/core/2022/02/25/proposal-to-start-a-news-blog-on-developer-wordpress-org/\">proposal to start a blog</a> on developer.wordpress.org to share news and updates relevant to developers.&nbsp;</li><li>The first Gutenberg Developer Hours session hosted on February 8th by the Core Team was successful. Head over to <a href=\"https://make.wordpress.org/core/2022/02/24/february-8th-gutenberg-developer-hours-session-evaluation/\">this page</a> to learn more about the participants’ feedback.</li><li>The Core Team published “<a href=\"https://make.wordpress.org/core/2022/02/24/feature-project-plugin-dependencies/\">Feature Project: Plugin Dependencies</a>,” where they identified the problems with plugin dependencies and suggested potential solutions to improve the plugin experience.</li><li>The WordPress Photo Directory has a <a href=\"https://make.wordpress.org/photos/\">new Make team</a>. There is currently an open <a href=\"https://make.wordpress.org/photos/2022/02/23/photo-directory-team-rep-nominations-for-2022/\">call for team reps</a> and collaboration is happening at the new <a href=\"https://wordpress.slack.com/messages/photos/\">#photos</a> channel of the Make WordPress Slack.</li><li>The Polyglots Team shared a proposal for a <a href=\"https://make.wordpress.org/polyglots/2022/02/01/proposal-milestone-template-for-polyglots-locale-teams/\">milestone template </a>for the Polyglots Locale Teams.</li><li>The Community Team published a proposal for <a href=\"https://make.wordpress.org/community/2022/02/16/proposal-refurbishing-camera-kits/\">refurbishing camera kits</a>.</li><li>The <a href=\"https://make.wordpress.org/community/2022/02/21/2022-global-sponsors-announcement/\">Global Community Sponsors for 2022</a> have been announced.</li><li>The February 2022 edition of the monthly <a href=\"https://make.wordpress.org/community/2022/02/15/meetup-organizer-newsletter-february-2022/\">Meetup Organizer Newsletter</a> has been published.</li><li>The latest edition of People of WordPress highlighting <a href=\"https://wordpress.org/news/2022/02/people-of-wordpress-tonya-mork/\">Tonya Mork</a> was published on February 28, 2022. Read Tonya’s story to learn more about how WordPress helped her find herself again after a health crisis.&nbsp;</li><li>The February 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/02/22/polyglots-monthly-newsletter-february-2022/\">Polyglots Monthly Newsletter</a> has been published.</li></ul>\n\n\n\n<div class=\"wp-container-26 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>The Community Team published a discussion on diversity in WordPress events.</strong> If you’re comfortable sharing your experience, you can still comment on the post.</a></div>\n</div>\n\n\n\n<h2>Feedback/Testing requests: WordPress iOS 19.3 and Android 19.3 </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/mobile/2022/02/22/call-for-testing-wordpress-for-ios-19-3/\">WordPress for iOS 19.3</a> beta is available for testing, along with <a href=\"https://make.wordpress.org/mobile/2022/02/22/call-for-testing-wordpress-for-android-19-3/\">WordPress for Android 19.3</a></li></ul>\n\n\n\n<div class=\"wp-container-27 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/polyglots/2022/02/08/call-for-early-testers-glotpress-feedback-feature/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Test and share your feedback</strong> on the GlotPress feedback feature.</a></div>\n</div>\n\n\n\n<h2>WordCamp Europe 2022 announces steps to ensure a diverse, inclusive, and welcoming event</h2>\n\n\n\n<ul><li>WordCamp Europe 2022 <a href=\"https://europe.wordcamp.org/2022/diversity-at-wceu/\">announced a plan</a> to ensure more diversity and inclusion in events moving forward.</li><li>The WordPress Foundation published a post on how <a href=\"https://wordpressfoundation.org/news/2022/open-source-software-good-for-business/\">open source software is good for business</a>.</li><li>In a recent episode of WP Briefing titled “<a href=\"https://wordpress.org/news/2022/02/episode-25-five-cents-on-five-for-the-future/\">Five Cents on Five for the Future</a>,” Executive Director Josepha Haden Chomphosy talks about future-proofing the WordPress project with the Five for the Future pledge.</li><li>The Training Team is hosting several WordPress Social Learning Meetups <a href=\"https://www.meetup.com/wordpress-social-learning/events/\">in March 2022</a>.</li><li>Don’t miss the following upcoming WordCamps:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://geneve.wordcamp.org/2022/\">WordCamp Genève</a>, Switzerland on April 9, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png\" alt=\"🇬🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://central.wordcamp.org/wordcamps/wordcamp-athens-attica-greece-2022/\">WordCamp Athens</a>, Greece between April 9 and 10, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2022/\">WordCamp Vienna</a>, Austria from April 23 to 24, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ea-1f1fa.png\" alt=\"🇪🇺\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> in Porto, Portugal from June 2 to 4, 2022 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair</a> in New Jersey, USA June 25 (in person)</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a> in San Diego, California from September 9 to 11, 2022 (in person)</li></ul></li></ul>\n\n\n\n<div class=\"wp-container-28 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>It’s not too late to be a volunteer at WordCamp Europe 2022. </strong>If you’re interested, head over to this page to apply.</a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: </em><a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a><em> </em><a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a><em> </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</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:\"12411\";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:78:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Tonya Mork\";s:7:\"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/2022/02/people-of-wordpress-tonya-mork/\";s: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, 28 Feb 2022 23:55: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:8:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"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:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"core\";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:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"Test Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12151\";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:98:\"The People of WordPress feature this month shares the story of engineer and developer Tonya Mork. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14216:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website developer and engineer from the US, who found the software and its community provide the impetus to keep her going forward.</strong></p>\n\n\n\n<p>WordPress gave Tonya Mork a new lease of energy after a health crisis from which she nearly died. She had spent two decades as an electrical and software engineer in high tech automated manufacturing. But when she discovered the WordPress software, teaching it to others became her new purpose. Through this discovery, she has gone on to help thousands of developers understand and build code in great depth.</p>\n\n\n\n<p>As part of her WordPress journey, she has shared her skills in the roles of Release Coordinator and the Core Tech Editor for the most recent major WordPress release, <a href=\"https://make.wordpress.org/core/5-9/\">5.9</a> Joséphine.&nbsp;</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Tonya pictured in her work room\" class=\"wp-image-12326\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=300%2C151&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?resize=768%2C386&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/02/featured-img-tonyamork.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<h2 id=\"life-takes-an-unexpected-turn\">Life takes an unexpected turn</h2>\n\n\n\n<p>For the first 22 years of Tonya’s life, she rose through the ranks from enlisted personnel in the US Navy to a highly sought after chief engineer with a multi million-dollar industrial automation engineering firm.  </p>\n\n\n\n<p>However, while she was working in engineering, her life was to change dramatically. In 2007, Tonya started to face health challenges that had an impact on all that she had known.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>“My career defined me. It was my canvas and my art. When it was gone, I did not recognize myself.</strong></p><cite>Tonya Mork</cite></blockquote>\n\n\n\n<p>One day, she woke up at home ready to visit a client’s facility where her firm was building a robotic system. She said: “As I headed for the door, I fell to my knees, as this wave of pain crushed down on my chest.”</p>\n\n\n\n<p>Doctors diagnosed her with a very rare heart disease that caused her blood vessels to spasm, cutting off blood to whatever was downstream of the blockage. </p>\n\n\n\n<p>A few months later, she was diagnosed with a second rare and more serious condition, related to the migraines from which she had been suffering. Combined with her heart condition, this made every migraine attack life-threatening.</p>\n\n\n\n<p>For nearly seven years, the unexpected changes to her health left her mostly homebound and constantly monitored. This meant she had to close her engineering firm and say goodbye to staff and clients. </p>\n\n\n\n<p>“My career defined me. It was my canvas and my art. When it was gone, I was lost. I didn’t recognize myself.”</p>\n\n\n\n<p>But in her darkest hour, she found her strength. Tonya made a choice to move forward, and make the most of her life.</p>\n\n\n\n<p>“When you are at rock bottom, you have to make a decision or else it will consume you. My decision was that I chose to be happy,” said Tonya.</p>\n\n\n\n<p>One of Tonya’s first steps was to start writing a blog using WordPress. In this she shared insights on how to find peace and joy in any situation. She wrote about kindness and helping one another.&nbsp;</p>\n\n\n\n<p>The joy of making solutions through WordPress became a way for Tonya to accept her new life and not feel as limited by her health. She wanted purpose, and in WordPress, she found just that.</p>\n\n\n\n<p>Tonya felt she could do something worthwhile in the virtual world.&nbsp;</p>\n\n\n\n<h2 id=\"a-ray-of-hope-for-tonya\">A ray of hope for Tonya</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1000\" height=\"750\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?resize=1000%2C750&#038;ssl=1\" alt=\"\" class=\"wp-image-12327\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?w=1000&amp;ssl=1 1000w, https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/02/tonya.jpg?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>In 2013, Tonya’s health deteriorated further. She was admitted into intensive care and was diagnosed with a third rare disease, this time related to her autoimmunity. She was not expected to survive this time. </p>\n\n\n\n<p>Following what she describes as a ‘miraculous recovery,’ she became stronger and was able to stop relying on a wheelchair. She used the energy from working on websites to keep going. “WordPress kept my mind alive,” said Tonya.</p>\n\n\n\n<p>She had first used WordPress for her engineering firm’s intranet. But when she discovered the software’s full potential and the collaborative opportunities of open source, it opened a new world.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>&#8220;Finding WordPress helped me to find myself again&#8221;</p><cite>Tonya Mork</cite></blockquote></figure>\n\n\n\n<p>During the years which followed, she donated her time to build some WordPress websites and plugins. She said: “Through giving my time, I was able to do something other than sit in isolation.” </p>\n\n\n\n<p>Tonya was amazed by the sharing in open source in general and in WordPress in particular. She said: “I was amazed to see people sharing so much information freely with one another. In my former engineering world, information was proprietary. Throughout my career, I had worked to break down those silos and help anyone to understand complex systems. I was drawn to this open community.”&nbsp;</p>\n\n\n\n<p>She also became aware that WordPress developers were hungry to learn more about development. She wanted to be part of the solution with her passion for teaching and the knowledge she had gained in industry.<br><br>She said: “Finding WordPress helped me to find myself again. Here in this community, I was able to feel like a person again, not a sick one, but a professional with something to give.”</p>\n\n\n\n<p>As her interest in the software grew, Tonya decided to start a non-profit where she turned to WordPress to build the websites. This re-sparked her interest in programming. She said: “I wanted to really know the code and understand what made it tick.”</p>\n\n\n\n<p>The realization led Tonya to start the WP Developers’ Club, which in turn spawned <a href=\"https://knowthecode.io/\">Know the Code</a>, to help educate individual developers, and is still used today.</p>\n\n\n\n<h2 id=\"from-helping-wordpress-companies-to-working-on-wordpress-core\">From helping WordPress companies to working on WordPress Core</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"300\" height=\"300\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/02/tonya-with-dog.jpg?resize=300%2C300&#038;ssl=1\" alt=\"Tonya pictured with her dog\" class=\"wp-image-12328\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/02/tonya-with-dog.jpg?w=300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/02/tonya-with-dog.jpg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Tonya went on to work with big and medium size WordPress companies helping their developers and supporting them in raising their firms’ leverage with WordPress.</p>\n\n\n\n<p>By late 2020, she knew she wanted to do even more with WordPress.</p>\n\n\n\n<p>In February 2021, Tonya joined an international firm in the ecosystem and began working closely on WordPress Core.</p>\n\n\n\n<p>At that time, WordPress Core was pulling together a new Triage team. Tonya started volunteering on that team to find collaborative solutions, and help others do so. In 2020 for <a href=\"https://wordpress.org/news/2020/12/simone/\">WordPress 5.6 Simone</a>, she became the release’s Triage lead, and again for <a href=\"https://make.wordpress.org/core/5-7/\">WordPress 5.7 Esperanza</a>.&nbsp;</p>\n\n\n\n<p>In 2021, she became a Test Team Rep and helped to expand the team and is an advocate for the value of testing and feedback in the release development process.</p>\n\n\n\n<h2 id=\"a-new-successful-chapter-with-wordpress-5-9\">A new, successful chapter with WordPress 5.9</h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"480\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=1024%2C480&#038;ssl=1\" alt=\"Tonya was one of the notable contributors to the WordPress 5.9 release featured in this picture.\" class=\"wp-image-12329\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=1024%2C480&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=300%2C141&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=768%2C360&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=1536%2C719&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/02/WP59-thumbnail-jb.png?resize=2048%2C959&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Tonya’s passion for the software and getting people involved in its growth continued. For the WordPress 5.9 release in 2021, she took on the role of both the Core Tech Lead and the Release Coordinator. As this was a big release and included the first major implementation of Full Site Editing, it had many moving parts and hundreds of contributors. She was able to share the skills she had learned in communication and project management from her days streamlining and documenting engineering software and processes.&nbsp;</p>\n\n\n\n<p>In the first 24 hours of WordPress 5.9 landing, it had more than 10 million downloads—and 17 formally reported bugs.</p>\n\n\n\n<h2 id=\"giving-back-to-open-source\">Giving back to open source</h2>\n\n\n\n<p>Now in what Tonya describes as her third chapter. She said: “I’m a very different person from the engineer I used to know. What really matters in this world is when you reach out and make a difference in someone’s life.”</p>\n\n\n\n<p>She feels she has found her purpose in this life. “I’m on a mission to give back and make a difference. Teaching is how I will do it. And in WordPress I have found my professional home, and I have all this software knowledge that I just want to share.”</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 id=\"contributors-to-this-feature\">Contributors to this feature</h2>\n\n\n\n<p>Thank you to Tonya Mork (<a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>) for sharing her story. </p>\n\n\n\n<p>Interviews and feature by Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>). Reviewed by Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), and Anjana Vasan (<a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>). Photo editing Reyez Martínez (<a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>) and Jean Baptiste Audras (<a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>). </p>\n\n\n\n<p><em>Thanks to Josepha Haden Chomphosy&nbsp;(@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) and others for their support&nbsp;</em>of this initiative.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\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:\"12151\";s: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:\"Thu, 07 Jul 2022 13:44:07 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, 06 Jul 2022 16:30:33 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:\"20220304203022\";}','no'),(115565,'_site_transient_timeout_boldgrid_ppbp_version_data','1657225948','no'),(115566,'_site_transient_boldgrid_ppbp_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:29:\"Post and Page Builder Premium\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"asset_id\";i:1250159;s:12:\"release_date\";s:19:\"2022-04-27 11:09:22\";s:19:\"requires_wp_version\";s:3:\"4.7\";s:17:\"tested_wp_version\";s:3:\"5.3\";s:8:\"sections\";s:7674:\"{\"description\":\"<h4>What is the Post and Page Builder by BoldGrid?<\\/h4>\\n\\n<p>The Post and Page Builder is an intuitive drag and drop editor plugin and the easiest way to create and edit pages for any theme. Whether you are new to WordPress or consider yourself a pro, BoldGrid solutions will make your WordPress life better. Stop dealing with site-breaking shortcodes and theme restricted editors. You are going to love just how fast and easily you can create beautiful websites now.<\\/p>\\n\\n<p>Try out the <a href=\\\"https:\\/\\/www.boldgrid.com\\/central\\/get-it-now?redirect_url=wp-admin%2Fpost-new.php%3Fpost_type%3Dpage&amp;plugins=post-and-page-builder\\\">BoldGrid Demo<\\/a> on Cloud WordPress to see for yourself!<\\/p>\\n\\n<p>[youtube https:\\/\\/youtu.be\\/QoIb7OhV9ys?rel=0]<\\/p>\\n\\n<h4>Features<\\/h4>\\n\\n<ul>\\n<li><strong>Drag and Drop Editing<\\/strong> - Create simple or complex layouts with our unique editing experience<\\/li>\\n<li><strong>BoldGrid Blocks<\\/strong> - Hundreds of professional layout designs to work from<\\/li>\\n<li><strong>100% Mobile-friendly<\\/strong> - Responsive layouts and controls to change the design per device<\\/li>\\n<li><strong>Google Fonts<\\/strong> - Change font family, font size, font color, letter spacing, line height and more<\\/li>\\n<li><strong>Theme Compatibility<\\/strong> - Our WordPress Page Builder is designed to work with any WordPress Theme<\\/li>\\n<li><strong>Custom Backgrounds<\\/strong> - Add background images, gradient backgrounds, patterns, overlays, and background colors<\\/li>\\n<li><strong>Fast and Free Support<\\/strong> - Growing Community and knowledge base<\\/li>\\n<li><strong>Animations<\\/strong> - Add effects as the user scrolls down the page with Animate.css or background parallax scroll effects<\\/li>\\n<li><strong>Advanced Controls<\\/strong> - Add margin, padding, box shadows, borders, alignment and more to almost any element<\\/li>\\n<li><strong>Bootstrap Grid<\\/strong> - Drag and drop controls for bootstrap rows and columns elements<\\/li>\\n<li><strong>Add Custom CSS Classes<\\/strong> - Complete control over any element<\\/li>\\n<li><strong>Clean, Simple Markup<\\/strong> - Easily create a professionally coded template without experience<\\/li>\\n<li><strong>Google Maps<\\/strong> - Embed and customize maps into your post or page<\\/li>\\n<li><strong>Web Components<\\/strong> - High quality reusable and customizable HTML elements<\\/li>\\n<li><strong>Font Awesome Icons<\\/strong> - Insert and customize any Font Awesome icons<\\/li>\\n<li><strong>CSS Grid<\\/strong> - Full width, column and row based layouts<\\/li>\\n<li><strong>Image Editing<\\/strong> - Apply image filters and automatically crop images<\\/li>\\n<li><strong>Button Designs<\\/strong> - Fully customizable button designs<\\/li>\\n<li><strong>Custom Post Types<\\/strong> - Save and reuse full page layouts or BoldGrid Block designs<\\/li>\\n<li><strong>WordPress Editor Integration<\\/strong> - Integrated into TinyMCE so you can keep the same workflow<\\/li>\\n<li><strong>No Need for Shortcodes!<\\/strong> - Faster page loads by saving your custom HTML5 elements<\\/li>\\n<\\/ul>\\n\\n<p>Additional Features when used with other BoldGrid plugins:<\\/p>\\n\\n<ul>\\n<li>Dozens of free layout templates<\\/li>\\n<li>Integrated with professional image banks<\\/li>\\n<li>Contact Forms<\\/li>\\n<li>On-page SEO recommendations for targeted search phrase<\\/li>\\n<\\/ul>\\n\\n<p>Visit our website to learn more about additional <a href=\\\"https:\\/\\/www.boldgrid.com\\/wordpress-plugins\\/\\\">BoldGrid plugins<\\/a> to further improve your WordPress experience!<\\/p>\\n\\n<h4>People Love BoldGrid<\\/h4>\\n\\n<p>\\\"It\'s really the perfect starting point for just about any web project, allowing users to get their site up and running in very short time. \\\" - Digital.com<\\/p>\\n\\n<p>\\\"BoldGrid is a great extension to WordPress that will make my job a lot easier and faster while creating custom layouts and pages.\\\" - Webhostingmedia.net<\\/p>\\n\\n<p>\\\"Well, I have seen many site builders but this is the only one that provides so many features.\\\" - Woblogger.com<\\/p>\\n\\n<h4>A Post and Page Builder That Works With Your Theme and Plugins<\\/h4>\\n\\n<p>The Post and Page Builder by BoldGrid is designed to work with almost any WordPress theme. Add it to your existing website today, or try a BoldGrid theme for your new website. Alternatively, consider upgrading and using the powerful BoldGrid framework theme (available in Premium subscription) as an excellent time saver for agencies and developers.<\\/p>\\n\\n<h4>A Post and Page Builder Stuffed With Pre-Designed Templates &amp; Blocks<\\/h4>\\n\\n<p>Create layouts and pages faster and easier than ever with Blocks by BoldGrid. Blocks are pre-built page sections consisting of various layouts of rows and columns prepopulated with content that can be edited visually or with HTML and CSS. Blocks utilize a wide variety of content that can be completely customized to fit your needs such as icons, buttons, free and premium images, font packs, and more.<\\/p>\\n\\n<h4>A Post and Page Builder That Is Faster Than The Rest<\\/h4>\\n\\n<p>The Post and Page Builder by BoldGrid is designed to create pages that load fast. BoldGrid ditches shortcodes in favor of clean markup that can be served quickly. That also means BoldGrid code is easy to assess and customize.<\\/p>\\n\\n<h4>Coming Soon \\/ Maintenance Page<\\/h4>\\n\\n<p>Great for making \\\"under construction\\\" or \\\"coming soon\\\" pages. You can create a simple page within minutes by using free professionally designed WordPress Blocks.<\\/p>\\n\\n<h4>Bootstrap WYSIWYG Post &amp; Page Builder for WordPress<\\/h4>\\n\\n<p>Our drag and drop system is built on the Bootstrap Grid. You can drag columns, rows, and containers around your pages to make quick updates to pages.  Advanced CSS controls allow you to make pixel perfect designs.<\\/p>\\n\\n<h4>Create Custom Color Palette<\\/h4>\\n\\n<p>Choose your brand\'s colors and we\'ll help your design stay unified. Our unique color palette system is built with SASS and allows you to change all the colors on your site. You don\'t have to choose from a few presets anymore!<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP version 5.4 or greater<\\/li>\\n<li>WordPress 4.4 or greater<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire post-and-page-builder folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\\n<p>You will find a \'Post and Page Builder\' menu in your WordPress admin panel and find most features within the\\nWordPress Editor.<\\/p>\\n\",\"changelog\":\"<h4>1.0.6<\\/h4>\\n\\n<p>Release date: April 26, 2022<\\/p>\\n\\n<ul>\\n<li>Fix: Slider Navigation Buttons are transparent <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/post-and-page-builder-premium\\/issues\\/7\\\">#7<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.0.5<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Fix: Compatibility issues with WordPress 5.6<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.4<\\/h4>\\n\\n<p>Release date: November 11th, 2019<\\/p>\\n\\n<ul>\\n<li>Fix: Order posts by date instead of id.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<p>Release date: October 30th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Optimizing build files.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Release date: December 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed updating plugin via ajax<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<p>Release Date: December 4th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug Fix: Fixing post excerpt wrapping element<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<p>Release Date: October 16th, 2018<\\/p>\\n\\n<ul>\\n<li>New feature: Slider Components<\\/li>\\n<li>New feature: Post List Widget<\\/li>\\n<li>New feature: Single Post Widget<\\/li>\\n<\\/ul>\\n\"}\";s:7:\"siteurl\";s:24:\"http://www.boldgrid.com/\";s:13:\"compatibility\";s:10068:\"{\"5.6.1\":{\"1.0.5\":[100,95]},\"5.6\":{\"1.0.5\":[100,95]},\"5.5.3\":{\"1.0.5\":[100,95]},\"5.5.2\":{\"1.0.5\":[100,95]},\"5.5.1\":{\"1.0.5\":[100,95]},\"5.5\":{\"1.0.5\":[100,95]},\"5.4.4\":{\"1.0.5\":[100,95]},\"5.4.3\":{\"1.0.5\":[100,95]},\"5.4.2\":{\"1.0.5\":[100,95]},\"5.4.1\":{\"1.0.5\":[100,95]},\"5.4\":{\"1.0.5\":[100,95]},\"5.3.6\":{\"1.0.5\":[100,95]},\"5.3.5\":{\"1.0.5\":[100,95]},\"5.3.4\":{\"1.0.5\":[100,95]},\"5.3.3\":{\"1.0.5\":[100,95]},\"5.3.2\":{\"1.0.5\":[100,95]},\"5.3.1\":{\"1.0.5\":[100,95]},\"5.3\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.9\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.8\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.7\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.6\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.5\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.4\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.3\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1.8\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1.7\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1.6\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1.5\":{\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1.3\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0.7\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0.6\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0.5\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0.4\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0.3\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0.2\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0.1\":{\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"5.0\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.9\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.8\":{\"1.0.0-alpha.0\":[100,12],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.6\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.5\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.4\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.3\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.2\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.12\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.11\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.10\":{\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9.1\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.9\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8.6\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8.5\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8.4\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8.3\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8.2\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8.1\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.8\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.9\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.8\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.6\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.5\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.4\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.3\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.2\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.11\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.10\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7.1\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.7\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]},\"4.6.12\":{\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.0.4\":[100,95],\"1.0.5\":[100,95],\"1.0.6-rc1\":[100,95],\"1.0.6\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:153:\"{\"boldgrid\":\"Boldgrid\",\"page builder\":\"Page builder\",\"drag and drop\":\"Drag and drop\",\"tinymce\":\"Tinymce\",\"editor\":\"Editor\",\"landing page\":\"Landing page\"}\";s:7:\"banners\";s:137:\"{\"low\":\"//ps.w.org/post-and-page-builder/assets/banner-772x250.png\",\"high\":\"//ps.w.org/post-and-page-builder/assets/banner-1544x500.png\"}\";}}s:7:\"updated\";i:1657197148;}','no'),(115701,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1657244648','no'),(115702,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1657201448','no'),(115674,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1657201968;s:7:\"checked\";a:6:{s:16:\"boldgrid-gridone\";s:7:\"1.25.10\";s:4:\"crio\";s:6:\"2.12.0\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:5:{s:4:\"crio\";a:6:{s:5:\"theme\";s:4:\"crio\";s:11:\"new_version\";s:6:\"2.16.0\";s:3:\"url\";s:34:\"https://wordpress.org/themes/crio/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/crio.2.16.0.zip\";s:8:\"requires\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.6\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.3.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:\"2.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.0.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.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.2.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:16:\"boldgrid-gridone\";O:8:\"WP_Theme\":12:{s:6:\"update\";b:0;s:20:\"\0WP_Theme\0theme_root\";s:52:\"/home/ndd6915/Naplesirrigation.com/wp-content/themes\";s:17:\"\0WP_Theme\0headers\";a:13:{s:4:\"Name\";s:8:\"Grid One\";s:8:\"ThemeURI\";s:32:\"http://www.boldgrid.com/grid-one\";s:11:\"Description\";s:574:\"Designed specifically for use with the BoldGrid suite of plugins, all BoldGrid themes are highly customizable, responsive to a wide range of devices, and of course, beautiful. Every BoldGrid theme includes five pre-selected color palettes and an advanced tool for creating your own unique palette. In addition, all themes feature multiple menu locations and widget areas, which are easily customizable to suit your needs. So if you\'re looking for a theme that looks great, feels modern and professional, and offers plenty of features to make it your own, you\'ve chosen well.\";s:6:\"Author\";s:17:\"The BoldGrid Team\";s:9:\"AuthorURI\";s:32:\"http://www.boldgrid.com/the-team\";s:7:\"Version\";s:7:\"1.25.10\";s:8:\"Template\";s:0:\"\";s:6:\"Status\";s:0:\"\";s:4:\"Tags\";s:138:\"custom-background, custom-colors, custom-menu, editor-style, responsive-layout, rtl-language-support, translation-ready, boldgrid-theme-40\";s:10:\"TextDomain\";s:16:\"boldgrid-gridone\";s:10:\"DomainPath\";s:0:\"\";s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";}s:27:\"\0WP_Theme\0headers_sanitized\";a:5:{s:7:\"Version\";s:7:\"1.25.10\";s:4:\"Tags\";a:8:{i:0;s:17:\"custom-background\";i:1;s:13:\"custom-colors\";i:2;s:11:\"custom-menu\";i:3;s:12:\"editor-style\";i:4;s:17:\"responsive-layout\";i:5;s:20:\"rtl-language-support\";i:6;s:17:\"translation-ready\";i:7;s:17:\"boldgrid-theme-40\";}s:4:\"Name\";s:8:\"Grid One\";s:6:\"Author\";s:17:\"The BoldGrid Team\";s:9:\"AuthorURI\";s:32:\"http://www.boldgrid.com/the-team\";}s:25:\"\0WP_Theme\0name_translated\";N;s:16:\"\0WP_Theme\0errors\";N;s:20:\"\0WP_Theme\0stylesheet\";s:16:\"boldgrid-gridone\";s:18:\"\0WP_Theme\0template\";s:16:\"boldgrid-gridone\";s:16:\"\0WP_Theme\0parent\";N;s:24:\"\0WP_Theme\0theme_root_uri\";N;s:27:\"\0WP_Theme\0textdomain_loaded\";N;s:20:\"\0WP_Theme\0cache_hash\";s:32:\"30ec6a529790e86d5ac72182496baae4\";}}s:12:\"translations\";a:0:{}}','no'),(115560,'_site_transient_timeout_boldgrid_connect_version_data','1657225948','no'),(115561,'_site_transient_boldgrid_connect_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:16:\"BoldGrid Connect\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"asset_id\";i:1026632;s:12:\"release_date\";s:19:\"2019-10-15 17:28:26\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.8\";s:8:\"sections\";s:927:\"{\"description\":\"<p>Connects users and sites with BoldGrid Central.<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP 5.4 or higher<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire boldgrid-connect folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.0.2<\\/h4>\\n\\n<p>Release Date: October 15th, 2019<\\/p>\\n\\n<ul>\\n<li>Update:  Updated dependency boldgrid\\/library to 2.10.4.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<p>Release Date: September 11th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed conflict between tgmpa plugin installer and the BoldGrid custom update classes.<\\/li>\\n<li>Bug fix: Added composer hook for library build.<\\/li>\\n<li>Update:  Updated dependencies.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<p>Release Date: August 13th, 2018<\\/p>\\n\\n<ul>\\n<li>Initial release.<\\/li>\\n<\\/ul>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:4217:\"{\"5.2\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.1.3\":{\"1.0.2\":[100,95]},\"5.1.2\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.1.1\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.1\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.0.7\":{\"1.0.2\":[100,95]},\"5.0.6\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.0.5\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.0.4\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.0.3\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.0.2\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.0.1\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"5.0\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.9\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.8\":{\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.7\":{\"1.0.0\":[100,95],\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.12\":{\"1.0.2\":[100,95]},\"4.9.11\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.10\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.9\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.8\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.10\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.11\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.10\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.6.12\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]},\"4.6.11\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:61:\"{\"boldgrid\":\"Boldgrid\",\"connect\":\"Connect\",\"manage\":\"Manage\"}\";s:7:\"banners\";s:127:\"{\"low\":\"//repo.boldgrid.com/assets/banner-connect-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-connect-1544x500.png\"}\";}}s:7:\"updated\";i:1657197148;}','no'),(559,'boldgrid_customizer_first_use','2022-02-28 19:55:59','yes'),(561,'category_children','a:0:{}','yes'),(115570,'_site_transient_timeout_boldgrid_backup_premium_version_data','1657225949','no'),(115571,'_site_transient_boldgrid_backup_premium_version_data','O:8:\"stdClass\":4:{s:6:\"status\";i:200;s:7:\"message\";s:2:\"OK\";s:6:\"result\";O:8:\"stdClass\":1:{s:4:\"data\";O:8:\"stdClass\":13:{s:5:\"title\";s:64:\"Total Upkeep Premium &ndash; WordPress Backup Plugin plus Restor\";s:7:\"version\";s:5:\"1.5.9\";s:8:\"asset_id\";i:1192077;s:12:\"release_date\";s:19:\"2021-04-29 14:47:06\";s:19:\"requires_wp_version\";s:3:\"4.4\";s:17:\"tested_wp_version\";s:3:\"5.8\";s:8:\"sections\";s:4823:\"{\"description\":\"<p>Premium extension for the Total Upkeep plugin.<\\/p>\\n\",\"installation\":\"<h4>Minimum Requirements<\\/h4>\\n\\n<ul>\\n<li>PHP 5.4 or higher<\\/li>\\n<\\/ul>\\n\\n<h4>Manually<\\/h4>\\n\\n<ol>\\n<li>Upload the entire boldgrid-backup-premium folder to the \\/wp-content\\/plugins\\/ directory.<\\/li>\\n<li>Activate the plugin through the Plugins menu in WordPress.<\\/li>\\n<\\/ol>\\n\",\"changelog\":\"<h4>1.5.9<\\/h4>\\n\\n<p>Release date: April 29th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Fixed nonce for restoring single files.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.8<\\/h4>\\n\\n<p>Release date: March 11th, 2021<\\/p>\\n\\n<ul>\\n<li>Update: Updated dependencies, including aws-php-sdk from version 2 to 3.<\\/li>\\n<li>Update: Adding google-drive-download.og<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.7<\\/h4>\\n\\n<p>Release date: February 16th, 2021<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed confings type in update class.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.6<\\/h4>\\n\\n<p>Release date: December 8th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Various JQMIGRATE warnings fixed.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.5<\\/h4>\\n\\n<p>Release date: December 2nd, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed invalid nonce when downloading Amazon S3 backups.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.4<\\/h4>\\n\\n<p>Release date: October 15th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed issue with installing plugins.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.3<\\/h4>\\n\\n<p>Release date: October 13th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Added additional logging for Google Drive.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.2<\\/h4>\\n\\n<p>Release date: August 12th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Updated Timely Auto Updates to work with the new WordPress 5.5+ Auto Update UI.<\\/li>\\n<\\/ul>\\n\\n<h4>1.5.1<\\/h4>\\n\\n<p>Release date: July 7th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Auto Update Translation filter causes fatal error with JetPack active <a href=\\\"https:\\/\\/github.com\\/BoldGrid\\/boldgrid-backup-premium\\/issues\\/50\\\">#50<\\/a><\\/li>\\n<\\/ul>\\n\\n<h4>1.5.0<\\/h4>\\n\\n<p>Release date: July 7th, 2020<\\/p>\\n\\n<ul>\\n<li>New Feature: Added Timely Auto Updates.<\\/li>\\n<\\/ul>\\n\\n<h4>1.4.0<\\/h4>\\n\\n<p>Release date: May 19th, 2020<\\/p>\\n\\n<ul>\\n<li>New feature: Google drive - shared drive support.<\\/li>\\n<li>New feature: Google drive - upload to any folder by using a folder id.<\\/li>\\n<li>Bug fix: Cleaned up Amazon libraries loaded to prevent conflict with W3TC.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.3<\\/h4>\\n\\n<p>Release date: February 19th, 2020<\\/p>\\n\\n<ul>\\n<li>Bug fix: Cannot save Google Drive on settings page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.2<\\/h4>\\n\\n<p>Release date: February 18th, 2020<\\/p>\\n\\n<ul>\\n<li>Update: Allow Google Drive settings to be reset, and which allows for reauthorization.<\\/li>\\n<li>Update: Show error messages when validating Google Drive.<\\/li>\\n<li>Bug fix: Error 403: Daily Limit for Unauthenticated Use Exceeded.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.1<\\/h4>\\n\\n<p>Release date: December 13th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed filtering of archive attributes.<\\/li>\\n<\\/ul>\\n\\n<h4>1.3.0<\\/h4>\\n\\n<p>Release data: November 21th, 2019<\\/p>\\n\\n<ul>\\n<li>Update: Renamed plugin from \\\"BoldGrid Backup Premium\\\" to \\\"Total Upkeep Premium\\\".<\\/li>\\n<li>New feature: Added database dump file encryption.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.1<\\/h4>\\n\\n<p>Release date: October 1st, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fix bucket errors on archive details page.<\\/li>\\n<\\/ul>\\n\\n<h4>1.2.0<\\/h4>\\n\\n<p>Release date: October 1st, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: DreamObjects support.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.2<\\/h4>\\n\\n<p>Release date: May 21th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Google Drive attempting to upload archive that does not exist.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.1<\\/h4>\\n\\n<p>Release date: May 14th, 2019<\\/p>\\n\\n<ul>\\n<li>Bug fix: Themes autoupdated not showing in Tools > History.<\\/li>\\n<li>Bug fix: Incorrect theme version listed in history during autoupdate.<\\/li>\\n<\\/ul>\\n\\n<h4>1.1.0<\\/h4>\\n\\n<p>Release date: Feb 14th, 2019<\\/p>\\n\\n<ul>\\n<li>New feature: Google Drive support.<\\/li>\\n<li>Update: Composer libraries updated.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.3<\\/h4>\\n\\n<p>Release date: Dec 5th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed updating plugin via ajax.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.2<\\/h4>\\n\\n<p>Release date: Nov 20th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed ob_flush warning with S3.<\\/li>\\n<li>Bug fix: Fixed error: Invalid argument supplied for foreach().<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.1<\\/h4>\\n\\n<p>Release Date: October 25th, 2018<\\/p>\\n\\n<ul>\\n<li>Bug fix: Fixed handling of hook parameter on non-bulk plugin upgrades.<\\/li>\\n<li>Bug fix: Fatal error: Uncaught Error: Call to undefined function wp<em>generate<\\/em>password.<\\/li>\\n<\\/ul>\\n\\n<h4>1.0.0<\\/h4>\\n\\n<p>Release Date: April 11th, 2017<\\/p>\\n\\n<ul>\\n<li>Initial release.<\\/li>\\n<\\/ul>\\n\",\"upgrade_notice\":\"<h4>1.3.0<\\/h4>\\n\\n<p>BoldGrid Backup Premium has been renamed to Total Upkeep Premium.  Different name with the same great features.<\\/p>\\n\"}\";s:7:\"siteurl\";s:25:\"https://www.boldgrid.com/\";s:13:\"compatibility\";s:45643:\"{\"5.7\":{\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6.3\":{\"1.5.9\":[100,95]},\"5.6.2\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6.1\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.6\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.4\":{\"1.5.9\":[100,95]},\"5.5.3\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.2\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5.1\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.5\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.5\":{\"1.5.9\":[100,95]},\"5.4.4\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.3\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.2\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4.1\":{\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.4\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.7\":{\"1.5.9\":[100,95]},\"5.3.6\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.5\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.4\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.3\":{\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.2\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3.1\":{\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.9\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.8\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.7\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.6\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.5\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.4\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.2\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2.10\":{\"1.5.9\":[100,95]},\"5.2.1\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.2\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.8\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.7\":{\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.6\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.5\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.4\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.3\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.2\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1.1\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.1\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.9\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.8\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.7\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.6\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.5\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.4\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.3\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.2\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.10\":{\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0.1\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"5.0\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.9\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.8\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.7\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.6\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.5\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.4\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.3\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.2\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.14\":{\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.13\":{\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.12\":{\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.11\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.10\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9.1\":{\"1.0.0\":[100,12],\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.9\":{\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.8\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.7\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.6\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.10\":{\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.12\":{\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.11\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.10\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.9\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.8\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.7\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.5\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.4\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.3\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.2\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.12\":{\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.11\":{\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.10\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6.1\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]},\"4.6\":{\"1.0.0-alpha.1\":[100,95],\"1.0.0-alpha.2\":[100,95],\"1.0.0-rc.1\":[100,95],\"1.0.0-rc.2\":[100,95],\"1.0.0-rc.3\":[100,95],\"1.0.0-rc.4\":[100,95],\"1.0.1\":[100,95],\"1.0.2\":[100,95],\"1.0.3\":[100,95],\"1.1.0-rc.1\":[100,95],\"1.1.0\":[100,95],\"1.1.1\":[100,95],\"1.1.2\":[100,95],\"1.2.0-rc.1\":[100,95],\"1.2.0\":[100,95],\"1.2.1\":[100,95],\"1.3.0\":[100,95],\"1.3.1\":[100,95],\"1.3.2\":[100,95],\"1.3.3\":[100,95],\"1.4.0-rc.1\":[100,95],\"1.4.0-rc.2\":[100,95],\"1.4.0\":[100,95],\"1.5.0-rc.1\":[100,95],\"1.5.0-rc.2\":[100,95],\"1.5.0-rc.3\":[100,95],\"1.5.0\":[100,95],\"1.5.1\":[100,95],\"1.5.2\":[100,95],\"1.5.3-rc.1\":[100,95],\"1.5.3\":[100,95],\"1.5.4\":[100,95],\"1.5.5\":[100,95],\"1.5.6\":[100,95],\"1.5.8\":[100,95],\"1.5.9\":[100,95]}}\";s:6:\"rating\";i:100;s:11:\"num_ratings\";i:100000;s:4:\"tags\";s:143:\"{\"backup\":\"Backup\",\"cloud backup\":\"Cloud backup\",\"database backup\":\"Database backup\",\"restore\":\"Restore\",\"wordpress backup\":\"Wordpress backup\"}\";s:7:\"banners\";s:125:\"{\"low\":\"//repo.boldgrid.com/assets/banner-backup-772x250.png\",\"high\":\"//repo.boldgrid.com/assets/banner-backup-1544x500.png\"}\";}}s:7:\"updated\";i:1657197149;}','no');
INSERT INTO `wp_options` VALUES (113906,'_transient_boldgrid_backup_system_zip_test','1','no'),(114944,'_transient_timeout_boldgrid_backup_is_functional','1657262002','no'),(114945,'_transient_boldgrid_backup_is_functional','1','no'),(112286,'_transient_timeout_kirki_remote_url_contents','1657635446','no'),(112287,'_transient_kirki_remote_url_contents','a:3:{s:32:\"21158b71aa764c27f41d5e3af627bdb6\";s:3027:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQXjN_mQ.woff) format(\'woff\');\n  unicode-range: U+0301, 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-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQXjN_mQ.woff) format(\'woff\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQXjN_mQ.woff) format(\'woff\');\n  unicode-range: U+0370-03FF;\n}\n/* hebrew */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQXjN_mQ.woff) format(\'woff\');\n  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQXjN_mQ.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQXjN_mQ.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Open Sans\';\n  font-style: normal;\n  font-weight: 400;\n  font-stretch: normal;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQXjM.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"9f46bb238e1c235757c22ef43a665e47\";s:784:\"/* latin-ext */\n@font-face {\n  font-family: \'Julius Sans One\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/juliussansone/v14/1Pt2g8TAX_SGgBGUi0tGOYEga5WOzHsRy6KHHow-.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Julius Sans One\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/juliussansone/v14/1Pt2g8TAX_SGgBGUi0tGOYEga5WOwnsRy6KHHg.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";s:32:\"57464416737d0655e047cf1ad7307b28\";s:2170:\"/* cyrillic-ext */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Roboto\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\";}','no'),(7897,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_options` with 238 row(s)
--

--
-- Table structure for table `wp_weforms_entries`
--

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

--
-- Dumping data for table `wp_weforms_entries`
--

LOCK TABLES `wp_weforms_entries` WRITE;
/*!40000 ALTER TABLE `wp_weforms_entries` DISABLE KEYS */;
INSERT INTO `wp_weforms_entries` VALUES (1,63,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-04 23:23:54'),(2,63,0,1086029863,'Mozilla Firefox/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 18:08:05'),(3,63,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/contact-us/?customize_changeset_uuid=79bc2738-0ca9-4a9d-a29d-d920b7401481&customize_theme=crio&customize_messenger_channel=preview-0','publish','2022-04-07 18:33:48'),(4,63,0,1086029863,'Mozilla Firefox/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 19:49:19'),(5,241,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/?weforms_preview=1&form_id=241','publish','2022-04-07 20:17:08'),(6,63,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 20:22:06'),(7,241,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/?weforms_preview=1&form_id=241','publish','2022-04-07 20:29:28'),(8,63,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 20:29:58'),(9,241,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 20:30:47'),(10,241,1,1226265744,'Google Chrome/Windows','https://naplesirrigation.com/?weforms_preview=1&form_id=241','publish','2022-04-07 20:36:35'),(11,241,0,1086029863,'Mozilla Firefox/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 21:04:15'),(12,63,0,1086029863,'Mozilla Firefox/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 21:07:13'),(13,241,0,1086029863,'Mozilla Firefox/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-07 21:07:45'),(14,63,0,1226265744,'Google Chrome/Linux','https://naplesirrigation.com/contact-us/','publish','2022-04-08 18:31:34'),(15,63,0,1086033128,'Mozilla Firefox/Windows','https://naplesirrigation.com/contact-us/','publish','2022-04-08 20:11:50'),(16,63,1,1086029932,'Google Chrome/Windows','https://naplesirrigation.com/contact-us/?customize_changeset_uuid=eb6e7c39-5592-4382-958e-db26bb6d0961&customize_theme=crio&customize_messenger_channel=preview-4&customize_autosaved=on','publish','2022-07-06 19:43:22');
/*!40000 ALTER TABLE `wp_weforms_entries` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_weforms_entries` with 16 row(s)
--

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'nirrigation','$P$BgcEXTdfeaetG8McmrNZ2J5JfGWZVj/','nirrigation','marie@aiinst.com','https://naplesirrigation.com','2022-02-23 19:31:11','1657135651:$P$BZSOcPNk499tsYU0ApYefY4tASxfhO.',0,'nirrigation');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

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

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

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=610 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 (306,186,'_wp_attachment_image_alt','Perfect Irrigation System'),(2,3,'_wp_page_template','default'),(3,4,'_wp_page_template','default'),(4,5,'_menu_item_type','custom'),(5,5,'_menu_item_menu_item_parent','0'),(6,5,'_menu_item_object_id','5'),(7,5,'_menu_item_object','custom'),(8,5,'_menu_item_target','_blank'),(9,5,'_menu_item_classes','a:1:{i:0;s:8:\"facebook\";}'),(10,5,'_menu_item_xfn',''),(11,5,'_menu_item_url','//facebook.com'),(12,6,'_menu_item_type','custom'),(13,6,'_menu_item_menu_item_parent','0'),(14,6,'_menu_item_object_id','6'),(15,6,'_menu_item_object','custom'),(16,6,'_menu_item_target','_blank'),(17,6,'_menu_item_classes','a:1:{i:0;s:7:\"twitter\";}'),(18,6,'_menu_item_xfn',''),(19,6,'_menu_item_url','//twitter.com'),(20,7,'_menu_item_type','custom'),(21,7,'_menu_item_menu_item_parent','0'),(22,7,'_menu_item_object_id','7'),(23,7,'_menu_item_object','custom'),(24,7,'_menu_item_target','_blank'),(25,7,'_menu_item_classes','a:1:{i:0;s:6:\"google\";}'),(26,7,'_menu_item_xfn',''),(27,7,'_menu_item_url','//plus.google.com'),(28,8,'_menu_item_type','custom'),(29,8,'_menu_item_menu_item_parent','0'),(30,8,'_menu_item_object_id','8'),(31,8,'_menu_item_object','custom'),(32,8,'_menu_item_target','_blank'),(33,8,'_menu_item_classes','a:1:{i:0;s:8:\"linkedin\";}'),(34,8,'_menu_item_xfn',''),(35,8,'_menu_item_url','//linkedin.com'),(36,9,'_menu_item_type','custom'),(37,9,'_menu_item_menu_item_parent','0'),(38,9,'_menu_item_object_id','9'),(39,9,'_menu_item_object','custom'),(40,9,'_menu_item_target','_blank'),(41,9,'_menu_item_classes','a:1:{i:0;s:7:\"youtube\";}'),(42,9,'_menu_item_xfn',''),(43,9,'_menu_item_url','//youtube.com'),(45,11,'_menu_item_type','custom'),(46,11,'_menu_item_menu_item_parent','0'),(47,11,'_menu_item_object_id','11'),(48,11,'_menu_item_object','custom'),(49,11,'_menu_item_target',''),(50,11,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(51,11,'_menu_item_xfn',''),(52,11,'_menu_item_url','https://'),(53,12,'_menu_item_type','custom'),(54,12,'_menu_item_menu_item_parent','0'),(55,12,'_menu_item_object_id','12'),(56,12,'_menu_item_object','custom'),(57,12,'_menu_item_target',''),(58,12,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(59,12,'_menu_item_xfn',''),(60,12,'_menu_item_url','https://'),(61,13,'wpuf_form_settings','a:49:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:64:\"Thanks for contacting us! We will get in touch with you shortly.\";s:7:\"page_id\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:12:\"Submit Query\";s:18:\"submit_button_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:39:\"Form submission hasn\'t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:3:\"100\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";s:13:\"use_theme_css\";s:10:\"wpuf-style\";s:9:\"quiz_form\";s:2:\"no\";s:22:\"shuffle_question_order\";s:2:\"no\";s:13:\"release_grade\";s:16:\"after_submission\";s:18:\"respondent_can_see\";a:3:{i:0;s:16:\"missed_questions\";i:1;s:15:\"correct_answers\";i:2;s:12:\"point_values\";}s:12:\"total_points\";i:0;s:16:\"enable_multistep\";b:0;s:26:\"multistep_progressbar_type\";s:11:\"progressive\";s:21:\"humanpresence_enabled\";b:0;s:21:\"payment_paypal_images\";s:68:\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg\";s:20:\"payment_paypal_label\";s:6:\"PayPal\";s:20:\"payment_stripe_label\";s:11:\"Credit Card\";s:21:\"payment_stripe_images\";a:4:{i:0;s:4:\"visa\";i:1;s:10:\"mastercard\";i:2;s:4:\"amex\";i:3;s:8:\"discover\";}s:25:\"payment_stripe_deactivate\";s:0:\"\";s:11:\"stripe_mode\";s:4:\"live\";s:14:\"stripe_page_id\";s:0:\"\";s:20:\"stripe_override_keys\";s:0:\"\";s:12:\"stripe_email\";s:0:\"\";s:10:\"stripe_key\";s:0:\"\";s:17:\"stripe_secret_key\";s:0:\"\";s:15:\"stripe_key_test\";s:0:\"\";s:22:\"stripe_secret_key_test\";s:0:\"\";s:20:\"stripe_prefill_email\";s:0:\"\";s:23:\"stripe_user_email_field\";s:0:\"\";s:25:\"payment_paypal_deactivate\";s:0:\"\";s:11:\"paypal_mode\";s:4:\"live\";s:11:\"paypal_type\";s:5:\"_cart\";s:15:\"paypal_override\";s:0:\"\";s:12:\"paypal_email\";s:0:\"\";s:14:\"paypal_page_id\";s:0:\"\";s:20:\"paypal_prefill_email\";s:0:\"\";s:23:\"paypal_user_email_field\";s:0:\"\";}'),(62,13,'notifications','a:1:{i:0;a:14:{s:6:\"active\";s:4:\"true\";s:4:\"type\";s:5:\"email\";s:5:\"smsTo\";s:0:\"\";s:7:\"smsText\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:13:\"{field:email}\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:11:\"{site_name}\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"weforms_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}}}'),(63,13,'integrations','a:0:{}'),(64,17,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(65,17,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:17:\"Form 1 submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(66,21,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(67,21,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:17:\"Form 2 submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(68,33,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(69,33,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:17:\"Form 3 submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(70,48,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(71,48,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:39:\"Address Form (International) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(72,56,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(73,56,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:28:\"Address Form (US) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(74,63,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(75,63,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:35:\"Email Form (Traditional) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(76,68,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:8:\"Register\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(77,68,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:50:\"Event Registration Form (Group Support) submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(78,72,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:8:\"Register\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(79,72,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:34:\"Event Registration Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(80,76,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(81,76,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:35:\"Information Request Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(82,81,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(83,81,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:36:\"Shipping Information Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(84,91,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:7:\"Sign Up\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(85,91,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:27:\"New Sign Up Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(86,94,'wpuf_form_settings','a:16:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:214:\"<span id=\"nf-drawer-content\"><span class=\"nf-setting-groups\"><span class=\"nf-field-settings\">Thank you for getting in touch with us! We will try our best to respond back to you within 24 hours.</span></span></span>\";s:7:\"page_id\";s:5:\"72532\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:6:\"Submit\";s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:44:\"Form submission hasn&#039;t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:4:\"1000\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";}'),(87,94,'notifications','a:1:{i:0;a:10:{s:6:\"active\";b:1;s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:33:\"Customer Feedback Form submission\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:0:\"\";s:7:\"message\";s:12:\"{all_fields}\";s:8:\"fromName\";s:0:\"\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}'),(88,104,'_menu_item_type','post_type'),(89,104,'_menu_item_menu_item_parent','0'),(90,104,'_menu_item_object_id','103'),(91,104,'_menu_item_object','page'),(92,104,'_menu_item_target',''),(93,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(94,104,'_menu_item_xfn',''),(95,104,'_menu_item_url',''),(606,103,'boldgrid_hide_page_title','1'),(97,103,'boldgrid_page_id','658'),(98,106,'_menu_item_type','post_type'),(99,106,'_menu_item_menu_item_parent','0'),(100,106,'_menu_item_object_id','105'),(101,106,'_menu_item_object','page'),(102,106,'_menu_item_target',''),(103,106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(104,106,'_menu_item_xfn',''),(105,106,'_menu_item_url',''),(106,105,'boldgrid_page_id','9'),(107,108,'_menu_item_type','post_type'),(108,108,'_menu_item_menu_item_parent','0'),(109,108,'_menu_item_object_id','107'),(110,108,'_menu_item_object','page'),(111,108,'_menu_item_target',''),(112,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(113,108,'_menu_item_xfn',''),(114,108,'_menu_item_url',''),(115,107,'boldgrid_page_id','10'),(307,164,'_wp_attachment_image_alt','Perfect Sprinkler Watering System'),(305,186,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"cropped-20210313_120201-scaled-1.jpg\";}}'),(123,111,'_wp_attached_file','2022/02/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg'),(124,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:48:\"2022/02/coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"coiWR0gT8Cw-1-imhwpb-91r89phud3kxfaw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,112,'_wp_attached_file','2022/02/f887dd50-ca4a1125-goodluz110900317.jpg'),(126,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2022/02/f887dd50-ca4a1125-goodluz110900317.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"f887dd50-ca4a1125-goodluz110900317-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"f887dd50-ca4a1125-goodluz110900317-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"boldgrid_deployment_resize\";a:4:{s:4:\"file\";s:46:\"f887dd50-ca4a1125-goodluz110900317-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(127,113,'_wp_attached_file','2022/02/495e2588-23e4182d-fizkes151200039.jpg'),(128,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2022/02/495e2588-23e4182d-fizkes151200039.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"495e2588-23e4182d-fizkes151200039-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"495e2588-23e4182d-fizkes151200039-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"boldgrid_deployment_resize\";a:4:{s:4:\"file\";s:45:\"495e2588-23e4182d-fizkes151200039-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,114,'_wp_attached_file','2022/02/917f105d-0e9345b2-fizkes150800140.jpg'),(130,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2022/02/917f105d-0e9345b2-fizkes150800140.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"917f105d-0e9345b2-fizkes150800140-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"917f105d-0e9345b2-fizkes150800140-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"boldgrid_deployment_resize\";a:4:{s:4:\"file\";s:45:\"917f105d-0e9345b2-fizkes150800140-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,115,'_wp_attached_file','2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg'),(132,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tLy1yV2p5ZE5oQVR3LzYwMHg0NTA_3D-imhwpb-qi6hj44g334fjqc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133,116,'_wp_attached_file','2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg'),(134,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL19QZFpkVzdmaURjLzYwMHg0NTA_3D-imhwpb-24tawnme8snkr6i-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(135,117,'_wp_attached_file','2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg'),(136,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:101:\"2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL3ZHUTQ5bDlJNEVFLzYwMHg0NTA_3D-imhwpb-ceho1ljgk9lzazx-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,118,'_wp_attached_file','2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg'),(138,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:101:\"2022/02/aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:101:\"aHR0cHM6Ly9zb3VyY2UudW5zcGxhc2guY29tL052VjgtcUZVVjRJLzYwMHgzMDA_3D-imhwpb-by6i1wxava2jjv6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,119,'_wp_attached_file','2022/02/tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5.jpg'),(140,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2022/02/tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_9HI8UJMSdZA-imhwpb-16lt57g6yolmmw5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,120,'_wp_attached_file','2022/02/tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy.jpg'),(142,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:50:\"2022/02/tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_b2-fBVrfx0o-imhwpb-zba1rzvazi2u1sy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,121,'_wp_attached_file','2022/02/tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b.jpg'),(144,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:49:\"2022/02/tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"tmp_Xv7k95vOFA-imhwpb-5blo5ds381thf3b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,122,'_wp_attached_file','2022/02/tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad.jpg'),(146,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:50:\"2022/02/tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_78T99kbcp_4-imhwpb-zbik273bhi2omad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,123,'_wp_attached_file','2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg'),(148,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2022/02/tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_YadCgbsLHcE-imhwpb-kjakgkqww4nb5j2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,124,'_wp_attached_file','2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg'),(150,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2022/02/tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_s_NxT6Gx-2A-imhwpb-jifkmjomsrquohk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,125,'_wp_attached_file','2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg'),(152,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2022/02/tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_4YX0oj7gf8o-imhwpb-ut5s3lmwf6dg2wc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,126,'_wp_attached_file','2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg'),(154,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2022/02/tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"tmp_8tN3flDTQBU-imhwpb-kxmpsoge3h4672l-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,127,'_wp_attached_file','2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg'),(156,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"2022/02/wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"wedge-fitness-imhwpb-kh917lpg3c92iw1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"wedge-fitness-imhwpb-kh917lpg3c92iw1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"wedge-fitness-imhwpb-kh917lpg3c92iw1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"wedge-fitness-imhwpb-kh917lpg3c92iw1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"wedge-fitness-imhwpb-kh917lpg3c92iw1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(157,105,'_edit_lock','1657139020:1'),(158,107,'_edit_lock','1657149652:1'),(159,135,'_wp_attached_file','2022/02/20201221_152806-scaled.jpg'),(160,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/02/20201221_152806-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201221_152806-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201221_152806-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201221_152806-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20201221_152806-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201221_152806-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201221_152806-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"114\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201221_152806.jpg\";}'),(161,136,'_wp_attached_file','2022/02/received_462634725313575.jpeg'),(162,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:37:\"2022/02/received_462634725313575.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"received_462634725313575-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"received_462634725313575-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:55:\"0_273_600_300.48465266559_received_462634725313575.jpeg\";s:5:\"width\";d:600;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(163,136,'_wp_attachment_image_alt','Meet Naplesirrigation - Your Yard is only as good as your Sprinkler Guy'),(428,107,'boldgrid_hide_page_title','global'),(165,107,'crio-premium-page-header-override','global'),(166,107,'crio-premium-page-header-select','none'),(167,107,'crio-premium-page-header-background',''),(170,103,'_edit_lock','1657201525:1'),(171,138,'_wp_attached_file','2022/02/20210313_120201-scaled.jpg'),(172,138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/02/20210313_120201-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20210313_120201-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20210313_120201-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20210313_120201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20210313_120201-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210313_120201-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20210313_120201.jpg\";}'),(173,138,'_wp_attachment_image_alt','NAPLES IRRIGATION'),(174,140,'_wp_attached_file','2022/02/20210313_120201-1-scaled.jpg'),(175,140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"2022/02/20210313_120201-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"20210313_120201-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"20210313_120201-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"20210313_120201-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"20210313_120201-1.jpg\";}'),(176,141,'_wp_attached_file','2022/02/received_799020637471726.jpeg'),(177,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:37:\"2022/02/received_799020637471726.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"received_799020637471726-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"received_799020637471726-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(178,142,'_wp_attached_file','2022/02/received_631868047814753.jpeg'),(179,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:37:\"2022/02/received_631868047814753.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"received_631868047814753-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"received_631868047814753-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:45:\"0_0_221.875_300_received_631868047814753.jpeg\";s:5:\"width\";d:222;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(180,143,'_wp_attached_file','2022/02/received_1072950093527088.jpeg'),(181,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:38:\"2022/02/received_1072950093527088.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"received_1072950093527088-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"received_1072950093527088-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(182,144,'_wp_attached_file','2022/02/received_416297686606928.jpeg'),(183,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:574;s:4:\"file\";s:37:\"2022/02/received_416297686606928.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"received_416297686606928-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"received_416297686606928-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(184,145,'_wp_attached_file','2022/02/20210313_120201-2-scaled.jpg'),(185,145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"2022/02/20210313_120201-2-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"20210313_120201-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"20210313_120201-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"20210313_120201-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"20210313_120201-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"20210313_120201-2-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"20210313_120201-2-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"20210313_120201-2.jpg\";}'),(186,146,'_wp_attached_file','2022/02/IMG_20211101_150730-scaled.jpg'),(187,146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:38:\"2022/02/IMG_20211101_150730-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20211101_150730-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20211101_150730-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20211101_150730-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG_20211101_150730-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"IMG_20211101_150730-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"IMG_20211101_150730-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1635779250\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.05\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG_20211101_150730.jpg\";}'),(188,147,'_wp_attached_file','2022/02/20201217_151926-scaled.jpg'),(189,147,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201217_151926-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201217_151926-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201217_151926-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201217_151926-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201217_151926-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201217_151926-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201217_151926-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"129\";s:13:\"shutter_speed\";s:5:\"0.009\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201217_151926.jpg\";}'),(190,148,'_wp_attached_file','2022/02/20201217_152016-scaled.jpg'),(191,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201217_152016-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201217_152016-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201217_152016-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201217_152016-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201217_152016-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201217_152016-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201217_152016-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:48:\"9_0_219.7265625_300_20201217_152016-768x1024.jpg\";s:5:\"width\";d:220;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"183\";s:13:\"shutter_speed\";s:5:\"0.009\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201217_152016.jpg\";}'),(192,149,'_wp_attached_file','2022/02/20201217_155729-scaled.jpg'),(193,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201217_155729-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201217_155729-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201217_155729-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201217_155729-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201217_155729-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201217_155729-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201217_155729-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"191\";s:13:\"shutter_speed\";s:5:\"0.009\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201217_155729.jpg\";}'),(194,150,'_wp_attached_file','2022/02/20201221_152619-scaled.jpg'),(195,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201221_152619-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201221_152619-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201221_152619-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201221_152619-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201221_152619-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201221_152619-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201221_152619-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"112\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201221_152619.jpg\";}'),(196,151,'_wp_attached_file','2022/02/20201221_152447-scaled.jpg'),(197,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201221_152447-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201221_152447-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201221_152447-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201221_152447-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201221_152447-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201221_152447-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201221_152447-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:54:\"0_223_400_301.04166666667_20201221_152447-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201221_152447.jpg\";}'),(198,152,'_wp_attached_file','2022/02/20201221_152619-1-scaled.jpg'),(199,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:36:\"2022/02/20201221_152619-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"20201221_152619-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"20201221_152619-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"20201221_152619-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"20201221_152619-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"20201221_152619-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"20201221_152619-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"112\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"20201221_152619-1.jpg\";}'),(200,153,'_wp_attached_file','2022/02/20201221_152756-scaled.jpg'),(201,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201221_152756-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201221_152756-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201221_152756-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201221_152756-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201221_152756-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201221_152756-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201221_152756-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201221_152756.jpg\";}'),(202,154,'_wp_attached_file','2022/02/20201221_152806-1-scaled.jpg'),(203,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"2022/02/20201221_152806-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"20201221_152806-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"20201221_152806-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"20201221_152806-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"20201221_152806-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"20201221_152806-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"20201221_152806-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"114\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"20201221_152806-1.jpg\";}'),(204,155,'_wp_attached_file','2022/02/20201221_153230-scaled.jpg'),(205,155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201221_153230-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201221_153230-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201221_153230-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201221_153230-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201221_153230-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201221_153230-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201221_153230-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:54:\"0_223_400_301.04166666667_20201221_153230-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"113\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201221_153230.jpg\";}'),(206,156,'_wp_attached_file','2022/02/20201221_153238-scaled.jpg'),(207,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/02/20201221_153238-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201221_153238-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201221_153238-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201221_153238-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201221_153238-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201221_153238-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201221_153238-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:44:\"282_127_486_486_20201221_153238-768x1024.jpg\";s:5:\"width\";d:486;s:6:\"height\";d:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:54:\"0_223_400_301.04166666667_20201221_153238-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"116\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201221_153238.jpg\";}'),(309,164,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"20210313_120212-scaled.jpg\";}s:18:\"full-1649096858979\";a:3:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:41:\"20210313_120212-scaled-e1649096814422.jpg\";}}'),(215,107,'_edit_last','1'),(216,164,'_wp_attached_file','2022/03/20210313_120212-scaled.jpg'),(217,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/03/20210313_120212-scaled.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"114\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20210313_120212.jpg\";}'),(310,164,'_edit_lock','1649096988:1'),(311,164,'_edit_last','1'),(313,105,'bgseo_robots_index','index'),(314,105,'bgseo_robots_follow','follow'),(418,273,'_wp_attached_file','2022/04/IMG_20220128_155353-scaled.jpg'),(319,104,'_wp_old_date','2022-02-23'),(218,165,'_wp_attached_file','2022/03/NaplesIrrigaiton.jpg'),(219,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:698;s:6:\"height\";i:524;s:4:\"file\";s:28:\"2022/03/NaplesIrrigaiton.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"NaplesIrrigaiton-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"NaplesIrrigaiton-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"114\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(220,166,'_wp_attached_file','2022/03/20210313_120201-scaled.jpg'),(221,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/03/20210313_120201-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20210313_120201-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20210313_120201-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20210313_120201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20210313_120201-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210313_120201-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20210313_120201.jpg\";}'),(222,168,'_wp_attached_file','2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops60a27a29c0d5d20f56ffb01369d4d14b.jpg'),(223,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops60a27a29c0d5d20f56ffb01369d4d14b.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops60a27a29c0d5d20f56ffb01369d4d14b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops60a27a29c0d5d20f56ffb01369d4d14b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(224,168,'_source_url','https://images.unsplash.com/photo-1492632833879-ffead221b059?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=60a27a29c0d5d20f56ffb01369d4d14b&.png'),(225,169,'_wp_attached_file','2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops59d6fd3c559c53080e7c298f98ae0afd.jpg'),(226,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops59d6fd3c559c53080e7c298f98ae0afd.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops59d6fd3c559c53080e7c298f98ae0afd-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops59d6fd3c559c53080e7c298f98ae0afd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,169,'_source_url','https://images.unsplash.com/photo-1470468969717-61d5d54fd036?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=59d6fd3c559c53080e7c298f98ae0afd&.png'),(228,170,'_wp_attached_file','2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops406d0fa0bbefc6c57ef3740e77d689ab.jpg'),(229,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/03/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops406d0fa0bbefc6c57ef3740e77d689ab.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops406d0fa0bbefc6c57ef3740e77d689ab-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops406d0fa0bbefc6c57ef3740e77d689ab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(230,170,'_source_url','https://images.unsplash.com/photo-1434596922112-19c563067271?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=406d0fa0bbefc6c57ef3740e77d689ab&.png'),(231,171,'_wp_attached_file','2022/03/20210313_120201-1-scaled.jpg'),(232,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"2022/03/20210313_120201-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"20210313_120201-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"20210313_120201-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"20210313_120201-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"20210313_120201-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"20210313_120201-1.jpg\";}'),(233,172,'_wp_attached_file','2022/03/20210313_120212-1-scaled.jpg'),(234,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"2022/03/20210313_120212-1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"20210313_120212-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"20210313_120212-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"20210313_120212-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"20210313_120212-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"20210313_120212-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"20210313_120212-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"114\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"20210313_120212-1.jpg\";}'),(235,103,'_edit_last','1'),(236,103,'_wp_page_template','default'),(237,103,'crio-premium-page-header-override','global'),(238,103,'crio-premium-page-header-select','none'),(239,103,'crio-premium-page-header-background',''),(241,103,'boldgrid_in_page_containers','1'),(242,103,'bgseo_robots_index','index'),(243,103,'bgseo_robots_follow','follow'),(247,177,'_wp_attached_file','2022/03/pumpirigationsupply.jpg'),(248,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:31:\"2022/03/pumpirigationsupply.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"pumpirigationsupply-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pumpirigationsupply-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:36:\"80_0_480_480_pumpirigationsupply.jpg\";s:5:\"width\";d:480;s:6:\"height\";d:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(250,179,'_wp_attached_file','2022/03/received_2444269415708471.jpeg'),(251,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:765;s:4:\"file\";s:38:\"2022/03/received_2444269415708471.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"received_2444269415708471-220x300.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"received_2444269415708471-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(252,179,'_wp_attachment_image_alt','Renovation design sprinkler irrigation'),(253,180,'_wp_attached_file','2022/03/received_656891985552879.jpeg'),(254,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:765;s:4:\"file\";s:37:\"2022/03/received_656891985552879.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"received_656891985552879-220x300.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"received_656891985552879-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:55:\"0_207_400_250.71428571429_received_656891985552879.jpeg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,180,'_wp_attachment_image_alt','Repair Sprinkler system irrigaiton'),(258,107,'_wp_page_template','default'),(260,107,'boldgrid_in_page_containers','1'),(261,107,'bgseo_robots_index','index'),(262,107,'bgseo_robots_follow','follow'),(266,186,'_wp_attached_file','2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg'),(267,186,'_wp_attachment_context','background-image'),(268,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:59:\"2022/02/cropped-20210313_120201-scaled-1-e1649096217790.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-20210313_120201-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"cropped-20210313_120201-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-20210313_120201-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"cropped-20210313_120201-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"cropped-20210313_120201-scaled-1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"cropped-20210313_120201-scaled-1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(269,187,'_wp_attached_file','2022/02/cropped-20201221_153230-scaled-1.jpg'),(270,187,'_wp_attachment_context','background-image'),(271,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:2501;s:4:\"file\";s:44:\"2022/02/cropped-20201221_153230-scaled-1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-20201221_153230-scaled-1-137x300.jpg\";s:5:\"width\";i:137;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"cropped-20201221_153230-scaled-1-466x1024.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-20201221_153230-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"cropped-20201221_153230-scaled-1-768x1688.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"cropped-20201221_153230-scaled-1-699x1536.jpg\";s:5:\"width\";i:699;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:45:\"cropped-20201221_153230-scaled-1-932x2048.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"113\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(272,188,'_wp_attached_file','2022/02/cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg'),(273,188,'_wp_attachment_context','background-image'),(274,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:56:\"2022/02/cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:57:\"cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:57:\"cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,189,'_wp_attached_file','2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg'),(276,189,'_wp_attachment_context','background-image'),(277,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:64:\"2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:65:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:79:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-e1646167789541-150x121.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:65:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(278,190,'_wp_attached_file','2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168401596.jpg'),(279,190,'_wp_attachment_context','background-image'),(280,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:81:\"2022/02/cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168401596.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168401596-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168401596-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168401596-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168401596-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168401596-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,190,'_edit_lock','1646168563:1'),(282,190,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:58:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:66:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:66:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:66:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:67:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:67:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1646168062482\";a:3:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:73:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646167588196.jpg\";}s:23:\"thumbnail-1646168062482\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646167588196-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1646168062482\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646167588196-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1646168062482\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646167588196-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1646168062482\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646167588196-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"1536x1536-1646168062482\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646167588196-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1646168114317\";a:3:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:73:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168062482.jpg\";}s:23:\"thumbnail-1646168114317\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168062482-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1646168114317\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168062482-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1646168114317\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168062482-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1646168114317\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168062482-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"1536x1536-1646168114317\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168062482-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1646168401596\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:73:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168337970.jpg\";}s:23:\"thumbnail-1646168401596\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168337970-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1646168401596\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168337970-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1646168401596\";a:4:{s:4:\"file\";s:81:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168337970-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1646168401596\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168337970-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"1536x1536-1646168401596\";a:4:{s:4:\"file\";s:82:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-1-e1646168337970-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(283,190,'_edit_last','1'),(284,190,'_oembed_b9e7bf92a5f08cacbf27bc23a89338d2','{{unknown}}'),(285,189,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:64:\"cropped-cropped-wedge-fitness-imhwpb-kh917lpg3c92iw1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(286,192,'_wp_attached_file','2022/03/20200801_150124-scaled.jpg'),(287,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/03/20200801_150124-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20200801_150124-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20200801_150124-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20200801_150124-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20200801_150124-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20200801_150124-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20200801_150124-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:54:\"0_223_400_301.04166666667_20200801_150124-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-J727V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1596294083\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.91\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:18:\"0.0010405827263267\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20200801_150124.jpg\";}'),(288,105,'_edit_last','1'),(289,105,'_wp_page_template','default'),(290,105,'crio-premium-page-header-override','global'),(291,105,'crio-premium-page-header-select','none'),(292,105,'crio-premium-page-header-background',''),(596,105,'boldgrid_hide_page_title','global'),(294,105,'boldgrid_in_page_containers','1'),(419,273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:38:\"2022/04/IMG_20220128_155353-scaled.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IMG_20220128_155353-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"IMG_20220128_155353-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IMG_20220128_155353-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"IMG_20220128_155353-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"IMG_20220128_155353-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"IMG_20220128_155353-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:52:\"5_0_222.0703125_300_IMG_20220128_155353-768x1024.jpg\";s:5:\"width\";d:222;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:58:\"0_223_400_301.04166666667_IMG_20220128_155353-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-3\";a:4:{s:4:\"file\";s:58:\"0_273_400_248.95833333333_IMG_20220128_155353-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-4\";a:4:{s:4:\"file\";s:58:\"0_271_400_251.04166666667_IMG_20220128_155353-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1643385233\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.05\";s:3:\"iso\";s:3:\"112\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:23:\"IMG_20220128_155353.jpg\";}'),(353,105,'bgseo_custom_keyword',' renovations of an existing system, repair, and replacement '),(360,63,'_weforms_view_count','647'),(362,103,'bgseo_title','Best Lawn Irrigation Services-Naples Irrigation '),(363,103,'bgseo_custom_keyword','lawn sprinkler repair, installation, valves, pump, '),(365,105,'bgseo_title','renovations of an existing system repair|replace electrical valves,sprinkler heads,clocks, pumps. '),(366,105,'bgseo_description','Specializing in renovations of an existing system, repair, and replacement of electrical valves, sprinkler heads, clocks, and pumps.  Complete adjustment of systems of all types\r\n'),(368,107,'bgseo_title','Best Lawn Irrigation Services contact 239-793-775 Naples FL  '),(369,107,'bgseo_description','Best Lawn Irrigation Services in Naples and the surrounding area trust was established in 1982 call or text  239-793-775\r\nSprinkler maintenance irrigation services '),(370,107,'bgseo_custom_keyword','Contact Naples Irrigation Service  239-793-775'),(608,192,'_wp_attachment_image_alt','Repair Sprinkler system irrigaiton'),(601,350,'_wp_trash_meta_status','publish'),(602,350,'_wp_trash_meta_time','1657149881'),(603,351,'_wp_trash_meta_status','publish'),(604,351,'_wp_trash_meta_time','1657150141'),(605,352,'_edit_lock','1657201869:1'),(385,241,'wpuf_form_settings','a:49:{s:11:\"redirect_to\";s:4:\"same\";s:7:\"message\";s:64:\"Thanks for contacting us! We will get in touch with you shortly.\";s:7:\"page_id\";s:0:\"\";s:3:\"url\";s:0:\"\";s:11:\"submit_text\";s:12:\"Submit Query\";s:18:\"submit_button_cond\";O:8:\"stdClass\":3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}s:13:\"schedule_form\";s:5:\"false\";s:14:\"schedule_start\";s:0:\"\";s:12:\"schedule_end\";s:0:\"\";s:18:\"sc_pending_message\";s:39:\"Form submission hasn\'t been started yet\";s:18:\"sc_expired_message\";s:30:\"Form submission is now closed.\";s:13:\"require_login\";s:5:\"false\";s:17:\"req_login_message\";s:36:\"You need to login to submit a query.\";s:13:\"limit_entries\";s:5:\"false\";s:12:\"limit_number\";s:3:\"100\";s:13:\"limit_message\";s:57:\"Sorry, we have reached the maximum number of submissions.\";s:14:\"label_position\";s:5:\"above\";s:13:\"use_theme_css\";s:10:\"wpuf-style\";s:9:\"quiz_form\";s:2:\"no\";s:22:\"shuffle_question_order\";s:2:\"no\";s:13:\"release_grade\";s:16:\"after_submission\";s:18:\"respondent_can_see\";a:3:{i:0;s:16:\"missed_questions\";i:1;s:15:\"correct_answers\";i:2;s:12:\"point_values\";}s:12:\"total_points\";i:0;s:16:\"enable_multistep\";b:0;s:26:\"multistep_progressbar_type\";s:11:\"progressive\";s:21:\"humanpresence_enabled\";b:0;s:21:\"payment_paypal_images\";s:68:\"https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg\";s:20:\"payment_paypal_label\";s:6:\"PayPal\";s:20:\"payment_stripe_label\";s:11:\"Credit Card\";s:21:\"payment_stripe_images\";a:4:{i:0;s:4:\"visa\";i:1;s:10:\"mastercard\";i:2;s:4:\"amex\";i:3;s:8:\"discover\";}s:25:\"payment_stripe_deactivate\";s:0:\"\";s:11:\"stripe_mode\";s:4:\"live\";s:14:\"stripe_page_id\";s:0:\"\";s:20:\"stripe_override_keys\";s:0:\"\";s:12:\"stripe_email\";s:0:\"\";s:10:\"stripe_key\";s:0:\"\";s:17:\"stripe_secret_key\";s:0:\"\";s:15:\"stripe_key_test\";s:0:\"\";s:22:\"stripe_secret_key_test\";s:0:\"\";s:20:\"stripe_prefill_email\";s:0:\"\";s:23:\"stripe_user_email_field\";s:0:\"\";s:25:\"payment_paypal_deactivate\";s:0:\"\";s:11:\"paypal_mode\";s:4:\"live\";s:11:\"paypal_type\";s:5:\"_cart\";s:15:\"paypal_override\";s:0:\"\";s:12:\"paypal_email\";s:0:\"\";s:14:\"paypal_page_id\";s:0:\"\";s:20:\"paypal_prefill_email\";s:0:\"\";s:23:\"paypal_user_email_field\";s:0:\"\";}'),(386,241,'notifications','a:2:{i:0;a:14:{s:6:\"active\";s:4:\"true\";s:4:\"type\";s:5:\"email\";s:5:\"smsTo\";s:0:\"\";s:7:\"smsText\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:2:\"to\";s:13:\"{admin_email}\";s:7:\"replyTo\";s:13:\"{field:email}\";s:7:\"message\";s:19:\"<p>{all_fields}</p>\";s:8:\"fromName\";s:11:\"{site_name}\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"weforms_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}}i:1;a:14:{s:6:\"active\";s:4:\"true\";s:4:\"type\";s:5:\"email\";s:5:\"smsTo\";s:0:\"\";s:7:\"smsText\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:4:\"name\";s:18:\"Admin Notification\";s:7:\"subject\";s:45:\"[{form_name}] New Form Submission #{entry_id}\";s:2:\"to\";s:28:\"{hopperirrigation@gmail.com}\";s:7:\"replyTo\";s:13:\"{field:email}\";s:7:\"message\";s:19:\"<p>{all_fields}</p>\";s:8:\"fromName\";s:11:\"{site_name}\";s:11:\"fromAddress\";s:13:\"{admin_email}\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"weforms_cond\";a:3:{s:16:\"condition_status\";s:2:\"no\";s:10:\"cond_logic\";s:3:\"any\";s:10:\"conditions\";a:1:{i:0;a:3:{s:4:\"name\";s:0:\"\";s:8:\"operator\";s:1:\"=\";s:6:\"option\";s:0:\"\";}}}}}'),(387,241,'integrations','a:1:{s:5:\"slack\";O:8:\"stdClass\":2:{s:7:\"enabled\";b:0;s:3:\"url\";s:0:\"\";}}'),(389,241,'_weforms_view_count','1'),(393,241,'_weforms_version','1.6.12'),(595,345,'_edit_lock','1657137078:1'),(593,344,'_edit_lock','1657136060:1'),(594,344,'_customize_restore_dismissed','1'),(600,345,'_customize_restore_dismissed','1'),(420,273,'_wp_attachment_image_alt',''),(421,135,'_wp_attachment_image_alt','Maintenance irrigation programs'),(582,342,'_edit_lock','1657135820:1'),(592,342,'_wp_trash_meta_time','1657135821'),(437,288,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops556b15d44db0d41f468218b66b6f1821.jpg'),(438,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops556b15d44db0d41f468218b66b6f1821.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops556b15d44db0d41f468218b66b6f1821-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops556b15d44db0d41f468218b66b6f1821-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(439,288,'_source_url','https://images.unsplash.com/photo-1491640870745-e551082208ba?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=556b15d44db0d41f468218b66b6f1821&.png'),(440,289,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops72fd7d0712cef8a21d9275d8bf3c8957.jpg'),(441,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops72fd7d0712cef8a21d9275d8bf3c8957.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops72fd7d0712cef8a21d9275d8bf3c8957-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops72fd7d0712cef8a21d9275d8bf3c8957-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(442,289,'_source_url','https://images.unsplash.com/photo-1492633085231-363fff99b9a9?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=72fd7d0712cef8a21d9275d8bf3c8957&.png'),(443,290,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops8fe5d3c9969d690788448317e96305c3.jpg'),(444,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops8fe5d3c9969d690788448317e96305c3.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops8fe5d3c9969d690788448317e96305c3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops8fe5d3c9969d690788448317e96305c3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(445,290,'_source_url','https://images.unsplash.com/photo-1466761366829-84fd59a22e0b?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=8fe5d3c9969d690788448317e96305c3&.png'),(446,291,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops0285a0633197a89d319729b88d1deb1f.jpg'),(447,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops0285a0633197a89d319729b88d1deb1f.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops0285a0633197a89d319729b88d1deb1f-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops0285a0633197a89d319729b88d1deb1f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(448,291,'_source_url','https://images.unsplash.com/photo-1491641166032-dd0fdaedd47d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=0285a0633197a89d319729b88d1deb1f&.png'),(449,292,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops27ecb31830cd9e08e6c0661f858bbe4b.jpg'),(450,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops27ecb31830cd9e08e6c0661f858bbe4b.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops27ecb31830cd9e08e6c0661f858bbe4b-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops27ecb31830cd9e08e6c0661f858bbe4b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(451,292,'_source_url','https://images.unsplash.com/photo-1491641080460-f1ead2440e17?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=27ecb31830cd9e08e6c0661f858bbe4b&.png'),(452,293,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops94e35cc6903e4d4f20fc3586bffb6641.jpg'),(453,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops94e35cc6903e4d4f20fc3586bffb6641.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops94e35cc6903e4d4f20fc3586bffb6641-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops94e35cc6903e4d4f20fc3586bffb6641-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(454,293,'_source_url','https://images.unsplash.com/photo-1485727749690-d091e8284ef3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=94e35cc6903e4d4f20fc3586bffb6641&.png'),(455,294,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsf5c525191a63a6212c0aa4f791e5c33e.jpg'),(456,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsf5c525191a63a6212c0aa4f791e5c33e.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsf5c525191a63a6212c0aa4f791e5c33e-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcropsf5c525191a63a6212c0aa4f791e5c33e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(457,294,'_source_url','https://images.unsplash.com/photo-1434682881908-b43d0467b798?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=f5c525191a63a6212c0aa4f791e5c33e&.png'),(458,295,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops68c2a012ab21b6861f9b176a9dd7dfa6.jpg'),(459,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops68c2a012ab21b6861f9b176a9dd7dfa6.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops68c2a012ab21b6861f9b176a9dd7dfa6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h300fitcrops68c2a012ab21b6861f9b176a9dd7dfa6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,295,'_source_url','https://images.unsplash.com/photo-1461896836934-ffe607ba8211?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=300&fit=crop&s=68c2a012ab21b6861f9b176a9dd7dfa6&.png'),(461,296,'_wp_attached_file','2022/04/20210313_120212-scaled.jpg'),(462,296,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2022/04/20210313_120212-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20210313_120212-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20210313_120212-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20210313_120212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"20210313_120212-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210313_120212-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210313_120212-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"114\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20210313_120212.jpg\";}'),(463,297,'_wp_attached_file','2022/04/20201217_155729-scaled.jpg'),(464,297,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/04/20201217_155729-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201217_155729-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201217_155729-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201217_155729-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201217_155729-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201217_155729-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201217_155729-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:54:\"0_271_400_251.04166666667_20201217_155729-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"191\";s:13:\"shutter_speed\";s:5:\"0.009\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201217_155729.jpg\";}'),(465,298,'_wp_attached_file','2022/04/20201224_140019-scaled.jpg'),(466,298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/04/20201224_140019-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201224_140019-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201224_140019-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201224_140019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201224_140019-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201224_140019-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201224_140019-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"112\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201224_140019.jpg\";}'),(467,299,'_wp_attached_file','2022/04/20201224_140026-scaled.jpg'),(468,299,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/04/20201224_140026-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20201224_140026-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20201224_140026-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20201224_140026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20201224_140026-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20201224_140026-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20201224_140026-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:54:\"0_271_400_251.04166666667_20201224_140026-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"113\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20201224_140026.jpg\";}'),(469,300,'_wp_attached_file','2022/04/20210106_143559-scaled.jpg'),(470,300,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/04/20210106_143559-scaled.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20210106_143559-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20210106_143559-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20210106_143559-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20210106_143559-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20210106_143559-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20210106_143559-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:54:\"0_225_400_298.95833333333_20210106_143559-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:41:\"2.5_0_220_300_20210106_143559-225x300.jpg\";s:5:\"width\";d:220;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-3\";a:4:{s:4:\"file\";s:54:\"0_271_400_251.04166666667_20210106_143559-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A215U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"4.047\";s:3:\"iso\";s:3:\"111\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20210106_143559.jpg\";}'),(471,301,'_wp_attached_file','2022/04/NAPLESENGLE-scaled.jpg'),(472,301,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2022/04/NAPLESENGLE-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"NAPLESENGLE-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NAPLESENGLE-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NAPLESENGLE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"NAPLESENGLE-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"NAPLESENGLE-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"NAPLESENGLE-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:50:\"0_271_400_251.04166666667_NAPLESENGLE-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A426U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1644853327\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00051072522982635\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"NAPLESENGLE.jpg\";}'),(473,302,'_wp_attached_file','2022/04/20220424_145721-scaled.jpg'),(474,302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:34:\"2022/04/20220424_145721-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20220424_145721-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20220424_145721-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20220424_145721-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"20220424_145721-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"20220424_145721-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"20220424_145721-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:54:\"0_225_400_298.95833333333_20220424_145721-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:54:\"0_271_400_251.04166666667_20220424_145721-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A426U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1650812241\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0054347826086957\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"20220424_145721.jpg\";}'),(475,303,'_wp_attached_file','2022/04/BRADENGLE-scaled.jpg'),(476,303,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2022/04/BRADENGLE-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"BRADENGLE-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"BRADENGLE-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BRADENGLE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"BRADENGLE-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"BRADENGLE-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"BRADENGLE-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A426U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1644853247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00073909830007391\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"BRADENGLE.jpg\";}'),(477,304,'_wp_attached_file','2022/04/ENGLENAPLES-scaled.jpg'),(478,304,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2022/04/ENGLENAPLES-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ENGLENAPLES-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"ENGLENAPLES-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ENGLENAPLES-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"ENGLENAPLES-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"ENGLENAPLES-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"ENGLENAPLES-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:43:\"0_65.625_225_168.75_ENGLENAPLES-225x300.jpg\";s:5:\"width\";d:225;s:6:\"height\";d:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:50:\"0_271_400_251.04166666667_ENGLENAPLES-768x1024.jpg\";s:5:\"width\";d:400;s:6:\"height\";d:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-A426U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1644853388\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:19:\"0.00092250922509225\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"ENGLENAPLES.jpg\";}'),(479,305,'_wp_attached_file','2022/04/received_11063406801070621.jpeg'),(480,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:765;s:4:\"file\";s:39:\"2022/04/received_11063406801070621.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"received_11063406801070621-220x300.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"received_11063406801070621-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:51:\"0_0_220_300_received_11063406801070621-220x300.jpeg\";s:5:\"width\";d:220;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,306,'_wp_attached_file','2022/04/received_10140475058628011.jpeg'),(482,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:574;s:4:\"file\";s:39:\"2022/04/received_10140475058628011.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"received_10140475058628011-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"received_10140475058628011-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(483,307,'_wp_attached_file','2022/04/received_6568919855528791.jpeg'),(484,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:765;s:4:\"file\";s:38:\"2022/04/received_6568919855528791.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"received_6568919855528791-220x300.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"received_6568919855528791-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(485,308,'_wp_attached_file','2022/04/received_10140475058628011-1.jpeg'),(486,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:574;s:4:\"file\";s:41:\"2022/04/received_10140475058628011-1.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"received_10140475058628011-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"received_10140475058628011-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:59:\"0_18.75_300_187.5_received_10140475058628011-1-300x225.jpeg\";s:5:\"width\";d:300;s:6:\"height\";d:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(487,309,'_wp_attached_file','2022/04/received_13189636486235891.jpeg'),(488,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:765;s:4:\"file\";s:39:\"2022/04/received_13189636486235891.jpeg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"received_13189636486235891-220x300.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"received_13189636486235891-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:79:\"0_3.333333333333343_220_293.33333333333_received_13189636486235891-220x300.jpeg\";s:5:\"width\";d:220;s:6:\"height\";d:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:51:\"0_187.62_560_389.76_received_13189636486235891.jpeg\";s:5:\"width\";d:560;s:6:\"height\";d:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-3\";a:4:{s:4:\"file\";s:57:\"0_208_400_249.28571428571_received_13189636486235891.jpeg\";s:5:\"width\";d:400;s:6:\"height\";d:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(489,310,'_wp_attached_file','2022/04/received_10140475058628011-2.jpeg'),(490,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:765;s:6:\"height\";i:574;s:4:\"file\";s:41:\"2022/04/received_10140475058628011-2.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"received_10140475058628011-2-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"received_10140475058628011-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:58:\"0_48_400_249.93464052288_received_10140475058628011-2.jpeg\";s:5:\"width\";d:400;s:6:\"height\";d:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(492,311,'_edit_last','1'),(493,311,'_edit_lock','1657201866:1'),(494,312,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops1b902cc9b37c149116b8f7fe2c132d1d.jpg'),(495,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops1b902cc9b37c149116b8f7fe2c132d1d.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops1b902cc9b37c149116b8f7fe2c132d1d-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops1b902cc9b37c149116b8f7fe2c132d1d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(496,312,'_source_url','https://images.unsplash.com/photo-1472070855221-4dff400df492?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=1b902cc9b37c149116b8f7fe2c132d1d&.png'),(497,313,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops66fb5c7e73e7276b0e34a5eb5fcc3a75.jpg'),(498,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops66fb5c7e73e7276b0e34a5eb5fcc3a75.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops66fb5c7e73e7276b0e34a5eb5fcc3a75-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops66fb5c7e73e7276b0e34a5eb5fcc3a75-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(499,314,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops2b16b8958234cd06fb2a4ed49ae36156.jpg'),(500,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops2b16b8958234cd06fb2a4ed49ae36156.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops2b16b8958234cd06fb2a4ed49ae36156-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops2b16b8958234cd06fb2a4ed49ae36156-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(501,314,'_source_url','https://images.unsplash.com/photo-1486946255434-2466348c2166?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=2b16b8958234cd06fb2a4ed49ae36156&.png'),(502,313,'_source_url','https://images.unsplash.com/photo-1513005862547-c6071dd39fa9?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=66fb5c7e73e7276b0e34a5eb5fcc3a75&.png'),(503,315,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsf897af1b88da66550cfcddc921cc7495.jpg'),(504,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsf897af1b88da66550cfcddc921cc7495.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsf897af1b88da66550cfcddc921cc7495-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsf897af1b88da66550cfcddc921cc7495-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(505,315,'_source_url','https://images.unsplash.com/photo-1461418559055-6f020c5a91e7?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=f897af1b88da66550cfcddc921cc7495&.png'),(506,316,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops97be8f4496dbc78d6e23c9d1b81c5cbe.jpg'),(507,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops97be8f4496dbc78d6e23c9d1b81c5cbe.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops97be8f4496dbc78d6e23c9d1b81c5cbe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops97be8f4496dbc78d6e23c9d1b81c5cbe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(508,316,'_source_url','https://images.unsplash.com/photo-1502005229762-cf1b2da7c5d6?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=97be8f4496dbc78d6e23c9d1b81c5cbe&.png'),(509,317,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropse4dbca6829a9948e24ee9e7534a251b6.jpg'),(510,317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropse4dbca6829a9948e24ee9e7534a251b6.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropse4dbca6829a9948e24ee9e7534a251b6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropse4dbca6829a9948e24ee9e7534a251b6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(511,317,'_source_url','https://images.unsplash.com/photo-1471419890245-7bbd602d2c46?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=e4dbca6829a9948e24ee9e7534a251b6&.png'),(512,318,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops5de07112751c65910f5bc64bd7967f19.jpg'),(513,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops5de07112751c65910f5bc64bd7967f19.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops5de07112751c65910f5bc64bd7967f19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcrops5de07112751c65910f5bc64bd7967f19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(514,318,'_source_url','https://images.unsplash.com/photo-1465385621528-53653983a38f?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=5de07112751c65910f5bc64bd7967f19&.png'),(515,319,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsd18c648f4d7c341d934407050f2968e0.jpg'),(516,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsd18c648f4d7c341d934407050f2968e0.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsd18c648f4d7c341d934407050f2968e0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h400fitcropsd18c648f4d7c341d934407050f2968e0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(517,319,'_source_url','https://images.unsplash.com/photo-1444201983204-c43cbd584d93?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=400&fit=crop&s=d18c648f4d7c341d934407050f2968e0&.png'),(518,320,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops742bf33d678bd5797e91b437b19000bd.jpg'),(519,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops742bf33d678bd5797e91b437b19000bd.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops742bf33d678bd5797e91b437b19000bd-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops742bf33d678bd5797e91b437b19000bd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(520,320,'_source_url','https://images.unsplash.com/photo-1505015920881-0f83c2f7c95e?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=742bf33d678bd5797e91b437b19000bd&.png'),(521,321,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops4deea82056b1ecce7bb76a471926aa51.jpg'),(522,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops4deea82056b1ecce7bb76a471926aa51.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops4deea82056b1ecce7bb76a471926aa51-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops4deea82056b1ecce7bb76a471926aa51-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(523,321,'_source_url','https://images.unsplash.com/photo-1512592990601-6c522134d170?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=4deea82056b1ecce7bb76a471926aa51&.png'),(524,322,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops99fe8a9e59bde4078cbc195dcd3ceeb4.jpg'),(525,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:522;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops99fe8a9e59bde4078cbc195dcd3ceeb4.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops99fe8a9e59bde4078cbc195dcd3ceeb4-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw750h522fitcrops99fe8a9e59bde4078cbc195dcd3ceeb4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(526,322,'_source_url','https://images.unsplash.com/photo-1515213566801-7a5171af5eb4?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=750&h=522&fit=crop&s=99fe8a9e59bde4078cbc195dcd3ceeb4&.png'),(527,323,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsa7f48c788a9950bf2ebc8873b9017f67.jpg'),(528,323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsa7f48c788a9950bf2ebc8873b9017f67.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsa7f48c788a9950bf2ebc8873b9017f67-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsa7f48c788a9950bf2ebc8873b9017f67-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(529,323,'_source_url','https://images.unsplash.com/photo-1482189996843-3cc22b1728a3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=a7f48c788a9950bf2ebc8873b9017f67&.png'),(530,324,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops982cef46a934fa45be562222cf0d990a.jpg'),(531,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops982cef46a934fa45be562222cf0d990a.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops982cef46a934fa45be562222cf0d990a-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops982cef46a934fa45be562222cf0d990a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(532,324,'_source_url','https://images.unsplash.com/photo-1497366672149-e5e4b4d34eb3?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=982cef46a934fa45be562222cf0d990a&.png'),(533,325,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc497936e1546a37085dbea5bf870f0d6.jpg'),(534,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc497936e1546a37085dbea5bf870f0d6.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc497936e1546a37085dbea5bf870f0d6-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsc497936e1546a37085dbea5bf870f0d6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(535,325,'_source_url','https://images.unsplash.com/photo-1422480415834-d7d30118ea06?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=c497936e1546a37085dbea5bf870f0d6&.png'),(536,326,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsd527295725e09b3b838d6fd1b76c7e7d.jpg'),(537,326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsd527295725e09b3b838d6fd1b76c7e7d.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsd527295725e09b3b838d6fd1b76c7e7d-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcropsd527295725e09b3b838d6fd1b76c7e7d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(538,326,'_source_url','https://images.unsplash.com/photo-1502137983922-433ff9e1b18f?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=d527295725e09b3b838d6fd1b76c7e7d&.png'),(539,327,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops963eccca08a106d49f5f80a1c7babd03.jpg'),(540,327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops963eccca08a106d49f5f80a1c7babd03.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops963eccca08a106d49f5f80a1c7babd03-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops963eccca08a106d49f5f80a1c7babd03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(541,327,'_source_url','https://images.unsplash.com/photo-1502005229762-cf1b2da7c5d6?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=963eccca08a106d49f5f80a1c7babd03&.png'),(542,328,'_wp_attached_file','2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops066e43de095ea5f3d1cd72d96455e357.jpg'),(543,328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:250;s:4:\"file\";s:102:\"2022/04/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops066e43de095ea5f3d1cd72d96455e357.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops066e43de095ea5f3d1cd72d96455e357-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw400h250fitcrops066e43de095ea5f3d1cd72d96455e357-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(544,328,'_source_url','https://images.unsplash.com/photo-1488805990569-3c9e1d76d51c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&h=250&fit=crop&s=066e43de095ea5f3d1cd72d96455e357&.png'),(545,311,'_wp_page_template','default'),(546,311,'crio-premium-page-header-override','global'),(547,311,'crio-premium-page-header-select','none'),(548,311,'crio-premium-page-header-background',''),(609,311,'boldgrid_hide_page_title','global'),(550,311,'boldgrid_in_page_containers','1'),(551,311,'bgseo_robots_index','index'),(552,311,'bgseo_robots_follow','follow'),(591,342,'_wp_trash_meta_status','publish'),(590,343,'_menu_item_url',''),(589,343,'_menu_item_xfn',''),(588,343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(587,343,'_menu_item_target',''),(586,343,'_menu_item_object','page'),(585,343,'_menu_item_object_id','311'),(584,343,'_menu_item_menu_item_parent','0'),(583,343,'_menu_item_type','post_type'),(567,311,'bgseo_custom_keyword','Naples Irrigation Gallary '),(569,333,'_wp_attached_file','2022/04/received_540117650841980.jpeg'),(570,333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:37:\"2022/04/received_540117650841980.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"received_540117650841980-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"received_540117650841980-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:53:\"3_0_219.79166666667_300_received_540117650841980.jpeg\";s:5:\"width\";d:220;s:6:\"height\";d:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(571,334,'_wp_attached_file','2022/04/received_1113209649411439.jpeg'),(572,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:38:\"2022/04/received_1113209649411439.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"received_1113209649411439-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"received_1113209649411439-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:55:\"0_230_400_252.8951486698_received_1113209649411439.jpeg\";s:5:\"width\";d:400;s:6:\"height\";d:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-2\";a:4:{s:4:\"file\";s:46:\"0_229.6_400_253_received_1113209649411439.jpeg\";s:5:\"width\";d:400;s:6:\"height\";d:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(573,335,'_wp_attached_file','2022/04/received_540117650841980-1.jpeg'),(574,335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:39:\"2022/04/received_540117650841980-1.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"received_540117650841980-1-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"received_540117650841980-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:56:\"0_230_400_252.8951486698_received_540117650841980-1.jpeg\";s:5:\"width\";d:400;s:6:\"height\";d:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(575,336,'_wp_attached_file','2022/04/received_540117650841980-2.jpeg'),(576,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:864;s:4:\"file\";s:39:\"2022/04/received_540117650841980-2.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"received_540117650841980-2-222x300.jpeg\";s:5:\"width\";i:222;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"received_540117650841980-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(577,337,'_wp_attached_file','2022/04/received_321726983425382.jpeg'),(578,337,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:765;s:4:\"file\";s:37:\"2022/04/received_321726983425382.jpeg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"received_321726983425382-220x300.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"received_321726983425382-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"crop-1\";a:4:{s:4:\"file\";s:55:\"0_205_400_253.57142857143_received_321726983425382.jpeg\";s:5:\"width\";d:400;s:6:\"height\";d:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_postmeta` with 439 row(s)
--

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=8 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,5),(3,3,'nav_menu','',0,2),(4,4,'nav_menu','',0,4),(5,5,'template_locations','',0,0),(6,6,'template_locations','',0,0),(7,7,'template_locations','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_term_taxonomy` with 7 row(s)
--

--
-- Table structure for table `wp_weforms_entrymeta`
--

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

--
-- Dumping data for table `wp_weforms_entrymeta`
--

LOCK TABLES `wp_weforms_entrymeta` WRITE;
/*!40000 ALTER TABLE `wp_weforms_entrymeta` DISABLE KEYS */;
INSERT INTO `wp_weforms_entrymeta` VALUES (1,1,'name_1','marie| |'),(2,1,'email_2','marie@aiinst.com'),(3,1,'text_3','Work needed'),(4,1,'textarea_4','call me'),(5,2,'name_1','marie| | jongkind'),(6,2,'email_2','marie@aiinst.com'),(7,2,'text_3','test'),(8,2,'textarea_4','test'),(9,3,'name_1','marie| |'),(10,3,'email_2','marie@aiinst.com'),(11,3,'text_3','test'),(12,3,'textarea_4','test'),(13,4,'name_1','| |'),(14,4,'email_2','marie@aiinst.com'),(15,4,'text_3','test'),(16,4,'textarea_4','test'),(17,5,'name','mo| |'),(18,5,'email','marie@aiinst.com'),(19,5,'message','test'),(20,6,'name_1','marie| |'),(21,6,'email_2','marie@aiinst.com'),(22,6,'text_3','test'),(23,6,'textarea_4','test'),(24,7,'name','mo| |'),(25,7,'email','marie@aiinst.com'),(26,7,'message','test'),(27,8,'name_1','marie| |'),(28,8,'email_2','marie@aiinst.com'),(29,8,'text_3','test'),(30,8,'textarea_4','test'),(31,9,'name','mo| |'),(32,9,'email','marie@aiinst.com'),(33,9,'message','test'),(34,10,'name','mo| |'),(35,10,'email','marie@aiinst.com'),(36,10,'message','test'),(37,11,'name','mo| |'),(38,11,'email','MARIE@AIINST.COM'),(39,11,'message','test'),(40,12,'name_1','marie| |'),(41,12,'email_2','marie@aiinst.com'),(42,12,'text_3','test'),(43,12,'textarea_4','test'),(44,13,'name','mari| |'),(45,13,'email','MARIE@AIINST.COM'),(46,13,'message','test'),(47,13,'date___time',''),(48,13,'hooperirriagation_gmail_com',''),(49,13,'email_address_2',''),(50,14,'name_1','Marie| | JONGKIND'),(51,14,'email_2','directindustrialsupply@gmail.com'),(52,14,'text_3','Test'),(53,14,'textarea_4','Test'),(54,15,'name_1','marie| |'),(55,15,'email_2','marie@aiinst.com'),(56,15,'text_3','test'),(57,15,'textarea_4','test'),(58,16,'name_1','MARIE| |'),(59,16,'email_2','MARIE@AIINST.COM'),(60,16,'text_3','CALL US FOR AN ESTIMATE'),(61,16,'textarea_4','CALL US');
/*!40000 ALTER TABLE `wp_weforms_entrymeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','nirrigation'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',',wp410_dfw'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"1eaefc0f96080027083d64910099fe159521e98dd443fe03740da9c6cc7b5ecc\";a:4:{s:10:\"expiration\";i:1657308466;s:2:\"ip\";s:14:\"64.187.128.108\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1657135666;}s:64:\"e45e040853783932124a199d7cbc3473178eed0808a80f3c1d70ae946af5d46c\";a:4:{s:10:\"expiration\";i:1657322530;s:2:\"ip\";s:14:\"64.187.128.108\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1657149730;}}'),(17,1,'first_login','2022-02-23 19:32:07'),(18,1,'last_login','2022-07-06 23:22:10'),(19,1,'wp_user-settings','editor=tinymce&advImgDetails=show&libraryContent=browse&urlbutton=none&align=none'),(20,1,'wp_user-settings-time','1657201975'),(21,1,'meta-box-order_admin_page_my-inspiration','a:6:{s:10:\"container1\";s:19:\"current_inspiration\";s:10:\"container2\";s:13:\"pages_content\";s:10:\"container3\";s:19:\"customization,theme\";s:10:\"container4\";s:0:\"\";s:10:\"container6\";s:0:\"\";s:10:\"container5\";s:7:\"support\";}'),(22,1,'bglibDashboardOrder','1'),(23,1,'wp_dashboard_quick_press_last_post_id','341'),(24,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"64.187.128.0\";}'),(25,1,'nav_menu_recently_edited','4'),(26,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(27,1,'metaboxhidden_nav-menus','a:3:{i:0;s:22:\"add-post-type-bg_block\";i:1;s:12:\"add-post_tag\";i:2;s:22:\"add-template_locations\";}'),(28,1,'closedpostboxes_page','a:0:{}'),(29,1,'metaboxhidden_page','a:3:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";}'),(30,1,'meta-box-order_page','a:3:{s:4:\"side\";s:56:\"postimagediv,submitdiv,crio-premium-page-header-override\";s:6:\"normal\";s:123:\"bgtfw-attributes-meta-box,butterbean-ui-boldgrid_seo,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(31,1,'screen_layout_page','2'),(32,1,'boldgrid_dismissed_admin_notices','a:2:{s:2:\"id\";s:19:\"feedback-notice-1-1\";s:9:\"timestamp\";i:1649365724;}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_usermeta` with 32 row(s)
--

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (343,4,0),(5,2,0),(6,2,0),(7,2,0),(8,2,0),(9,2,0),(11,3,0),(12,3,0),(104,4,0),(106,4,0),(108,4,0),(131,1,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5 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;

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

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

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

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

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

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

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=8 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,'Social Media','social-media',0),(3,'social','social',0),(4,'primary','primary',0),(5,'Header','header',0),(6,'Sticky Header','sticky-header',0),(7,'Footer','footer',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `wp_terms` with 7 row(s)
--

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

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

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

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

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

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

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

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

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

-- Dump completed on: Thu, 07 Jul 2022 13:52:55 +0000
